<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Mypaaji</title>
	<link>http://mypaaji.com</link>
	<description>Sudo Blah Blah Blah</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:40:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Preventing Cross-Site Scripting &#8211; PHP #QuickTip</title>
		<description><![CDATA[You want to securely display user-entered data on an HTML page. For example, you want to allow users to add comments to a blog post without worrying that HTML or JavaScript in a comment will cause problems.
For this you can pass user input through htmlentities(  ) before displaying it.
Escaping Html
&#60;?php
print 'The comment was: ';
print htmlentities($_POST['comment']);
?&#62;

PHP [...]]]></description>
		<link>http://mypaaji.com/Index.php/preventing-cross-site-scripting-php/</link>
			</item>
	<item>
		<title>Menu Manager</title>
		<description><![CDATA[Menu manager is a new way to arrange your site&#8217;s navigation. It is built to be functional, simple, efficient and beautiful all at once.


Very Easy Integration.
Multilingual Support.
Bundled With Two Language File.
Four Different Menu Styles.
No Database Required.


]]></description>
		<link>http://mypaaji.com/Index.php/menu-navigation-manager/</link>
			</item>
	<item>
		<title>Playing With Graphics &#8211; PHP</title>
		<description><![CDATA[The image function that PHP uses are based on the GD image library that is developed by Boutell.com.  In previous versions of PHP the GD library was used as-is within PHP, but since PHP4.3 the code of GD library has been bundled  with the PHP installation and includes some enhancement to the original code such [...]]]></description>
		<link>http://mypaaji.com/Index.php/gd-image-generating-php/</link>
			</item>
	<item>
		<title>Fubbu And Rum</title>
		<description><![CDATA[A rum lover rabbit  
]]></description>
		<link>http://mypaaji.com/Index.php/fubbu-and-rum/</link>
			</item>
	<item>
		<title>Feed Aggregator &#8211; A Social Feed Streaming Template</title>
		<description><![CDATA[This template can easily and quickly digest RSS and Atom feeds. It is powered by SimplePie, a PHP script that can read, cache, and display feeds in an orderly format. It can display one feed or twenty.

When you first upload this template in his default form, you&#8217;ll find four feeds already added. In index.php on [...]]]></description>
		<link>http://mypaaji.com/Index.php/feed-aggregator-a-social-feed-streaming-template/</link>
			</item>
	<item>
		<title>With Fubbu</title>
		<description><![CDATA[Tonight my brother came from mumbai to visit me with a little rabbit &#8216;FUBBU&#8217;. We took some snaps with him which i am uploading here to share with you all.
]]></description>
		<link>http://mypaaji.com/Index.php/with-fubbu/</link>
			</item>
	<item>
		<title>jQuery Price Range Slider With Products Interface</title>
		<description><![CDATA[In this post we will learn how to create a price range slider using jQuery and jQuery UI. First of all we need to download jQuery and jQuery UI&#8217;s slider component js. If you see any room for improvement, or if you can add something than go ahead and comment and I will definitely give [...]]]></description>
		<link>http://mypaaji.com/Index.php/price-slider-with-product-interface/</link>
			</item>
	<item>
		<title>Augmented Reality</title>
		<description><![CDATA[
The basic explanation of Augmented Reality is to superimpose graphics over real-world environments in realtime. In Flash, this is usually done with a webcam and a marker card. When you hold the card up to the webcam, Flash is able to detect the orientation of the marker and superimpose, in this case, a 3d model [...]]]></description>
		<link>http://mypaaji.com/Index.php/augmented-reality/</link>
			</item>
	<item>
		<title>Ask Sunny: Tree + Load Url &#8211; jQuery</title>
		<description><![CDATA[Some days back my dear friend nikhil(chubey sahb aka Mungeri lal) asked me &#8220;Paaji how to build a drop down like google code and load url on click&#8221;.
Its very easy we can build this within 5 minutes using jQuery.so here it goes..  

If you see any room for improvement, or if you can add [...]]]></description>
		<link>http://mypaaji.com/Index.php/tree-drop-down-javascript-jquery-load-url/</link>
			</item>
	<item>
		<title>Object Oriented Programming &#8211; PHP</title>
		<description><![CDATA[Object &#8211; Oriented (OO) software development can be a confusing topic for developers who create primarily procedural code. But it doesn&#8217;t need to be. In this post, you&#8217;ll explore some of the basic theory behind OO and cover its (sometimes daunting) multisyllabic terminology.

What Is Object-Oriented Programming?
Object-Oriented Programming (OOP) requires a different way of thinking about [...]]]></description>
		<link>http://mypaaji.com/Index.php/object-oriented-programming-php/</link>
			</item>
</channel>
</rss>
