<?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>The Choppr &#187; Blog</title>
	<atom:link href="http://www.thechoppr.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thechoppr.com</link>
	<description>Your Design &#38; Our XHTML - The only place to get your design chopped up!</description>
	<lastBuildDate>Tue, 15 May 2012 17:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Backup Your gMail Account (part 2)</title>
		<link>http://www.thechoppr.com/2012/04/03/backup-your-gmail-account-part-2/</link>
		<comments>http://www.thechoppr.com/2012/04/03/backup-your-gmail-account-part-2/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 03:13:59 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[Back-end Development]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/?p=294</guid>
		<description><![CDATA[Okay, I wrote an article here how to backup your gMail Inbox, and here are some more tips that will speed up the process because with large INBOX files the time increase exponentially. 1. Enable your gMail to get all INBOX messages If you&#8217;d like to create full back to your gMail Inbox you need [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2012/04/03/backup-your-gmail-account-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your gMail Account *</title>
		<link>http://www.thechoppr.com/2012/03/29/backup-your-gmail-account/</link>
		<comments>http://www.thechoppr.com/2012/03/29/backup-your-gmail-account/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 17:42:45 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[Back-end Development]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/?p=273</guid>
		<description><![CDATA[Here are the steps that you need to take to backup your gMail account including all the attachments (under Windows). 1.Enable POP in Gmail How to Enable POP 2. Download and install Cygwin How to Install Cygwin To download you email you need a program called fetchmail, so during the Cygwin installation go under the [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2012/03/29/backup-your-gmail-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keep your HTML From Text Input &amp; Textarea Default Values</title>
		<link>http://www.thechoppr.com/2012/03/29/keep-your-html-from-text-input-textarea-default-values/</link>
		<comments>http://www.thechoppr.com/2012/03/29/keep-your-html-from-text-input-textarea-default-values/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:59:57 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[JavaScript/jQuery]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/?p=259</guid>
		<description><![CDATA[Do you want to keep the default values in your text input &#038; textarea from elements when they get out of focus? The code below will remove the default value if the field is active and then if the user doesn&#8217;t input anything and field is out of focus the default value will appear back [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2012/03/29/keep-your-html-from-text-input-textarea-default-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some of the Best Website Design Related Sites</title>
		<link>http://www.thechoppr.com/2012/03/27/some-of-the-best-website-design-related-sites/</link>
		<comments>http://www.thechoppr.com/2012/03/27/some-of-the-best-website-design-related-sites/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 03:34:34 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=149</guid>
		<description><![CDATA[Here is a very short list of some of the most useful sites about web design, inspiration and front end development. 24 Ways A List Apart Bittbox CSS-Tricks Design Reviver Dezinerfolio]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2012/03/27/some-of-the-best-website-design-related-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Open External Links in New Window/Tab in WordPress</title>
		<link>http://www.thechoppr.com/2011/06/07/how-to-open-external-links-in-new-windowtab-in-wordpress/</link>
		<comments>http://www.thechoppr.com/2011/06/07/how-to-open-external-links-in-new-windowtab-in-wordpress/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 09:27:16 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[JavaScript/jQuery]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=194</guid>
		<description><![CDATA[Here is very simple way to open external URL links in new window or tab in WordPress using the jQuery library. Just copy &#038; paste the following code somewhere between your head tags. &#60;script src="http://code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"&#62;&#60;/script&#62; &#60;script type="text/javascript"&#62; $(document).ready(function(){ $("body a[href^='http://']").not("body [href*='thechoppr.com']").attr('target','_blank'); }); &#60;/script&#62; &#160; This link will open in new window &#038; this will [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/06/07/how-to-open-external-links-in-new-windowtab-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Free Tools to Speed up Web Development</title>
		<link>http://www.thechoppr.com/2011/01/21/some-free-tools-to-speed-up-web-development/</link>
		<comments>http://www.thechoppr.com/2011/01/21/some-free-tools-to-speed-up-web-development/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:58:03 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[CSS Links]]></category>
		<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[CSS Tools]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=139</guid>
		<description><![CDATA[photo via flickr (credit) It won&#8217;t give you 100% freedom to design anything you like, but it can speed up your design process greatly and free up your hands to do the coding you really want. Suggestions: 960 http://960.gs/ &#8211; grid layout system Tripoli http://devkick.com/lab/tripoli/ &#8211; really good typography, but no grid system YUI Grids [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/01/21/some-free-tools-to-speed-up-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Target  with CSS</title>
		<link>http://www.thechoppr.com/2011/01/21/target-with-css/</link>
		<comments>http://www.thechoppr.com/2011/01/21/target-with-css/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:55:46 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[CSS Tips]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=145</guid>
		<description><![CDATA[photo via flickr (credit) BR generates a line-break and it is only a line-break. As this element has no content, there are only few styles that make sense to apply on it, like clear or position. You can set BR&#8216;s border but you won&#8217;t see it as it has no visual dimension. If you like [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/01/21/target-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMG vs. CSS Background Image</title>
		<link>http://www.thechoppr.com/2011/01/21/img-vs-css-background-image/</link>
		<comments>http://www.thechoppr.com/2011/01/21/img-vs-css-background-image/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:50:19 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[CSS Tips]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=151</guid>
		<description><![CDATA[photo via flickr (credit) In what situations is it more appropriate to use an HTML IMG tag to display an image, as opposed to a CSS background-image, and vice-versa? Single-reason answers are welcome, but I&#8217;m hoping eventually to see a consolidated list of scenarios, rationales, etc. that can be used as a best-practice guide for [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/01/21/img-vs-css-background-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best CSS Color-wheel Samples</title>
		<link>http://www.thechoppr.com/2011/01/21/best-css-color-wheel-samples/</link>
		<comments>http://www.thechoppr.com/2011/01/21/best-css-color-wheel-samples/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:48:56 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[CSS Links]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=153</guid>
		<description><![CDATA[photo via flickr (credit) Most popular: Kuler Adobe Kuler is widely considered to be the best color palette selector out there, as it also lets you share color palettes other users have created. Sign in, click create, and you&#8217;ll have options including &#8220;complementary&#8221; that give you a good starting point if you have one color [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/01/21/best-css-color-wheel-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font size &#8216;%&#8217; or &#8216;em&#8217;</title>
		<link>http://www.thechoppr.com/2011/01/21/font-size-or-em/</link>
		<comments>http://www.thechoppr.com/2011/01/21/font-size-or-em/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 10:45:14 +0000</pubDate>
		<dc:creator>choppr</dc:creator>
				<category><![CDATA[CSS Tips]]></category>

		<guid isPermaLink="false">http://www.thechoppr.com/blog/?p=155</guid>
		<description><![CDATA[photo via flickr (credit) Sizing text and line-height in ems, with a percentage specified on the body (and an optional caveat for Safari 2), was shown to provide accurate, resizable text across all browsers in common use today. This is a technique you can put in your kit bag and use as a best practice [...]]]></description>
		<wfw:commentRss>http://www.thechoppr.com/2011/01/21/font-size-or-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

