<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Imthiaz Blog &#187; Web</title>
	<atom:link href="http://imthi.com/blog/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://imthi.com</link>
	<description>me and stupid works....!!!</description>
	<lastBuildDate>Tue, 29 Jun 2010 06:20:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Released new Amazon S3 Plugin for wordpress</title>
		<link>http://imthi.com/blog/web/released-new-amazon-s3-plugin-for-wordpress.php</link>
		<comments>http://imthi.com/blog/web/released-new-amazon-s3-plugin-for-wordpress.php#comments</comments>
		<pubDate>Sun, 20 Jun 2010 15:59:08 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=1484</guid>
		<description><![CDATA[Couple of months before one of my friend was asking about Amazon S3 plugin for wordpress. For me most of them were either complicated or not working. So my main focus of the plugin was to be really simple and in the same time effective. I would say I have kind of achieved the goal [...]]]></description>
			<content:encoded><![CDATA[<p>Couple of months before one of my friend was asking about Amazon S3 plugin for wordpress. For me most of them were either complicated or not working. So my main focus of the plugin was to be really simple and in the same time effective. I would say I have kind of achieved the goal to some extend in version 1.0 of this plugin release.</p>
<p>The toughest part in the plugin is to configure the Amazon S3 Setting, create a folder for caching and setup the wordpress cron file. Once these settings are done you don&#8217;t have to worry about anything else. The plugin will look for media files in your post and automatically schedule the files for amazon upload. Once the file is uploaded the media urls will be from the CDN. There are no changes done in your database and if you disable the plugin everything will go back to the old state.</p>
<p><a href="http://downloads.wordpress.org/plugin/wp-s3.zip">Download WordPress Amazon S3 Plugin</a></p>
<p><a href="http://imthi.com/wp-s3/">WordPress Amazon S3 Plugin</a></p>
<p><a href="http://wordpress.org/extend/plugins/wp-s3/">More information on WordPress Amazon S3 Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/released-new-amazon-s3-plugin-for-wordpress.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David Letterman with Kevin Spacey talks about twitter</title>
		<link>http://imthi.com/blog/web/david-letterman-with-kevin-spacey-talks-about-twitter.php</link>
		<comments>http://imthi.com/blog/web/david-letterman-with-kevin-spacey-talks-about-twitter.php#comments</comments>
		<pubDate>Thu, 23 Jul 2009 05:06:38 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=1149</guid>
		<description><![CDATA[Watch this interesting video where David Letterman chats with Kevin Spacey about twitter. Really funny]]></description>
			<content:encoded><![CDATA[<p>Watch this interesting video where David Letterman chats with Kevin Spacey about twitter.</p>
<p style="text-align: center;"><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/2Z1aZ7Gs46A&#038;hl=en&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2Z1aZ7Gs46A&#038;hl=en&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<p>Really funny <img src='http://imthi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/david-letterman-with-kevin-spacey-talks-about-twitter.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter Security Issue, Don&#8217;t use your main password</title>
		<link>http://imthi.com/blog/web/twitter-security-issue-dont-use-your-main-password.php</link>
		<comments>http://imthi.com/blog/web/twitter-security-issue-dont-use-your-main-password.php#comments</comments>
		<pubDate>Tue, 21 Apr 2009 16:25:37 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=1062</guid>
		<description><![CDATA[Today my friend was writing a small application to post updates to twitter. We found that the API is not secure (does not use SSL). I installed network packet capture programs and was able to capture the request headers what the twitter client was sending. It was basic authorization which is encoded using base64. Is [...]]]></description>
			<content:encoded><![CDATA[<p>Today my friend was writing a small application to post updates to twitter. We found that the API is not secure (does not use SSL). I installed network packet capture programs and was able to capture the request headers what the twitter client was sending. It was basic authorization which is encoded using <a href="http://en.wikipedia.org/wiki/Base64">base64</a>.</p>
<p><a href="http://icdn.s3.amazonaws.com/2009/04/twitter-post-request-header.png"><img src="http://icdn.s3.amazonaws.com/2009/04/twitter-post-request-header.png" alt="twitter-post-request-header" title="twitter-post-request-header" width="537" height="236" class="aligncenter size-full wp-image-1066" /></a></p>
<p>Is there anyway you can avoid this?  </p>
<ul>
<li>For now use simple password until twitter updates their API with SSL</li>
<li>Don&#8217;t fight with your network administrators <img src='http://imthi.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<p>-</p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/twitter-security-issue-dont-use-your-main-password.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google servers in shipment containers</title>
		<link>http://imthi.com/blog/web/google-servers-in-shipment-containers.php</link>
		<comments>http://imthi.com/blog/web/google-servers-in-shipment-containers.php#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:25:56 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=1004</guid>
		<description><![CDATA[Today I came across this video from Google Blogoscoped and it was really cool to see how Google have their server in shipment containers. They have 45 containers and it holds 45,000 servers. So I can understand if Google wants to relocate their data centers it will be really easy for them as their servers [...]]]></description>
			<content:encoded><![CDATA[<p>Today I came across this video from <a href="http://blogoscoped.com/archive/2009-04-08-n39.html">Google Blogoscoped</a> and it was really cool to see how Google have their server in shipment containers. They have 45 containers and it holds 45,000 servers.</p>
<p style="text-align: center;"><object width="425" height="344" data="http://www.youtube.com/v/zRwPSFpLX8I&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/zRwPSFpLX8I&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>So I can understand if Google wants to relocate their data centers it will be really easy for them as their servers are already packed in containers <img src='http://imthi.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/google-servers-in-shipment-containers.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twouble with Twitters</title>
		<link>http://imthi.com/blog/web/twouble-with-twitters.php</link>
		<comments>http://imthi.com/blog/web/twouble-with-twitters.php#comments</comments>
		<pubDate>Wed, 18 Mar 2009 13:42:20 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=933</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="600" height="342"><param name="movie" value="http://current.com/e/89891774/en_US"></param><param name="wmode" value="transparent"></param><param name="allowfullscreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://current.com/e/89891774/en_US" type="application/x-shockwave-flash"  width="600" height="342" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/twouble-with-twitters.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flip Media launched it&#8217;s own portal for mumbaikars !!!</title>
		<link>http://imthi.com/blog/web/flip-media-launched-its-own-portal-for-mumbaikars.php</link>
		<comments>http://imthi.com/blog/web/flip-media-launched-its-own-portal-for-mumbaikars.php#comments</comments>
		<pubDate>Wed, 18 Feb 2009 10:06:22 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Flip Media]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=882</guid>
		<description><![CDATA[Flip Media Dubai launched a new portal mumbaikar.com for mumbaikars. The site was launched in beta stage and we are updating the functionality and features of every day. Mumbaikar is the Marathi word to signify a resident of Mumbai. Even though the term has been in use for quite some time it gained popularity after [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flipcorp.com">Flip Media Dubai</a> launched a new portal  <a href="http://www.mumbaikar.com/en">mumbaikar.com</a> for <a href="http://www.mumbaikar.com/en">mumbaikars</a>. The site was launched in beta stage and we are updating the functionality and features of every day.</p>
<p style="text-align: center;"><a href="http://icdn.s3.amazonaws.com/2009/02/mumbaikarcom.png"><img class="aligncenter" title="mumbaikar.com" src="http://icdn.s3.amazonaws.com/2009/02/mumbaikarcom-300x229.png" alt="mumbaikar.com" width="300" height="229" /></a></p>
<blockquote><p>Mumbaikar is the Marathi word to signify a resident of Mumbai. Even though the term has been in use for quite some time it gained popularity after the formal renaming of the city to its original name Mumbai[citation needed]. The renaming and rise in the popularity of the term led to common adoption of the term Mumbaikar. Generally speaking, the term encompasses a whole range of ethnicities and cultures of which Mumbai is a melting pot.</p>
<p>Its a general practice in Marathi language speakers to add the verb kar (which means do or does) to the end of individuals native village/place of residence and refer the person using it. So based on this general rule natives of Pune city are called as Punekar, Nashik city as Nashikkar and so on using. It is also fairly common to find people who have their last name based on this rule, so some natives of Goregaon do have their last name as Goregaonkar, similarly Chiplunkar from Chiplun and so on. Similar surnames based on profession with a kar at the end are also very common.</p>
<p>- Source <a href="http://en.wikipedia.org/wiki/Mumbaikar">Wikipedia</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/flip-media-launched-its-own-portal-for-mumbaikars.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>imthi.com gets pagerank 5</title>
		<link>http://imthi.com/blog/web/imthicom-gets-pagerank-5.php</link>
		<comments>http://imthi.com/blog/web/imthicom-gets-pagerank-5.php#comments</comments>
		<pubDate>Thu, 28 Aug 2008 02:46:13 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blog update]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=633</guid>
		<description><![CDATA[It has been quite sometime since I concentrated on SEO and my blog. Yesterday I was ready a forum where they were chatting about page rank update by Google. Out of curiosity I checked my blog and It got promoted to rank 5. After 2 long year my blog finally got page rank 5. Organic [...]]]></description>
			<content:encoded><![CDATA[<p>It has been quite sometime since I concentrated on SEO and my blog. Yesterday I was ready a forum where they were chatting about page rank update by Google. Out of curiosity I checked my blog and It got promoted to rank 5. After 2 long year my blog finally got page rank 5.</p>
<p><img class="alignnone size-full wp-image-634" title="imthi.com page rank 5" src="http://icdn.s3.amazonaws.com/2008/08/imthi_com_pagerank_5.png" alt="" width="500" height="225" /></p>
<p>Organic and white hat seo pays the reward but it takes very long time. I guess it is good and is statble <img src='http://imthi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/imthicom-gets-pagerank-5.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google news in Tamil</title>
		<link>http://imthi.com/blog/web/google-news-in-tamil.php</link>
		<comments>http://imthi.com/blog/web/google-news-in-tamil.php#comments</comments>
		<pubDate>Thu, 14 Aug 2008 15:25:05 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tamil]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=628</guid>
		<description><![CDATA[It feels great to see Google news in Tamil Click here to read Google news in Tamil]]></description>
			<content:encoded><![CDATA[<p>It feels great to see Google news in Tamil</p>
<p><img class="aligncenter size-full wp-image-629" title="Google news in Tamil" src="http://icdn.s3.amazonaws.com/2008/08/google-news-tamil.png" alt="" width="402" height="223" /></p>
<p><a href="http://news.google.com/news?ned=ta_in">Click here to read Google news in Tamil</a></p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/google-news-in-tamil.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suggest better translation to Google Transaltor</title>
		<link>http://imthi.com/blog/web/suggest-better-translation-to-google-transaltor.php</link>
		<comments>http://imthi.com/blog/web/suggest-better-translation-to-google-transaltor.php#comments</comments>
		<pubDate>Mon, 02 Jun 2008 12:52:04 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=572</guid>
		<description><![CDATA[Today I was browsing through a web page which was translated using Google translator. I noticed a new tool tip over each sentences. When you click on the link &#8220;Suggest a better translation&#8221; you get a textbox to give a new translation of the sentence. Google is learning translation from the users. The translation engine [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was browsing through a <a href="http://translate.google.com/translate?u=http%3A%2F%2Fimthi.com&amp;hl=en&amp;ie=UTF8&amp;sl=en&amp;tl=hi">web page</a> which was translated using Google translator. I noticed a new tool tip over each sentences.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-574 aligncenter" title="Google tranlsation Tooltip" src="http://icdn.s3.amazonaws.com/2008/06/google-translation-tooltip.png" alt="" width="468" height="245" /></p>
<p>When you click on the link &#8220;Suggest a better translation&#8221; you get a textbox to give a new translation of the sentence.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-573 aligncenter" title="Google Translation Tooltip Input" src="http://icdn.s3.amazonaws.com/2008/06/google-translation-tooltip-input.png" alt="" width="500" height="449" /></p>
<p>Google is learning translation from the users. The translation engine will evolve based on the user input over the time <img src='http://imthi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/suggest-better-translation-to-google-transaltor.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Does Google knows me better than myself ????</title>
		<link>http://imthi.com/blog/web/does-google-knows-me-better-than-myself.php</link>
		<comments>http://imthi.com/blog/web/does-google-knows-me-better-than-myself.php#comments</comments>
		<pubDate>Sat, 24 May 2008 10:21:31 +0000</pubDate>
		<dc:creator>Imthiaz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://imthi.com/?p=559</guid>
		<description><![CDATA[I have a strong feeling that Google knows me better than what I know about myself. I am saying strongly because I live my life on Internet. I use internet a lot and I have been using lot of service what is offered by Google. All of the service is so interlinked and they record [...]]]></description>
			<content:encoded><![CDATA[<p>I have a strong feeling that Google knows me better than what I know about myself. I am saying strongly because I live my life on Internet. I use internet a lot and I have been using lot of service what is offered by Google. All of the service is so interlinked and they record every thing what I do. These are the following service I am using.</p>
<p>1. Google Email &#8211; I have been using Google Gmail from the day it was rolled out to public user by invitation. This is my personal email and I have all my friends family mailing me here. From this they know what emails and what kind of emails I get from everyone.</p>
<p>2. Google search &#8211; I am sure 90% of internet users from small kid to grown up is using Google search. I Google a lot in fact I Google to correct my spelling which I am really bad at. Now they have integrated with Gmail and they track every search what I am doing online. In fact they have even started to personalize the search based on the what kind of Search I have been doing in past years. From this tracking they what I am searching for and from that they can find out what kind person I am and what kind of work I do and what I am looking or what are my interest in life.</p>
<p>3. Orkut &#8211; Here in middle east facebook is mostly used. But back in India more than facebook orkut is being used for social networking. From this service they know who are my friends and what kind of friend I have and what are interest in social life.</p>
<p>4. Google Talk &#8211; I am using Gtalk to chat with my friends. Using this service they know who are the friends I am close with. What I am chat or what I exchange with my friends.</p>
<p>5. Google reader &#8211; I read RSS more than newspaper. I have subscribed to more that 30 or 40 feeds from which I get my daily updates from other website I read a lot. Google can easily find out my interest and area of expertise from the RSS I read, bookmark, and share with my friends.</p>
<p>6. Google analytic &#8211; I have my own personal blog. I track all my visitors using analytic and Google knows what kind of visitor I get.</p>
<p>7. Google adsense &#8211; I have place adsense and I get my payout check and I deposit in my account. So they know what bank I use.</p>
<p>8. Youtube &#8211; They know what kind of video I search on youtube and I watch</p>
<p>9. Google checkout &#8211; I use paypal and Google checkout to shop online. From this they know my online shopping trends and my credit card details.</p>
<p>10. Google adwords &#8211; Everyone clicks on ads placed on other websites <img src='http://imthi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Wow that is big huge list. Above is the most used service from Google. If you see they track and save information of what I do everyday on internet. Can you realize how much data Google has about me. It is all part of pieces of data about me and what I do everyday. Now I can summarize somewhat what Google know about me</p>
<ul>
<li>Kind of person</li>
<li>My profession</li>
<li>My hobbies</li>
<li>My favorite TV show</li>
<li>My favorite food</li>
<li>My favorite recipes</li>
<li>My Friends</li>
<li>My Social life</li>
<li>My traveling interest</li>
<li>My favorite products</li>
<li>List of software I use, etc etc</li>
</ul>
<p>Soon I will forget what I like and Google will know better and they will introduce a new service. Where I can get suggestion or recommendation what is best for me. To an extend they are already doing this in search and product search. My only question is Can I trust Google? Anyways I am taking my chances as I don&#8217;t have any other better service which can compete Google <img src='http://imthi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://imthi.com/blog/web/does-google-knows-me-better-than-myself.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
