<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Programming Facts</title>
	
	<link>http://www.programmingfacts.com</link>
	<description />
	<lastBuildDate>Wed, 12 Jun 2013 13:34:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProgrammingFacts" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="programmingfacts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ProgrammingFacts</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>[MySql] Import-Export Database command using Putty</title>
		<link>http://www.programmingfacts.com/mysql-import-export-database-command-using-putty/</link>
		<comments>http://www.programmingfacts.com/mysql-import-export-database-command-using-putty/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 13:34:29 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Export Database with putty]]></category>
		<category><![CDATA[Import Database with putty]]></category>
		<category><![CDATA[Migrate MySql 4 to MySql 5 using Putty]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1354</guid>
		<description><![CDATA[I was working with one client who want to migrate MySql 4 to MySql 5. It can be easily done using the Export and Import feature of phpmyadmin. Problem here is with size of database. Size of the database is over 900mb. so phpmyadmin does not allow to import or export the database.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/mysql-import-export-database-command-using-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Record Video Using WebCam in PHP</title>
		<link>http://www.programmingfacts.com/record-video-using-webcam-in-php/</link>
		<comments>http://www.programmingfacts.com/record-video-using-webcam-in-php/#comments</comments>
		<pubDate>Fri, 31 May 2013 14:15:48 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[RED 5]]></category>
		<category><![CDATA[Record and Save Video RTMP]]></category>
		<category><![CDATA[Record Video Red 5]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1350</guid>
		<description><![CDATA[I was working with one video marketing website. Client wants me to implement record video feature. This is a very good experience for me as I had never worked before for record video. Its a interesting and challenging work for me. At the first talk with client, I gave up and not sure that i can do it using php. We need to enable device Web Cam and record video which is possible with any flash script. Challenging work is after that which is saving recorded video, email it to client and also show it in admin panel.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/record-video-using-webcam-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[jQuery] Format Number to US Phone Format</title>
		<link>http://www.programmingfacts.com/jquery-format-number-to-us-phone-format/</link>
		<comments>http://www.programmingfacts.com/jquery-format-number-to-us-phone-format/#comments</comments>
		<pubDate>Wed, 29 May 2013 06:16:49 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Format US Phone Number jQuery]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1347</guid>
		<description><![CDATA[I am working with one of the big "Hospital Management System" since last 3 weeks. I have got something to share with you guys. Even if it is small but tricky if your client needs such implementation. There are fields for phone number and cell numbers. Phone format in US is (000) 000 0000.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/jquery-format-number-to-us-phone-format/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[.htaccess] Redirect Non WWW to WWW with SSL/HTTPS</title>
		<link>http://www.programmingfacts.com/redirect-non-www-to-www-with-ssl-https/</link>
		<comments>http://www.programmingfacts.com/redirect-non-www-to-www-with-ssl-https/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 10:17:36 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[non www to www https]]></category>
		<category><![CDATA[non www to www with ssl]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1340</guid>
		<description><![CDATA[I was working with one project where I implement facebook login application. I was looking site with www url and client was checking with non www url. All works fine for me and never worked for client. It was a irritating couple of hours time for me and client both when we were discussing. ]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/redirect-non-www-to-www-with-ssl-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[.htaccess] Redirect http to https using htaccess</title>
		<link>http://www.programmingfacts.com/htaccess-redirect-http-to-https-using-htaccess/</link>
		<comments>http://www.programmingfacts.com/htaccess-redirect-http-to-https-using-htaccess/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 10:11:14 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[rewrite http to https htaccess]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1341</guid>
		<description><![CDATA[I was working with one barter site. Client wants SSL for whole site. We installed it and all working fine with https. Redirect http to https using apache .htaccess rewrite rules.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/htaccess-redirect-http-to-https-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>$.jwbox.player.sendEvent is not a function JWPlayer Error Solved</title>
		<link>http://www.programmingfacts.com/jwbox-player-sendevent-is-not-a-function-jwplayer-error-solved/</link>
		<comments>http://www.programmingfacts.com/jwbox-player-sendevent-is-not-a-function-jwplayer-error-solved/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 14:00:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[$.jwbox.player.sendEvent]]></category>
		<category><![CDATA[Audio Continue Firefox jwbox close]]></category>
		<category><![CDATA[Firefox Issue in jwbox]]></category>
		<category><![CDATA[jwbox lightbox]]></category>
		<category><![CDATA[Stop Video jwbox close]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1310</guid>
		<description><![CDATA[I was working with one video sharing portal where user can upload the videos, upload YouTube Video, share YouTube videos. Once user upload videos, I need to open it in lightbox effect. I used jwbox jwplayer to achieve it. Everything works but problem was, after closing jwbox lightbox, audio of video continue plays. This means video does not stop buffering. This happens only in Firefox. Audio continue plays in Firefox in jwbox.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/jwbox-player-sendevent-is-not-a-function-jwplayer-error-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove index.php from URL in CodeIgniter</title>
		<link>http://www.programmingfacts.com/remove-index-php-from-url-in-codeigniter/</link>
		<comments>http://www.programmingfacts.com/remove-index-php-from-url-in-codeigniter/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 08:49:44 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[remove index.php codeigniter]]></category>
		<category><![CDATA[Remove index.php from URL]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1308</guid>
		<description><![CDATA[I am working with CodeIgniter Framework since last 3 months. I have worked on CakePHP and Zend Framework before. But when I setup CodeIgniter, I was trying to access it but I was not able. Later, I came to know, it is including index.php in url. I wrote a couple of lines in .htaccess to remove index.php from CodeIgniter.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/remove-index-php-from-url-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Bloggers Choose WordPress – A Valuable Elucidation</title>
		<link>http://www.programmingfacts.com/why-bloggers-choose-wordpress-a-valuable-elucidation/</link>
		<comments>http://www.programmingfacts.com/why-bloggers-choose-wordpress-a-valuable-elucidation/#comments</comments>
		<pubDate>Sun, 11 Nov 2012 10:59:13 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Why WordPress]]></category>
		<category><![CDATA[WordPress for Blogs]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1300</guid>
		<description><![CDATA[Why Bloggers Choose Wordpress is a good debate and the ample reason behind is its familiarity WordPress and it is one of the best aspects of the blogging. Major populace utilizes various blogging platforms and concluded that the WordPress is the best owing to the superior functionality. Every successful blogger utilized the WordPress platform and attained the victory since they directed by the systematic and optimized path.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/why-bloggers-choose-wordpress-a-valuable-elucidation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Import Large sql file from phpmyadmin</title>
		<link>http://www.programmingfacts.com/import-large-sql-file-from-phpmyadmin/</link>
		<comments>http://www.programmingfacts.com/import-large-sql-file-from-phpmyadmin/#comments</comments>
		<pubDate>Thu, 25 Oct 2012 10:34:46 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[import large .sql file]]></category>
		<category><![CDATA[phpmyadmin import]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1297</guid>
		<description><![CDATA[I was trying to import a 500mb file in phpmyadmin using import tab in phpmyadmin. When i select file and start import it shows me below error.
"You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit."]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/import-large-sql-file-from-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically Add WordPress Submenu when use add_menu_page</title>
		<link>http://www.programmingfacts.com/automatically-add-wordpress-submenu-when-use-add_menu_page/</link>
		<comments>http://www.programmingfacts.com/automatically-add-wordpress-submenu-when-use-add_menu_page/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 07:15:18 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add_menu_page and add_submenu_page]]></category>
		<category><![CDATA[Hide first submenu add_menu_page in WordPress]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=1268</guid>
		<description><![CDATA[If you were working with WordPress customizations, than I am sure you have used the add_menu_page function of WordPress. It adds a New Menu Item in the admin navigation. I used it for many times, but I saw that when I use it with one sub menu, it automatically adds main menu as first submenu. I was working with Reports section in one of project where I need to generate 3 reports. I adds main menu as Reports and I need to add 3 submenu under it.]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/automatically-add-wordpress-submenu-when-use-add_menu_page/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: basic
Page Caching using disk: enhanced
Object Caching 845/848 objects using disk: basic

Served from: www.programmingfacts.com @ 2013-06-19 06:41:07 -->
