<?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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>iFadey » Blog</title>
	
	<link>http://www.ifadey.com</link>
	<description>Web Development Blog</description>
	<lastBuildDate>Sat, 11 May 2013 16:34:05 +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>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ifadey" /><feedburner:info uri="ifadey" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ifadey</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Why I Love Firefox OS</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/kHyJCjFLXnk/</link>
		<comments>http://www.ifadey.com/2013/04/why-i-love-firefox-os/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 12:28:55 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[firefox os]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[keon]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[peak]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=889</guid>
		<description><![CDATA[I wrote a guest post for ProPakistani about Firefox OS explaining why I love it and advocate it? It explains first few flaws of Android and iOS. Then it introduces Firefox OS and explains how it solve Android/iOS problems. Then few lines about its availability and developer phones from Geeksphone (Keon and Peak). In the [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/04/why-i-love-firefox-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/04/why-i-love-firefox-os/</feedburner:origLink></item>
		<item>
		<title>Sort JavaScript Object by Key or Value</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/E5io4_xyc5k/</link>
		<comments>http://www.ifadey.com/2013/04/sort-javascript-object-by-key-or-value/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 13:51:10 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=860</guid>
		<description><![CDATA[This is a quick tip for sorted access to JavaScript object by key or value. Sorted Access Using Object Keys Let&#8217;s say you have an object like this. var obj = &#123; mobile : 'Firefox OS', desktop : 'Ubuntu', tablet : 'Android' &#125;; Now you need to iterate over object properties in this order. //sorted [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/04/sort-javascript-object-by-key-or-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/04/sort-javascript-object-by-key-or-value/</feedburner:origLink></item>
		<item>
		<title>Understanding this Keyword in JavaScript</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/6lLG1nLqdxY/</link>
		<comments>http://www.ifadey.com/2013/02/understanding-this-keyword-in-javascript/#comments</comments>
		<pubDate>Sat, 16 Feb 2013 21:07:21 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[apply]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[literal]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[this]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=768</guid>
		<description><![CDATA[this keyword is one of the most confusing in JavaScript. This article will help you understand the value of this keyword contains in different scenarios like in global space, global functions, object literal methods, inner functions, constructor functions, prototype methods, callback functions, controlling the value of this using apply, call, and bind methods. Finally this [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/02/understanding-this-keyword-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/02/understanding-this-keyword-in-javascript/</feedburner:origLink></item>
		<item>
		<title>Goodies Box from DZone</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/HGqla96yjxQ/</link>
		<comments>http://www.ifadey.com/2013/02/goodies-box-from-dzone/#comments</comments>
		<pubDate>Sat, 09 Feb 2013 18:10:51 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[dzone]]></category>
		<category><![CDATA[firefox os]]></category>
		<category><![CDATA[goodie]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[manning publications]]></category>
		<category><![CDATA[meap]]></category>
		<category><![CDATA[new relic]]></category>
		<category><![CDATA[t-shirt]]></category>
		<category><![CDATA[tizen]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=811</guid>
		<description><![CDATA[Few months back I received an email from DZone saying that I was selected as top blogger of 2012 and they will soon gonna send a T-Shirt. Today (7th Feb, 2013) I received a goodies box containing not only t-shirt but other items as well which I want to share here :) Goodies Box I [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/02/goodies-box-from-dzone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/02/goodies-box-from-dzone/</feedburner:origLink></item>
		<item>
		<title>Functional Programming Using JavaScript</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/blcT5OWHM6k/</link>
		<comments>http://www.ifadey.com/2013/01/functional-programming-using-javascript/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 19:58:49 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[closure]]></category>
		<category><![CDATA[every]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[forEach]]></category>
		<category><![CDATA[function application]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[higher order function]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[partial function application]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reduce]]></category>
		<category><![CDATA[some]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=714</guid>
		<description><![CDATA[Programmers use different techniques to achieve abstraction and hide complexity e.g Object Oriented techniques does exactly that. They do so because programs grow at fast pace and they quickly become complex. Humans are intelligent but they can handle complexity to a particular level. So basically Functional programming is also used to hide complexity of programs [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/01/functional-programming-using-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/01/functional-programming-using-javascript/</feedburner:origLink></item>
		<item>
		<title>sBubble: jQuery/CSS3 Tooltip Plugin</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/KnlP3fsKFI4/</link>
		<comments>http://www.ifadey.com/2013/01/sbubble-jquery-css3-tooltip-plugin/#comments</comments>
		<pubDate>Tue, 08 Jan 2013 20:15:58 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[bubble]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sbubble]]></category>
		<category><![CDATA[tooltip]]></category>
		<category><![CDATA[transition]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=677</guid>
		<description><![CDATA[sBubble is a jQuery tooltip plugin which is totally based on CSS3 for shapes and animations. Yes no images used and no jQuery code used for animation. Plus some color themes are also provided. Demo Plugin Source Basic Usage Step 1 Include jQuery and sBubble script files. &#60;script src=&#34;js/jquery-1.8.0.min.js&#34;&#62;&#60;/script&#62; &#60;script src=&#34;js/jquery.sBubble-0.1.1.js&#34;&#62;&#60;/script&#62; Step 2 Add CSS [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/01/sbubble-jquery-css3-tooltip-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/01/sbubble-jquery-css3-tooltip-plugin/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 9</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/ewkcXQerTNs/</link>
		<comments>http://www.ifadey.com/2013/01/interesting-stuff-on-the-web-9/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 15:45:01 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=566</guid>
		<description><![CDATA[Release 9 of five chosen quality articles/tutorials/tools from different blogs. Talks To Help You Become A Better Front-End Engineer In 2013 Many of us care deeply about developing our craft. But staying up to date can be a true challenge, because the quantity of fresh information we’re regularly exposed to can be a lot to [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2013/01/interesting-stuff-on-the-web-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2013/01/interesting-stuff-on-the-web-9/</feedburner:origLink></item>
		<item>
		<title>Load More – Node.js Messaging Server (Part 3)</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/fURTBVweOyw/</link>
		<comments>http://www.ifadey.com/2012/09/load-more-node-js-messaging-server-part-3/#comments</comments>
		<pubDate>Thu, 06 Sep 2012 20:03:58 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[knockout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[socketio]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=567</guid>
		<description><![CDATA[Part 2 was introduction to Node.js and Socket.io. In this Part we will develop Twitter like functionality using Node.js and Socket.io to load new messages without requesting or pooling the server. I have given enough introduction to what we are going to develop in this part. Those who want to review can read the third [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/09/load-more-node-js-messaging-server-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/09/load-more-node-js-messaging-server-part-3/</feedburner:origLink></item>
		<item>
		<title>Mistakes to Avoid as a Web Developer</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/zrTXeJ-5MYI/</link>
		<comments>http://www.ifadey.com/2012/08/mistakes-to-avoid-as-a-web-developer/#comments</comments>
		<pubDate>Sat, 18 Aug 2012 16:04:50 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[admedia]]></category>
		<category><![CDATA[avoid]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[mistakes]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=625</guid>
		<description><![CDATA[For all web developers, it is extremely important to give the best service they possibly can in order to make sure things are done correctly. However, it sometimes becomes an often occurrence that developers will make the same mistakes and that could send the whole project off course and force you to take longer than [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/08/mistakes-to-avoid-as-a-web-developer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/08/mistakes-to-avoid-as-a-web-developer/</feedburner:origLink></item>
		<item>
		<title>Linux Command Line – Part 2</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/trLXiQizjS0/</link>
		<comments>http://www.ifadey.com/2012/08/linux-command-line-part-2/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 18:31:23 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[cp]]></category>
		<category><![CDATA[fhs]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[hierarchy]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mkdir]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=574</guid>
		<description><![CDATA[In first part you learned about navigating file system using Bash shell and you also learned how to get help for a particular command. In this part you will learn: Filesystem Hierarchy Standard. Create, Copy, Move, and Delete files or directories. Rename file or directories. Other Parts Part 1 Part 2 (current) Filesystem Hierarchy Standard [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/08/linux-command-line-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/08/linux-command-line-part-2/</feedburner:origLink></item>
		<item>
		<title>Linux Command Line – Part 1</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/7KhUuiFyg6s/</link>
		<comments>http://www.ifadey.com/2012/08/linux-command-line-part-1/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 16:32:02 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=569</guid>
		<description><![CDATA[As a web developer you are assigned a task to administer Linux based web server or your company says we don&#8217;t like Windows you must have to choose Mac or Linux based system. Things get worse when you are afraid of command line and hesitate to write commands yourself. This series of articles will help [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/08/linux-command-line-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/08/linux-command-line-part-1/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 8</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/_L8i9uU0Zlk/</link>
		<comments>http://www.ifadey.com/2012/07/interesting-stuff-on-the-web-8/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 16:08:35 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[engineer]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[modernizr]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[x-tag]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=522</guid>
		<description><![CDATA[Release 8 of five chosen quality articles/tutorials/tools from different blogs. If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added. X-Tag X-Tag is a cross-browser web component library that uses custom tags and [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/07/interesting-stuff-on-the-web-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/07/interesting-stuff-on-the-web-8/</feedburner:origLink></item>
		<item>
		<title>Firefox OS (Boot to Gecko)</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/t7xTCf0IPKQ/</link>
		<comments>http://www.ifadey.com/2012/07/firefox-os-boot-to-gecko/#comments</comments>
		<pubDate>Thu, 12 Jul 2012 18:30:31 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[b2g]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[gecko]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=543</guid>
		<description><![CDATA[There has been lot of mobile wars going on in recent years. Today when we talk about Mobile OS, the top contenders that comes to mind are Android and iOS. Both are good operating systems and it&#8217;s matter of preference whose device you choose. But I was never fascinated by devices of these both operating [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/07/firefox-os-boot-to-gecko/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/07/firefox-os-boot-to-gecko/</feedburner:origLink></item>
		<item>
		<title>Load More – Introducing Node.js and Socket.io (Part 2)</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/ts25_OOrlqU/</link>
		<comments>http://www.ifadey.com/2012/07/load-more-introducing-node-js-and-socket-io-part-2/#comments</comments>
		<pubDate>Thu, 05 Jul 2012 17:28:24 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[knockout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[socket]]></category>
		<category><![CDATA[socketio]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=523</guid>
		<description><![CDATA[Continuing the Load More series by introducing Node.js and Socket.io. This part is very detailed and easy to understand introduction to these two technologies. Each and every line of sample programs is explained assuming reader don&#8217;t know anything about JavaScript, Node.js, and Socket.io. Other Parts Part 1 Part 2 (current) Part 3 Source Files Let&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/07/load-more-introducing-node-js-and-socket-io-part-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/07/load-more-introducing-node-js-and-socket-io-part-2/</feedburner:origLink></item>
		<item>
		<title>Form to Wizard jQuery Plugin</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/tvaGJIBVaLs/</link>
		<comments>http://www.ifadey.com/2012/06/form-to-wizard-jquery-plugin/#comments</comments>
		<pubDate>Sun, 24 Jun 2012 13:18:13 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=515</guid>
		<description><![CDATA[Janko wrote a tutorial explaining how to create a plugin which can convert html form into wizard (using legends) and he called this plugin Form to Wizard. I liked the idea of this plugin and used it in one of my project. But he wrote a tutorial so he didn&#8217;t provided any option to customize [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/06/form-to-wizard-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/06/form-to-wizard-jquery-plugin/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 7</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/MP_UiQN21UU/</link>
		<comments>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-7/#comments</comments>
		<pubDate>Wed, 30 May 2012 13:46:06 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[knockout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[rest]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=509</guid>
		<description><![CDATA[Release 7 of five chosen quality articles/tutorials/tools from different blogs. If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added. REST – Can You do More than Spell It? Part 1 of REST [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-7/</feedburner:origLink></item>
		<item>
		<title>Get File Size from Input Control</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/AsAtcRc7I4M/</link>
		<comments>http://www.ifadey.com/2012/05/get-file-size-from-input-control/#comments</comments>
		<pubDate>Sun, 20 May 2012 19:50:48 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[activexobject]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cross]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filesize]]></category>
		<category><![CDATA[filesystemobject]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=502</guid>
		<description><![CDATA[A cross browser code snippet in JavaScript for getting file size from input element/control. Demo //return file size in bytes function getFileSize&#40; inputFile &#41; &#123; var files = inputFile.files; &#160; if&#40; !files &#41; &#123; //for IE try &#123; var fs = new ActiveXObject&#40; 'Scripting.FileSystemObject' &#41;; var file = fs.getFile&#40; inputFile.value &#41;; return file.size; &#125; catch&#40; [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/05/get-file-size-from-input-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/05/get-file-size-from-input-control/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 6</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/0RmLDkPfCX8/</link>
		<comments>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-6/#comments</comments>
		<pubDate>Fri, 11 May 2012 21:07:58 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=493</guid>
		<description><![CDATA[Release 6 of five chosen quality articles/tutorials/tools from different blogs. If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added. Some tips on Tech Blogging Some tips and tricks to get the best [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-6/</feedburner:origLink></item>
		<item>
		<title>Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/aWemaUgBExA/</link>
		<comments>http://www.ifadey.com/2012/05/load-more-using-knockoutjs-php-codeigniter/#comments</comments>
		<pubDate>Thu, 03 May 2012 20:16:09 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[knockout]]></category>
		<category><![CDATA[knockoutjs]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=453</guid>
		<description><![CDATA[Everyone has used social networking sites and almost all of them implement Load More functionality to load additional posts/messages. Load More is actually alternate way of pagination. There are two kinds of Load More functionality. First is to load additional content when the user hits the scrollbar at the bottom of the page. Another kind [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/05/load-more-using-knockoutjs-php-codeigniter/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/05/load-more-using-knockoutjs-php-codeigniter/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 5</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/o8caVCdJWl8/</link>
		<comments>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-5/#comments</comments>
		<pubDate>Tue, 01 May 2012 09:30:07 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodejs]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=481</guid>
		<description><![CDATA[Release 5 of five chosen quality articles/tutorials/tools from different blogs. If you want to add your article or know any informative article related to web development, send it to me from Contact page. Remember only original and quality articles will be added. Vim Video Tutorials Excellent video series (from Novice to Advance) on one of [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/05/interesting-stuff-on-the-web-5/</feedburner:origLink></item>
		<item>
		<title>Favorite Open Source Softwares</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/oJE53YWxbg8/</link>
		<comments>http://www.ifadey.com/2012/04/favorite-open-source-softwares/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 19:51:55 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[eraser]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[miro]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[paint.net]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sumatra]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=435</guid>
		<description><![CDATA[Most of the Open Source softwares are much better than their proprietary alternatives. So I prefer to look for Open software before going for any proprietary one. Also if we use such softwares, it&#8217;s our responsibility to support and promote them. I want to share my personal favorite list of open source softwares. Please share [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/04/favorite-open-source-softwares/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/04/favorite-open-source-softwares/</feedburner:origLink></item>
		<item>
		<title>Common JavaScript Date Operations</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/5gtv_riLSD4/</link>
		<comments>http://www.ifadey.com/2012/04/common-javascript-date-operations/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 17:34:12 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=441</guid>
		<description><![CDATA[Here are some JavaScript&#8217;s most common date operations which you may require during your project. MySQL Timestamp to Date function parseMySqlDate&#40; dateStr &#41; &#123; return new Date&#40; dateStr.replace&#40; /-/g, '/' &#41; &#41;; &#125; MySQL date contain dashes in it (e.g. 2012-01-16) so first replace them with forward slashes because MySQL date is not directly recognizable [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2012/04/common-javascript-date-operations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2012/04/common-javascript-date-operations/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 4</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/mz8NSYxFJ8s/</link>
		<comments>http://www.ifadey.com/2011/12/interesting-stuff-on-the-web-4/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 11:37:38 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css4]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=418</guid>
		<description><![CDATA[Release 4 of five chosen quality articles/tutorials/tools from different blogs. CSS4 Preview &dash; Selectors CSS is one probably the best bridge between web designers and developers so updates to the CSS spec are very exciting. The W3C recently posted an update to the working Selectors Level 4 spec, and there are many useful updates to [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/12/interesting-stuff-on-the-web-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/12/interesting-stuff-on-the-web-4/</feedburner:origLink></item>
		<item>
		<title>Developing Multilingual Software Applications</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/taF6xcO4UHA/</link>
		<comments>http://www.ifadey.com/2011/12/developing-multilingual-software-applications/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 18:28:19 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=421</guid>
		<description><![CDATA[&#8220;Your business applications cannot bring with it the habits and customs of your country without colliding with the habits and customs of your users in other countries.&#8221; &dash; (IBM Globalization – Guideline C – Respect for culture and conventions) If you are a software developer and you aspire to any kind of growth in this [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/12/developing-multilingual-software-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/12/developing-multilingual-software-applications/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 3</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/jyLuRxhwuGk/</link>
		<comments>http://www.ifadey.com/2011/10/interesting-stuff-on-the-web-3/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 05:29:23 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[adaptive]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=410</guid>
		<description><![CDATA[Release 3 of five chosen quality articles/tutorials/tools from different blogs. IE10 Preview: HTML5 First Look &#8220;At the Windows Build conference last week we got our hands on a developer preview tablet running Windows 8 and Internet Explorer 10. We wanted to share our first impression of the HTML5 experience. Simply put, (and with the caveat [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/10/interesting-stuff-on-the-web-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/10/interesting-stuff-on-the-web-3/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 2</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/4UtEW5m9K4Q/</link>
		<comments>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-2/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 05:12:05 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[factory]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=398</guid>
		<description><![CDATA[Release 2 of five chosen quality articles/tutorials/tools from different blogs. Avoiding The Quirks: Lessons From A JavaScript Code Review Code reviews are possibly the single biggest thing you can do to improve the overall quality of your solutions and if you&#8217;re not actively taking advantage of them, you&#8217;re possibly missing out on bugs you haven&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-2/</feedburner:origLink></item>
		<item>
		<title>Browser Plugin Detection</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/ZF4wbjxX7HA/</link>
		<comments>http://www.ifadey.com/2011/09/browser-plugin-detection/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 21:45:28 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=399</guid>
		<description><![CDATA[Have you ever wondered how to detect plugins loaded by your browser using JavaScript? In this tutorial you will learn to detect plugins in IE way and for other browsers. You will also learn to use Lazy Function Definition pattern to optimize your object detection code. Where Plugin Information is Stored? navigator.plugins of type PluginArray [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/09/browser-plugin-detection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/09/browser-plugin-detection/</feedburner:origLink></item>
		<item>
		<title>Interesting Stuff on the Web – 1</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/VqWDZsSsVcE/</link>
		<comments>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-1/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 12:05:02 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=386</guid>
		<description><![CDATA[This will be weekly post which will contain 5 chosen useful articles/tutorials from different blogs. I kept the quantity of articles less so that you can read all of them on weekends. If you want to add your article or know any informative article related to web development, send it to me from Contact page. [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/09/interesting-stuff-on-the-web-1/</feedburner:origLink></item>
		<item>
		<title>Interview Experience With Google</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/f-7TTH3hi6I/</link>
		<comments>http://www.ifadey.com/2011/08/interview-experience-with-google/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 05:46:35 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[front]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=378</guid>
		<description><![CDATA[Recently I got a chance to give an interview to Google for Front-End Software Engineer. It was a nice experience and I learned a lot specially related to what they ask and what skills they seek in a person. This interview makes me realized the weaknesses in my problem solving abilities. Google&#8217;s Interview Process Initially [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/08/interview-experience-with-google/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/08/interview-experience-with-google/</feedburner:origLink></item>
		<item>
		<title>Context Menu Using Raw JavaScript</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/JranR1QWbIs/</link>
		<comments>http://www.ifadey.com/2011/07/context-menu-using-raw-javascript/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 15:28:10 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[domcontentloaded]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=364</guid>
		<description><![CDATA[Objectives Learn to create cross browser event handler in raw JavaScript. Learn to create cross browser DOMContentLoaded event handler. Making use of oncontextmenu event. Learn to apply Module pattern. Finally develop a reusable, easy to use, cross browser context menu object. DemoSource Files HTML Let&#8217;s first take a look at the HTML required for the [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/07/context-menu-using-raw-javascript/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/07/context-menu-using-raw-javascript/</feedburner:origLink></item>
		<item>
		<title>JavaScript Mistakes You Must Avoid</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/Og3SZkvhW_g/</link>
		<comments>http://www.ifadey.com/2011/05/javascript-mistakes-you-must-avoid/#comments</comments>
		<pubDate>Sun, 08 May 2011 20:17:55 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[common]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mistakes]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=350</guid>
		<description><![CDATA[If you are new to JavaScript and you write raw JavaScript or use any framework (jQuery, Mootools, Dojo, YUI) with it, you must avoid few mistakes. Actually these are my experiences when I was learning JavaScript. Equality Operator You may know that in js, two operators are used for comparing values. First is == (two [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/05/javascript-mistakes-you-must-avoid/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/05/javascript-mistakes-you-must-avoid/</feedburner:origLink></item>
		<item>
		<title>Seminar on Web</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/DZivxj9q6mA/</link>
		<comments>http://www.ifadey.com/2011/04/seminar-on-web/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 16:49:06 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[semantic]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=344</guid>
		<description><![CDATA[Seminar Location: Comsats Institute of IT (Islamabad Campus) Date: 8th April, 2011 Slides Html (Zip) Slides are in Html5, CSS3 so they will work in modern browsers. It was a seminar for undergraduate students and the topics which I covered were: Web in the Past (Web 1.0) Web 2.0, types of Web 2.0 apps Html5, [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/04/seminar-on-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/04/seminar-on-web/</feedburner:origLink></item>
		<item>
		<title>ASP.NET ul Menu Server Control</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/5JWYGH-mAWI/</link>
		<comments>http://www.ifadey.com/2011/02/asp-net-ul-menu-server-control/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 18:00:29 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=324</guid>
		<description><![CDATA[At work I mostly use ASP.NET 3.5 for developing web apps. I am big fan of web standards and I get frustrated when some of ASP.NET Server Controls generate non standard bloated kind of Html. I am specially talking about Menu Control. I know this problem is solved in .NET 4.0 but as I wrote [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/02/asp-net-ul-menu-server-control/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/02/asp-net-ul-menu-server-control/</feedburner:origLink></item>
		<item>
		<title>Maxthon 3 Review – Part 2</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/Tkp0BXRH97E/</link>
		<comments>http://www.ifadey.com/2011/02/maxthon-3-part-2/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 07:51:54 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[maxthon 3 browser review chinese web webkit trident]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=318</guid>
		<description><![CDATA[Few months ago I wrote an article as a guest writer about Maxthon 3. I am writing another review because there are UI changes and many new features added in the latest release. I am not giving any introduction of Maxthon 3 here because it was already given in the previous article. Continue Reading on [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/02/maxthon-3-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/02/maxthon-3-part-2/</feedburner:origLink></item>
		<item>
		<title>WordPress Theme Using jQuery Mobile</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/qqSOUME03K4/</link>
		<comments>http://www.ifadey.com/2011/01/wordpress-theme-using-jquery-mobile/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 20:21:00 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bada]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=313</guid>
		<description><![CDATA[Learning Objectives Introduction to jQuery Mobile. How to use jQuery Mobile Components. Basics of WordPress theme development. How to create WordPress theme for mobile using jQuery Mobile. Try accessing my website using mobile device to preview the mobile theme that we will develop in this tutorial or download theme files and run it from local [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2011/01/wordpress-theme-using-jquery-mobile/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2011/01/wordpress-theme-using-jquery-mobile/</feedburner:origLink></item>
		<item>
		<title>Accessing Forms Made Easy Using DataLink</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/b_oBhSlrjak/</link>
		<comments>http://www.ifadey.com/2010/12/accessing-forms-made-easy-datalink/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 20:58:08 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=301</guid>
		<description><![CDATA[In this tutorial you will learn to use the jQuery Data Link plugin to automate the process of accessing and modifying values of form fields. Demo Background of Data Link Data Link plugin is developed by Microsoft and it&#8217;s currently in beta stage. This feature was present in Microsoft Ajax Client Library and in Silverlight [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/12/accessing-forms-made-easy-datalink/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/12/accessing-forms-made-easy-datalink/</feedburner:origLink></item>
		<item>
		<title>Maxthon 3 – The Browser</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/7NS5lwUk0dI/</link>
		<comments>http://www.ifadey.com/2010/12/maxthon-3-browser/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 08:38:14 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[maxthon 3 browser review]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=296</guid>
		<description><![CDATA[I became fan of Maxthon 3 when I used its alpha version. After that I decided to become beta tester and started reporting bugs on Maxthon forums. Maxthon 3 is getting stable and mature in features with each update. Currently it&#8217;s still evolving so don&#8217;t get disappointed if you don&#8217;t find a feature or face [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/12/maxthon-3-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/12/maxthon-3-browser/</feedburner:origLink></item>
		<item>
		<title>Best Way to Write SQL Query</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/pT0O5BHk8BE/</link>
		<comments>http://www.ifadey.com/2010/11/best-way-to-write-sql-query/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 07:19:35 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[inner]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sub]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=286</guid>
		<description><![CDATA[Learning Objectives You will learn how to write complex SQL queries by dividing the problem (result you want to acheive) and in which order you must think and write SQL clauses to simply your task. This tutorial will not explain working of SQL clauses. I assume you understand working of all SQL clauses. Clause Order [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/11/best-way-to-write-sql-query/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/11/best-way-to-write-sql-query/</feedburner:origLink></item>
		<item>
		<title>Javascript Function Arguments</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/eYduEfJP_KY/</link>
		<comments>http://www.ifadey.com/2010/11/javascript-funciton-arguments/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 19:23:26 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[infinite]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[optional]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[undefined]]></category>
		<category><![CDATA[unlimited]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=279</guid>
		<description><![CDATA[Learning Objectives How javascript arguments work internally How to determine the total number of arguments passed How to determine the currently executing function How to make a function to accept optional parameters How to make a function to accept infinite arguments How Javascript Aruguments Work? Arguments in javascript are received as an Array. This statement [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/11/javascript-funciton-arguments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/11/javascript-funciton-arguments/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – VI</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/dGSnyi9mDAU/</link>
		<comments>http://www.ifadey.com/2010/10/crud-using-jquery-and-codeigniter-vi/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 19:06:07 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[datatable]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=271</guid>
		<description><![CDATA[Learning Objectives In this part you will learn how to perform clientside search, table sorting, limit records display at a time, and clientside pagination using jQuery. Previous Parts Part 1 Part 2 Part 3 Part 4 Part 5 Get Source Files Adding Table Header Many readers were asking how to add a header in the [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/10/crud-using-jquery-and-codeigniter-vi/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/10/crud-using-jquery-and-codeigniter-vi/</feedburner:origLink></item>
		<item>
		<title>Asim Subhani’s Official Website</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/dlvKCZeFRmM/</link>
		<comments>http://www.ifadey.com/2010/10/asim-subhanis-official-website/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 17:35:33 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[asim]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[face]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[imageflow]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jcarousel]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jscrollpane]]></category>
		<category><![CDATA[official]]></category>
		<category><![CDATA[subhani]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=257</guid>
		<description><![CDATA[I and my designer friend Naveed launched Asim Subhani&#8217;s official website. My part in the project was slicing PSDs, Html, CSS, jQuery, and a bit of PHP. I make use of CSS3 so you can&#8217;t open it in IE6 and IE7. Here&#8217;s the quick review of techniques used in the development of this project. Entrance [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/10/asim-subhanis-official-website/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/10/asim-subhanis-official-website/</feedburner:origLink></item>
		<item>
		<title>Redesigned</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/44OMIYqQqA8/</link>
		<comments>http://www.ifadey.com/2010/09/redesigned/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 07:54:10 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[usable]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=230</guid>
		<description><![CDATA[I wasn&#8217;t able to add new content for few weeks because I was working on new design of my blog. Also I switched my job 2 months ago so I am busy learning new technologies used in my new company (Specially .NET and Oracle). Finally new design of my blog is out now which is [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/09/redesigned/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/09/redesigned/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – V</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/o0l0bK6CFNs/</link>
		<comments>http://www.ifadey.com/2010/08/crud-using-jquery-and-codeigniter-v/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:02:45 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[clientside]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=223</guid>
		<description><![CDATA[Learning Objectives In this part you will how to perform form validation using jQuery. Previous Parts Part 1 Part 2 Part 3 Part 4 Get Source Files Validation Plugin I will use jQuery Validation Plugin in this tutorial because it&#8217;s very mature, easier to use, and also available on Microsoft&#8217;s Ajax CDN. Click here to [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/08/crud-using-jquery-and-codeigniter-v/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/08/crud-using-jquery-and-codeigniter-v/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – IV</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/zhZuISZV4wA/</link>
		<comments>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iv/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 11:06:42 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dialogbox]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=218</guid>
		<description><![CDATA[Learning Objectives In Part 4 you will learn: How to perform Ajax based CREATE operation. How to switch jQuery tab programmatically. Previous Parts Part 1 Part 2 Part 3 Get Source Files Modify Model Add following method in mUsers class. 1 2 3 4 5 6 7 8 public function create&#40;&#41; &#123; $data = array&#40; [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iv/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iv/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – III</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/CCN37_0apkE/</link>
		<comments>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iii/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:56:06 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=210</guid>
		<description><![CDATA[Learning Objectives In Part 3 you will learn: How to filter form values to prevent XSS attack. What jQuery serialize method do and how to use it. How to send Ajax call to perform UPDATE operation using POST method. How to use jQuery advance selectors to update table rows. Previous Parts Part 1 Part 2 [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iii/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/07/crud-using-jquery-and-codeigniter-iii/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – II</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/IDB5DZhGj5g/</link>
		<comments>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter-ii/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:42:03 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=201</guid>
		<description><![CDATA[Learning Objectives In Part 2, you will learn: Displaying Ajax loader animation when an Ajax call is made. How to inject Update/Delete link in each record using jQuery. How to use jQueryUI dialog widget. How to send Ajax request to perform DELETE operation. How and when to use jQuery&#8217;s delegate method to bind events. Previous [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter-ii/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter-ii/</feedburner:origLink></item>
		<item>
		<title>CRUD using jQuery and Codeigniter – I</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/pKSMPlksSbM/</link>
		<comments>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 16:03:28 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[crud]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jqueryui]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[plungin]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templating]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=191</guid>
		<description><![CDATA[Learning Objectives In this tutorial you will learn: How to use jQuery with Codeigniter. How to send Ajax request to perform READ operation. How to use jQuery UI tabs widget. How to use Microsoft&#8217;s jQuery templating plugin. Get Source Files Download Required Files Download Codeigniter Download jQuery Microsoft jQuery template plugin Download jQueryUI You may [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/06/crud-using-jquery-and-codeigniter/</feedburner:origLink></item>
		<item>
		<title>Web 2.0</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/WrLjUM0fCqc/</link>
		<comments>http://www.ifadey.com/2010/06/web-2-0/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 20:12:57 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ria]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=181</guid>
		<description><![CDATA[What is it About? Even though today many designers and developers are creating Web 2.0 apps but they don&#8217;t know what&#8217;s Web 2.0? So I decided to write an article explaining what it&#8217;s, which web app comes under Web 2.0, and what technologies are used for developing Web 2.0 apps. What&#8217;s Web 2.0? Web 2.0 [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/06/web-2-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/06/web-2-0/</feedburner:origLink></item>
		<item>
		<title>Printer Friendly CSS – II</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/UfrlC_AT5TU/</link>
		<comments>http://www.ifadey.com/2010/05/printer-friendly-css/#comments</comments>
		<pubDate>Tue, 25 May 2010 19:24:27 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=177</guid>
		<description><![CDATA[What&#8217;s it About? In Part I of this tutorial, you learned how to slice a design and write standards compliant Html/CSS. In this part, you will learn how to write printer friendly CSS. I will continue extending the same demo used in Part I and make it printer friendly. Demo &#160;&#160; Source Understanding Media Type [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/05/printer-friendly-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/05/printer-friendly-css/</feedburner:origLink></item>
		<item>
		<title>Slicing PSD &amp; Html/CSS – I</title>
		<link>http://feedproxy.google.com/~r/ifadey/~3/CP2hebbjAK0/</link>
		<comments>http://www.ifadey.com/2010/05/slicing-psd-and-html-css/#comments</comments>
		<pubDate>Sat, 15 May 2010 13:58:22 +0000</pubDate>
		<dc:creator>iFadey</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[slice]]></category>
		<category><![CDATA[slicing]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.ifadey.com/?p=158</guid>
		<description><![CDATA[What&#8217;s it About? In this article you will learn how to slice a design and write standard compliant Html/CSS. In its Part 2, you will learn how to write printer friend CSS. Which means when you print your webpage, it will exclude all background images, and colors. This helps anyone printing the document more reader [...]]]></description>
		<wfw:commentRss>http://www.ifadey.com/2010/05/slicing-psd-and-html-css/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.ifadey.com/2010/05/slicing-psd-and-html-css/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/16 queries in 0.125 seconds using disk

 Served from: www.ifadey.com @ 2013-05-19 20:50:36 by W3 Total Cache -->
