<?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>El Blog del Antonio &#187; Design</title>
	<atom:link href="http://www.ramirezcobos.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramirezcobos.com</link>
	<description>Programming Web with PHP, CSS, Javascript and ∞</description>
	<lastBuildDate>Wed, 14 Jul 2010 14:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript Online Compression Tools</title>
		<link>http://www.ramirezcobos.com/2009/12/21/javascript-online-compression-tools/</link>
		<comments>http://www.ramirezcobos.com/2009/12/21/javascript-online-compression-tools/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:03:28 +0000</pubDate>
		<dc:creator>Antonio Ramirez</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[On The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.ramirezcobos.com/?p=118</guid>
		<description><![CDATA[When a Web project is finished, it is time to think how to make it better, faster&#8230; how to improve user&#8217;s experience. One of the most important things is javascript code compression in order to speed up page downloads and there are a couple of tools around that allows us to do it. I just]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ramirezcobos.com/wp-content/uploads/2009/12/Picture-9-300x218.png" alt="Picture 9" title="Picture 9" width="300" height="218" class="alignright size-medium wp-image-119" style="border:3px solid #ddd;margin:5px" />When a Web project is finished, it is time to think how to make it better, faster&#8230; how to improve user&#8217;s experience. One of the most important things is javascript code compression in order to speed up page downloads and there are a couple of tools around that allows us to do it.</p>
<p>I just include three references:</p>
<ul>
<li><a title="Online YUI Compressor" href="http://refresh-sf.com/yui/" target="_blank">The Online YUI Compressor</a> &#8211; by Mike</li>
<li><a title="Online YUI Compressor" href="http://yui.2clics.net/" target="_blank">The Online YUI Compressor</a> &#8211; by Rodolphe Stoclin</li>
<li><a title="JSCompress" href="http://jscompress.com/" target="_blank">The Online Javascript Minifier </a>- by Vance Lucas</li>
</ul>
<h3>The Online YUI Compressors</h3>
<p>These tools allows us to make use of the famous Yahoo Javascript Compression algorithm. Both of the above references does the same results, there is only a major difference between both: whilst the one created by Mike allows you to paste your script or upload a file to compress, the one created by Rodolphe Stoclin only allows us to upload the file to compress.</p>
<h3>The Online Javascript Minifier</h3>
<p>This tool can reduce our code by using two different algorithms: the <a title="David Crockford" href="http://www.crockford.com/javascript/jsmin.html" target="_blank">JSMin by David Crockford</a> and the <a href="http://dean.edwards.name/packer/">Packer</a> method by Dean Edwards.</p>
<h3>Which One to Use?</h3>
<p>I personally like those algorithms that do not make any use of the <strong>eval</strong> function and doesn&#8217;t change much the code I program, test, and implement. I think that will only depend of the developer choice.</p>
<p>There is an online tool that help us compare the algorithms. If that helps you to decide which one to use: <a title="Javascript Compressor Rater" href="http://compressorrater.thruhere.net/" target="_blank">http://compressorrater.thruhere.net/</a></p>
<p><center><br />
<br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ramirezcobos.com/2009/12/21/javascript-online-compression-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stripe Generator 2.0</title>
		<link>http://www.ramirezcobos.com/2009/12/15/stripe-generator-2-0/</link>
		<comments>http://www.ramirezcobos.com/2009/12/15/stripe-generator-2-0/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:44:01 +0000</pubDate>
		<dc:creator>Antonio Ramirez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[On The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.ramirezcobos.com/?p=77</guid>
		<description><![CDATA[The Web 2.0 Stripe Generator is one of those great utilities that some good fellows program for us to use freely. This fantastic tool allow us to create, guess what&#8230; yeah, stripes! If you are new to Web 2.0 nowadays design you may wonder why do you need such tool. Well, sometimes we wish to]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-78" style="border:3px solid #ddd;margin:5px" title="Picture 2" src="http://www.ramirezcobos.com/wp-content/uploads/2009/12/Picture-22-300x211.png" alt="Picture 2" width="300" height="211" /> The Web 2.0 Stripe Generator is one of those great utilities that some good fellows program for us to use freely. This fantastic tool allow us to create, guess what&#8230; yeah, <strong>stripes</strong>!</p>
<p>If you are new to Web 2.0 nowadays design you may wonder why do you need such tool. Well, sometimes we wish to provide our borring form objects some nice background. </p>
<p>Its interface is self explanatory and very easy to use. What I like the most from this tool is its simplicity.</p>
<p><strong>How to use stripes in our CSS Objects</strong></p>
<p>This is even easier, let&#8217;s imagine whe are on Stripe Generator:</p>
<ol>
<li>Play with sliders and color pickers, untill you obtain a super-cool stripe tile</li>
<li>Press &#8220;<strong>Download</strong>&#8221; to save your creation</li>
<li>Edit your css adding this line to the element you want to stripe:
<pre class="brush: css;">background-image: url(&quot;path-to-stripe.png&quot;);</pre>
</li>
<li>If you want to only repeat horizontally your tile (as in the case of tiles with gradient), you must add this line too:
<pre class="brush: css;">background-repeat: repeat-x;</pre>
</li>
</ol>
<p><strong>Example</strong></p>
<p>The following is a picture taken from the contact section of <a href="http://www.antcut.com">www.antcut.com</a>. I used the above instructions to set the input fields of my document.</p>
<p><img class="size-medium wp-image-79 alignnone" title="Contact Form" src="http://www.ramirezcobos.com/wp-content/uploads/2009/12/Picture-12-300x282.png" alt="Contact Form" width="300" height="282" style="border:3px solid #ddd;margin:5px" /></p>
<p><center><br />
<script type="text/javascript"><!--
google_ad_client = "pub-7060132287364604";
/* 468x60, creado 16/03/10 */
google_ad_slot = "9029910384";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ramirezcobos.com/2009/12/15/stripe-generator-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
