<?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>De Valdez</title>
	<atom:link href="http://devaldez.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devaldez.com</link>
	<description>an experiment in brain capacity</description>
	<lastBuildDate>Fri, 29 Apr 2011 14:07:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Mod_pagespeed &#8211; Get the Hell Out of Here</title>
		<link>http://devaldez.com/mod_page-get-the-hell-out-of-here/</link>
		<comments>http://devaldez.com/mod_page-get-the-hell-out-of-here/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 14:18:09 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=284</guid>
		<description><![CDATA[Over a year ago, Google released a tool called Page Speed which gave simple suggestions to developers interested in speeding up their sites. Typically these suggestions were not too difficult, and if you were already aware of many front-end best practices (as relating to HTML, CSS, and Javascript) you likely implemented such suggestions to begin [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devaldez.com/wp-content/uploads/Load-Your-Website-Fast-With-Google’s-mod_pagespeed-module-for-APACHE.png" alt="" title="Load-Your-Website-Fast-With-Google’s-mod_pagespeed-module-for-APACHE" width="154" height="94" style="float:right;margin: 0 0 10px 10px;"/>Over a year ago, Google released a tool called Page Speed which gave simple suggestions to developers interested in speeding up their sites. Typically these suggestions were not too difficult, and if you were already aware of many front-end best practices (as relating to HTML, CSS, and Javascript) you likely implemented such suggestions to begin with, or soon after hearing about this tool. But, some of the recommendations, particularly relating to server configuration may have been too complicated or possibly inaccessible if on a shared hosting environment.<br />
<span id="more-284"></span><br />
Then there was <a href="http://googlecode.blogspot.com/2010/11/make-your-websites-run-faster.html">mod_pagespeed</a>. Google later introduced this Apache HTTP Server module which performs many of the suggested optimizations automatically. Supposedly, the first beta release had over optimized over 15 processes on the fly, which significantly improves overall speed of page delivery. Today, they&#8217;ve incorporated more. In extreme cases Google claims to have seen an increase by 50%, which means that the original page was in bad shape&#8230; none the less, this module easily reduces everyday annoying tasks into three commands used in one shot.</p>
<pre class="brush: plain; title: ;">
wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_i386.deb
</pre>
<p>Be sure to exchange the current version for the one you see available <a href="http://code.google.com/speed/page-speed/download.html#mod_pagespeed">here.</a> This command simply brings the package into your server and makes it available for execution and installation.</p>
<pre class="brush: plain; title: ;">
dpkg -i mod-pagespeed-*.deb
</pre>
<p>The second command, makes use of the Debian package manager (works on most Ubuntu stacks). Which returns something like this:</p>
<pre class="brush: plain; title: ;">
Selecting previously deselected package mod-pagespeed-beta.
(Reading database ... 24267 files and directories currently installed.)
Unpacking mod-pagespeed-beta (from mod-pagespeed-beta_current_i386.deb) ...
Setting up mod-pagespeed-beta (0.9.16.9-r576) ...
Enabling module pagespeed.
Run '/etc/init.d/apache2 restart' to activate new configuration!
</pre>
<p>Follow the last command and you&#8217;re done! Visit your sites to see the instant improvement.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mod_pagespeed+-+Get+the+Hell+Out+of+Here+-+http://bit.ly/fqUWoj+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;t=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/mod_page-get-the-hell-out-of-here/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;bm_description=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/mod_page-get-the-hell-out-of-here/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Mod_pagespeed%20-%20Get%20the%20Hell%20Out%20of%20Here%22&amp;body=Link: http://devaldez.com/mod_page-get-the-hell-out-of-here/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;body=Link: http://devaldez.com/mod_page-get-the-hell-out-of-here/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;summary=Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fmod_page-get-the-hell-out-of-here%2F&amp;t=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;n=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;desc=Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;t=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;du=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;cn=Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/mod_page-get-the-hell-out-of-here/&amp;title=Mod_pagespeed+-+Get+the+Hell+Out+of+Here" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Mod_pagespeed+-+Get+the+Hell+Out+of+Here&amp;body=Link: http://devaldez.com/mod_page-get-the-hell-out-of-here/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Over%20a%20year%20ago%2C%20Google%20released%20a%20tool%20called%20Page%20Speed%20which%20gave%20simple%20suggestions%20to%20developers%20interested%20in%20speeding%20up%20their%20sites.%20Typically%20these%20suggestions%20were%20not%20too%20difficult%2C%20and%20if%20you%20were%20already%20aware%20of%20many%20front-end%20best%20practices%20%28as%20relating%20to%20HTML%2C%20CSS%2C%20and%20Javascript%29%20y" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/mod_page-get-the-hell-out-of-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS Image Preloading</title>
		<link>http://devaldez.com/js-image-preloading/</link>
		<comments>http://devaldez.com/js-image-preloading/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 17:03:46 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=273</guid>
		<description><![CDATA[When it comes to image preloading, developers have a couple of options to choose from. The easiest and most popular is typically a combination of CSS properties. Some approaches load the desired image as a background-image for a hidden element. Some make use of sprites and background-position. But sometimes CSS won&#8217;t suite yer&#8217; fancy. For [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to image preloading, developers have a couple of options to choose from. The easiest and most popular is typically a combination of CSS properties. Some approaches load the desired image as a background-image for a hidden element. Some make use of sprites and background-position. But sometimes CSS won&#8217;t suite yer&#8217; fancy. For instance, images loading to a page dynamically which originate from a CMS. In this example, it would be extremely difficult and not very useful to use sprites. You could potentially use hidden background-images but if you need a higher level of control over that image in the DOM this technique may be for you.<br />
<span id="more-273"></span><br />
Let&#8217;s assume you&#8217;re going to store the images in JSON format like so.</p>
<pre class="brush: php; title: ;">
&lt;script&gt;
	images = [
	  &lt;?php for ($i=0 ; $i &lt;= count($cms_images); $i++) : ?&gt;
			{
			  &quot;id&quot;:&quot;1&quot;,
			  &quot;title&quot;:&quot;Title &lt;?= $i ?&gt;&quot;,
			  &quot;image_uri&quot;:&quot;&lt;?= $cms_images[$i]['location']) ?&gt;&quot;,
			}
		&lt;?= ($i &lt; count($cms_images)) ? ',' : ''; endfor; ?&gt;
	];
&lt;/script&gt;
</pre>
<p>Now that you have a nice structure and the pertinent information, you&#8217;re able to create the image on the fly.</p>
<pre class="brush: php; title: ;">
&lt;script&gt;
  pic = Array(); for (var i=0; i &lt; images.length; i++) {
    pic[i]       = new Image();
    pic[i].src = images[i]['image_uri'];
  };
&lt;/script&gt;
</pre>
<p>For optimal performance, place these snippets in the head.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=JS+Image+Preloading+-+http://bit.ly/eQHaQb+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/js-image-preloading/&amp;t=JS+Image+Preloading" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/js-image-preloading/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/js-image-preloading/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/js-image-preloading/&amp;bm_description=JS+Image+Preloading&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/js-image-preloading/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22JS%20Image%20Preloading%22&amp;body=Link: http://devaldez.com/js-image-preloading/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=JS+Image+Preloading&amp;body=Link: http://devaldez.com/js-image-preloading/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading&amp;summary=When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fjs-image-preloading%2F&amp;t=JS+Image+Preloading" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/js-image-preloading/&amp;n=JS+Image+Preloading&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading&amp;desc=When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/js-image-preloading/&amp;t=JS+Image+Preloading" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=JS+Image+Preloading&amp;du=http://devaldez.com/js-image-preloading/&amp;cn=When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/js-image-preloading/&amp;title=JS+Image+Preloading" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=JS+Image+Preloading&amp;body=Link: http://devaldez.com/js-image-preloading/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A When%20it%20comes%20to%20image%20preloading%2C%20developers%20have%20a%20couple%20of%20options%20to%20choose%20from.%20The%20easiest%20and%20most%20popular%20is%20typically%20a%20combination%20of%20CSS%20properties.%20Some%20approaches%20load%20the%20desired%20image%20as%20a%20background-image%20for%20a%20hidden%20element.%20Some%20make%20use%20of%20sprites%20and%20background-position.%20But%20s" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/js-image-preloading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Not You It&#8217;s Me</title>
		<link>http://devaldez.com/its-not-you-its-me/</link>
		<comments>http://devaldez.com/its-not-you-its-me/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 14:31:00 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=230</guid>
		<description><![CDATA[I&#8217;ve been with MediaTemple under their shared and acclaimed grid service for almost two years. In the beginning it was great. And even though it was on the high end of pricing it was still reasonable for the support they gave. As a beginner I don&#8217;t regret using them as my first hosting company. However, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devaldez.com/wp-content/uploads/tux.jpg" alt="tux" title="tux" width="262" height="273" class="aligncenter size-full wp-image-232" style="float:right;margin: 0 0 10px 10px"/>I&#8217;ve been with MediaTemple under their shared and acclaimed grid service for almost two years. In the beginning it was great. And even though it was on the high end of pricing it was still reasonable for the support they gave. As a beginner I don&#8217;t regret using them as my first hosting company. However, after implementing nearly ten sites that all require their own database the server became increasingly slow. It got to the point where email accounts and entire sites just wouldn&#8217;t be served up, and part of the reason was heavy weekend traffic on the grid. </p>
<p>If my websites are down because Ma&#8217; is taking a sunday drive through google town, I&#8217;m probably not going to attract too many new clients. So, I decided to jump ship. Considering that I needed private hosting and the ability to heavily modify the server&#8217;s configuration I chose to go with one of these new fangled &#8220;unmanaged&#8221; hosts (do it yourself) <a href="http://linode.com">http://linode.com</a>. I end up paying less, but getting much more powerful hardware.<br />
<span id="more-230"></span><br />
Having never taken on these system&#8217;s administrative duties that MediaTemple used to charge me a pretty penny for, you might expect it to take a good amount of time to research and execute such tasks. I&#8217;m here to tell you, your host is not worth it. They are taking advantage of you. You&#8217;re smart enough to do it on your own. In just a few hours I managed to install Ubuntu 10.04 LTS, tighten up security by locking down common attack points, applied for, installed and configured google apps for <a href="mailto:matt@devaldez.com">De Valdez LLC</a>, installed and configured Apache 2, MySQL, PHP, Ruby, migrated 8 full websites and databases, and updated DNS to boot. </p>
<p>Sounds like a lot, but it&#8217;s really not. I think if you navigate this site you&#8217;ll find it&#8217;s quite quick even for minimal design. In coming posts I&#8217;ll outline the above steps and explain how to manage your own web server.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=It%27s+Not+You+It%27s+Me+-+http://b2l.me/a5tf8n+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/its-not-you-its-me/&amp;t=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/its-not-you-its-me/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/its-not-you-its-me/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/its-not-you-its-me/&amp;bm_description=It%27s+Not+You+It%27s+Me&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/its-not-you-its-me/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22It%27s%20Not%20You%20It%27s%20Me%22&amp;body=Link: http://devaldez.com/its-not-you-its-me/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=It%27s+Not+You+It%27s+Me&amp;body=Link: http://devaldez.com/its-not-you-its-me/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me&amp;summary=I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fits-not-you-its-me%2F&amp;t=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/its-not-you-its-me/&amp;n=It%27s+Not+You+It%27s+Me&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me&amp;desc=I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/its-not-you-its-me/&amp;t=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=It%27s+Not+You+It%27s+Me&amp;du=http://devaldez.com/its-not-you-its-me/&amp;cn=I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/its-not-you-its-me/&amp;title=It%27s+Not+You+It%27s+Me" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=It%27s+Not+You+It%27s+Me&amp;body=Link: http://devaldez.com/its-not-you-its-me/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%27ve%20been%20with%20MediaTemple%20under%20their%20shared%20and%20acclaimed%20grid%20service%20for%20almost%20two%20years.%20In%20the%20beginning%20it%20was%20great.%20And%20even%20though%20it%20was%20on%20the%20high%20end%20of%20pricing%20it%20was%20still%20reasonable%20for%20the%20support%20they%20gave.%20As%20a%20beginner%20I%20don%27t%20regret%20using%20them%20as%20my%20first%20hosting%20company.%20Howe" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/its-not-you-its-me/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Customize Your WordPress Login</title>
		<link>http://devaldez.com/customize-your-wordpress-login/</link>
		<comments>http://devaldez.com/customize-your-wordpress-login/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 21:12:17 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=216</guid>
		<description><![CDATA[This will be cut and dry. Drag and drop. Show this to a client, and they will be happier. Guaranteed. This changes the WP Logo to an image of your choosing, and alters the link and title of that node. Smiles all around. //Custom Login Screen function custom_login_logo() { echo '&#60;style type=&#34;text/css&#34;&#62; h1 a { [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-221" style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 10px;float:right;" title="Screen shot 2010-10-21 at 5.10.22 PM" src="http://devaldez.com/wp-content/uploads/Screen-shot-2010-10-21-at-5.10.22-PM.png" alt="" width="218" height="217" /><br />
This will be cut and dry. Drag and drop. Show this to a client, and they will be happier. Guaranteed.</p>
<p>This changes the WP Logo to an image of your choosing, and alters the link and title of that node.</p>
<p>Smiles all around.<br />
<span id="more-216"></span></p>
<div class="clear"></div>
<pre class="brush: php; title: ;">
//Custom Login Screen
function custom_login_logo() {
    echo '&lt;style type=&quot;text/css&quot;&gt;
        		h1 a {
				background:url('.get_bloginfo('template_directory').'/images/sprite.png) no-repeat scroll -149px -73px;
				height: 8px !important;
				margin: 10px auto;
				width: 213px !important;
			}
    &lt;/style&gt;';
}

function change_wp_login_url() {
echo bloginfo('url');
}
function change_wp_login_title() {
echo get_option('blogname');
}
add_action('login_head', 'custom_login_logo');
add_filter('login_headerurl', 'change_wp_login_url');
add_filter('login_headertitle', 'change_wp_login_title');
</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Customize+Your+Wordpress+Login+-+http://b2l.me/azsaqm+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/customize-your-wordpress-login/&amp;t=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/customize-your-wordpress-login/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/customize-your-wordpress-login/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/customize-your-wordpress-login/&amp;bm_description=Customize+Your+Wordpress+Login&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/customize-your-wordpress-login/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Customize%20Your%20Wordpress%20Login%22&amp;body=Link: http://devaldez.com/customize-your-wordpress-login/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Customize+Your+Wordpress+Login&amp;body=Link: http://devaldez.com/customize-your-wordpress-login/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login&amp;summary=%0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fcustomize-your-wordpress-login%2F&amp;t=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/customize-your-wordpress-login/&amp;n=Customize+Your+Wordpress+Login&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login&amp;desc=%0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/customize-your-wordpress-login/&amp;t=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Customize+Your+Wordpress+Login&amp;du=http://devaldez.com/customize-your-wordpress-login/&amp;cn=%0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/customize-your-wordpress-login/&amp;title=Customize+Your+Wordpress+Login" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Customize+Your+Wordpress+Login&amp;body=Link: http://devaldez.com/customize-your-wordpress-login/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20will%20be%20cut%20and%20dry.%20Drag%20and%20drop.%20Show%20this%20to%20a%20client%2C%20and%20they%20will%20be%20happier.%20Guaranteed.%0D%0A%0D%0AThis%20changes%20the%20WP%20Logo%20to%20an%20image%20of%20your%20choosing%2C%20and%20alters%20the%20link%20and%20title%20of%20that%20node.%0D%0A%0D%0ASmiles%20all%20around.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2FCustom%20Login%20Screen%0D%0Afunction%20custom_login_logo%28%29%20%7B%0D%0A%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/customize-your-wordpress-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing jQuery&#8217;s Delegate Method</title>
		<link>http://devaldez.com/introducing-jquerys-delegate-method/</link>
		<comments>http://devaldez.com/introducing-jquerys-delegate-method/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 10:16:55 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=203</guid>
		<description><![CDATA[Optimizing and refactoring jQuery code is not as difficult as it seems. You do need to be aware of the most currently available methods though, so below we&#8217;ll examine the new to 1.4.2 method .delegate(). // Bad Code $('#menu li a').click(function() { $(this).hide(); }); // Good Code $(&#34;#menu li a&#34;).live('click', function() { $(this).hide(); }); // [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devaldez.com/wp-content/uploads/Screen-shot-2010-10-13-at-6.13.12-AM.png" alt="jQuery Logo" title="jQuery Logo" width="273" height="87" class="alignnone size-full wp-image-209" style="float:right;margin:0 0 10px 10px;"/></p>
<p>Optimizing and refactoring jQuery code is not as difficult as it seems. You do need to be aware of the most currently available methods though, so below we&#8217;ll examine the new to 1.4.2 method .delegate().<br />
<span id="more-203"></span></p>
<div class="clear"></div>
<pre class="brush: php; title: ;">
// Bad Code
$('#menu li a').click(function() {
  $(this).hide();
});

// Good Code
$(&quot;#menu li a&quot;).live('click', function() {
  $(this).hide();
});

// Coding Way Forward
$(&quot;#menu&quot;).delegate('li a', 'click', function() {
  $(this).hide();
});
</pre>
<p>This technique will offer substancial boosts in performance when used appropriately. In previous versions of jQuery .live() and .delegate() where not available. During that time the typical way of approaching the event listener for clicking was through .click(). However, with the introduction of these two new methods we can use to achieve the same effect with less strain on the DOM.</p>
<p>In the first example .click added an event handler to all anchors in links in the element corresponding with the ID of menu (#menu). Using this method every selected element gets its own event handler. It bound the click to a callback defined as an inline function, $(this).hide(); This is ok, if you have one link, but if you have two it become redundant.</p>
<p>In the second example .live(), the effect is the same but it uses only one handler. It uses the parent element of the jQuery selector. So even if there 100 child li a&#8217;s of #menu, it still only uses one event handler.</p>
<p>The .delegate() improves on this by choosing the parent as explicitly defined, instead of relying on the DOM to calculate which element that is. It then applies a single event handler to that element. The only time .live() is appropriate is when the parent element is dynamic, meaning it&#8217;s not always the same for the children you want to target. Otherwise, using .delegate() will significantly decrease the use of the DOM when dealing with a large number of elements.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Introducing+jQuery%27s+Delegate+Method+-+http://b2l.me/ay4wvu+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/introducing-jquerys-delegate-method/&amp;t=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/introducing-jquerys-delegate-method/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;bm_description=Introducing+jQuery%27s+Delegate+Method&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/introducing-jquerys-delegate-method/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Introducing%20jQuery%27s%20Delegate%20Method%22&amp;body=Link: http://devaldez.com/introducing-jquerys-delegate-method/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Introducing+jQuery%27s+Delegate+Method&amp;body=Link: http://devaldez.com/introducing-jquerys-delegate-method/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method&amp;summary=%0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fintroducing-jquerys-delegate-method%2F&amp;t=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/introducing-jquerys-delegate-method/&amp;n=Introducing+jQuery%27s+Delegate+Method&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method&amp;desc=%0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/introducing-jquerys-delegate-method/&amp;t=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Introducing+jQuery%27s+Delegate+Method&amp;du=http://devaldez.com/introducing-jquerys-delegate-method/&amp;cn=%0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/introducing-jquerys-delegate-method/&amp;title=Introducing+jQuery%27s+Delegate+Method" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Introducing+jQuery%27s+Delegate+Method&amp;body=Link: http://devaldez.com/introducing-jquerys-delegate-method/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AOptimizing%20and%20refactoring%20jQuery%20code%20is%20not%20as%20difficult%20as%20it%20seems.%20You%20do%20need%20to%20be%20aware%20of%20the%20most%20currently%20available%20methods%20though%2C%20so%20below%20we%27ll%20examine%20the%20new%20to%201.4.2%20method%20.delegate%28%29.%0D%0A%0D%0A%0D%0A%5Bphp%5D%0D%0A%2F%2F%20Bad%20Code%0D%0A%24%28%27%23menu%20li%20a%27%29.click%28function%28%29%20%7B%0D%0A%20%20%24%28this%29.hide%28%29%3B%0D%0A%7D%29%3B%0D%0A%0D%0A%2F%2F%20Go" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/introducing-jquerys-delegate-method/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Adding a Twitter Widget</title>
		<link>http://devaldez.com/adding-a-twitter-widget/</link>
		<comments>http://devaldez.com/adding-a-twitter-widget/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:07:59 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=180</guid>
		<description><![CDATA[This post will explain how to add a custom Twitter widget without all of the Twitter branding. Below you&#8217;ll see an example containing clean style-able markup without all the birds flapping around. Loading&#8230; Too slow? Here&#8217;s my profile. I&#8217;ve become a big proponent of Google hosted scripts as promise to keep them up to date [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devaldez.com/wp-content/uploads/Screen-shot-2010-10-11-at-12.08.41-PM.png" alt="Twitter Logo" title="Twitter Logo" width="255" height="79" class="alignnone size-full wp-image-198" style="float:right;margin: 0 0 10px 10px;"/></p>
<p>This post will explain how to add a custom Twitter widget without all of the Twitter branding. Below you&#8217;ll see an example containing clean style-able markup without all the birds flapping around.</p>
<p><span id="more-180"></span></p>
<div class="clear"></div>
<div class="note" style="padding-top:5px;">
<div id="twt">
<p>Loading&#8230;</p>
<p><a href="http://twitter.com/mrevd">Too slow? Here&#8217;s my profile.</a></p>
</p></div>
</div>
<p>I&#8217;ve become a big proponent of Google hosted scripts as promise to keep them up to date and save you the hassle. And most of the time it will only cost you one small http request.</p>
<pre class="brush: php; title: ;">
&lt;script
  src=&quot;http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js&quot;
  type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
</pre>
<p>After the script is included there are a number of options available.</p>
<ul>
<li>id: your screen name on <span class="hilite">Twitter</span>, mine is &#8220;<a href="http://twitter.com/mrevd">mrevd</a>&#8220;</li>
<li>count: number of twitters you want, defaults to 1.</li>
<li>clearContents: if you have content in the container you may want to clear it.  Defaults to true.</li>
<li>enableLinks: true/false &#8211; scans the tweet for a link and makes it clickable, includes @replies and #hashtags, by default is true.</li>
<li>ignoreReplies: true/false &#8211; skips over tweets starting with @.  If requesting 1 tweet, and this flag is set, behind the scenes it will request 2 in case the first starts with @ &#8211; but if the 2 most recent are replies, nothing will be shown.</li>
<li>template: the HTML template to use within each <code>li</code> element.  See below for template variables.</li>
<li>prefix: if not using a template, you can use this. Note that you can use template variables in this field.</li>
<li>timeout: Number of milliseconds before triggering onTimeout.  If onTimeout is set, timeout defaults to 10 seconds.</li>
<li>onTimeout: Function to call when timeout is reached.  Context is set to HTML element tweets were going to be inserted into.</li>
<li>onTimeoutCancel: true/false &#8211; if not set, the timeout can trigger, but then the <span class="hilite">Twitter</span> script could complete and override the cancel.  To avoid this, set onTimeoutCancel = true.  Defaults to false.</li>
<li>newwindow: true/false &#8211; if set to true, all links in tweets (and otherwise) will open in a new window. Defaults to false.</li>
<li>callback &#8211; Function to call when the <span class="hilite">twitter</span> render is completed. Doesn&#8217;t fire if the script times out.</li>
</ul>
<p>Some variables:</p>
<ul>
<li>text &#8211; the actual status message</li>
<li>id &#8211; id of status message</li>
<li>source</li>
<li>time &#8211; relative &#8216;friendly&#8217; time</li>
<li>created_at &#8211; raw time</li>
<li>user_name &#8211; real name</li>
<li>user_screen_name &#8211; username</li>
<li>user_id</li>
<li>user_profile_image_url &#8211; avatar</li>
<li>user_url &#8211; home page</li>
<li>user_location</li>
<li>user_description</li>
</ul>
<p>Add a container:</p>
<pre class="brush: php; title: ;">
&lt;div id=&quot;twt&quot;&gt;
 &lt;p&gt;Loading... &lt;img src=&quot;/images/indicator.gif&quot; /&gt;&lt;/p&gt;
 &lt;p&gt;&lt;a href=&quot;http://twitter.com/mrevd&quot;&gt;Too slow? Here's my profile.&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</pre>
<p>And the script</p>
<pre class="brush: php; title: ;">
&lt;script
 src=&quot;http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js&quot;
 type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
getTwitters('twt', {
  id: 'mrevd',
  count: 3,
  enableLinks: true,
  ignoreReplies: true,
  clearContents: true,
  template: '&quot;%text%&quot; &lt;a href=&quot;http://twitter.com/%user_screen_name%/statuses/%id%/&quot;&gt;%time%&lt;/a&gt;'
});
&lt;/script&gt;
</pre>
<p>All together, we have a nice widget sans branding ready for styling.</p>
<p><script src="http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js"  type="text/javascript"></script><br />
<script type="text/javascript" charset="utf-8">getTwitters('twt', {   id: 'mrevd', count: 3, enableLinks: true, ignoreReplies: true,  clearContents: true, template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>' }); </script></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Adding+a+Twitter+Widget+-+http://b2l.me/ayrw9h+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/adding-a-twitter-widget/&amp;t=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/adding-a-twitter-widget/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/adding-a-twitter-widget/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/adding-a-twitter-widget/&amp;bm_description=Adding+a+Twitter+Widget&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/adding-a-twitter-widget/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Adding%20a%20Twitter%20Widget%22&amp;body=Link: http://devaldez.com/adding-a-twitter-widget/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Adding+a+Twitter+Widget&amp;body=Link: http://devaldez.com/adding-a-twitter-widget/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget&amp;summary=%0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fadding-a-twitter-widget%2F&amp;t=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/adding-a-twitter-widget/&amp;n=Adding+a+Twitter+Widget&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget&amp;desc=%0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/adding-a-twitter-widget/&amp;t=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Adding+a+Twitter+Widget&amp;du=http://devaldez.com/adding-a-twitter-widget/&amp;cn=%0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/adding-a-twitter-widget/&amp;title=Adding+a+Twitter+Widget" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Adding+a+Twitter+Widget&amp;body=Link: http://devaldez.com/adding-a-twitter-widget/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0AThis%20post%20will%20explain%20how%20to%20add%20a%20custom%20Twitter%20widget%20without%20all%20of%20the%20Twitter%20branding.%20Below%20you%27ll%20see%20an%20example%20containing%20clean%20style-able%20markup%20without%20all%20the%20birds%20flapping%20around.%0D%0A%0D%0A%0D%0A%20%20%0D%0A%20%20%20Loading...%0D%0A%20%20%20Too%20slow%3F%20Here%27s%20my%20profile.%0D%0A%20%20%0D%0A%0D%0AI%27ve%20become%20a%20big%20proponent%20of%20Google%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/adding-a-twitter-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento, In 5 Minutes</title>
		<link>http://devaldez.com/magento-in-5-minutes/</link>
		<comments>http://devaldez.com/magento-in-5-minutes/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:43:26 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=174</guid>
		<description><![CDATA[This is a quick tut for the fastest way to install Magento. You&#8217;ll need SSH access and the wget utility if you don&#8217;t already. First step is to visit Magento and make a note of the latest stable release. At the time this post was written, the latest release was 1.4.1.1 Next, log into your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devaldez.com/wp-content/uploads/Screen-shot-2010-10-11-at-11.30.51-AM.png" alt="Magento Logo" title="Magento Logo" width="212" height="73" class="alignnone size-full wp-image-176" style="float:right;margin: 0 0 10px 10px"/></p>
<p>This is a quick tut for the fastest way to install Magento. You&#8217;ll need SSH access and the wget utility if you don&#8217;t already. First step is to visit <a title="Magento Downloads" href="http://www.magentocommerce.com/download" target="_blank">Magento</a> and make a note of the latest stable release. At the time this post was written, the latest release was 1.4.1.1 Next, log into your root directory via SSH and run the following commands:</p>
<pre class="brush: php; title: ;">
wget http://www.magentocommerce.com/downloads/assets/1.4.1.1/magento-1.4.1.1.tar.gz
tar -zxvf magento-1.4.1.1.tar.gz
mv magento/* magento/.htaccess .
chmod -R o+w media
./pear mage-setup .
./pear install magento-core/Mage_All_Latest-stable
touch var/.htaccess | mkdir app/etc
chmod o+w var var/.htaccess app/etc
rm -rf downloader/pearlib/cache/* downloader/pearlib/download/*
rm -rf magento/ magento-1.4.1.1.tar.gz
</pre>
<p>After that all it takes is to point your browser to the URL associated with the root directory and follow the simple web based install.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Magento%2C+In+5+Minutes+-+http://b2l.me/ayrsa4+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/magento-in-5-minutes/&amp;t=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/magento-in-5-minutes/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/magento-in-5-minutes/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/magento-in-5-minutes/&amp;bm_description=Magento%2C+In+5+Minutes&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/magento-in-5-minutes/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Magento%2C%20In%205%20Minutes%22&amp;body=Link: http://devaldez.com/magento-in-5-minutes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Magento%2C+In+5+Minutes&amp;body=Link: http://devaldez.com/magento-in-5-minutes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes&amp;summary=%0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fmagento-in-5-minutes%2F&amp;t=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/magento-in-5-minutes/&amp;n=Magento%2C+In+5+Minutes&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes&amp;desc=%0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/magento-in-5-minutes/&amp;t=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Magento%2C+In+5+Minutes&amp;du=http://devaldez.com/magento-in-5-minutes/&amp;cn=%0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/magento-in-5-minutes/&amp;title=Magento%2C+In+5+Minutes" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Magento%2C+In+5+Minutes&amp;body=Link: http://devaldez.com/magento-in-5-minutes/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AThis%20is%20a%20quick%20tut%20for%20the%20fastest%20way%20to%20install%20Magento.%20You%27ll%20need%20SSH%20access%20and%20the%20wget%20utility%20if%20you%20don%27t%20already.%20First%20step%20is%20to%20visit%20Magento%20and%20make%20a%20note%20of%20the%20latest%20stable%20release.%20At%20the%20time%20this%20post%20was%20written%2C%20the%20latest%20release%20was%201.4.1.1%20Next%2C%20log%20into%20your%20root%20di" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/magento-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>File Tracking through Google Analytics</title>
		<link>http://devaldez.com/file-tracking-through-google-analytics-2/</link>
		<comments>http://devaldez.com/file-tracking-through-google-analytics-2/#comments</comments>
		<pubDate>Sun, 23 May 2010 00:45:56 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=109</guid>
		<description><![CDATA[Note: This article is for the latest version of the tracking code. If you are using the older version, please read the following article. To determine which tracking code you are using, please see Which version of the tracking code am I using? It&#8217;s easy to have Google Analytics track clicks on links that lead [...]]]></description>
			<content:encoded><![CDATA[<div class="note">
<p><strong>Note</strong>: This article is for the latest version of the tracking code. If you are using the older version, please read the following article.</p>
<p>To determine which tracking code you are using, please see <a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=75129">Which version of the tracking code am I using?</a></p>
</div>
<p>It&#8217;s easy to have Google Analytics track clicks on links that lead to file downloads. Since downloads generally do not lead to a pull page that would contain the tracking code, we have to make notifying Analytics of a special event. We do this through _trackPageview(). The following code will assign a pageview to the specified link so Analytics will treat clicks to it as a a view of this pseudo-page.<br />
<span id="more-109"></span></p>
<pre class="brush: php; title: ;">
&lt;a href=&quot;http://www.example.com/files/map.pdf&quot; onClick=&quot;javascript: pageTracker._trackPageview('/downloads/map'); &quot;&gt;
</pre>
<p><em>Important</em>: if your pages include a call to _trackPageview, _setAllowLinker _trackTrans(), your Analytics tracking code must be placed in your HTML code above any of these calls. In these cases the tracking code can be placed anywhere between the opening <body> tag and the JavaScript call.</p>
<p>To verify that _trackPageviewis being called correctly, you can check your Top Content report 24-48 hours after the updated tracking code has been executed. You should be able to see the assigned pagename in your report.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=File+Tracking+through+Google+Analytics+-+http://b2l.me/v8d3h+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;t=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/file-tracking-through-google-analytics-2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;bm_description=File+Tracking+through+Google+Analytics&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/file-tracking-through-google-analytics-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22File%20Tracking%20through%20Google%20Analytics%22&amp;body=Link: http://devaldez.com/file-tracking-through-google-analytics-2/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=File+Tracking+through+Google+Analytics&amp;body=Link: http://devaldez.com/file-tracking-through-google-analytics-2/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics&amp;summary=%0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Ffile-tracking-through-google-analytics-2%2F&amp;t=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;n=File+Tracking+through+Google+Analytics&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics&amp;desc=%0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;t=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=File+Tracking+through+Google+Analytics&amp;du=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;cn=%0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/file-tracking-through-google-analytics-2/&amp;title=File+Tracking+through+Google+Analytics" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=File+Tracking+through+Google+Analytics&amp;body=Link: http://devaldez.com/file-tracking-through-google-analytics-2/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0ANote%3A%20This%20article%20is%20for%20the%20latest%20version%20of%20the%20tracking%20code.%20If%20you%20are%20using%20the%20older%20version%2C%20please%20read%20the%20following%20article.%0D%0ATo%20determine%20which%20tracking%20code%20you%20are%20using%2C%20please%20see%20Which%20version%20of%20the%20tracking%20code%20am%20I%20using%3F%0D%0A%0D%0A%0D%0AIt%27s%20easy%20to%20have%20Google%20Analytics%20track%20clicks%20" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/file-tracking-through-google-analytics-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility in the Work Place</title>
		<link>http://devaldez.com/accessibility-in-the-work-place/</link>
		<comments>http://devaldez.com/accessibility-in-the-work-place/#comments</comments>
		<pubDate>Sat, 22 May 2010 01:23:37 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=83</guid>
		<description><![CDATA[It is our legal obligation to make our websites accessible to everyone, including those with disabilities. Organizations who fail to comply with accessibility standards have been sued for such offenses. In the case of Maguire v. Sydney Organizing Committee for the Olympic Games, 2000 the website was found inaccessible. The committee was ordered to comply [...]]]></description>
			<content:encoded><![CDATA[<p>It is our legal obligation to make our websites accessible to everyone, including those with disabilities. Organizations who fail to comply with accessibility standards have been sued for such offenses. In the case of Maguire v. Sydney Organizing Committee for the Olympic Games, 2000 the website was found inaccessible. The committee was ordered to comply with such standards while failure to do so would provide Maguire with cause for further litigation; including monetary compensation.<sup><a href="#1">1</a></sup></p>
<p>But avoiding lawsuits and fulfilling these moral duties to the disabled in not the only reason to include affordances like these in our designs. There are over 60 million disabled Americans, over 500 million worldwide. According to of 2010 census that&#8217;s nearly 25% of Americans<sup><a href="#2">2</a></sup>. With such a huge percent of the population, Fortune Magazine has cited this market to be one of the largest, and most forgotten about demographic to target. Collectively, the annual gross income of disabled Americans is over $1 trillion.<br />
<span id="more-83"></span> Full article <a href="/wp-content/uploads/Americas-Largest-Untapped-Market-(Fortune-3-98).pdf">here</a>.</p>
<p>Below, I&#8217;ve compiled a number of different ways in which we can make our sites more accessible. Some of the techniques here are having simple implementation, while others may require a little more time and investment but are potential business opportunities, especially for NPO&#8217;s.</p>
<h3>1. <a href="http://www.w3.org/WAI/intro/aria">WAI-ARIA</a></h3>
<p><a href="http://www.w3.org/WAI/intro/aria"><img src="/wp-content/uploads/1-wai-aria.jpg" alt="WAI-ARIA" width="510" class="img" /></a></p>
<p>The first measure to consider when improving a site&#8217;s accessibility is this set of documents, published by the <a href="http://www.w3.org/" target="_blank">W3C (Worldwide Web Consortium)</a> called WAI-ARIA. You thought we went crazy with the acronyms&#8230; This is the Web Accessibility Initiative &#8211; Accessibility for Rich Internet Applications. Any takers for S.W.A.I.?<!--more--> This primarily for the developer&#8217;s consideration and would involve standard processes of inserting metadata into regular HTML.</p>
<h3>2. <a href="http://www.smashingmagazine.com/2009/04/22/progressive-enhancement-what-it-is-and-how-to-use-it/">Progressive Enhancement</a></h3>
<p><a href="http://www.smashingmagazine.com/2009/04/22/progressive-enhancement-what-it-is-and-how-to-use-it/"><img src="/wp-content/uploads/2-progresive-enhancement.jpg" alt="Progressive Enhacement" width="510" class="img" /></a></p>
<p>Progressive enhancement would be a design that takes into consideration modern browsers&#8217; capabilities. Newer technology is better technology. It no longer a presentational argument. Browsers like IE6 and 7 are under constant scrutiny from developers on a global level for important reasons. Typically they don&#8217;t display content as they should but, more importantly they lack key functionality that not only aids the disabled but enhances every users experience. Progressive enhancement is a methodology where sites are built to function in older browsers and then add newer features for those that can access them.</p>
<h3>3. <a href="http://jimthatcher.com/webcourse2.htm">Alternate Content</a></h3>
<p><a href="http://jimthatcher.com/webcourse2.htm"><img src="/wp-content/uploads/3-alternative-images.jpg" alt="Alternate Content" width="510" class="img" /></a></p>
<p>It goes without saying that images are there to support the textual content in order to convey the most powerful message possible. Making sure that the text stands on it&#8217;s own, or providing an alternative that supports images and videos is not always a primary concern. Is our alternative comparable to the real thing?<br /> When you read the word below what do you envision? Hold you mouse over the word &#8216;Hungry Youth&#8217; experience what a screen reader might miss.</p>
<div class="hyi"><img src="/wp-content/uploads/congo_kids_congolese_children_children_of_congo.jpg" width="350" height="559" alt="ALT TAGS ARE DESERVING OF REAL COPY"/></div>
<div class="hyt">alt=&#8221;Hungry Youth&#8221;</div>
<p>Alt tags are deserving of well constructed copy too.</p>
<h3>4. <a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/">Captions</a></h3>
<p><a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/"><img src="/wp-content/uploads/4-captions.jpg" alt="Captions" width="510" class="img" /></a></p>
<p>Similarly, video clips are deserving of well constructed captions or even full transcripts for the visually impaired. As an added bonus, captions help search engines index non-textual content. SEO boosters!</p>
<h3>5. <a href="http://atto.buffalo.edu/registered/ATBasics/Curriculum/Reading/textScreen.php">Screen Reading Software</a></h3>
<p><a href="http://atto.buffalo.edu/registered/ATBasics/Curriculum/Reading/textScreen.php"><img src="/wp-content/uploads/5-screen-reading-software.jpg" alt="Screen Reading Software" width="510" class="img" /></a></p>
<p>Most blind and seeing impaired people use screen reading software when browsing websites. If the site doesn&#8217;t read anything to the user, they&#8217;ll go elsewhere fast.</p>
<h3>6. <a href="http://www.userfocus.co.uk/consultancy/accessibility.html">Audit</a></h3>
<p><a href="http://www.userfocus.co.uk/consultancy/accessibility.html"><img src="/wp-content/uploads/6-audit.jpg" alt="Audit" width="510"></a></p>
<p>Why do an accessibility audit?</p>
<p>&#8220;Web sites that are not accessible run the risk of costly legal settlements and a potential loss of business by being &#8216;named and shamed&#8217; by pressure groups. As well as the reduced risk of litigation, accessible web sites rank higher in Google, they are easier to maintain, they increase brand equity and they can be used more easily by the large group of people who surf the web with new technologies like mobile phones.&#8221;</p>
<h3>7. <a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/usability-testing.shtml">Usability Testing</a></h3>
<p><a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/usability-testing.shtml"><img src="/wp-content/uploads/7-usability-testing.jpg" alt="Usability" width="510" class="img" /></a>		</p>
<p>Usability testing is another invaluable technique in identifying potential accessibility concerns. Having the entire office give there perspective on the functionality and affordances found in new designs is a tremendous help. Getting real feedback, in detail, about any problems encountered will help. Not accessibility issues will be immediately apparent.</p>
<h3>8. <a href="http://kb.mozillazine.org/Accessibility_features_of_Firefox">Font Controls</a></h3>
<p><a href="http://kb.mozillazine.org/Accessibility_features_of_Firefox"><img src="/wp-content/uploads/9-font-controls.jpg" alt="Font Controls" width="510" class="img" /></a></p>
<p>Most browsers, including IE can enlarge fonts dynamically but lots of people are not aware of this (ctrl and = keys simultaneously). For this concern, something like the Greenwich House font-resize option is perfect.</p>
<h3>9. <a href="http://www.usability.com.au/resources/menus-links.cfm">Text for Navigation</a></h3>
<p><a href="http://www.usability.com.au/resources/menus-links.cfm"><img src="/wp-content/uploads/11-text-navigation.jpg" alt="Text for Navigation" width="510" class="img" /></a></p>
<p>In general it is bad practice to use images in place of navigation text. Screen readers can&#8217;t understand them, font resizes much more smoothly.</p>
<h2>Conclusion</h2>
<p>Accessibility is not often thought about, but is becoming a more pertinent issue. With proper planning from concepting to development it doesn&#8217;t have to be difficult. Also promising that that our content reaches more people means more potential customers.</p>
<p>If you read this far, send me an email and I&#8217;ll buy you a drink!</p>
<div class="citations">
	<a name="1"></a><a href="http://en.wikipedia.org/wiki/Maguire_v_SOCOG_2000#Final_decision" target="_blank">1. Wikipedia Entry</a><br />
	<a name="2"></a><a href="http://www.census.gov/">2. Census Bureau</a>
</div>
<p><!-- .citations --></p>
<style type="text/css" media="screen">
.hyt {
	font-size: 20px;
	width: 350px;
	text-align: center;
	margin: 10px auto;
}
.hyi {
	width: 350px;
	margin: 10px auto;
	display:none;
}
</style>
<p><script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
	jQuery('.hyt').mouseover(function(){
		jQuery('.hyt').css('display', 'none');
		jQuery('.hyi').fadeIn('slow');
	});
	jQuery('.hyi').mouseout(function(){
		jQuery('.hyi').fadeOut('slow');
		jQuery('.hyt').fadeIn('slow');
	});
	$host = '[href^=http://' + location.host + ']';
         jQuery('a').not('[href^=#]').not('[href^=/]').not($host)
         .attr({ target: "_blank" });        
});
</script></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Accessibility+in+the+Work+Place+-+http://b2l.me/v7zj2+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/accessibility-in-the-work-place/&amp;t=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/accessibility-in-the-work-place/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/accessibility-in-the-work-place/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/accessibility-in-the-work-place/&amp;bm_description=Accessibility+in+the+Work+Place&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/accessibility-in-the-work-place/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Accessibility%20in%20the%20Work%20Place%22&amp;body=Link: http://devaldez.com/accessibility-in-the-work-place/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Accessibility+in+the+Work+Place&amp;body=Link: http://devaldez.com/accessibility-in-the-work-place/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place&amp;summary=It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Faccessibility-in-the-work-place%2F&amp;t=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/accessibility-in-the-work-place/&amp;n=Accessibility+in+the+Work+Place&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place&amp;desc=It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/accessibility-in-the-work-place/&amp;t=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Accessibility+in+the+Work+Place&amp;du=http://devaldez.com/accessibility-in-the-work-place/&amp;cn=It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/accessibility-in-the-work-place/&amp;title=Accessibility+in+the+Work+Place" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Accessibility+in+the+Work+Place&amp;body=Link: http://devaldez.com/accessibility-in-the-work-place/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A It%20is%20our%20legal%20obligation%20to%20make%20our%20websites%20accessible%20to%20everyone%2C%20including%20those%20with%20disabilities.%20Organizations%20who%20fail%20to%20comply%20with%20accessibility%20standards%20have%20been%20sued%20for%20such%20offenses.%20In%20the%20case%20of%20Maguire%20v.%20Sydney%20Organizing%20Committee%20for%20the%20Olympic%20Games%2C%202000%20the%20website%20was" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/accessibility-in-the-work-place/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Make WP Custom Fields Better</title>
		<link>http://devaldez.com/how-to-make-wp-custom-fields-better/</link>
		<comments>http://devaldez.com/how-to-make-wp-custom-fields-better/#comments</comments>
		<pubDate>Wed, 19 May 2010 21:25:00 +0000</pubDate>
		<dc:creator>matt ryan</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://devaldez.com/?p=74</guid>
		<description><![CDATA[Working with custom fields is really great. It gives you an opportunity to integrate complex dynamic content into a site with proper planning and development. Setting up custom fields takes a little though, but when planned well this technique brings great power to all users of the WP site without too much &#8220;techy stuff.&#8221; One [...]]]></description>
			<content:encoded><![CDATA[<p>Working with custom fields is really great. It gives you an opportunity to integrate complex dynamic content into a site with proper planning and development. Setting up custom fields takes a little though, but when planned well this technique brings great power to all users of the WP site without too much &#8220;techy stuff.&#8221;</p>
<p>One of the problems with WordPress&#8217; custom fields is that they are pretty bare bones, not user friendly. There are no instructions for a user, and more importantly if any given field is no longer is use by a page or post IT GETS DELETED! C&#8217;mon WP, get with it.</p>
<p><img src="http://devaldez.com/wp-content/uploads/custom-fields.png" alt="custom-fields in the wordpress dashboard" title="custom-fields in the wordpress dashboard" width="680" height="201" class="aligncenter size-full wp-image-77" /><br />
<span id="more-74"></span><br />
It&#8217;s my pleasure to present to you <a href="http://sltaylor.co.uk/">Steve Taylor&#8217;s</a> fix. You&#8217;ll see that with minimal configuration (only thing required to touch is the $customFields array) you can have a much better solution. </p>
<p>Here is a brief explination of its parts. The name key is the custom field slug. The title is what will be displayed in the new custom field within the dashboard. The description I found useful for on screen instructions and reminders of how the field is used. The type determines what is laid out in new field area, presets include textarea, checkbox, and plain ol&#8217; text. The scope determines in which post type (page/post) this field available for. And the capability key is for permissions.</p>
<p>You may not enjoy <em>permanent</em> custom fields.</p>
<pre class="brush: php; title: ;">
&lt;?php

if ( !class_exists('myCustomFields') ) {

	class myCustomFields {
		/**
		* @var  string  $prefix  The prefix for storing custom fields in the postmeta table
		*/
		var $prefix = '';
		/**
		* @var  array  $customFields  Defines the custom fields available
		*/
		var $customFields =	array(
			array(
				&quot;name&quot;			=&gt; &quot;Sidebar_Heading&quot;,
				&quot;title&quot;			=&gt; &quot;Sidebar Heading&quot;,
				&quot;description&quot;	=&gt; &quot;Filling this out will overwrite the default sidebar heading.&quot;,
				&quot;type&quot;			=&gt;	&quot;text&quot;,
				&quot;scope&quot;			=&gt;	array( &quot;post&quot;, &quot;page&quot; ),
				&quot;capability&quot;	=&gt; &quot;edit_posts&quot;
			),
			array(
				&quot;name&quot;			=&gt; &quot;Sidebar_Thumbnail&quot;,
				&quot;title&quot;			=&gt; &quot;Sidebar Thumbnail&quot;,
				&quot;description&quot;	=&gt; &quot;Filling this out will give this item a sidebar thumbnail. After uploading use the file name. &lt;br /&gt;{ex: image.jpg}&quot;,
				&quot;type&quot;			=&gt;	&quot;text&quot;,
				&quot;scope&quot;			=&gt;	array( &quot;post&quot; ),
				&quot;capability&quot;	=&gt; &quot;edit_posts&quot;
			),
			array(
				&quot;name&quot;			=&gt; &quot;Artist_Name&quot;,
				&quot;title&quot;			=&gt; &quot;Artists Name {for sidebar}&quot;,
				&quot;description&quot;	=&gt; &quot;Filling this out in an artist post will give the artist his own sidebar. &lt;br /&gt;Using the same artist name for a store item or free item will put that item in the artist sidebar.&lt;br /&gt;{ex: Tone Tank}&quot;,
				&quot;type&quot;			=&gt;	&quot;text&quot;,
				&quot;scope&quot;			=&gt;	array( &quot;post&quot; ),
				&quot;capability&quot;	=&gt; &quot;edit_posts&quot;
			)
		);
		/**
		* PHP 4 Compatible Constructor
		*/
		function myCustomFields() { $this-&gt;__construct(); }
		/**
		* PHP 5 Constructor
		*/
		function __construct() {
			add_action( 'admin_menu', array( &amp;$this, 'createCustomFields' ) );
			add_action( 'save_post', array( &amp;$this, 'saveCustomFields' ), 1, 2 );
			// Comment this line out if you want to keep default custom fields meta box
			add_action( 'do_meta_boxes', array( &amp;$this, 'removeDefaultCustomFields' ), 10, 3 );
		}
		/**
		* Remove the default Custom Fields meta box
		*/
		function removeDefaultCustomFields( $type, $context, $post ) {
			foreach ( array( 'normal', 'advanced', 'side' ) as $context ) {
				remove_meta_box( 'postcustom', 'post', $context );
				remove_meta_box( 'postcustom', 'page', $context );
				//Use the line below instead of the line above for WP versions older than 2.9.1
				//remove_meta_box( 'pagecustomdiv', 'page', $context );
			}
		}
		/**
		* Create the new Custom Fields meta box
		*/
		function createCustomFields() {
			if ( function_exists( 'add_meta_box' ) ) {
				add_meta_box( 'my-custom-fields', 'Custom Fields', array( &amp;$this, 'displayCustomFields' ), 'page', 'normal', 'high' );
				add_meta_box( 'my-custom-fields', 'Custom Fields', array( &amp;$this, 'displayCustomFields' ), 'post', 'normal', 'high' );
			}
		}
		/**
		* Display the new Custom Fields meta box
		*/
		function displayCustomFields() {
			global $post;
			?&gt;
			&lt;div class=&quot;form-wrap&quot;&gt;
				&lt;?php
				wp_nonce_field( 'my-custom-fields', 'my-custom-fields_wpnonce', false, true );
				foreach ( $this-&gt;customFields as $customField ) {
					// Check scope
					$scope = $customField[ 'scope' ];
					$output = false;
					foreach ( $scope as $scopeItem ) {
						switch ( $scopeItem ) {
							case &quot;post&quot;: {
								// Output on any post screen
								if ( basename( $_SERVER['SCRIPT_FILENAME'] )==&quot;post-new.php&quot; || $post-&gt;post_type==&quot;post&quot; )
									$output = true;
								break;
							}
							case &quot;page&quot;: {
								// Output on any page screen
								if ( basename( $_SERVER['SCRIPT_FILENAME'] )==&quot;page-new.php&quot; || $post-&gt;post_type==&quot;page&quot; )
									$output = true;
								break;
							}
						}
						if ( $output ) break;
					}
					// Check capability
					if ( !current_user_can( $customField['capability'], $post-&gt;ID ) )
						$output = false;
					// Output if allowed
					if ( $output ) { ?&gt;
						&lt;div class=&quot;form-field form-required&quot;&gt;
							&lt;?php
							switch ( $customField[ 'type' ] ) {
								case &quot;checkbox&quot;: {
									// Checkbox
									echo '&lt;label for=&quot;' . $this-&gt;prefix . $customField[ 'name' ] .'&quot; style=&quot;display:inline;&quot;&gt;&lt;b&gt;' . $customField[ 'title' ] . '&lt;/b&gt;&lt;/label&gt;&amp;nbsp;&amp;nbsp;';
									echo '&lt;input type=&quot;checkbox&quot; name=&quot;' . $this-&gt;prefix . $customField['name'] . '&quot; id=&quot;' . $this-&gt;prefix . $customField['name'] . '&quot; value=&quot;yes&quot;';
									if ( get_post_meta( $post-&gt;ID, $this-&gt;prefix . $customField['name'], true ) == &quot;yes&quot; )
										echo ' checked=&quot;checked&quot;';
									echo '&quot; style=&quot;width: auto;&quot; /&gt;';
									break;
								}
								case &quot;textarea&quot;: {
									// Text area
									echo '&lt;label for=&quot;' . $this-&gt;prefix . $customField[ 'name' ] .'&quot;&gt;&lt;b&gt;' . $customField[ 'title' ] . '&lt;/b&gt;&lt;/label&gt;';
									echo '&lt;textarea name=&quot;' . $this-&gt;prefix . $customField[ 'name' ] . '&quot; id=&quot;' . $this-&gt;prefix . $customField[ 'name' ] . '&quot; columns=&quot;30&quot; rows=&quot;3&quot;&gt;' . htmlspecialchars( get_post_meta( $post-&gt;ID, $this-&gt;prefix . $customField[ 'name' ], true ) ) . '&lt;/textarea&gt;';
									break;
								}
								default: {
									// Plain text field
									echo '&lt;label for=&quot;' . $this-&gt;prefix . $customField[ 'name' ] .'&quot;&gt;&lt;b&gt;' . $customField[ 'title' ] . '&lt;/b&gt;&lt;/label&gt;';
									echo '&lt;input type=&quot;text&quot; name=&quot;' . $this-&gt;prefix . $customField[ 'name' ] . '&quot; id=&quot;' . $this-&gt;prefix . $customField[ 'name' ] . '&quot; value=&quot;' . htmlspecialchars( get_post_meta( $post-&gt;ID, $this-&gt;prefix . $customField[ 'name' ], true ) ) . '&quot; /&gt;';
									break;
								}
							}
							?&gt;
							&lt;?php if ( $customField[ 'description' ] ) echo '&lt;p&gt;' . $customField[ 'description' ] . '&lt;/p&gt;'; ?&gt;
						&lt;/div&gt;
					&lt;?php
					}
				} ?&gt;
			&lt;/div&gt;
			&lt;?php
		}
		/**
		* Save the new Custom Fields values
		*/
		function saveCustomFields( $post_id, $post ) {
			if ( !wp_verify_nonce( $_POST[ 'my-custom-fields_wpnonce' ], 'my-custom-fields' ) )
				return;
			if ( !current_user_can( 'edit_post', $post_id ) )
				return;
			if ( $post-&gt;post_type != 'page' &amp;&amp; $post-&gt;post_type != 'post' )
				return;
			foreach ( $this-&gt;customFields as $customField ) {
				if ( current_user_can( $customField['capability'], $post_id ) ) {
					if ( isset( $_POST[ $this-&gt;prefix . $customField['name'] ] ) &amp;&amp; trim( $_POST[ $this-&gt;prefix . $customField['name'] ] ) ) {
						update_post_meta( $post_id, $this-&gt;prefix . $customField[ 'name' ], $_POST[ $this-&gt;prefix . $customField['name'] ] );
					} else {
						delete_post_meta( $post_id, $this-&gt;prefix . $customField[ 'name' ] );
					}
				}
			}
		}
	} // End Class
} // End if class exists statement
// Instantiate the class
if ( class_exists('myCustomFields') ) {
	$myCustomFields_var = new myCustomFields();
}

add_filter('tiny_mce_before_init', 'add_noborder');
function add_noborder($initArray) {
	$initArray['theme_advanced_styles'] = &quot;noborder=noborder&quot;;
	return $initArray;
}
</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+Make+WP+Custom+Fields+Better+-+http://b2l.me/v72hb+%28via+%40mrevd%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;t=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://devaldez.com/how-to-make-wp-custom-fields-better/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;bm_description=How+to+Make+WP+Custom+Fields+Better&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://devaldez.com/how-to-make-wp-custom-fields-better/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20to%20Make%20WP%20Custom%20Fields%20Better%22&amp;body=Link: http://devaldez.com/how-to-make-wp-custom-fields-better/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+Make+WP+Custom+Fields+Better&amp;body=Link: http://devaldez.com/how-to-make-wp-custom-fields-better/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better&amp;summary=Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t&amp;source=De Valdez" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fdevaldez.com%2Fhow-to-make-wp-custom-fields-better%2F&amp;t=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;n=How+to+Make+WP+Custom+Fields+Better&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better&amp;desc=Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;t=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Make+WP+Custom+Fields+Better&amp;du=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;cn=Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://devaldez.com/how-to-make-wp-custom-fields-better/&amp;title=How+to+Make+WP+Custom+Fields+Better" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=How+to+Make+WP+Custom+Fields+Better&amp;body=Link: http://devaldez.com/how-to-make-wp-custom-fields-better/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Working%20with%20custom%20fields%20is%20really%20great.%20It%20gives%20you%20an%20opportunity%20to%20integrate%20complex%20dynamic%20content%20into%20a%20site%20with%20proper%20planning%20and%20development.%20Setting%20up%20custom%20fields%20takes%20a%20little%20though%2C%20but%20when%20planned%20well%20this%20technique%20brings%20great%20power%20to%20all%20users%20of%20the%20WP%20site%20without%20t" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://devaldez.com/how-to-make-wp-custom-fields-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

