<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>thephpx</title>
	<link>http://www.thephpx.com</link>
	<description>codeigniter, php, mysql, xhtml, css, jquery, flex web-development blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:26:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>jQuery: input array object validation</title>
		<description><![CDATA[Use of input array objects in ajax based forms where we want to give users open ended options to add unlimited number of items and then process them on form submission is very common now a days. As the input elements all have the same name and assuming no class or id attribute is available,]]></description>
		<link>http://www.thephpx.com/2010/07/26/jquery-input-array-object-validation/</link>
			</item>
	<item>
		<title>codeigniter: facebook social plugin &#8211; like button helper</title>
		<description><![CDATA[Hello everybody, I have just created a short helper to create facebook like button dynamically for any content, by just giving-in the URL of the page. Hope this one also helps you like my other helpers Helper function: &#160; if&#40;!function_exists&#40;&#8216;facebook_like&#8217;&#41;&#41;&#123; &#160;function facebook_like&#40;$url&#41;&#123; &#160;$formlink=&#8216;&#60;iframe src=&#34;http://www.facebook.com/plugins/like.php?href=&#8217;; &#160; $formlink .= urlencode&#40;$url&#41;; &#160; $formlink .= &#8216;;layout=button_count&#38;amp;show_faces=true&#38;amp;width=450&#38;amp;action=like&#38;amp;colorscheme=light&#38;amp;height=21&#34; scrolling=&#34;no&#34; frameborder=&#34;0&#34; style=&#34;border:none;]]></description>
		<link>http://www.thephpx.com/2010/06/20/codeigniter-facebook-social-plugin-like-button-helper/</link>
			</item>
	<item>
		<title>codeigniter: helper function to call library or model function in view</title>
		<description><![CDATA[Hi I am back again, This time with two helper function that lets you call any function from any model or library, given you already have the model or library loaded into the instance. This one calls a library function with a single parameter being passed. if&#40;!function_exists&#40;&#8216;call_lib_func&#8217;&#41;&#41;&#123; &#160;function call_lib_func&#40;$library_name, $function_name, $parameters=null&#41;&#123; &#160; $ci = &#38;amp;get_instance&#40;&#41;;]]></description>
		<link>http://www.thephpx.com/2010/05/16/codeigniter-helper-function-to-call-library-or-model-function-in-view/</link>
			</item>
	<item>
		<title>Codeigniter: Helper &#8211; Create breadcrumb from url</title>
		<description><![CDATA[Breadcrumb is a navigational tool that developer often integrate in their application to give easy access to different segment of the application. This is used in applications which has multiple sequence of activities. The following code will go into your helper file and you have to call create_breadcrumb(); function to get the formatted html text;]]></description>
		<link>http://www.thephpx.com/2010/05/12/codeigniter-helper-create-breadcrumb-from-url/</link>
			</item>
	<item>
		<title>Codeigniter: Helper &#8211; absolute path helper</title>
		<description><![CDATA[Recently I decided to give some more time to my blog and write some short but interesting posts. I will be writing some posts about custom helper functions that I have written which helps me in application development. First on the list is a absolute path helper which creates an absolute path, relative to the]]></description>
		<link>http://www.thephpx.com/2010/05/12/codeigniter-helper-absolute-path-helper/</link>
			</item>
	<item>
		<title>PHP Simple HTML DOM Parser, Codeigniter Integration</title>
		<description><![CDATA[Hi all, I came across &#8220;Simple HTML DOM Parser&#8221; recently that allows jQuery like DOM selection. This function is quite handy to do some kungfoo DOM manipulation on the fly! I needed to use it on codeIgniter so modified the files and integrated it into a single codeIgniter library. The original files can be accessed]]></description>
		<link>http://www.thephpx.com/2009/10/25/php-simple-html-dom-parser-codeigniter-integration/</link>
			</item>
	<item>
		<title>Staged Code-Igniter Web Application Development</title>
		<description><![CDATA[Today I am going to share a little customization that I do while i develop codeigniter based web application. Now a days in most web application development firms a three-tire development process is followed. This is done to ensure smooth roll-out of the application from development to live. The three-tire development methodology involves three stages]]></description>
		<link>http://www.thephpx.com/2009/09/08/staged-code-igniter-web-application-development/</link>
			</item>
	<item>
		<title>Sprintometer as a SCRUM management tool</title>
		<description><![CDATA[On my endeavor to find the perfect SCRUM project management tool I came across a freeware option named “Sprintometer”. It is not entirely free as it sounds but the options it gives to a manager for free is quite outstanding. The application can be downloaded from their website { sprintometer.com } for free. Sprintometer support]]></description>
		<link>http://www.thephpx.com/2009/08/06/sprintometer-as-a-scrum-management-tool/</link>
			</item>
	<item>
		<title>Compress PNG files while retaining quality</title>
		<description><![CDATA[Most of today&#8217;s site uses PNG images due to use of transparencies. While they give a fine solution to the transparency problem with finer edge but it also brings about page load time issues. To solve this problem i recently came across a PNG file compression utility.  This tiny utility is hosted on Source Forge]]></description>
		<link>http://www.thephpx.com/2009/08/02/compreess-png-files-while-retaining-quality/</link>
			</item>
	<item>
		<title>My Zen-Environment for WAMP development</title>
		<description><![CDATA[Hello everyone, Every developer has there very own zen settings so do i . Today I am going to writing about the stuffs I use while I am at development. If you have any better alternatives or suggestions to these applications please feel free to come forward My preferred application development platform includes the following]]></description>
		<link>http://www.thephpx.com/2009/08/01/my-zen-environment-for-wamp-development/</link>
			</item>
</channel>
</rss>
