<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Webmasters' Blog @ sid.hedir.com</title>
	<link>http://sid.hedir.com</link>
	<description>Just what you need to learn to become a successful webmaster.</description>
	<pubDate>Mon, 15 Feb 2010 17:05:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>WAMP 5 &#038; exif_imagetype() function issues</title>
		<link>http://sid.hedir.com/2010/02/15/wamp-5-exif_imagetype-function-issues/</link>
		<comments>http://sid.hedir.com/2010/02/15/wamp-5-exif_imagetype-function-issues/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:05:31 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[New]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://sid.hedir.com/2010/02/15/wamp-5-exif_imagetype-function-issues/</guid>
		<description><![CDATA[Find php.ini fileChange:;extension=php_exif.dllTo:extension=php_exif.dllNote I have remove &#8216;;&#8217; (uncommented) .Done!Hope this helps someone.
]]></description>
		<wfw:commentRss>http://sid.hedir.com/2010/02/15/wamp-5-exif_imagetype-function-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP Tutorial</title>
		<link>http://sid.hedir.com/2009/11/11/cakephp-tutorial/</link>
		<comments>http://sid.hedir.com/2009/11/11/cakephp-tutorial/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:09:16 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[New]]></category>

		<guid isPermaLink="false">http://sid.hedir.com/2009/11/11/cakephp-tutorial/</guid>
		<description><![CDATA[I&#8217;m taking up CakePHP in a rather non-traditional way.Please see this blog for updated CakePHP Tutorial (v. 1.2.x)CakePHP Tutorial.
]]></description>
		<wfw:commentRss>http://sid.hedir.com/2009/11/11/cakephp-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WAMP - How do I install GD in windows?</title>
		<link>http://sid.hedir.com/2009/05/16/wamp-how-do-i-install-gd-in-windows/</link>
		<comments>http://sid.hedir.com/2009/05/16/wamp-how-do-i-install-gd-in-windows/#comments</comments>
		<pubDate>Sat, 16 May 2009 06:35:21 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[New]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Wamp]]></category>

		<guid isPermaLink="false">http://sid.hedir.com/2009/05/16/wamp-how-do-i-install-gd-in-windows/</guid>
		<description><![CDATA[In PHP.ini file
Find the following line: 
;extension=php_gd2.dll
 
Uncomment extension=&#8221;php_gd2&#8243;.dll by deleting the &#8216;;&#8217; in front of it.
Restart Apache. 
 
]]></description>
		<wfw:commentRss>http://sid.hedir.com/2009/05/16/wamp-how-do-i-install-gd-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change your FONT FACE IN Adsense Ads</title>
		<link>http://sid.hedir.com/2009/02/19/change-your-font-face-in-adsense-ads/</link>
		<comments>http://sid.hedir.com/2009/02/19/change-your-font-face-in-adsense-ads/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 03:59:24 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[Google Adsense]]></category>

		<guid isPermaLink="false">http://sid.hedir.com/2009/02/19/change-your-font-face-in-adsense-ads/</guid>
		<description><![CDATA[It has always been a cuase of my frustration! Fonts in Adsense are different from those I have used in my website template.
Now the problem has a solution!You can change Adsense font face on pages in Latin-character languages.
Supported Font Family: Arial, Times and Verdana!
]]></description>
		<wfw:commentRss>http://sid.hedir.com/2009/02/19/change-your-font-face-in-adsense-ads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Canonical Link Element at page level</title>
		<link>http://sid.hedir.com/2009/02/16/canonical-link-element-at-page-level/</link>
		<comments>http://sid.hedir.com/2009/02/16/canonical-link-element-at-page-level/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 15:48:47 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[SEO tools]]></category>

		<category><![CDATA[Search Engine Technologies]]></category>

		<guid isPermaLink="false">http://sid.hedir.com/2009/02/16/canonical-link-element-at-page-level/</guid>
		<description><![CDATA[Clean up Duplicate urls:
ExampleURL: http://www.example.com/page.html?sid=asdf314159265
Friendly URL: http://www.example.com/page.html
Specify in the head part:
&#60;head&#62;
&#60;link rel=”canonical” value=”http://example.com/page.html”/&#62;
&#60;/head&#62;
This works similar to permanent/301 redirect in action.
More details at Matt Cutt&#8217;s Blog
]]></description>
		<wfw:commentRss>http://sid.hedir.com/2009/02/16/canonical-link-element-at-page-level/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
