<?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>Webmasters by Design &#187; Web 2.0</title>
	<atom:link href="http://www.webmastersbydesign.com/category/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmastersbydesign.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 18:14:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free Interactive Graphs With Open Flash Chart</title>
		<link>http://www.webmastersbydesign.com/2008/12/18/free-interactive-graphs-with-open-flash-chart/</link>
		<comments>http://www.webmastersbydesign.com/2008/12/18/free-interactive-graphs-with-open-flash-chart/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 13:34:31 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Graphs]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1825</guid>
		<description><![CDATA[Open Flash Chart is a free project that allows you to integrate flash graphs in you website. There is support for all of the commonly used graphs like bar charts, line charts, area charts, and scatter plots. The flash component allows the user to hover over points of the graph and view labels explaining the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1834" title="Open Flash Chart 2 Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/12/openflashchart2screenshot.jpg" alt="Open Flash Chart 2 Screenshot" width="500" height="182" /></p>
<p><a title="Open Flash Chart" href="http://teethgrinder.co.uk/open-flash-chart-2/" onclick="pageTracker._trackPageview('/outgoing/teethgrinder.co.uk/open-flash-chart-2/?referer=');">Open Flash Chart</a> is a free project that allows you to integrate flash graphs in you website. There is support for all of the commonly used graphs like bar charts, line charts, area charts, and scatter plots. The flash component allows the user to hover over points of the graph and view labels explaining the point (see screenshot above). This feature is what sets Open Flash Chart apart from other chart/graph apps. Check out the website for <a title="Open Flash Chart | Tutorial" href="http://teethgrinder.co.uk/open-flash-chart-2/tutorial.php" onclick="pageTracker._trackPageview('/outgoing/teethgrinder.co.uk/open-flash-chart-2/tutorial.php?referer=');">tutorials</a> and <a title="Open Flash Chart | Examples" href="http://teethgrinder.co.uk/open-flash-chart-2/horizontal-bar-chart.php" onclick="pageTracker._trackPageview('/outgoing/teethgrinder.co.uk/open-flash-chart-2/horizontal-bar-chart.php?referer=');">examples</a>. There are other static graphing libraries like <a title="Google Charts" href="http://code.google.com/apis/chart/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/apis/chart/?referer=');">Google Charts</a> that are clean and useful but static.</p>
<p>You can <a title="Open Flash Chart | Download" href="http://sourceforge.net/project/showfiles.php?group_id=201148" onclick="pageTracker._trackPageview('/outgoing/sourceforge.net/project/showfiles.php?group_id=201148&amp;referer=');">download</a> Open Flash Chart and use it under the <a href="http://www.gnu.org/copyleft/gpl.html" onclick="pageTracker._trackPageview('/outgoing/www.gnu.org/copyleft/gpl.html?referer=');">GNU General Public License</a>. If you need help with implementing it or customizing or using the different libraries you can check the <a title="Open Flash Chart | Forums" href="http://forums.openflashchart.com/" onclick="pageTracker._trackPageview('/outgoing/forums.openflashchart.com/?referer=');">forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/12/18/free-interactive-graphs-with-open-flash-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Print Specific Parts of a Page With jPrintArea</title>
		<link>http://www.webmastersbydesign.com/2008/11/19/print-specific-parts-of-a-page-with-jprintarea/</link>
		<comments>http://www.webmastersbydesign.com/2008/11/19/print-specific-parts-of-a-page-with-jprintarea/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:58:27 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[jPrintArea]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1716</guid>
		<description><![CDATA[If you have ever wanted/needed to be able to print just part of a page before, now you can. jPrintArea will allow you to print only the contents of a specific element (Ex: div). There aren't a lot of extra bells &#38; whistles that go along with this jQuery plugin, but it works great. It [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever wanted/needed to be able to print just part of a page before, now you can. <a title="jPrintArea" href="http://www.designerkamal.com/jPrintArea/" onclick="pageTracker._trackPageview('/outgoing/www.designerkamal.com/jPrintArea/?referer=');">jPrintArea</a> will allow you to print only the contents of a specific element (Ex: div). There aren't a lot of extra bells &amp; whistles that go along with this <a title="jQuery" href="http://jquery.com/" onclick="pageTracker._trackPageview('/outgoing/jquery.com/?referer=');">jQuery</a> <a title="jQuery Plugins" href="http://plugins.jquery.com/" onclick="pageTracker._trackPageview('/outgoing/plugins.jquery.com/?referer=');">plugin</a>, but it works great. It does exactly what is need with only a few lines of code so there is little extra overhead added to your page load time.</p>
<p>There is a sample usage, a demo, and source code (download and view) available from the website. I have included a sample demo below as well.</p>
<h3>Demo</h3>
<div id="printdemo">
<table style="text-align: center;" border="1" cellspacing="0" cellpadding="0" width="462">
<thead>
<tr align="center">
<th style="border-bottom: 2px solid #000000;" scope="col">User ID</th>
<th style="border-bottom: 2px solid #000000;" scope="col">Username</th>
<th style="border-bottom: 2px solid #000000;" scope="col">Email</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>test1</td>
<td>test1@test.com</td>
</tr>
<tr>
<td>2</td>
<td>test2</td>
<td>test2@test.com</td>
</tr>
<tr>
<td>3</td>
<td>test3</td>
<td>test3@test.com</td>
</tr>
<tr>
<td>4</td>
<td>test4</td>
<td>test4@test.com</td>
</tr>
<tr>
<td>5</td>
<td>test5</td>
<td>test5@test.com</td>
</tr>
</tbody>
</table>
</div>
<p><a title="Print Table" onclick="$.jPrintArea('#printdemo');">Print Table</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/11/19/print-specific-parts-of-a-page-with-jprintarea/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hangin&#8217; Around the PatternCooler</title>
		<link>http://www.webmastersbydesign.com/2008/11/10/hangin-around-the-patterncooler/</link>
		<comments>http://www.webmastersbydesign.com/2008/11/10/hangin-around-the-patterncooler/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 12:10:24 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Images/Graphics]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[backgrounds]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[patterncooler]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1602</guid>
		<description><![CDATA[If you are in need of a background pattern for your website, PatternCooler is likely to have what you want. There are thousands of backgrounds available for download and are freely available for your use: "All artworks on this site can be used freely on blogs, MySpace profiles, Twitter, mobile phone wallpapers, and non-commercial web [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1604" title="PatternCooler Screenshot" src="http://cdn1.webmastersbydesign.com/2008/11/patterncoolerscreenshot.jpg" alt="" width="500" height="275" /></p>
<p>If you are in need of a background pattern for your website, <a title="PatternCooler" href="http://www.patterncooler.com/index.php" onclick="pageTracker._trackPageview('/outgoing/www.patterncooler.com/index.php?referer=');">PatternCooler</a> is likely to have what you want. There are thousands of backgrounds available for download and are freely available for your use: "All artworks on this site can be used freely on <strong>blogs, MySpace profiles, Twitter, mobile phone wallpapers, and non-commercial web projects</strong>" (<a title="PatternCooler" href="http://www.patterncooler.com/index.php" onclick="pageTracker._trackPageview('/outgoing/www.patterncooler.com/index.php?referer=');">PatternCooler</a>).</p>
<p>The website offers the ability to customize the patterns and backgrounds to your liking using the Seamless Pattern Color Editor (<a title="PatternCooler | Seamless Pattern Color Editor" href="http://www.patterncooler.com/editor.php?P=736593D1D2BE_68" onclick="pageTracker._trackPageview('/outgoing/www.patterncooler.com/editor.php?P=736593D1D2BE_68&amp;referer=');">example</a>). This editor, as shown below, allows you to pick a pattern and change the colors using a color picker or hex codes.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1605" title="PatternCooler Color Editor Screenshot" src="http://cdn1.webmastersbydesign.com/2008/11/patterncoolercoloreditorscreenshot.jpg" alt="" width="500" height="290" /></p>
<p style="text-align: left;">Along with the available patterns for editing, there are over 20,000 prebuilt patterns available for download from the <a title="PatternCooler | User-Colored Seamless Pattern Background Library" href="http://www.patterncooler.com/free_myspace_blog_backgrounds.php" onclick="pageTracker._trackPageview('/outgoing/www.patterncooler.com/free_myspace_blog_backgrounds.php?referer=');">User-Colored Seamless Pattern Background Library</a>. Technically you can edit these as well, but they probably have a pattern you like in this collection. Once you have decided on a pattern, you have the option to download and/or view the pattern.</p>
<p style="text-align: left;">You can get a glimpse of what the backgrounds that are offered will look like simply by viewing the front page. The front page uses one of their patterns as the background and changes with each refresh of the page. Along with the automatic loading of their patterns, you can change the background to whatever pattern you want to see. The view option allows you to see it on as the background on the current page or on a blank page.</p>
<p style="text-align: left;">Be sure to check out all of the patterns they have to offer. Chances are you will find one, probably multiple, that you like. If you like the service offered, consider donating to help out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/11/10/hangin-around-the-patterncooler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrototypeXtensions Extends Prototype.js and Script.aculo.us</title>
		<link>http://www.webmastersbydesign.com/2008/10/03/prototypextensions-extends-prototypejs-and-scriptaculous/</link>
		<comments>http://www.webmastersbydesign.com/2008/10/03/prototypextensions-extends-prototypejs-and-scriptaculous/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 11:54:37 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1250</guid>
		<description><![CDATA[PrototypeXtensions adds additional components to Prototype.js and Script.aculo.us, two of the most popular and widely used JavaScript frameworks/libraries available. While these are extremely useful tools for creating visual effects, UI improvements, and Ajax methods, the creators of PrototypeXtensions realized a need for additional components. The library is currently at version 0.1.2 and is released under [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1252 aligncenter" title="PrototypExtensions" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/prototypextensions.jpg" alt="" width="420" height="130" /></p>
<p style="text-align: left;"><a title="PrototypExtensions" href="http://www.prototypextensions.com" onclick="pageTracker._trackPageview('/outgoing/www.prototypextensions.com?referer=');">PrototypeXtensions</a> adds additional components to Prototype.js and Script.aculo.us, two of the most popular and widely used JavaScript frameworks/libraries available. While these are extremely useful tools for creating visual effects, UI improvements, and Ajax methods, the creators of PrototypeXtensions realized a need for additional components. The library is currently at version 0.1.2 and is released under <a title="MIT License" href="http://www.opensource.org/licenses/mit-license.php" onclick="pageTracker._trackPageview('/outgoing/www.opensource.org/licenses/mit-license.php?referer=');">MIT License</a>. There are three main categories of additions, or extensions, that are added by this library with specific features within each category. I have listed a basic feature overview below.</p>
<h3 style="text-align: left;">Features</h3>
<table style="text-align: left;" border="0">
<tbody>
<tr>
<td valign="top">
<ul>
<li>Core Extension
<ul>
<li>Class.accessors</li>
<li>Cookie</li>
<li>Browser</li>
<li>EventManager</li>
<li>Number</li>
<li>String</li>
</ul>
</li>
</ul>
</td>
<td valign="top">
<ul>
<li>History
<ul>
<li>History</li>
<li>Observer</li>
<li>Registry</li>
<li>Ajax</li>
</ul>
</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Tabs
<ul>
<li>Show/Hide</li>
<li>Select</li>
<li>Ajax/iframe</li>
<li>Options</li>
<li>CSS Theme</li>
</ul>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p style="text-align: left;">There are detailed explanations and examples for each feature available so be sure to check out the website for more detailed features and information. You can download the current release in the original uncompressed form or download the smalled <span>Minified and Gzipped version.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/10/03/prototypextensions-extends-prototypejs-and-scriptaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Compare Lightbox Clones</title>
		<link>http://www.webmastersbydesign.com/2008/10/01/easily-compare-lightbox-clones/</link>
		<comments>http://www.webmastersbydesign.com/2008/10/01/easily-compare-lightbox-clones/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:49:34 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Lightbox]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1187</guid>
		<description><![CDATA[The Lightbox Clones Matrix lets you easily compare different lightbox clones in a table format. The table, or matrix, lists many of the features for each of the options and compares them side by side. Using jQuery to create the sortable table, the comparison matrix is very fast and easy to use. There are comparisons [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1188 aligncenter" title="Lightbox Clones Matrix Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/lightboxclonesscreenshot.jpg" alt="" width="485" height="222" /></p>
<p style="text-align: left;"><a title="The Lightbox Clones Matrix" href="http://planetozh.com/projects/lightbox-clones/" onclick="pageTracker._trackPageview('/outgoing/planetozh.com/projects/lightbox-clones/?referer=');">The Lightbox Clones Matrix</a> lets you easily compare different lightbox clones in a table format. The table, or matrix, lists many of the features for each of the options and compares them side by side. Using jQuery to create the sortable table, the comparison matrix is very fast and easy to use. There are comparisons for 46 lightbox clones comparing seven different features. You have the ability to sort and/or filter by each of the seven features as well as the library type.</p>
<p style="text-align: left;">The filters include jQuery, Prototype, Mootools, YUI, "Can display images", "Can group images into sets", "Can display inline elements", "Can display iframes", "Can fetch content via Ajax", "Can display Flash", and "Can display various Video objects". There are icons to help you visualize the different features and easily sift through them.</p>
<p style="text-align: left;">Be sure to <a href="http://planetozh.com/projects/lightbox-clones/" onclick="pageTracker._trackPageview('/outgoing/planetozh.com/projects/lightbox-clones/?referer=');">check</a> it out or <a href="http://planetozh.com/blog/2008/04/the-lightbox-clone-matrix-compare-30-lightbox-scripts/" onclick="pageTracker._trackPageview('/outgoing/planetozh.com/blog/2008/04/the-lightbox-clone-matrix-compare-30-lightbox-scripts/?referer=');">read</a> more about it from the creator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/10/01/easily-compare-lightbox-clones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dhtmlxGrid Creates Beautiful DHTML Tables Using Ajax</title>
		<link>http://www.webmastersbydesign.com/2008/09/22/dhtmlxgrid-creates-beautiful-dhtml-tables-using-ajax/</link>
		<comments>http://www.webmastersbydesign.com/2008/09/22/dhtmlxgrid-creates-beautiful-dhtml-tables-using-ajax/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 10:43:51 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[data grid]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=866</guid>
		<description><![CDATA[dhtmlxGrid is an open source (GPL) "spreadsheet" using Ajax to create DHTML tables that look amazing and function beautifully. dhtmlxGrid can bind data from many different types of data sources, including XML, CSV, JavaScript arrays, and HTML Tables. Large datasets are no problem either. The data is called using Ajax to load only the data [...]]]></description>
			<content:encoded><![CDATA[<p><a title="dhtmlxGrid - Ajax-enabled DHTML grid with rich Javascript API" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml?referer=');">dhtmlxGrid</a> is an open source (<a title="dhtmlxGrid GPL License" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/license.shtml?gpl" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/dhtmlxGrid/license.shtml?gpl&amp;referer=');">GPL</a>) "spreadsheet" using Ajax to create DHTML tables that look amazing and function beautifully. dhtmlxGrid can bind data from many different types of data sources, including XML, CSV, JavaScript arrays, and HTML Tables. Large datasets are no problem either. The data is called using Ajax to load only the data that is visible. This allows for very large datasets (<a title="dhtmlxGrid Loads 50,000 Records" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html?referer=');">50,000+ records</a>) to be loaded easily without slowing the page load time. The grid is available for IE 5.0 and above, Firefox 0.9 and and above, Safari 2.0 and above, and Opera 9.0 and above. DHTMLX boasts many big name customers including FedEx, HP, Oracle, IBM, Texas Instruments, and many more.</p>
<p>The best way to see why dhtmlxGrid is so great is to see it, so here is an example.</p>
<p><iframe src="http://www.webmastersbydesign.com/wp-includes/dhtmlxGrid/dhtmlxGrid/samples/styles_skins/grid_skinning.html" width="475" height="300" frameborder="0"></iframe></p>
<p>Now that you have seen it, you may be wondering what some of the specifics are. I have listed many of the great features here, but there are a lot more so be sure to check out their website for all of the <a title="dhtmlxGrid Features" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml?referer=');">features</a>.</p>
<h3>Features</h3>
<ul>
<li>Easy installation and usage</li>
<li>Smart Rendersing (Loading large datasets)</li>
<li>Search, filter, sort, and group</li>
<li>Drag-and-Drop</li>
<li>Load data from multiple sources</li>
<li>Edit cells within the grid</li>
<li>Math formulas in cells</li>
<li>Keyboard shortcuts</li>
<li>Skinning through CSS</li>
<li>Multiline headers and footers</li>
</ul>
<p>Some features are not available in the open source version and requires buying the <a title="dhtmlxGrid Professional Edition" href="http://www.dhtmlx.com/docs/products/licenses.shtml" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/licenses.shtml?referer=');">professional edition</a>. You can download your copy of <a title="dhtmlxGrid 1.6 Download" href="http://www.dhtmlx.com/docs/download/dhtmlxGrid.zip" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/download/dhtmlxGrid.zip?referer=');">dhtmlxGrid 1.6</a> and view the <a title="dhtmlxGrid Documentation" href="http://www.dhtmlx.com/docs/products/docsExplorer/index.shtml?node=dhtmlxgrid" onclick="pageTracker._trackPageview('/outgoing/www.dhtmlx.com/docs/products/docsExplorer/index.shtml?node=dhtmlxgrid&amp;referer=');">documentation</a> from DHTMLX's website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/09/22/dhtmlxgrid-creates-beautiful-dhtml-tables-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Color Schemes Easily With ColorJack</title>
		<link>http://www.webmastersbydesign.com/2008/09/17/create-color-schemes-easily-with-colorjack/</link>
		<comments>http://www.webmastersbydesign.com/2008/09/17/create-color-schemes-easily-with-colorjack/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 10:57:34 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[color scheme]]></category>
		<category><![CDATA[colorjack]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[generator]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=1036</guid>
		<description><![CDATA[ColorJack offers three tools for easily creating color schemes. The front page shows new and popular schemes that have been created as well as linking to the three main tools, Color Galaxy, Color Sphere, and Color Studio. Along with providing these tools, there are links to other useful sites and tools, a blog, other software [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: left;"><a title="ColorJack" href="http://www.colorjack.com/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/?referer=');">ColorJack</a> offers three tools for easily creating color schemes. The front page shows new and popular schemes that have been created as well as linking to the three main tools, <a title="Color Galaxy Viewer" href="http://www.colorjack.com/labs/galaxy/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/labs/galaxy/?referer=');">Color Galaxy</a>, <a title="Color Theory Visualizer" href="http://www.colorjack.com/sphere/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/sphere/?referer=');">Color Sphere</a>, and <a title="Color Scheme Generator" href="http://www.colorjack.com/studio/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/studio/?referer=');">Color Studio</a>. Along with providing these tools, there are links to other useful sites and tools, a blog, other software created by ColorJack, and articles that have some pretty cool information.</p>
<h3 style="text-align: left;"><a title="ColorJack" href="http://www.colorjack.com/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/?referer=');">The Front Page</a></h3>
<p><img class="alignnone size-full wp-image-1056" title="ColorJack Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/colorjackscreenshot3.jpg" alt="" width="467" height="250" /></p>
<p style="text-align: center;">
<p>The front page displays the new and popular color schemes that have been created by other users. You can hover over each of the colors to see the whole scheme that was designed. It is a little confusing to understand at first, but the white spaces are breaks in between different color schemes. So when you hover over a color, it shows you the colors to the left and right of it as well (before the next and after the previous white space) to see what the colors look like together.</p>
<h3><a title="Color Galaxy Viewer" href="http://www.colorjack.com/labs/galaxy/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/labs/galaxy/?referer=');">Color Galaxy</a></h3>
<p><img class="alignnone size-full wp-image-1045" title="ColorJack Color Galaxy Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/colorjackcolorgalaxyscreenshot.jpg" alt="" width="466" height="250" /></p>
<p>Color Galaxy allows you to pick from 27 color schemes and look at the makeup of that color. Some of the color schemes include crayola, mozilla, IE, Netscape, and Windows. Once you choose a color scheme it gets loaded into a "galaxy" arrangement and you can then pick one of the colors to examine. Clicking on a color will then load information describing it's makeup on the right. Personally I like the ven diagram that gets created to show the colors mixed together.</p>
<h3><a title="Color Theory Visualizer" href="http://www.colorjack.com/sphere/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/sphere/?referer=');">Color Sphere</a></h3>
<p><img class="alignnone size-full wp-image-1046" title="ColorJack Sphere Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/colorjackspherescreenshot.jpg" alt="" width="465" height="250" /></p>
<p>Color Sphere offers color schemes based on a number of variables. It is displayed in a color picker format on the left as well as a list format on the right. You can apply a number of rules/filters to the colors to end up with your desired color scheme. Colors can be adjusted from the sphere on the left or the list on the right and new color schemes will be created dynamically. Some of the filters available are analogous, complimentary, triadic, and tetradic. You can also choose to see all colors in the spectrum, websmart colors, or websafe colors. You are also given the ability to export the color scheme for Adobe Illustrator and Adobe Photoshop.</p>
<h3><a title="Color Scheme Generator" href="http://www.colorjack.com/studio/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/studio/?referer=');">Color Studio</a></h3>
<p><img class="alignnone size-full wp-image-1047" title="ColorJack Studio Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/colorjackstudioscreenshot.jpg" alt="" width="466" height="250" /></p>
<p>Color Studio is in my opinion the best part of the site. It offers information about a color selected as well as a palette for a color scheme. You can start with a color by entering the HEX code or picking one from a color picker. Once you have a color selected, you can start to apply filters and functions similar to those previously mentioned in the two apps above. You can also darken/lighten the color scheme, adjust the hue, saturation, and value of the colors, as well as add and remove additional colors to or from the palette. Like the Color Sphere, you can export the color scheme to Adobe Illustrator and Adobe Photoshop. You can also save it to Delicious, bookmark it in your browser, and get the direct link as a URL.</p>
<p>All three of these apps from ColorJack are worth checking out. If you like what they have to offer, you can check out more from their <a title="ColorJack Software" href="http://www.colorjack.com/software/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/software/?referer=');">software</a> page and read up on some color theory at their <a title="ColorJack Articles" href="http://www.colorjack.com/articles/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/articles/?referer=');">article</a> and <a title="ColorJack Blog" href="http://www.colorjack.com/blog/" onclick="pageTracker._trackPageview('/outgoing/www.colorjack.com/blog/?referer=');">blog</a> pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/09/17/create-color-schemes-easily-with-colorjack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Beautiful Image Galleries With Galleria</title>
		<link>http://www.webmastersbydesign.com/2008/09/11/create-beautiful-image-galleries-with-galleria/</link>
		<comments>http://www.webmastersbydesign.com/2008/09/11/create-beautiful-image-galleries-with-galleria/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:13:47 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Images/Graphics]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Galleria]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=996</guid>
		<description><![CDATA[Galleria is a clean and easy to implement image gallery based on jQuery. This is a great tool if you need to add an image gallery to your site and don't want to use a flash based gallery. I prefer JavaScript and CSS galleries over flash galleries because they are usually smaller and slightly easier [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1011" title="Galleria Screenshot" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/09/galleriascreenshot.jpg" alt="" width="500" height="418" /></p>
<p style="text-align: left;"><a title="Galleria" href="http://devkick.com/lab/galleria/" onclick="pageTracker._trackPageview('/outgoing/devkick.com/lab/galleria/?referer=');">Galleria</a> is a clean and easy to implement image gallery based on <a title="jQuery" href="http://jquery.com/" onclick="pageTracker._trackPageview('/outgoing/jquery.com/?referer=');">jQuery</a>. This is a great tool if you need to add an image gallery to your site and don't want to use a flash based gallery. I prefer JavaScript and CSS galleries over flash galleries because they are usually smaller and slightly easier to implement. This is a small (4K) script that doesn't add a lot of overhead to your page load time and is completely customizable to your taste. The images are preloaded individually. Some other features to note are the ability to your custom thumbnails, add a caption from image anchor title, and call events from the image onLoad event.</p>
<p style="text-align: left;">Implementing this gallery is, as noted earlier, very easy. You can have the whole thing up and running in only four lines of code. You need to add the CSS and JavaScript files to the header and then add the unsorted list that gets converted into the gallery. I have displayed the code that needs to be inserted into your header below. You can also get more <a title="Galleria Help Forum" href="http://devkick.com/talk/forum/4/galleria/" onclick="pageTracker._trackPageview('/outgoing/devkick.com/talk/forum/4/galleria/?referer=');">help</a>, checkout <a title="Galleria Demo 1" href="http://devkick.com/lab/galleria/demo_01.htm" onclick="pageTracker._trackPageview('/outgoing/devkick.com/lab/galleria/demo_01.htm?referer=');">Demo1</a> or <a title="Galleria Demo 2" href="http://devkick.com/lab/galleria/demo_02.htm" onclick="pageTracker._trackPageview('/outgoing/devkick.com/lab/galleria/demo_02.htm?referer=');">Demo2</a>, and <a title="Galleria Download" href="http://devkick.com/lab/galleria/" onclick="pageTracker._trackPageview('/outgoing/devkick.com/lab/galleria/?referer=');">download</a> the script.</p>
<pre class="html4strict">&nbsp;
<span style="color: #009900;"><a href="http://december.com/html/4/element/link.html" onclick="pageTracker._trackPageview('/outgoing/december.com/html/4/element/link.html?referer=');"><span style="color: #000000; font-weight: bold;">&lt;link</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;galleria.css&quot;</span> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/css&quot;</span> <span style="color: #000066;">media</span>=<span style="color: #ff0000;">&quot;screen&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><a href="http://december.com/html/4/element/script.html" onclick="pageTracker._trackPageview('/outgoing/december.com/html/4/element/script.html?referer=');"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;jquery.js&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span>
<span style="color: #009900;"><a href="http://december.com/html/4/element/script.html" onclick="pageTracker._trackPageview('/outgoing/december.com/html/4/element/script.html?referer=');"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;jquery.galleria.js&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span>
<span style="color: #009900;"><a href="http://december.com/html/4/element/script.html" onclick="pageTracker._trackPageview('/outgoing/december.com/html/4/element/script.html?referer=');"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
jQuery(function($) { $('ul.gallery').galleria(); });
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span>
&nbsp;</pre>
<p style="text-align: left;">More information about <a title="Galleria Usage" href="http://devkick.com/lab/galleria/#usage" onclick="pageTracker._trackPageview('/outgoing/devkick.com/lab/galleria/_usage?referer=');">usage</a> available at the Galleria website.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/09/11/create-beautiful-image-galleries-with-galleria/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Development With Aptana Studio</title>
		<link>http://www.webmastersbydesign.com/2008/08/18/web-20-development-with-aptana-studio/</link>
		<comments>http://www.webmastersbydesign.com/2008/08/18/web-20-development-with-aptana-studio/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 11:23:57 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Aptana Studio]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=574</guid>
		<description><![CDATA[Aptana Studio is an IDE for creating web 2.0 applications. It can be downloaded and run as an application or run in the Eclipse IDE. The IDE can be purchased as a professional edition or downloaded in an open source community edition. The open source community edition boasts over 1,300,000 downloads with a combined total [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-747" title="Aptana Studio" src="http://www.webmastersbydesign.com/wp-content/uploads/2008/08/aptana_studio_black_250x.png" alt="" width="250" height="100" /></p>
<p><a title="Aptana Studio" href="http://www.aptana.com/studio/" onclick="pageTracker._trackPageview('/outgoing/www.aptana.com/studio/?referer=');">Aptana Studio</a> is an IDE for creating web 2.0 applications. It can be downloaded and run as an application or run in the <a title="Eclipse" href="http://www.eclipse.org/" onclick="pageTracker._trackPageview('/outgoing/www.eclipse.org/?referer=');">Eclipse IDE</a>. The IDE can be purchased as a <a title="Aptana Studio Professional Edition" href="http://www.aptana.com/products/studio/pro" onclick="pageTracker._trackPageview('/outgoing/www.aptana.com/products/studio/pro?referer=');">professional edition</a> or downloaded in an open source <a title="Aptana Studio Community Edition" href="http://www.aptana.com/products/studio/community" onclick="pageTracker._trackPageview('/outgoing/www.aptana.com/products/studio/community?referer=');">community edition</a>. The open source community edition boasts over 1,300,000 downloads with a combined total including the professional version of more than 2,200,000 downloads to date. This application is designed and optimized for web development languages such as JavaScript, Ruby on Rails, and PHP, with other plugins available including Adobe AIR and iPhone development.</p>
<p>Aptana is backed by many big names in the industry. The <a title="Aptana Advisory Board" href="http://www.aptana.com/advisoryboard" onclick="pageTracker._trackPageview('/outgoing/www.aptana.com/advisoryboard?referer=');">advisory board</a> is made up of Ajax gurus like Brendan Eich and John Resig from Mozilla, Dion Almaer and Ben Galbraith who are the founder and co-founder of ajaxian.com, and Jack Slocum from EXT JS. With a lineup like this, it is no surprise that the Aptana Studio has as many downloads and as much supports as it does.</p>
<h3>Notable Features</h3>
<ul>
<li><strong>FTP Support - </strong>There is built-in FTP support for working with remote files. The community edition includes only basic FTP protocols, while the professional edition adds SFTP support.</li>
<li><strong>Plugins - </strong>There are many plugins available to extend the functionality of the IDE including SVN,  MySQL, PHP, and more.</li>
<li><strong>Code Snippets - </strong>There are many code snippets integrated with the default package that can save time when using common code techniques.</li>
<li><strong>Debugging - </strong>There is integrated debugging with <a title="Firebug for Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/1843" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/1843?referer=');">Firebug</a> for <a title="Firefox Browser" href="http://www.getfirefox.com" onclick="pageTracker._trackPageview('/outgoing/www.getfirefox.com?referer=');">Firefox</a>. The professional version also includes debugging capabilities for <a title="Microsoft Internet Explorer" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/windows/products/winfamily/ie/default.mspx?referer=');">Internet Explorer</a>.</li>
<li><strong>DOM Support - </strong>There is an integrated code assist function that provides help for browser support and information pertaining to the DOM.</li>
<li><strong>Code Assist - </strong>There are helpful hints and suggestions for HTML and CSS code to speed up the development process.</li>
<li><strong>Ajax Libraries - </strong>There are many prepackaged Ajax and JavaScript libraries like <a title="Yahoo! User Interface | YUI" href="http://developer.yahoo.com/yui/" onclick="pageTracker._trackPageview('/outgoing/developer.yahoo.com/yui/?referer=');">YUI</a>, <a title="Mootools" href="http://mootools.net/" onclick="pageTracker._trackPageview('/outgoing/mootools.net/?referer=');">Mootools</a>, <a title="Prototype" href="http://www.prototypejs.org/" onclick="pageTracker._trackPageview('/outgoing/www.prototypejs.org/?referer=');">Prototype</a>, and <a title="Scriptaculous" href="http://script.aculo.us/" onclick="pageTracker._trackPageview('/outgoing/script.aculo.us/?referer=');">Scriptaculous</a>.</li>
<li><strong>Integrated Proxy - </strong>There are proxy capabilities available to allow Aptana to be used behind a firewall.</li>
<li><strong>Integrated Help - </strong>There are several integrated help documents for included JavaScript libraries, alleviating the need to load the help documentation in a web browser. You can have it directly available in pane within Aptana.</li>
<li><strong>Error Checking - </strong>There is line by line error checking and reporting to take the guess work out of troubleshooting. You will be told and shown what and where the error occurred.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/08/18/web-20-development-with-aptana-studio/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Best Web 2.0 Tutorials For Photoshop</title>
		<link>http://www.webmastersbydesign.com/2008/06/26/the-best-web-20-tutorials-for-photoshop/</link>
		<comments>http://www.webmastersbydesign.com/2008/06/26/the-best-web-20-tutorials-for-photoshop/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:07:32 +0000</pubDate>
		<dc:creator>Scott Spear</dc:creator>
				<category><![CDATA[Best List]]></category>
		<category><![CDATA[Images/Graphics]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.webmastersbydesign.com/?p=74</guid>
		<description><![CDATA[Here is a list of the best Web 2.0 Photoshop tutorials, for those of us who aren't natural geniuses with Photoshop. We've all looked at the beautiful buttons, badges, logo design, and other images that the Web 2.0 style has given us, and it's all about the glass/gloss-look in Web 2.0. A lot of the [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the best Web 2.0 Photoshop tutorials, for those of us who aren't natural geniuses with Photoshop. We've all looked at the beautiful buttons, badges, <strong><a href="http://www.logoguru.co.uk/" onclick="pageTracker._trackPageview('/outgoing/www.logoguru.co.uk/?referer=');">logo design</a></strong>, and other images that the Web 2.0 style has given us, and it's all about the glass/gloss-look in Web 2.0. A lot of the following tutorials cover the techniques that create the glass/gloss-look. I hope you enjoy!</p>
<ul>
<li><span style="color: #ff00ff;"><strong><span style="color: #000000;">Web 2.0 Buttons</span></strong> </span>
<ul>
<li><a title="IRIS Design Web 2.0 Button Tutorial" href="http://iris-design.info/photoshop/web-20-style-buttons/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/iris-design.info/photoshop/web-20-style-buttons/?referer=');">IRIS Design</a></li>
<li><a title="TechTut Web 2.0 Button Tutorial" href="http://www.techtut.com/Tutorial/Photoshop/6-Create-Web-2.0-Button.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.techtut.com/Tutorial/Photoshop/6-Create-Web-2.0-Button.html?referer=');">TechTut</a></li>
<li><a title="Free Your Design Web 2.0 Button Tutorial" href="http://freeyourdesign.com/photoshop/photoshop-tutorial-web-20-button/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/freeyourdesign.com/photoshop/photoshop-tutorial-web-20-button/?referer=');">Free Your Design</a></li>
<li><a title="Photoshop Support Web 2.0 Button Tutorial" href="http://www.photoshopsupport.com/tutorials/cb/gel-button.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.photoshopsupport.com/tutorials/cb/gel-button.html?referer=');">Photoshop Support</a></li>
<li><a title="As Button Generator" href="http://jirox.net/AsButtonGen/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/jirox.net/AsButtonGen/?referer=');">As Button Generator</a> (Free Service, Not A Tutorial)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Web 2.0 Badges</strong>
<ul>
<li><a title="Ajax Lessons Web 2.0 Badge Tutorial" href="http://www.ajaxlessons.com/2006/02/16/web-20-badge-tutorial/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.ajaxlessons.com/2006/02/16/web-20-badge-tutorial/?referer=');">Ajax Lessons</a></li>
<li><a title="Free Photoshop Guides Web 2.0 Badge Tutorial" href="http://freephotoshopguides.com/interface-elements/web20-badges/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/freephotoshopguides.com/interface-elements/web20-badges/?referer=');">Free Photoshop Guides</a></li>
<li><a title="Photoshop Candy Web 2.0 Badge Tutorial" href="http://photoshopcandy.com/?p=30" target="_blank" onclick="pageTracker._trackPageview('/outgoing/photoshopcandy.com/?p=30&amp;referer=');">Photoshop Candy</a></li>
<li><a title="Photoshop Lovr Web 2.0 Badge Tutorial" href="http://photoshoplovr.com/web-20/cool-web-20-badge/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/photoshoplovr.com/web-20/cool-web-20-badge/?referer=');">Photoshop Lovr</a></li>
<li><a title="Web 2.0 Badges Badge Generator" href="http://www.web20badges.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.web20badges.com/?referer=');">Web 2.0 Badge Generator</a> (Free Service, Not A Tutorial)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Web 2.0 Logos</strong>
<ul>
<li><a title="Design Phase Web 2.0 Logo Tutorial" href="http://www.designphase.net/?q=web2.0_logo&amp;page=0%2C0" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.designphase.net/?q=web2.0_logo_amp_page=0_2C0&amp;referer=');">Design Phase</a></li>
<li><a title="FX Designing Web 2.0 Logo Tutorial" href="http://fxdesigning.com/web2txt.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/fxdesigning.com/web2txt.php?referer=');">FX Designing</a></li>
<li><a title="Linkrain Web 2.0 Logo Tutorial" href="http://www.linkrain.com/articles/how-to-make-a-web-20-logo-reflective-font-web-20-design-photoshop-tutorial/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.linkrain.com/articles/how-to-make-a-web-20-logo-reflective-font-web-20-design-photoshop-tutorial/?referer=');">Linkrain</a></li>
<li><a title="Alleba Blog Web 2.0 Logo Tutorial" href="http://www.alleba.com/blog/2006/09/26/photoshop-tutorial-how-to-make-a-web-20-style-logo/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.alleba.com/blog/2006/09/26/photoshop-tutorial-how-to-make-a-web-20-style-logo/?referer=');">Alleba Blog</a> (Video)</li>
<li><a title="Web 2.0 Logo Creator" href="http://h-master.net/web2.0/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/h-master.net/web2.0/?referer=');">Web 2.0 Logo Creator</a> (Free Service, Not A Tutorial)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Web 2.0 General</strong>
<ul>
<li><a title="Web 2.0 Design Kit | Part 1" href="http://www.photoshoplab.com/web20-design-kit.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.photoshoplab.com/web20-design-kit.html?referer=');">Web 2.0 Design Kit | Part 1</a></li>
<li><a title="Web 2.0 Design Kit | Part 2" href="http://www.photoshoplab.com/web-20-design-kit-part-2.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.photoshoplab.com/web-20-design-kit-part-2.html?referer=');">Web 2.0 Design Kit | Part 2</a></li>
<li><a title="Tutorial Blog Web 2.0 Software Box Tutorial" href="http://tutorialblog.org/create-a-software-box/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/tutorialblog.org/create-a-software-box/?referer=');">Software Box</a></li>
<li><a title="Adobe Kuler Web 2.0 Color Pallets" href="http://kuler.adobe.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/kuler.adobe.com/?referer=');">Web 2.0 Color Palletes</a></li>
<li><a title="G3 Fusion Web 2.0 Soft Floating Font Tutorial" href="http://www.g3fusion.com/?p=13" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.g3fusion.com/?p=13&amp;referer=');">Soft Floating Font</a></li>
</ul>
</li>
</ul>
<p>What are the best tutorials you've used to get the image/graphic you wanted? Comment below and let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webmastersbydesign.com/2008/06/26/the-best-web-20-tutorials-for-photoshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
