<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Think Lamp</title>
	<link>http://www.think-lamp.com</link>
	<description>Everything Linux Apache Php Mysql</description>
	<lastBuildDate>Fri, 18 Feb 2011 01:28:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.1" -->

	<item>
		<title>Allow HTML formatting in comments in Bug Genie</title>
		<description><![CDATA[Bug Genie strips out HTML formatting in comments. I had a hard time with that as clients who were using this were copy pasting from third party and the formatting was lost. Initially I though that it stripped down HTML during POST and fixing that will fix my future comments. But, after few mins of <a href='http://www.think-lamp.com/2010/10/allow-html-formatting-in-comments-in-bug-genie-2/'>[...]</a>]]></description>
		<link>http://www.think-lamp.com/2010/10/allow-html-formatting-in-comments-in-bug-genie-2/</link>
			</item>
	<item>
		<title>jQuery, Accessing Iframe data and the shortcomings of $(document).ready</title>
		<description><![CDATA[Have an iFrame inside a document and you need to access the iframe data and make decisions based on that data&#8230; Few problems Same Origin Policy Frame Load incomplete. No. 1 is easy, if the two Top Level Domain aren&#8217;t the same, you cannot read the iframe data. Even for the same domain and different <a href='http://www.think-lamp.com/2010/09/jquery-accessing-iframe-data-and-the-shortcomings-of-document-ready/'>[...]</a>]]></description>
		<link>http://www.think-lamp.com/2010/09/jquery-accessing-iframe-data-and-the-shortcomings-of-document-ready/</link>
			</item>
	<item>
		<title>Image with same path doesn&#8217;t show up due to cache in browsers</title>
		<description><![CDATA[Browsers are designed to think that Images with same name don&#8217;t change rapidly so regularly.  This creates a problem in some cases where you have to reuse a  specific name Or a specific location for a system. One such case can be a social network which is designed in a way where the profile images <a href='http://www.think-lamp.com/2009/09/image-with-same-path-doesnt-show-up-due-to-cache-in-browsers/'>[...]</a>]]></description>
		<link>http://www.think-lamp.com/2009/09/image-with-same-path-doesnt-show-up-due-to-cache-in-browsers/</link>
			</item>
	<item>
		<title>Fastest Insertion Sort in PHP</title>
		<description><![CDATA[$numbers = array(2,3,4,5,1,8,11,0); $count = count($numbers); for($i=1;$i&#60;$count;$i++){ $j=$i-1; $key = $numbers[$i]; while($j&#62;=0 &#38;&#38; $numbers[$j] &#62; $key){ $numbers[$j+1] = $numbers[$j]; $numbers[$j]= $key; $j= $j-1; } } print_r($numbers);]]></description>
		<link>http://www.think-lamp.com/2009/08/fastest-insertion-sort-in-php/</link>
			</item>
	<item>
		<title>HTTP sessions and background processes on Apache-PHP</title>
		<description><![CDATA[OK , so you are all excited about running a 10 minute process and you are happy that you have set the processing as a background process, while the user can surf along your website / CMS. If you are are using sessions, not quite smarty ! Consider this script [parentProcess.php] $backgroundCall = 'php childProcess.php <a href='http://www.think-lamp.com/2009/04/http-sessions-and-background-processes-on-apache-php/'>[...]</a>]]></description>
		<link>http://www.think-lamp.com/2009/04/http-sessions-and-background-processes-on-apache-php/</link>
			</item>
</channel>
</rss>

