<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>9th Direction</title>
	<link>http://www.9th-direction.com</link>
	<description>discover the new direction</description>
	<lastBuildDate>Fri, 16 Jul 2010 07:09:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Google font API</title>
		<description><![CDATA[Amazing option to embed fonts to html documents. Easy to implement. Reference: Google Fonts API Expecting more fonts, also expecting the option to embed our own fonts.]]></description>
		<link>http://www.9th-direction.com/?p=370</link>
			</item>
	<item>
		<title>phpmyadmin &#8211; phpminiadmin</title>
		<description><![CDATA[Another usefull script to administer mySql db via web&#8230; Download]]></description>
		<link>http://www.9th-direction.com/?p=360</link>
			</item>
	<item>
		<title>ie6 PNG fix for CSS background images</title>
		<description><![CDATA[Recently i just gone through this excellent script for png fix for ie6, even png images declared in css background. All you have to do is add these below to lines between tags. &#60;!&#8211;[if ie6]&#62; &#60;script type=&#8221;text/javascript&#8221; src=&#8221;orpngfix.js&#8221;&#62;&#60;/script&#62; &#60;![endif]&#8211;&#62; Add the orpngfix.js and clear.gif files in the root folder. Enjoy]]></description>
		<link>http://www.9th-direction.com/?p=336</link>
			</item>
	<item>
		<title>Toggle effect for fade &#8211; with jQuery</title>
		<description><![CDATA[Write the below function first: jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: 'toggle'}, speed, easing, callback); }; After that you can do as usual like: $(".main").click(function () { $(".child").fadeToggle("slow"); });]]></description>
		<link>http://www.9th-direction.com/?p=333</link>
			</item>
	<item>
		<title>Trim .php extension using .htaccess</title>
		<description><![CDATA[Trim your .php extension in your web application using .htaccess RewriteEngine on RewriteRule ^$ index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)/$ $1/index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)$ $1.php]]></description>
		<link>http://www.9th-direction.com/?p=330</link>
			</item>
	<item>
		<title>Remove borders on links in Firefox</title>
		<description><![CDATA[How to remove dotted border in firefox? After the long search process i found the solution for this. It&#8217;s very simple add these below style in your css. a:focus { outline: none; }]]></description>
		<link>http://www.9th-direction.com/?p=327</link>
			</item>
	<item>
		<title>Convert font size from Pixels to Points, Percentage and em</title>
		<description><![CDATA[To convert font size from Pixels to em just divide by 16 Pixels Points Percentage Ems 9px 7pt 55% 0.55em 10px 7.5pt 62.5% 0.625em 11px 8pt 70% 0.7em 12px 9pt 75% 0.75em 13px 10pt 80% 0.8em 14px 10.5pt 87.5% 0.875em 15px 11pt 95% 9.5em 16px 12pt 100% 1em]]></description>
		<link>http://www.9th-direction.com/?p=316</link>
			</item>
	<item>
		<title>Be careful while using OpenID</title>
		<description><![CDATA[OpenID users be careful, while using OpenID. Because OpenID is designed for user can login using single ID for sign in multiple websites, but the thing is OpenId user always sign in using the external application. In background user has silently logged in OpenID account. Finally the user closed the external web application using signout. [...]]]></description>
		<link>http://www.9th-direction.com/?p=314</link>
			</item>
	<item>
		<title>Big Dump &#8211; MySQL Dump Importer</title>
		<description><![CDATA[Once I tried to insert a huge MySQL database (150MB) to my website via phpMyAdmin. Oops, My hosting company provide only 2MB to upload via phpMyAdmin. Then I have given the request to my hosting company to increase the upload size. after a long conversation they have changed the upload size from 2MB to 8MB. [...]]]></description>
		<link>http://www.9th-direction.com/?p=308</link>
			</item>
	<item>
		<title>Microsoft Image resizer</title>
		<description><![CDATA[We are using lots of tools to optimize or resizing the image. Microsoft introduced the Powertoy plugin for windows xp. With the help of this tool we can easily resize.]]></description>
		<link>http://www.9th-direction.com/?p=264</link>
			</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.9th-direction.com @ 2010-09-07 12:20:56 -->