<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ecoders Resource</title>
	<atom:link href="http://ecoders.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ecoders.wordpress.com</link>
	<description>Code code and more code!</description>
	<lastBuildDate>Mon, 12 Dec 2011 15:15:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ecoders.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ecoders Resource</title>
		<link>http://ecoders.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ecoders.wordpress.com/osd.xml" title="Ecoders Resource" />
	<atom:link rel='hub' href='http://ecoders.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to delete a remote GIT branch</title>
		<link>http://ecoders.wordpress.com/2011/12/12/how-to-delete-a-remote-git-branch/</link>
		<comments>http://ecoders.wordpress.com/2011/12/12/how-to-delete-a-remote-git-branch/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 15:09:36 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[GIT]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=204</guid>
		<description><![CDATA[Today I needed to delete one of my remote branches.  Here is the solution I found, simply run this command from GIT Bash: $ git push origin :remoteBranchName So if for example your remote branch is called &#8220;testBranch&#8221; and the remote is called &#8220;origin&#8221;, you would run: $ git push origin :testBranch Hope this helps [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=204&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I needed to delete one of my remote branches.  Here is the solution I found, simply run this command from GIT Bash:</p>
<p>$ <strong>git push origin :remoteBranchName</strong></p>
<p>So if for example your remote branch is called &#8220;testBranch&#8221; and the remote is called &#8220;origin&#8221;, you would run:</p>
<p>$ <strong>git push origin :testBranch</strong></p>
<p>Hope this helps anyone out there.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/204/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=204&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2011/12/12/how-to-delete-a-remote-git-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Google+?</title>
		<link>http://ecoders.wordpress.com/2011/09/07/why-google/</link>
		<comments>http://ecoders.wordpress.com/2011/09/07/why-google/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:03:57 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[Recommended Reading]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=186</guid>
		<description><![CDATA[If you haven&#8217;t heard, Google+ is the latest social network on the block and is taking the world by storm at the moment. And it&#8217;s still in beta! Some people refer to it as the grown up version of Facebook and I have to say I agree completely. Google has done a magnificent job in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=186&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t heard, Google+ is the latest social network on the block and is taking the world by storm at the moment. And it&#8217;s still in beta!</p>
<p>Some people refer to it as the grown up version of Facebook and I have to say I agree completely. Google has done a magnificent job in addressing the faults and limitations of Facebook. Have a look at the following videos to find out all you need to know about Google+ enjoy!</p>
<span style="text-align:center; display: block;"><a href="http://ecoders.wordpress.com/2011/09/07/why-google/"><img src="http://img.youtube.com/vi/hC_M6PzXS9g/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://ecoders.wordpress.com/2011/09/07/why-google/"><img src="http://img.youtube.com/vi/nGugj1ym594/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=186&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2011/09/07/why-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>How to password protect my site?</title>
		<link>http://ecoders.wordpress.com/2010/06/29/how-to-password-protect-my-site/</link>
		<comments>http://ecoders.wordpress.com/2010/06/29/how-to-password-protect-my-site/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:13:47 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[Recommended Reading]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[htacccess]]></category>
		<category><![CDATA[htpasswd]]></category>
		<category><![CDATA[protect folder]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=110</guid>
		<description><![CDATA[To password protect your site or a folder within your site, the quickest method is likely to be the .htaccess method.  It's very easy so read on.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=110&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To password protect your site or a folder within your site, the quickest method is likely to be the .htaccess method.</p>
<p>You simply need two files:<br />
1. .htaccess<br />
2. .htpasswd</p>
<p>The .htpasswd file contains the login details (username:encryted password) of the users allowed to enter the area of the site you are protecting. This ideally should be placed outside of the web root so it is inaccessible to the world.</p>
<p>The .htaccess file needs to be placed in the folder you wish to protect.  Basically if someone tried to access any file below the folder location of the .htaccess file, they would be prompted to enter login details.  The contents of this file states that authorisation is required and also points to the location of the .passwd file so that the entered login details can be checked against.</p>
<p>There is a great and easy to use tool on <a title="Password protect website" href="http://www.tools.dynamicdrive.com/password/">Dynamic Drive</a> to help you generate these two files.</p>
<p>As a web developer, a great use for this is to password protect your client site until it is ready to go live.  This allows the search engines to only start crawling the site once the site is goes live.</p>
<p>More reading: <a title="Learn more" href="http://www.javascriptkit.com/howto/htaccess3.shtml" target="_blank">http://www.javascriptkit.com/howto/htaccess3.shtml</a></p>
<p>Hope you found this useful! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=110&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2010/06/29/how-to-password-protect-my-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Speed up your site</title>
		<link>http://ecoders.wordpress.com/2010/04/16/speed-up-your-site/</link>
		<comments>http://ecoders.wordpress.com/2010/04/16/speed-up-your-site/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 02:03:59 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[Recommended Reading]]></category>
		<category><![CDATA[Web site Optimisation]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[page load]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=92</guid>
		<description><![CDATA[There are a number of simple steps you can do to vastly enhance the speed of your website.  Web users are more demanding than ever and every millisecond counts.  Luckily for us it only takes some basic measures to make a big difference.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=92&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>There are a number of simple steps you can do to vastly enhance the speed of your website.  Web users are more demanding than ever and every millisecond counts.  Luckily for us it only takes some basic measures to make a big difference.</strong></p>
<h2>Requests</h2>
<p>You need to reduce the number of requests.  The more requests, the longer the page load.  Every time you define an external javascript or CSS file, well that&#8217;s an additional request each time.  If you have multiple CSS files, try combining them into one file.  The same goes for your javascript files.</p>
<h2>Images</h2>
<p>You need to optimise your images.  In most cases you can drastically reduce the filesize of your images without losing quality (un-noticeable to the naked eye anyway).  If you use Photoshop, make use of the &#8220;save for web&#8221; option.  You can also use  Smush.it which is an online tool for reducing filesizes without reducing quality. <a title="Smush.it" href="http://developer.yahoo.com/yslow/smushit/" target="_blank">Check it out</a></p>
<h2>Compress your CSS and JavaScript</h2>
<p>Larger CSS and JS files equals longer page load time.  So, once you&#8217;re happy with your CSS and JavaScript files, it&#8217;s good practice to use a compression tool that will compress and drastically reduce their filesizes.  Some handy compression tools are YUI Compressor and JSMin.</p>
<p>Online tools:</p>
<ul>
<li><a href="http://refresh-sf.com/yui/" target="_blank">YUI Compressor tool</a> &#8211; http://refresh-sf.com/yui/</li>
<li><a href="http://jscompress.com/" target="_blank">JSMin tool</a> &#8211; http://jscompress.com/</li>
<li><a href="http://compressorrater.thruhere.net/" target="_blank" title="JavaScript Compressor and Comparison Utility.">The JavaScript CompressorRater</a>  &#8211; http://compressorrater.thruhere.net/</li>
</ul>
<h2>Sprites</h2>
<p>As said earlier, the more requests, the longer the page load.  The same goes for images.  A trick is to combine several images on your page into a single image (a sprite).  If for example you have 5 images for your main menu items, all this can all be combined into a single image thus reducing the number of requests from 5 to 1.  All you do next is apply some CSS magic to control what is shown for each menu item.  Voila!  <a href="http://projectfondue.com/"><strong>Project Fondue</strong></a> is an awesome site where you simply upload your individual images and it will generate a sprite image aswell as all the CSS.  How easy is that!</p>
<h2>Wrap up!</h2>
<p>These are the main tricks you can apply, if you want to read up more, there is a comprehensive article on the <a href="http://developer.yahoo.com/performance/rules.html">Yahoo Developer Network</a>.  Mark Stanton also did an excellent presentation at the 2009 Web Directions South conference on this topic. View <a href="http://www.slideshare.net/markstanton/speed-matters">Mark Stanton&#8217;s presentation slides</a>.</p>
<p><em>I hope this helps you out!</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=92&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2010/04/16/speed-up-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Really simple JQuery tabs</title>
		<link>http://ecoders.wordpress.com/2010/04/07/really-simple-jquery-tabs/</link>
		<comments>http://ecoders.wordpress.com/2010/04/07/really-simple-jquery-tabs/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 01:11:17 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=79</guid>
		<description><![CDATA[With some simple JQuery code you will have your tabs up and running in no time.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=79&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found this awesome <strong>JQuery tabs</strong> tutorial on <a href="http://jqueryfordesigners.com/video.php?f=jquery-tabs-part1.flv">http://jqueryfordesigners.com/jquery-tabs/</a><br />
With some simple JQuery code you will be up and running in just a few minutes.</p>
<p><a href="http://jqueryfordesigners.com/video.php?f=jquery-tabs-part1.flv">Watch the video tutorial here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=79&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2010/04/07/really-simple-jquery-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Google I/O 2009 &#8211; Advanced Techniques, AJAX API Playground</title>
		<link>http://ecoders.wordpress.com/2010/03/03/google-io-2009-advanced-techniques-ajax-api-playground/</link>
		<comments>http://ecoders.wordpress.com/2010/03/03/google-io-2009-advanced-techniques-ajax-api-playground/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 07:28:59 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Recommended Reading]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=77</guid>
		<description><![CDATA[This video teaches intermediate to advanced techniques in Javascript.  Really simple to follow and presented by the guy behind the Google AJAX API Playground, Ben Lisbakken.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=77&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This video teaches intermediate to advanced techniques in Javascript.  Really simple to follow and presented by the guy behind the Google AJAX API Playground, Ben Lisbakken.</p>
<p>Check it out.  Well worth it!  </p>
<span style="text-align:center; display: block;"><a href="http://ecoders.wordpress.com/2010/03/03/google-io-2009-advanced-techniques-ajax-api-playground/"><img src="http://img.youtube.com/vi/s4Lppyuu4nI/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=77&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2010/03/03/google-io-2009-advanced-techniques-ajax-api-playground/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>isGUID</title>
		<link>http://ecoders.wordpress.com/2009/11/09/isguid/</link>
		<comments>http://ecoders.wordpress.com/2009/11/09/isguid/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 03:22:38 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=72</guid>
		<description><![CDATA[Here is a simple method to determine if the string is a valid GUID (a UUID in the Microsoft form).

A valid GUID is in the form of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=72&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a simple method to determine if the string is a valid GUID (a UUID in the Microsoft form).</p>
<p>A valid GUID is in the form of xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12).</p>
<p><pre class="brush: coldfusion;">
&lt;cffunction name=&quot;isGUID&quot; access=&quot;public&quot; returntype=&quot;boolean&quot; output=&quot;false&quot; hint=&quot;returns true if is a valid GUID.&quot;&gt;
&lt;cfargument name=&quot;str&quot; required=&quot;true&quot; type=&quot;string&quot;&gt;

&lt;!---
Returns true for a valid GUID (a UUID in the Microsoft form).
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12)

@return Returns a boolean.
@author Emil Krautmann
@version 1, November 9, 2009.
---&gt;
&lt;cfreturn  REFindNoCase(&quot;^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$&quot;, arguments.str) /&gt;
&lt;/cffunction&gt;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=72&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2009/11/09/isguid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>ColdFusion &#8211; Array Merge</title>
		<link>http://ecoders.wordpress.com/2009/10/14/coldfusion-array-merge/</link>
		<comments>http://ecoders.wordpress.com/2009/10/14/coldfusion-array-merge/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 01:26:14 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[merge]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=41</guid>
		<description><![CDATA[Let's say you have 2 arrays and you would like merge the two into one array.  Read on to get my simple cf function.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=41&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Let&#8217;s say you have 2 arrays and you would like merge the two into one array.</strong></p>
<p>You can do it the long way by looping over the arrays or even better, you can use this simple ColdFusion function I have put together.</p>
<p>&lt;cffunction name=&#8221;arrayMerge&#8221; access=&#8221;public&#8221; returntype=&#8221;array&#8221; output=&#8221;false&#8221; hint=&#8221;Appends array2 to array1 and returns merged array&#8221;&gt;<br />
&lt;cfargument name=&#8221;array1&#8243; required=&#8221;true&#8221; type=&#8221;array&#8221;&gt;<br />
&lt;cfargument name=&#8221;array2&#8243; required=&#8221;true&#8221; type=&#8221;array&#8221;&gt;</p>
<p>&lt;cfset var a1 = arguments.array1&gt;<br />
&lt;cfset a1.addAll(arguments.array2)&gt;</p>
<p>&lt;cfreturn a1 /&gt;<br />
&lt;/cffunction&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=41&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2009/10/14/coldfusion-array-merge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Inner Workings of ColdFusion Arrays and Structures</title>
		<link>http://ecoders.wordpress.com/2008/09/22/inner-workings-of-coldfusion-arrays-and-structures/</link>
		<comments>http://ecoders.wordpress.com/2008/09/22/inner-workings-of-coldfusion-arrays-and-structures/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 04:08:45 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[struct]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=27</guid>
		<description><![CDATA[Here is an interesting article explaining everything you need to know about CF arrays and structures.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=27&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting article by <strong>Simon Whatley</strong> explaining how CF arrays and structures really work.</p>
<p><a href="http://www.simonwhatley.co.uk/the-inner-workings-of-a-coldfusion-array-and-structure">http://www.simonwhatley.co.uk/the-inner-workings-of-a-coldfusion-array-and-structure</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=27&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2008/09/22/inner-workings-of-coldfusion-arrays-and-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting CSS Opacity</title>
		<link>http://ecoders.wordpress.com/2008/09/04/setting-css-opacity/</link>
		<comments>http://ecoders.wordpress.com/2008/09/04/setting-css-opacity/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 14:12:05 +0000</pubDate>
		<dc:creator>emilpk</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[opacity]]></category>

		<guid isPermaLink="false">http://ecoders.wordpress.com/?p=22</guid>
		<description><![CDATA[This is a simple way to set the opacity level of a container.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=22&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simply add the following to the head section of your page.</p>
<pre>
&lt;style type="text/css"&gt;

.opaque {
opacity: .5;
filter: alpha(opacity=50);
}
&lt;/style&gt;
</pre>
<p>In the body, simply apply this class to any div you would like to have the opacity</p>
<pre>
&lt;div class="opacity"&gt;&lt;/div&gt;
</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ecoders.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ecoders.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ecoders.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ecoders.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ecoders.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ecoders.wordpress.com&amp;blog=4059776&amp;post=22&amp;subd=ecoders&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ecoders.wordpress.com/2008/09/04/setting-css-opacity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/576e7635f552fa8e4179fe726fb69881?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">emilpk</media:title>
		</media:content>
	</item>
	</channel>
</rss>
