<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ravi's Rants &#187; Free Software</title>
	<atom:link href="http://ravisrants.com/category/free-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://ravisrants.com</link>
	<description>Rndaom, Yet </description>
	<lastBuildDate>Sun, 14 Feb 2010 05:55:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Video LightBox Script</title>
		<link>http://ravisrants.com/2009/12/20/video-lightbox-script/</link>
		<comments>http://ravisrants.com/2009/12/20/video-lightbox-script/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:33:57 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Scripts-n-Software]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://ravisrants.com/?p=361</guid>
		<description><![CDATA[
 
A Lightbox is a piece of JavaScript used to display images and videos in an &#8216;overlay&#8217;.
Basically, a user can click on an image to either have the image &#8211; or a video &#8211; magnified in a Lightbox window. It is usually accompanied by the use of a dark background, usually a dimming of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><link rel="stylesheet" href="/css/videobox.css" type="text/css" media="screen" />
<script src="/js/mootools.js" type="text/javascript"></script> <script src="/js/swfobject.js" type="text/javascript"></script><br />
<script src="/js/videobox.js" type="text/javascript"></script>A Lightbox is a piece of JavaScript used to display images and videos in an &#8216;overlay&#8217;.</p>
<p>Basically, a user can click on an image to either have the image &#8211; or a video &#8211; magnified in a Lightbox window. It is usually accompanied by the use of a dark background, usually a dimming of the page over which the image or video has been overlaid, which helps highlight the image or video being displayed.</p>
<p>For example, click on the image below, and see what happens.</p>
<p><a title="Video from DigitalAccessPass.com" rel="vidbox 800 600" href="http://digitalaccesspass.s3.amazonaws.com/DAP_Video_1.swf"><img src="/images/img2.jpg" alt="" /></a></p>
<p>And you can <a href="http://DigitalAccessPass.com" target="_blank">see it in action</a>, on a real, live web site, at the <a href="http://DigitalAccessPass.com" target="_blank">home page of http://DigitalAccessPass.com</a></p>
<p>This <a href="http://videobox-lb.sourceforge.net/" target="_blank">Lightbox script is available for free</a>. It is actually open-source, and released under the <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">MIT license</a> &#8211; which means you can also use it in commercial projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravisrants.com/2009/12/20/video-lightbox-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Customer Support and Ticketing PHP Script</title>
		<link>http://ravisrants.com/2008/03/21/free-customer-support-and-ticketing-php-script/</link>
		<comments>http://ravisrants.com/2008/03/21/free-customer-support-and-ticketing-php-script/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 12:43:54 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Customers]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Scripts-n-Software]]></category>

		<guid isPermaLink="false">http://ravisrants.com/2008/03/21/free-customer-support-and-ticketing-php-script/</guid>
		<description><![CDATA[[UPDATE: This script was free for a LONG time. Apparently, at some point, they made it not-free. FYI.]
At my MyWebmasterInABox.com site, I used to run a forum powered by phpBB. But phpBB turned out to be one of the most poorly designed, least secure, web-based applications I have ever used.
So, for the longest time, I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>[UPDATE: This script was free for a LONG time. Apparently, at some point, they made it not-free. FYI.]</strong><br/><br/></p>
<p>At my <a href="http://www.MyWebmasterInABox.com/" target="_new">MyWebmasterInABox.com</a> site, I used to run a forum powered by phpBB. But phpBB turned out to be one of the most poorly designed, least secure, web-based applications I have ever used.</p>
<p>So, for the longest time, I had no forum software, and no official support system.</p>
<p>But recently, after a number of my customers had issues with sending/receiving emails to/from me, I embarked on a (rather brief) quest to find a good PHP application, and stumbled upon a brilliant, free, ticketing and customer support application called Maian Support.</p>
<p>I&#8217;ve installed it on my own site now at <a href="http://www.MyWebmasterInABox.com/support/" target="_new">http://www.MyWebmasterInABox.com/support/</a>.</p>
<p>Going forward, if you need support for any of my scripts, <a href="http://www.MyWebmasterInABox.com/support/" rel="nofollow" target="_new">go here</a> to enter a ticket.</p>
<p>And to download a copy of the application that powers this, go to <a href="http://www.maianscriptworld.co.uk/free-php-scripts/maian-support/free-support-ticket-system/index.html" rel="nofollow" target="_new">Maian Support</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravisrants.com/2008/03/21/free-customer-support-and-ticketing-php-script/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Display RSS Feeds On Your Site</title>
		<link>http://ravisrants.com/2006/12/27/how-to-display-rss-feeds-on-your-site/</link>
		<comments>http://ravisrants.com/2006/12/27/how-to-display-rss-feeds-on-your-site/#comments</comments>
		<pubDate>Wed, 27 Dec 2006 16:45:35 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Remarkable]]></category>
		<category><![CDATA[Scripts-n-Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://ravisrants.com/2006/12/27/how-to-display-rss-feeds-on-your-site/</guid>
		<description><![CDATA[If you know what a &#8220;blog&#8221; is, you probably already know what a &#8220;RSS Feed&#8221; is.
One of the best (not to forget, cheapest and fastest) ways to get free content for your web site, is to display a third-party RSS Feed. Every time the feed&#8217;s content changes, content on your web site automatically changes, thus [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you know what a &#8220;blog&#8221; is, you probably already know what a &#8220;RSS Feed&#8221; is.</p>
<p>One of the best (not to forget, cheapest and fastest) ways to get free content for your web site, is to display a third-party RSS Feed. Every time the feed&#8217;s content changes, content on your web site automatically changes, thus keeping the content fresh and ever-changing on your site.</p>
<p>This trick can be used for both legit and illegitimate purposes. <em>Sploggers</em> (those who create <em>Splogs</em> &#8211; &#8220;SPam-filled bLOGS&#8221;) often use it to generate thousands of &#8220;made for adsense&#8221; pages, whose primary intention is to increase PageRank, get ranked higher for highly competitive and high paying keywords, get people to visit their splogs, and manipulating the navigation that they end up leaving by clicking on AdSense (or other PPC) ads.</p>
<p>But if you use it for legitimate purposes, you will find that publishing RSS feeds on your site can be a great way to provide targeted, complementary content for your visitors.</p>
<p><a href="http://magpierss.sourceforge.net/" target="_new" rel="nofollow">Magpie RSS</a> is a great open-source PHP script that will allow you to easily publish any third-party RSS feed on your site. I have personally tried many RSS scripts, and highly recommend Magpie. I have even used Magpie to create a pretty cool <a href="http://www.LinkOverLoad.com" target="_new">web-based feed-aggregator service</a>, a la Google Reader and Google Personalized home page.</p>
<p>If you want a quick and customizable free script that is based on Magpie, and gives you sample scripts that show you how to publish one, two or more feeds on a page on your web site, go get my <a href="http://www.MyWebmasterInABox.com/freescripts.php" target="_new">Free RSS Feed Publishing script, &#8220;FeedMonster&#8221;</a>.</p>
<p>- Ravi Jayagopal</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://ravisrants.com/2006/12/27/how-to-display-rss-feeds-on-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
