<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tool-Review on Damian Galarza | Software Engineering &amp; AI Consulting</title><link>https://www.damiangalarza.com/tags/tool-review/</link><description>Recent posts from Damian Galarza | Software Engineering &amp; AI Consulting</description><generator>Hugo</generator><language>en-us</language><managingEditor>Damian Galarza</managingEditor><atom:link href="https://www.damiangalarza.com/tags/tool-review/feed.xml" rel="self" type="application/rss+xml"/><item><title>Gradient Generator Updated</title><link>https://www.damiangalarza.com/posts/2010-12-04-gradient-generator-updated/</link><pubDate>Sat, 04 Dec 2010 00:00:00 -0500</pubDate><author>Damian Galarza</author><guid>https://www.damiangalarza.com/posts/2010-12-04-gradient-generator-updated/</guid><content:encoded><![CDATA[<p>Along with these changes the public github repository has been restructured. Only the important things (the JavaScript source of course) are up in the repo. Meaning, you can go ahead and browse it, fork it, learn how it works or use in your own project. Be warned that a lot of the code is pretty specific to the HTML structure of the actual gradients.glrzad.com website. It was never intended to be used as a plugin, though perhaps</p>
<p>Check out the changes live, <a href="http://gradients.glrzad.com" title="CSS3 Gradient Generator">visit the CSS3 Gradient Generator</a>.</p>
<h2 id="release-notes">Release Notes</h2>
<dl class="release-notes">
    <dt>Color Format Selection</dt>
    <dd>Color format selection: Choose how your colors are formatted, either RGB or HEX.</dd>
    <dd>The gradient generator will store your preference for the next time you visit!</dd>
<pre><code>&lt;dt&gt;Copy the code!&lt;/dt&gt;
&lt;dd&gt;Copies the output code to your clipboard for you so you can quickly grab your generated code.&lt;/dd&gt;

&lt;dt&gt;UI Updates&lt;/dt&gt;
&lt;dd&gt;Stripped down page to the core components of the gradient generator, moving it to the top of the fold.&lt;/dd&gt;
</code></pre>
</dl>
]]></content:encoded></item><item><title>CSS3 Webkit Gradient Generator</title><link>https://www.damiangalarza.com/posts/2009-09-14-css3-webkit-gradient-generator/</link><pubDate>Mon, 14 Sep 2009 00:22:32 +0000</pubDate><author>Damian Galarza</author><guid>https://www.damiangalarza.com/posts/2009-09-14-css3-webkit-gradient-generator/</guid><content:encoded><![CDATA[<p><a href="http://gradients.glrzad.com" title="Visit the generator">Visit the CSS3 Webkit Gradient Generator</a></p>
<p>CSS gradients are quite powerful and very useful, but when taking a first look at the markup for writing a code based gradient it can appear daunting.  This is why I&rsquo;ve decided to create the CSS3 Webkit Gradient Generator.   Please note that the generator is intended to be viewed in a webkit browser. Live sampling of the gradient will not be available without a webkit browser.</p>
<p>The gradient generator has 2 goals. The first is to provide a showcase for the power of CSS gradients. The second, is to provide a graphical user interface in which a user can visually create gradient code to use in their CSS where they see fit.  In order to do this, I tried to create a UI that appears familiar, such as that of a graphic editing tool like Adobe Photoshop.  Providing color swatches to make up the gradient and a slider for each to determine the color&rsquo;s position in the gradient.</p>
<p><img src="/posts/css3/css3-webkit-gradient-generator/color-swatch-ss.png" alt="Color Swatch Control" title="Color Swatch Control"></p>
<h3>Color Swatch Control</h3>
<p>Once a color swatch is selected the user can use the color picker found on the right to adjust the swatch&rsquo;s color. The color picker is provided by the ColorPicker jQuery plugin from <a href="http://www.eyecon.ro/colorpicker/" title="jQuery ColorPicker">eyecon.ro</a>.</p>
<p><img src="/posts/css3/css3-webkit-gradient-generator/color-picker-ss.png" alt="jQuery ColorPicker Plugin" title="jQuery ColorPicker Plugin"></p>
<h3>Gradient Direction Control</h3>
<p>Along with this control, I have added the ability to set the direction of the gradient, allowing the user to take advantage of the keywords that are available (left, right, bottom, top) or use custom point locations.</p>
<p><img src="/posts/css3/css3-webkit-gradient-generator/gradient-direction-ss.png" alt="Gradient Direction Control" title="Gradient Direction Control"></p>
<h3>Live Sampling</h3>
The generator provides live sampling, meaning any changes that are made to the controls on the page will immediately update the color sample and the CSS code output.
<p class="disclaimer"><strong>Note:</strong> Live sampling of the gradient colors requires a webkit browser.</p>
<p><img src="/posts/css3/css3-webkit-gradient-generator/gradient-live-sample-ss.png" alt="Live Sampling" title="Live Sampling"></p>
<h3>Coming Soon</h3>
There are still more features to be implemented.  Currently, the gradient generator only supports linear gradients.  I'm working to provide radial gradient support in the near future. Also, currently the generator will only accept hex color values, I am planning on adding RGB support soon as well.
<p>Let me know what you think of the generator so far as well as any features you may like to see.</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.github.com/dgalarza/css3-gradient-generator/" title="GitHub">Check out the code on GitHub</a></li>
<li><a href="http://webkit.org/blog/175/introducing-css-gradients/" title="Learn more about CSS3 Webkit Gradients">Learn more about CSS3 Gradients in Webkit</a></li>
<li><a href="http://gradients.glrzad.com/" title="CSS3 Gradient Generator">Visit the CSS3 Webkit Gradient Generator</a></li>
</ul>
]]></content:encoded></item></channel></rss>