<?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>Itty Bitty Talks</title>
	
	<link>http://www.ittybittytalks.com</link>
	<description>Small Tech Talks by Ron</description>
	<lastBuildDate>Tue, 17 May 2011 17:45:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/IttyBittyTalks" /><feedburner:info uri="ittybittytalks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>IttyBittyTalks</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Do I have 32 or 64 Bit Windows XP?</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/TrR6LJipTjM/do-i-have-32-or-64-bit-windows-xp.html</link>
		<comments>http://www.ittybittytalks.com/do-i-have-32-or-64-bit-windows-xp.html#comments</comments>
		<pubDate>Tue, 24 Aug 2010 06:36:51 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/?p=50</guid>
		<description>While installing a software when you are asked about 32/64 bit processor/operating system, you often get confused and you ask yourself, &amp;#8216;do I have 32 bit processor/OS?&amp;#8217; or &amp;#8216;do I have 64 bit processor/OS?&amp;#8217; A processor may be 32 bit or 64 bit. A 32 bit processor will have 32 bit operating system but a [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/TrR6LJipTjM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/do-i-have-32-or-64-bit-windows-xp.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/do-i-have-32-or-64-bit-windows-xp.html</feedburner:origLink></item>
		<item>
		<title>Which method shall you use between include() or include_once() and require() or require_once() ?</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/6VIM6a0fHpM/which-method-shall-you-use-between-include-or-include_once-and-require-or-require_once.html</link>
		<comments>http://www.ittybittytalks.com/which-method-shall-you-use-between-include-or-include_once-and-require-or-require_once.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 22:01:24 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[PHP Basic]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/?p=34</guid>
		<description>In recent versions of PHP, the only difference between require() (or require_once()) and include() (or include_once()) is in the fact that, while the latter will only throw a warning and allow the script to continue its execution if the include file is not found, the former will throw an error and halt the script.&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/6VIM6a0fHpM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/which-method-shall-you-use-between-include-or-include_once-and-require-or-require_once.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/which-method-shall-you-use-between-include-or-include_once-and-require-or-require_once.html</feedburner:origLink></item>
		<item>
		<title>‘break’ and ‘continue’ for jQuery loop</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/zl7u3s27ITo/%e2%80%98break%e2%80%99-and-%e2%80%98continue%e2%80%99-for-jquery-loop.html</link>
		<comments>http://www.ittybittytalks.com/%e2%80%98break%e2%80%99-and-%e2%80%98continue%e2%80%99-for-jquery-loop.html#comments</comments>
		<pubDate>Thu, 21 May 2009 14:28:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[break]]></category>
		<category><![CDATA[continue]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/%e2%80%98break%e2%80%99-and-%e2%80%98continue%e2%80%99-for-jquery-loop.html</guid>
		<description>jQuery functions like $.each( Object obj, Function fn ) or $().each() are not loop rather these are iterative functions. $().each() is used to iterate over a jQuery object and you can use $.each( Object obj, Function fn ) to iterate over anything (for example, an array). As they iterate over something we call them loop. [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/zl7u3s27ITo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/%e2%80%98break%e2%80%99-and-%e2%80%98continue%e2%80%99-for-jquery-loop.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/%e2%80%98break%e2%80%99-and-%e2%80%98continue%e2%80%99-for-jquery-loop.html</feedburner:origLink></item>
		<item>
		<title>Who is hacking your gmail account?</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/0w5gTXa3DO8/who-is-hacking-your-gmail-account.html</link>
		<comments>http://www.ittybittytalks.com/who-is-hacking-your-gmail-account.html#comments</comments>
		<pubDate>Thu, 10 Jul 2008 08:07:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[Gmail]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/who-is-hacking-your-gmail-account.html</guid>
		<description>Don&amp;#8217;t forget to see the footer each time you see your gmail inbox! Read more.. Official Gmail Blog: Remote sign out and info to help you protect your Gmail account&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/0w5gTXa3DO8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/who-is-hacking-your-gmail-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/who-is-hacking-your-gmail-account.html</feedburner:origLink></item>
		<item>
		<title>Is 3 tier architecture and MVC same?</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/tfSk__-4J_E/is-3-tier-architecture-and-mvc-same.html</link>
		<comments>http://www.ittybittytalks.com/is-3-tier-architecture-and-mvc-same.html#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:58:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[N-tier architecture]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/is-3-tier-architecture-and-mvc-same.html</guid>
		<description>Today, Rishan (sommohon) ask me this question while chatting with him. I gave him the answer in one sentence but I myself was not satisfied with the answer. I thought I should write something about this in short. After a long period I am writing to my blog. As I am in vacation right now [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/tfSk__-4J_E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/is-3-tier-architecture-and-mvc-same.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/is-3-tier-architecture-and-mvc-same.html</feedburner:origLink></item>
		<item>
		<title>[Google Tips]: Use Gmail as a Hard Drive</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/vLw9pCfmAQ0/google-tips-use-gmail-as-a-hard-drive.html</link>
		<comments>http://www.ittybittytalks.com/google-tips-use-gmail-as-a-hard-drive.html#comments</comments>
		<pubDate>Thu, 03 May 2007 06:07:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[Gmail]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/google-tips-use-gmail-as-a-hard-drive.html</guid>
		<description>Gmail is providing you more than 2 GB space. So, why not to use this space? You can use Gmail as a network drive on your PC. Yes! It looks and feels just a regular hard drive. And it’s as simple to use as you might hope, if you are Windows user. Go to http://www.viksoe.dk/code/gmail.htm [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/vLw9pCfmAQ0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/google-tips-use-gmail-as-a-hard-drive.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/google-tips-use-gmail-as-a-hard-drive.html</feedburner:origLink></item>
		<item>
		<title>Rickshawala</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/SaRjq8JavsA/rickshawala.html</link>
		<comments>http://www.ittybittytalks.com/rickshawala.html#comments</comments>
		<pubDate>Mon, 30 Apr 2007 05:23:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[My Stories]]></category>
		<category><![CDATA[Rickshawala]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/rickshawala.html</guid>
		<description>I usually travel by bus while returning from office. There are two ways to return from my office to home. There is a direct bus service from Gulshan-2 to Mohammadpur. And another way is to take 27 no bus from Kakoli upto Asad gate then the rest to Mohammadpur by Rickshaw. My office is at [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/SaRjq8JavsA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/rickshawala.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/rickshawala.html</feedburner:origLink></item>
		<item>
		<title>SEO Tips</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/kwffkXimtJo/seo-tips.html</link>
		<comments>http://www.ittybittytalks.com/seo-tips.html#comments</comments>
		<pubDate>Wed, 25 Apr 2007 08:23:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[SEO and SEM]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/seo-tips.html</guid>
		<description>What *NOT* to do? Don’t submit multiple URLs to Google database for the same site. e.g. mysite.com and mysite.com/index.html are two different URLs. Don’t do cloaking. Cloaking is a way to keep two different pages. One is optimized for the search engine another is optimized for user. Doorway pages are another way of cloaking. This [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/kwffkXimtJo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/seo-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/seo-tips.html</feedburner:origLink></item>
		<item>
		<title>How to use MySQL Aggregate Function GROUP_CONCAT()</title>
		<link>http://feedproxy.google.com/~r/IttyBittyTalks/~3/gRMO6UGlqwU/how-to-use-mysql-aggregate-function-group_concat.html</link>
		<comments>http://www.ittybittytalks.com/how-to-use-mysql-aggregate-function-group_concat.html#comments</comments>
		<pubDate>Wed, 25 Apr 2007 06:28:00 +0000</pubDate>
		<dc:creator>ron</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[aggregate function]]></category>
		<category><![CDATA[group_concat()]]></category>

		<guid isPermaLink="false">http://www.ittybittytalks.com/how-to-use-mysql-aggregate-function-group_concat.html</guid>
		<description>Few days ago, I got a mail from one of my friend. The mail was asking a question like below:- Answer the following question within 10 sec and without the help of a calculator. If 1 = 5, 2 = 25, 3 = 625, 4 = 390625, then 5 = ? Answer is hidden here [...]&lt;img src="http://feeds.feedburner.com/~r/IttyBittyTalks/~4/gRMO6UGlqwU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.ittybittytalks.com/how-to-use-mysql-aggregate-function-group_concat.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ittybittytalks.com/how-to-use-mysql-aggregate-function-group_concat.html</feedburner:origLink></item>
	</channel>
</rss>

