<?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>ForDevs &#187; Tips And Tricks</title>
	<atom:link href="http://www.fordevs.com/category/tools/tips-and-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +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>How to save photos from friends album in Orkut &#8211; Firefox,Chorme,IE?</title>
		<link>http://www.fordevs.com/2010/05/how-to-save-photos-from-friends-album-in-orkut-firefoxchormeie.html</link>
		<comments>http://www.fordevs.com/2010/05/how-to-save-photos-from-friends-album-in-orkut-firefoxchormeie.html#comments</comments>
		<pubDate>Tue, 18 May 2010 06:10:08 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=749</guid>
		<description><![CDATA[In Orkut we could not save the photos by just right clicking them.But there are easy ways to save the photos.One of the easiest hack trick is to drag and drop the image to a new tab or a new window of the browser and then save them to the system. That&#8217;s it&#8230;]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/05/how-to-save-photos-from-friends-album-in-orkut-firefoxchormeie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restart print spooler if stopped in XP?</title>
		<link>http://www.fordevs.com/2010/05/how-to-restart-print-spooler-if-stopped-in-xp.html</link>
		<comments>http://www.fordevs.com/2010/05/how-to-restart-print-spooler-if-stopped-in-xp.html#comments</comments>
		<pubDate>Thu, 13 May 2010 16:23:48 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=740</guid>
		<description><![CDATA[When i tried to install a PDF printer in my xp machine,i was not able to complete the installation.FewPDF printer installation got aborted and some throw a error message &#8220;print spooler stopped restart it&#8221;.Then i checked and found the print spooler service was in disabled state.I enabled and started the service now every thing worked [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/05/how-to-restart-print-spooler-if-stopped-in-xp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to override the DNS locally ?</title>
		<link>http://www.fordevs.com/2010/03/how-to-override-the-dns-locally.html</link>
		<comments>http://www.fordevs.com/2010/03/how-to-override-the-dns-locally.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 00:37:55 +0000</pubDate>
		<dc:creator>Kathir</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Override]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=683</guid>
		<description><![CDATA[Problem: I was wondering how to override the DNS locally. There is a server in my network having static IP and has a registered Domain name. My local network doesn&#8217;t allow me to connect to internet and the server is part of my network, so how do I connect to this server using the same [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/03/how-to-override-the-dns-locally.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find 2nd highest value in a table ?</title>
		<link>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html</link>
		<comments>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:52:30 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=688</guid>
		<description><![CDATA[To Find the 2nd Maximum Of Mark in a Data Set SELECT * FROM Student a WHERE 2=&#40;SELECT count&#40;DISTINCT Mark&#41; FROM Student b WHERE a.Mark&#60;=b.Mark&#41; To Find the 2nd Minimum Of Mark in a Data Set SELECT * FROM Student a WHERE 2=&#40;SELECT count&#40;DISTINCT Mark&#41; FROM Student b WHERE a.Mark&#62;=b.Mark&#41; To Find nth Maximum and [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/03/how-to-find-2nd-highest-value-in-a-table.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easy Trick To Search for Attachments in Gmail &#8211; has:attachment</title>
		<link>http://www.fordevs.com/2009/07/easy-trick-to-search-for-attachments-in-gmail-hasattachment.html</link>
		<comments>http://www.fordevs.com/2009/07/easy-trick-to-search-for-attachments-in-gmail-hasattachment.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:13:16 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=530</guid>
		<description><![CDATA[When there are hundreds of mail in our Gmail account and we are in need of mails with attachment and want it to find quickly.Then there is a easy trick in Gmail. just type has:attachment and the type of the file like pdf,ppt,doc,zip with a space. Example :- has:attachment pdf When we click the search [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/07/easy-trick-to-search-for-attachments-in-gmail-hasattachment.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500 Internal Server Error &#8211; How We Fixed &#8211; WordPress &#8211; Dreamhost</title>
		<link>http://www.fordevs.com/2009/06/how-we-solved-internal-server-error-500-503-wordpress-dreamhost.html</link>
		<comments>http://www.fordevs.com/2009/06/how-we-solved-internal-server-error-500-503-wordpress-dreamhost.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 13:41:39 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=429</guid>
		<description><![CDATA[Problem : Internal Server Error 500 Yesterday(Jun-26-2009) our blog was down and got the internal server error 500.So we immediately mailed Dreamhost(our host) support to see the issue and got a support ticket. We Checked the  error log  which was stating &#8220;Premature end of script headers: index.php&#8221; error for every hit made.We came to know [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/06/how-we-solved-internal-server-error-500-503-wordpress-dreamhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know who is sharing with you in a shared hosting</title>
		<link>http://www.fordevs.com/2009/05/know-who-is-sharing-with-you-in-a-shared-hosting.html</link>
		<comments>http://www.fordevs.com/2009/05/know-who-is-sharing-with-you-in-a-shared-hosting.html#comments</comments>
		<pubDate>Thu, 28 May 2009 08:00:06 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[ip address]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=278</guid>
		<description><![CDATA[We would be curious to know who is sharing our IP in our shared hosting package.Here is a way to know that,Axandra free seo tool makes the task easy. Not everybody can go for a dedicated IP which are better.So atleast we will know our neighbour&#8217;s which is good for some specific reasons,such as :- [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/know-who-is-sharing-with-you-in-a-shared-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check different fonts by comparing for web designing</title>
		<link>http://www.fordevs.com/2009/02/check-different-fonts-by-comparing-for_24.html</link>
		<comments>http://www.fordevs.com/2009/02/check-different-fonts-by-comparing-for_24.html#comments</comments>
		<pubDate>Wed, 25 Feb 2009 10:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[web designing]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/02/check-different-fonts-by-comparing-for-web-designing.html</guid>
		<description><![CDATA[While designing a website we would need to compare fonts which suits us.Typetester as made the work simple. Typetester is an online application for comparison of the fonts for the screen.we can compare three fonts at a time with different font style,font size,color etc.We can aslo get the css coding of the font setting given.]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/02/check-different-fonts-by-comparing-for_24.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search a website or blog without search box</title>
		<link>http://www.fordevs.com/2009/01/search-website-or-blog-without-search_29.html</link>
		<comments>http://www.fordevs.com/2009/01/search-website-or-blog-without-search_29.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/search-a-website-or-blog-without-search-box.html</guid>
		<description><![CDATA[I was looking for a tool to search a blog since it did not have a search box.So i Searched google but did&#8217;nt find any but surprisingly while searching icame across a article in yourshortestpath which gave the answer and wasvery simple. Use Google To Search A Website or Blog Without A Search Box. Steps [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/search-website-or-blog-without-search_29.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Absolute Position for Controls in Asp.net</title>
		<link>http://www.fordevs.com/2008/12/absolute-position-for-controls-in.html</link>
		<comments>http://www.fordevs.com/2008/12/absolute-position-for-controls-in.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 05:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/absolute-position-for-controls-in-aspnet.html</guid>
		<description><![CDATA[By default for controls placed in the designer the layout position is as &#8216;Not Set&#8217; thus we cannot drag the control to a specified location. We have to change the layout position to absolute position to achieve that. In Visual Studio we can make the default postion as we need.For that we have to enable [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/absolute-position-for-controls-in.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
