<?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>Programming Facts</title>
	<atom:link href="http://www.programmingfacts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 12:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHP functions for Encrypt Decrypt a string</title>
		<link>http://www.programmingfacts.com/2010/07/27/php-functions-for-encrypt-decrypt-a-string/</link>
		<comments>http://www.programmingfacts.com/2010/07/27/php-functions-for-encrypt-decrypt-a-string/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 12:57:03 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[encryption decryption php functions]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=774</guid>
		<description><![CDATA[Here i am sharing php functions for encrypt decrypt a string. I came across two different ways of encrypt decrypt php functions for string. In first one, there are two functions for encrypt and decrypt string. One is for encrypt the string and other is for decrypt the encrypted string. In second one, there is only one encrypt decrypt function which works for both encryption and decryption of string in php.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/23/identify-track-mouse-position/' rel='bookmark' title='Permanent Link: How to Identify or Track Mouse Position using jQuery'>How to Identify or Track Mouse Position using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/2010/05/04/ucfirst-make-character-capital/' rel='bookmark' title='Permanent Link: UCFIRST-Make first character Capital using MYSQL'>UCFIRST-Make first character Capital using MYSQL</a></li>
<li><a href='http://www.programmingfacts.com/2010/02/09/checkget-visitors-browseroperating/' rel='bookmark' title='Permanent Link: Check/Get Visitors Browser/Operating Systems details in PHP'>Check/Get Visitors Browser/Operating Systems details in PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/27/php-functions-for-encrypt-decrypt-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Identify or Track Mouse Position using jQuery</title>
		<link>http://www.programmingfacts.com/2010/07/23/identify-track-mouse-position/</link>
		<comments>http://www.programmingfacts.com/2010/07/23/identify-track-mouse-position/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:30:52 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[identify mouse position mousemove jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=769</guid>
		<description><![CDATA[I was working with one application for one of my client where i need to track or identify the mouse position in pixel using jQuery. Using this mouse positions you can drag your object or any other operation you want to do. I came across mousemove event of jQuery which gives you the position of X and Y from top left corner of page. Look at below syntax. This might be useful to you in future needs.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/05/10/number-child-elements-length/' rel='bookmark' title='Permanent Link: Number of Child elements (length) using jQuery'>Number of Child elements (length) using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/23/identify-track-mouse-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autocomplete functionality in Combobox/Selectbox with jQuery-UI</title>
		<link>http://www.programmingfacts.com/2010/07/19/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/</link>
		<comments>http://www.programmingfacts.com/2010/07/19/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:12:40 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Autocomplete Selectbox jQuery-UI]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=759</guid>
		<description><![CDATA[Are you looking for Selectbox (Combobox) with Autocomplete functionality ? jQuery-UI provides Autocomplete functionality in HTML selectbox. All options for HTML selectbox is preloaded and you dont need to make an Ajax call for autocomplete. As long as you write keywords, it will search that keyword from all options defined and shows result in dropdown box.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/14/problem-solved-recursive-jquery-ajax-click-bind-event/' rel='bookmark' title='Permanent Link: Problem solved: Recursive jQuery-AJAX Click Bind event'>Problem solved: Recursive jQuery-AJAX Click Bind event</a></li>
<li><a href='http://www.programmingfacts.com/2010/05/07/move-copy-div-from-one-place-to-another-using-jquery/' rel='bookmark' title='Permanent Link: Move (Copy) Div from one place to another using jQuery'>Move (Copy) Div from one place to another using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/2010/04/22/get-label-of-option-in-selectbox-using-jquery/' rel='bookmark' title='Permanent Link: Get label of option in SelectBox using jQuery'>Get label of option in SelectBox using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/19/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Solved-WordPress Asking FTP details While Installing Plugins</title>
		<link>http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/</link>
		<comments>http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 18:49:59 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Asking FTP details Wordpress Plugin Install]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=756</guid>
		<description><![CDATA[Hello Friends, WordPress is most popular because of Open Source and its plugin functionality.When you install plugin from wordpress admin, it will ask for FTP details. Entering FTP details every time is very irritating. If you are facing the same problem than just add below lines. It will not ask for FTP details once you [...]


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/02/17/5-plugins-simple-cms-wordpress/' rel='bookmark' title='Permanent Link: 5 Useful plugins for Simple CMS wordpress website'>5 Useful plugins for Simple CMS wordpress website</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Disable or Limit Post Revision in WordPress</title>
		<link>http://www.programmingfacts.com/2010/07/17/disable-limit-post-revision-wordpress/</link>
		<comments>http://www.programmingfacts.com/2010/07/17/disable-limit-post-revision-wordpress/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 13:59:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Disable Limit Post Revision Wordpress]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=749</guid>
		<description><![CDATA[In Previous Post i gave you MYSQL Query to delete Revision Posts in Wordpress. Suppose you don't want to save Revision Posts than you may disable it by writing a single line of code in wp-config.php file. Also you can limit the Post Revisions in Wordpress. So here is how to disable or limit Post Revisions in WordPress.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/' rel='bookmark' title='Permanent Link: Problem Solved-WordPress Asking FTP details While Installing Plugins'>Problem Solved-WordPress Asking FTP details While Installing Plugins</a></li>
<li><a href='http://www.programmingfacts.com/2010/07/17/how-to-delete-revision-post-in-wordpress/' rel='bookmark' title='Permanent Link: How to Delete revision Post in WordPress'>How to Delete revision Post in WordPress</a></li>
<li><a href='http://www.programmingfacts.com/2010/07/05/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/' rel='bookmark' title='Permanent Link: WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts'>WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/17/disable-limit-post-revision-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Delete revision Post in WordPress</title>
		<link>http://www.programmingfacts.com/2010/07/17/how-to-delete-revision-post-in-wordpress/</link>
		<comments>http://www.programmingfacts.com/2010/07/17/how-to-delete-revision-post-in-wordpress/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 13:07:59 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Delete Post Revision Wordpress]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=745</guid>
		<description><![CDATA[Wordpress has post revisions concept which saves your post data at regular interval. Means if your browser crash or in any unexpected circumstance you might loose your written post. By this Post Revision, Wordpress saves your post content after some amount of time. So there are many Post Revisions saves in Database which is useless once your Post is published. Also it increases the database load and as a result load time of your page increase. So here is how to delete post revisions in WordPress.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/' rel='bookmark' title='Permanent Link: Problem Solved-WordPress Asking FTP details While Installing Plugins'>Problem Solved-WordPress Asking FTP details While Installing Plugins</a></li>
<li><a href='http://www.programmingfacts.com/2010/07/17/disable-limit-post-revision-wordpress/' rel='bookmark' title='Permanent Link: How to Disable or Limit Post Revision in WordPress'>How to Disable or Limit Post Revision in WordPress</a></li>
<li><a href='http://www.programmingfacts.com/2010/07/05/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/' rel='bookmark' title='Permanent Link: WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts'>WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/17/how-to-delete-revision-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts</title>
		<link>http://www.programmingfacts.com/2010/07/05/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/</link>
		<comments>http://www.programmingfacts.com/2010/07/05/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 08:54:50 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Feedburner Subscribe Social Media Wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=718</guid>
		<description><![CDATA[RAX - Email Subscription And Social Media Links After Posts plugin helps you to add a Email subscription box along with Social media follow links at the end of your post. Using this plugin , your feedburner email subscriber will increase as well as your twitter followers and Facebook fans also increase. All in One Feedburner Email Subscriber and Social media follow links in RAX - Email Subscription And Social Media Links After Posts plugin.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/18/problem-solved-wordpress-asking-ftp-details-while-installing-plugins/' rel='bookmark' title='Permanent Link: Problem Solved-WordPress Asking FTP details While Installing Plugins'>Problem Solved-WordPress Asking FTP details While Installing Plugins</a></li>
<li><a href='http://www.programmingfacts.com/2010/07/17/disable-limit-post-revision-wordpress/' rel='bookmark' title='Permanent Link: How to Disable or Limit Post Revision in WordPress'>How to Disable or Limit Post Revision in WordPress</a></li>
<li><a href='http://www.programmingfacts.com/2010/03/30/delete-wp-super-cache-pluginwordpress/' rel='bookmark' title='Permanent Link: Delete WP Super Cache plugin(WordPress) manually'>Delete WP Super Cache plugin(WordPress) manually</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/05/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Problem solved: Recursive jQuery-AJAX Click Bind event</title>
		<link>http://www.programmingfacts.com/2010/07/14/problem-solved-recursive-jquery-ajax-click-bind-event/</link>
		<comments>http://www.programmingfacts.com/2010/07/14/problem-solved-recursive-jquery-ajax-click-bind-event/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 09:08:28 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Recursive jQuery Ajax Click Bind]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=689</guid>
		<description><![CDATA[If you are working with jQuery-Ajax, than this might be useful tutorial for you. While using jQuery-Ajax, you will get a response and you will place that response (May be in form of HTML) in some div or table. Now if you want to do any jQuery event on response (for e.g. if you need to make a click event on <a href=""></a> link which is in response) than you need to bind this click event success area of jQuery-Ajax call.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/07/19/autocomplete-functionality-in-comboboxselectbox-with-jquery-ui/' rel='bookmark' title='Permanent Link: Autocomplete functionality in Combobox/Selectbox with jQuery-UI'>Autocomplete functionality in Combobox/Selectbox with jQuery-UI</a></li>
<li><a href='http://www.programmingfacts.com/2010/04/29/problem-mozilla-firefox-easy-ajax/' rel='bookmark' title='Permanent Link: Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP'>Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP</a></li>
<li><a href='http://www.programmingfacts.com/2010/04/22/get-label-of-option-in-selectbox-using-jquery/' rel='bookmark' title='Permanent Link: Get label of option in SelectBox using jQuery'>Get label of option in SelectBox using jQuery</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/07/14/problem-solved-recursive-jquery-ajax-click-bind-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide qTip automatically/manually</title>
		<link>http://www.programmingfacts.com/2010/06/29/how-to-hide-qtip-automaticallymanually/</link>
		<comments>http://www.programmingfacts.com/2010/06/29/how-to-hide-qtip-automaticallymanually/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 06:06:41 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=685</guid>
		<description><![CDATA[Qtip is efficient tooltip in web application, reason for that is its easiness of use and other great features. Yesterday i was working with Qtip and i need to hide Qtip manually. I searched for this and i came across below code which hides all qtips.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/03/16/maximum-charactorswords-limitcounter/' rel='bookmark' title='Permanent Link: Maximum Charactors/Words limit(counter) for textarea using Javascript/jQuery'>Maximum Charactors/Words limit(counter) for textarea using Javascript/jQuery</a></li>
<li><a href='http://www.programmingfacts.com/2010/01/10/jquery-javascript-libraries-prototype/' rel='bookmark' title='Permanent Link: Use of jQuery with other Javascript Libraries like Prototype, MooTools, or YUI..'>Use of jQuery with other Javascript Libraries like Prototype, MooTools, or YUI..</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/06/29/how-to-hide-qtip-automaticallymanually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query</title>
		<link>http://www.programmingfacts.com/2010/06/28/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/</link>
		<comments>http://www.programmingfacts.com/2010/06/28/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:35:02 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[MYSQL Query Optimization]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=697</guid>
		<description><![CDATA[I was working on site optimization for one of my client. My client wants to reduce the loading time of the page and i found that most of the time is taken by database queries. At many places i need to fire mulitple queries like parent child relation.


Related posts:<ol><li><a href='http://www.programmingfacts.com/2010/02/26/export-mysql-data-into-excelcsv-via-php/' rel='bookmark' title='Permanent Link: Export MYSQL data into Excel/CSV via php'>Export MYSQL data into Excel/CSV via php</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/2010/06/28/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 33/133 queries in 1.258 seconds using disk

Served from: www.programmingfacts.com @ 2010-07-29 15:08:40 -->