<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JGPWS Tutorials</title>
	<atom:link href="http://jgpwstutorials.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jgpwstutorials.wordpress.com</link>
	<description>Photoshop, CSS and HTML tutorials.</description>
	<lastBuildDate>Thu, 15 Dec 2011 23:41:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jgpwstutorials.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JGPWS Tutorials</title>
		<link>http://jgpwstutorials.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jgpwstutorials.wordpress.com/osd.xml" title="JGPWS Tutorials" />
	<atom:link rel='hub' href='http://jgpwstutorials.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting Rid of Jagged Lines in GIMP 2.6</title>
		<link>http://jgpwstutorials.wordpress.com/2009/10/25/getting-rid-of-jagged-lines-in-gimp-2-6/</link>
		<comments>http://jgpwstutorials.wordpress.com/2009/10/25/getting-rid-of-jagged-lines-in-gimp-2-6/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:59:42 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[anti-aliasing]]></category>
		<category><![CDATA[digital imaging]]></category>
		<category><![CDATA[JGPWS tutorials]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=204</guid>
		<description><![CDATA[Until using GIMP for a while, many new users including myself don&#8217;t know that GIMP 2.6 does not offer anti-aliasing on the fly, like Photoshop does. While experimenting in my last tutorial, Creating a Chrome Effect in GIMP 2.6, I figured out a way to fake anti-aliasing on rounded edges after drawing with Selection tools <a href="http://jgpwstutorials.wordpress.com/2009/10/25/getting-rid-of-jagged-lines-in-gimp-2-6/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=204&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Until using GIMP for a while, many new users including myself don&#8217;t know that GIMP 2.6 does not offer anti-aliasing on the fly, like Photoshop does. While experimenting in my last tutorial, <a href="http://www.squidoo.com/jgs-chrome-effect-gimp2_6" target="_blank">Creating a Chrome Effect in GIMP 2.6</a>, I figured out a way to fake anti-aliasing on rounded edges after drawing with Selection tools that looks convincing.<span id="more-204"></span> The problem usually shows up after using the Fuzzy Select tool and creating a bump map. For objects without these features, no anti-aliasing may need to be done. So, we will replicate this here. This is not the most elegant way to anti-alias, but it is somewhat easy.</p>
<p>This tutorial requires knowledge of how to create a bump map in GIMP 2.6 or a prerequisite of my previous tutorial, <a href="http://www.squidoo.com/jgs-chrome-effect-gimp2_6" target="_blank">Creating a Chrome Effect in GIMP 2.6</a>.</p>
<p>For this follow up tutorial I have created a drawing of a crescent moon with a clouds filter and bump map to demonstrate how this affects aliasing.</p>
<ul>
<li>Below is our drawing of a crescent moon. There are three layers: a Background layer, New Layer#1 (bump map layer) and New Layer (drawing layer). The bump map here was set to 10 pixels. If we look at the edges, we can see that they are jagged; this is because after using the fuzzy select tool to select and filling with a color or texture, GIMP does not anti-alias the jagged lines. I assumed there was nothing that can be done</li>
<li><img class="aligncenter size-full wp-image-209" title="screen15_layers" src="http://jgpwstutorials.files.wordpress.com/2009/10/screen15_layers.gif?w=500" alt="screen15_layers"   /></li>
<li><img class="aligncenter size-full wp-image-207" title="screen14_cr_before" src="http://jgpwstutorials.files.wordpress.com/2009/10/screen14_cr_before.jpg?w=500" alt="screen14_cr_before"   /></li>
<li>In this case, we select the area around the moon shape on the drawing layer (New Layer) and <strong>Invert (Crtl+I)</strong> the selection. Then we <strong>Select</strong> the <strong>Border (Select &gt; Border)</strong> by 2 pixels</li>
<li><img class="aligncenter size-full wp-image-208" title="screen16_borderselect" src="http://jgpwstutorials.files.wordpress.com/2009/10/screen16_borderselect.jpg?w=500" alt="screen16_borderselect"   /></li>
<li>We then apply a <strong>Gaussian Blur</strong> of 4 pixels horizontal and vertical. <strong>Select None (Shift+Ctrl+A)</strong></li>
<li>It is looking good, but we&#8217;re not done. Reselect the area outside the drawing. This time we&#8217;ll <strong>Grow (Select &gt; Grow)</strong> the selection by 1 pixel</li>
<li>While the area is still selected, we change the selection to a path (<strong>Select &gt; To Path</strong>). Hit the delete key. The before and after is shown below</li>
<li><img class="aligncenter size-full wp-image-207" title="screen14_cr_before" src="http://jgpwstutorials.files.wordpress.com/2009/10/screen14_cr_before.jpg?w=500" alt="screen14_cr_before"   /></li>
<li><img class="aligncenter size-full wp-image-210" title="screen17_cr_after" src="http://jgpwstutorials.files.wordpress.com/2009/10/screen17_cr_after.jpg?w=500" alt="screen17_cr_after"   /></li>
</ul>
<p>In conclusion, the above is a quick fix for GIMP anti-aliasing nightmares. In this simple example, the differences may be subtle, but in drawings with many more selection based fills, filter effects and instances of using the Fuzzy Select tool, these methods may be what you need to give your drawing a polished look.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/204/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=204&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2009/10/25/getting-rid-of-jagged-lines-in-gimp-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/10/screen15_layers.gif" medium="image">
			<media:title type="html">screen15_layers</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/10/screen14_cr_before.jpg" medium="image">
			<media:title type="html">screen14_cr_before</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/10/screen16_borderselect.jpg" medium="image">
			<media:title type="html">screen16_borderselect</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/10/screen14_cr_before.jpg" medium="image">
			<media:title type="html">screen14_cr_before</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/10/screen17_cr_after.jpg" medium="image">
			<media:title type="html">screen17_cr_after</media:title>
		</media:content>
	</item>
		<item>
		<title>Button Designs with CSS</title>
		<link>http://jgpwstutorials.wordpress.com/2009/04/29/button-designs-with-css/</link>
		<comments>http://jgpwstutorials.wordpress.com/2009/04/29/button-designs-with-css/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 21:47:19 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[CSS buttons]]></category>
		<category><![CDATA[navigation menus]]></category>
		<category><![CDATA[rollovers]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=147</guid>
		<description><![CDATA[Date Originally Written: 28 June, 2007 Rewritten: April 29, 2009 Author: Jason Gonzalez We&#8217;ve all seen them on almost every website– those stylish rollover and button designs made with CSS. Some only have links that change colors when you roll the mouse over them, some have fancy borders, others change the enclosing box&#8217;s colors. The <a href="http://jgpwstutorials.wordpress.com/2009/04/29/button-designs-with-css/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=147&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>28 June, 2007</em><br />
Rewritten: <em>April 29, 2009</em><br />
Author: <em>Jason Gonzalez</em></p>
<p>We&#8217;ve all seen them on almost every website– those stylish rollover and button designs made with CSS. Some only have links that change colors when you roll the mouse over them, some have fancy borders, others change the enclosing box&#8217;s colors. The best thing about these is that you can create snazzy navigation menus and links lists without having to purchase expensive digital imaging software. Today, I will show various button designs along with the code for them.<span id="more-147"></span></p>
<p>*This tutorial assumes that you know how to create an embedded or external style sheet. Also, of important mention here is how to apply the style information to the unordered list. You would simply place a &lt;div&gt; tag around the list and apply an id tag as shown below:</p>
<pre><strong>&lt;div id="example1"&gt;</strong>
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;Link One&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Link Two&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;
<strong>&lt;/div&gt;</strong></pre>
<hr />This first example shows a simple links list with styled text that changes  color during the hover state. It has a simple black border. Click the picture to go to a real example.</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1.html" target="_blank"><img class="aligncenter size-full wp-image-153" title="wp_screen07" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen07.gif?w=500" alt="wp_screen07"   /></a></p>
<p>Here is the code for &#8220;example 1 vertical&#8221;:</p>
<pre>#example1vert {
font-family : "Times New Roman", serif;
font-size : 10px;
}

#example1vert ul {
background-color : white;
width : 96px;
list-style-type : none;
border : 1px solid black;
padding : 0;
margin : 0;
}

#example1vert ul li {
border-bottom : 1px solid black;
}

#example1vert ul li a:visited {
color : purple;
}

#example1vert ul li a:link {
color : blue;
}

#example1vert ul li a:hover {
color : red;
}</pre>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1.html" target="_blank"><img class="aligncenter size-full wp-image-157" title="wp_screen08" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen08.gif?w=500" alt="wp_screen08"   /></a></p>
<p>To see the real example, click the image and scroll down to the horizontal buttons on the corresponding page. Below is the code for &#8220;example 1 horizontal&#8221;:</p>
<pre>#example1hor {
font-family : "Times New Roman", serif;
font-size : 10px;
text-align : center;
}

#example1hor ul {
background-color : white;
list-style-type : none;
padding : 0;
margin : 0;
width : 384px;
}

#example1hor ul li {
display : inline;
}

#example1hor ul li a {
margin-left : 0;
margin-right : 0;
border : 1px solid black;
}

#example1hor ul li a:visited {
color : purple;
}

#example1hor ul li a:link {
color : blue;
}

#example1hor ul li a:hover {
color : red;
}</pre>
<hr />This second example shows a links list whose enclosing box changes color upon mouseover. We will also stylize the font and add a border to the a:hover state. Follow the link from the picture to an actual example.</p>
<p>This information has been updated as of October 15th, 2008 to address gap issues in Internet Explorer 6 (and up) that relate to displaying list items as block. Thankfully, the website <a href="http://www.456bereastreet.com/">456 Berea St</a> offers a fix for this bug located at this address: <a href="http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/">456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/</a>. The new information will be commented after the code information.</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p2.html" target="_blank"><img class="aligncenter size-full wp-image-167" title="wp_screen09" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen09.gif?w=500" alt="wp_screen09"   /></a><br />
And below is the code for this Vertical rollover list:</p>
<pre>#example2vert {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : center;
}

#example2vert ul {
background-color : #333366;
width : 118px;
list-style-type : none;
padding : 0;
margin : 0;
}

#example2vert ul li {
color : white;
}

#example2vert ul li a:link, #example2vert ul li a:visited {
color : #9999FF;
text-decoration : none;
padding : 3px;
display : block;
}

#example2vert ul li a:hover {
color : white;
background-color : #6666CC;
border : dashed 1px #9999FF;
}</pre>
<p>Internet Explorer designs must use the following bug fix and conditional comment. You can create an embedded style rule in the head tag of your html page:</p>
<pre><strong>
&lt;!--[if lt IE 8]&gt;
  &lt;style type="text/css"&gt;

    #example2vert ul li a {
    display : inline-block;
    }
  &lt;/style&gt;
&lt;![endif]--&gt;
</strong></pre>
<p>And below this paragraph is the Horizontal version of the list and the code.</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p2.html" target="_blank"><img class="aligncenter size-full wp-image-174" title="wp_screen10" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen10.gif?w=500" alt="wp_screen10"   /></a></p>
<pre>#example2hor {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : center;
}

#example2hor ul {
background-color : #333366;
width : 512px;
list-style-type : none;
padding : 3px;
margin : 0;
}

#example2hor ul li {
color : white;
display : inline;
}

#example2hor ul li a:link, #example2hor ul li a:visited {
color : #9999FF;
text-decoration : none;
padding-left : 3px;
padding-right : 3px;
}

#example2hor ul li a:hover {
color : white;
background-color : #6666CC;
border : dashed 1px #9999FF;
}</pre>
<hr />In this example, our design will focus more on using a border to create an indented button effect. Below is the look and feel for this design.</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p3.html" target="_blank"><img class="aligncenter size-full wp-image-177" title="wp_screen11" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen11.gif?w=500" alt="wp_screen11"   /></a></p>
<p>&#8230;And below is the code:</p>
<pre>#example3vert {
font-family : Georgia, "Times New Roman", serif;
font-size : 12px;
font-style : italic;
text-align : left;
}

#example3vert ul {
background-color : #FFFFCC;
width : 96px;
list-style-type : none;
/* Margin and padding must be set to zero or there will be extra space */
/* to the left of the list */
margin-left : 0;
padding-left : 0;
border : 4px ridge #FFCC99;
}

#example3vert ul li {
color : black;
}

#example3vert ul li a {
padding : 3px;
display : block;
color : #006633;
text-decoration : none;
border : 2px outset #FFCC99;
}

#example3vert ul li a:hover {
color : #CC3300;
border : 2px inset #FFCC99;
text-decoration : underline;
}</pre>
<p>Internet Explorer <a href="http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/">fix</a> provided by <a href="http://www.456bereastreet.com">456Bereastreet.com</a>.</p>
<pre><strong>
&lt;!--[if lt IE 8]&gt;
  &lt;style type="text/css"&gt;
    #example3vert ul li a {
    display : inline-block;
    }
  &lt;/style&gt;
&lt;![endif]--&gt;
</strong></pre>
<p>And below is the horizontal look with the code afterwards:</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p3.html" target="_blank"><img class="aligncenter size-full wp-image-183" title="wp_screen12" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen12.gif?w=500" alt="wp_screen12"   /></a></p>
<pre>#example3hor {
font-family : Georgia, "Times New Roman", serif;
font-size : 12px;
font-style : italic;
text-align : center;
}

#example3hor ul {
background-color : #FFFFCC;
width : 576px;
padding : 6px;
list-style-type : none;
border : 4px ridge #FFCC99;
}

#example3hor ul li {
display : inline;
color : black;
}

#example3hor ul li a {
padding : 3px;
color : #006633;
text-decoration : none;
border : 2px outset #FFCC99;
}

#example3hor ul li a:hover {
color : #CC3300;
border : 2px inset #FFCC99;
text-decoration : underline;
}</pre>
<hr />In this final style, we will expand on the last design to create an indented button that shows up only on mouseover.</p>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p4.html" target="_blank"><img class="aligncenter size-full wp-image-186" title="wp_screen13" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen13.gif?w=500" alt="wp_screen13"   /></a></p>
<pre>#example4vert {
font-family : "Times New Roman", serif;
font-size : 12px;
font-style : italic;
text-align : left;
}

#example4vert ul {
width : 96px;
list-style-type : none;
/* Margin and padding must be set to zero or there will be extra space */
/* to the left of the list */
margin-left : 0;
padding-left : 0;
}

#example4vert ul li {
color : black;
}

#example4vert ul li a {
padding : 3px;
display : block;
color : #006633;
text-decoration : none;
}

#example4vert ul li a:hover {
color : #CC3300;
border : 2px inset #FFFFFF;
text-decoration : underline;
}</pre>
<p>Internet Explorer <a href="http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/">fix</a> provided by <a href="http://www.456bereastreet.com/">456Bereastreet.com</a>.</p>
<pre><strong>
&lt;!--[if lt IE 8]&gt;
  &lt;style type="text/css"&gt;
    #example4vert ul li a {
    display : inline-block;
    }
  &lt;/style&gt;
&lt;![endif]--&gt;
</strong></pre>
<p><a href="http://www.jgpws.com/tutorials/css/css_buttondesigns1_p4.html" target="_blank"><img class="aligncenter size-full wp-image-189" title="wp_screen14" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen14.gif?w=500" alt="wp_screen14"   /></a></p>
<pre>#example4hor {
font-family : "Times New Roman", serif;
font-size : 12px;
font-style : italic;
text-align : left;
}

#example4hor ul {
width : 576px;
list-style-type : none;
}

#example4hor ul li {
display : inline;
color : black;
}

#example4hor ul li a {
padding : 3px;
color : #006633;
text-decoration : none;
}

#example4hor ul li a:hover {
color : #CC3300;
border : 2px inset #FFFFFF;
text-decoration : underline;
}</pre>
<p>Notice how there isn&#8217;t any information in the code above about the background color. This means that this style can be placed against any background color. The only thing you would have to change is the link colors to something complementary to your webpage.</p>
<p>You may have noticed that when you mouse over the links, the links and the    page jumps. Unfortunately, I can&#8217;t figure out a fix for this. (I suspect that    the border is adding space around the link).</p>
<p>I chose to use white (#FFFFFF) as the border color, further emphasizing that    you can use any background color. However, after creation, you may want to tweak    (or not) as you see fit. Then, test in as many browsers and on as many platforms    as possible.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=147&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2009/04/29/button-designs-with-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen07.gif" medium="image">
			<media:title type="html">wp_screen07</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen08.gif" medium="image">
			<media:title type="html">wp_screen08</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen09.gif" medium="image">
			<media:title type="html">wp_screen09</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen10.gif" medium="image">
			<media:title type="html">wp_screen10</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen11.gif" medium="image">
			<media:title type="html">wp_screen11</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen12.gif" medium="image">
			<media:title type="html">wp_screen12</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen13.gif" medium="image">
			<media:title type="html">wp_screen13</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen14.gif" medium="image">
			<media:title type="html">wp_screen14</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Page Layout with CSS</title>
		<link>http://jgpwstutorials.wordpress.com/2009/04/02/web-page-layout-with-css/</link>
		<comments>http://jgpwstutorials.wordpress.com/2009/04/02/web-page-layout-with-css/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 23:23:11 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[JGPWS tutorials]]></category>
		<category><![CDATA[tableless design]]></category>
		<category><![CDATA[web page layout]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=104</guid>
		<description><![CDATA[Date Originally Written: 28 June, 2007 Author: Jason Gonzalez Okay. So you might have heard that Tableless designs for web pages using Cascading Style Sheets is going to be the new standard. Although most web pages are still designed using tables, it is good to know how to put together a basic layout using CSS. <a href="http://jgpwstutorials.wordpress.com/2009/04/02/web-page-layout-with-css/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=104&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>28 June, 2007</em><br />
Author: <em>Jason Gonzalez</em></p>
<p>Okay. So you might have heard that Tableless designs for web pages using <strong>Cascading Style Sheets</strong> is going to be the new standard. Although most web pages are still designed using tables, it is good to know how to put together a basic layout using CSS.<span id="more-104"></span> A basic layout is fairly easy to create and is now guaranteed support from all of the stylesheet conscious browsers. Another good benefit from using CSS for layout is that the layout information is usually kept separate from the content, so instead of a search engine reading table layout code, it can focus on reading your content. So CSS layout is what we will do in today&#8217;s tutorial.</p>
<p>We will use a somewhat standard layout with:</p>
<ul>
<li>A Title Bar along the top with links underneath</li>
<li>A left Navigational panel with more links</li>
<li>A Content area to the right of the navigational panel</li>
</ul>
<p>Also, our layout will be fluid, which means it will resize as the browser window resizes. (I will show the basic html page for this and the finished CSS page in separate links).</p>
<hr />So, we will first type in the html for our Title Bar.</p>
<ul>
<li>Type the following (which will create an XML compatible XHTML file) into any text editor
<ul>
<li>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en"&gt;

&lt;head&gt;
&lt;title&gt;CSS layout tutorial 01&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;h1&gt;This is the Top Level Heading&lt;/h1&gt;
&lt;p&gt;&lt;a href="#"&gt;Link One&lt;/a&gt;
&lt;a href="#"&gt;Link Two&lt;/a&gt;
&lt;a href="#"&gt;Link Three&lt;/a&gt;
&lt;a href="#"&gt;Link Four&lt;/a&gt;
&lt;a href="#"&gt;Link Five&lt;/a&gt;
&lt;a href="#"&gt;Link Six&lt;/a&gt;
&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
</li>
</ul>
</li>
<li><strong>Save As</strong> an ASCII text file</li>
</ul>
<p>The above code created an &lt;/h1&gt; heading and six horizontal links. We won&#8217;t make the links an unordered list (to be formatted into a horizontal list with CSS) to keep this lesson simple. Instead, we&#8217;ll put all of these links into a paragraph.</p>
<ul>
<li>Type the following just below the last &lt;/p&gt; tag in the previous html code:
<ul>
<li>
<pre>&lt;h3&gt;Left Navigational Panel&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Seven&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Eight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Nine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Ten&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Eleven&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Twelve&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>
</li>
</ul>
</li>
</ul>
<p>And, finally we type in our content layer.</p>
<ul>
<li>In this case, I just copied and pasted some text from this tutorial and repeated it. Type the following just after the last &lt;/ul&gt; tag in our code:
<ul>
<li>
<pre>&lt;h3&gt;This is the content&lt;/h3&gt;
&lt;p&gt;Our layout will be fluid, which means it will
resize as the browser window resizes. Our layout will
be fluid, which means it will resize as the browser
window resizes. Our layout will be fluid, which means
it will resize as the browser window resizes. Our
layout will be fluid, which means it will resize
as the browser window resizes.&lt;/p&gt;

&lt;p&gt;Our layout will be fluid, which means it will
resize as the browser window resizes. Our layout will
be fluid, which means it will resize as the browser
window resizes. our layout will be fluid, which means
it will resize as the browser window resizes. Our
layout will be fluid, which means it will resize as
the browser window resizes.&lt;/p&gt;</pre>
</li>
</ul>
</li>
</ul>
<p>Notice from our typed html that our content goes in a linear fashion from top to bottom.</p>
<p>Check out the look with the screenshot just below. And here is the link to the actual html page: <a href="http://www.jgpws.com/tutorials/css/htmlexample_css1.html">http://www.jgpws.com/tutorials/css/htmlexample_css1.html</a></p>
<p style="text-align:center;"><img class="size-full wp-image-117 aligncenter" title="wp_screen05" src="http://jgpwstutorials.files.wordpress.com/2009/03/wp_screen05.jpg?w=500&#038;h=306" alt="wp_screen05" width="500" height="306" /></p>
<hr />Next, we are going to use <strong>&lt;div&gt;</strong> tags to divide each section into three parts and assign ids to them, which will be defined in our style sheet later.</p>
<ul>
<li>Type the following around the first &lt;h1&gt; tag and horizontal links combination as shown below:
<ul>
<li>
<pre><strong>&lt;div id="titlebar"&gt;</strong>
&lt;h&gt;This is the Top Level Heading&lt;/h1&gt;
&lt;p&gt;
&lt;a href="#"&gt;Link One&lt;/a&gt;
&lt;a href="#"&gt;Link Two&lt;/a&gt;
&lt;a href="#"&gt;Link Three&lt;/a&gt;
&lt;a href="#"&gt;Link Four&lt;/a&gt;
&lt;a href="#"&gt;Link Five&lt;/a&gt;
&lt;a href="#"&gt;Link Six&lt;/a&gt;
&lt;/p&gt;
<strong>&lt;/div&gt;</strong></pre>
</li>
</ul>
</li>
<li>Repeat this step for two other divisions as shown below:
<ul>
<li>
<pre><strong>&lt;div id="leftnav"&gt;</strong>
&lt;h3&gt;Left Navigational Panel&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Seven&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Eight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Nine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Ten&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Eleven&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;More Links Twelve&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
<strong>&lt;/div&gt;</strong>

<strong>&lt;div id="content"&gt;</strong>
&lt;h3&gt;This is the content&lt;/h3&gt;
&lt;p&gt;Our layout will be fluid, which means it will
resize as the browser window resizes. Our layout will
be fluid, which means it will resize as the browser
window resizes. Our layout will be fluid, which means
it will resize as the browser window resizes. Our
layout will be fluid, which means it will resize
as the browser window resizes.&lt;/p&gt;
&lt;p&gt;Our layout will be fluid, which means it will
resize as the browser window resizes. Our layout will
be fluid, which means it will resize as the browser
window resizes. our layout will be fluid, which means
it will resize as the browser window resizes. Our
layout will be fluid, which means it will resize as
the browser window resizes.&lt;/p&gt;
<strong>&lt;/div&gt;</strong></pre>
</li>
</ul>
</li>
</ul>
<hr />The final and most important steps in our tutorial are to apply a style sheet    with style rules to our html layout. Because this is a simple example, we will    create an embedded style sheet inside of the <strong>&lt;head&gt;</strong> tags.</p>
<ul>
<li>Place a &lt;style&gt; declaration within the &lt;head&gt; tag, as follows:
<ul>
<li>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en"&gt;

&lt;head&gt;
&lt;title&gt;CSS layout tutorial 01&lt;/title&gt;
<strong>&lt;style type="text/css"&gt;
&lt;!--

--&gt;
&lt;/style&gt;</strong>
&lt;/head&gt;</pre>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en"&gt;

&lt;head&gt;
&lt;title&gt;CSS layout tutorial 01&lt;/title&gt;
<strong>&lt;style type="text/css"&gt;
&lt;!--

--&gt;
&lt;/style&gt;</strong>
&lt;/head&gt;</pre>
</li>
</ul>
</li>
<li>Then we place the style rules for our &#8220;titlebar&#8221;:
<ul>
<li>
<pre>&lt;!--
<strong>#titlebar {
/* make this float to the left side */
float : left;
/* margin and padding on each div must be set to 0 to work as intended */
margin : 0px;
padding : 0px;
/* and add some color */
background-color : #6699FF;
/* width of titlebar must be 100% */
width : 100%;
}

#titlebar a {
/* put padding around our links in a separate style rule */
padding : 6px;
}</strong>
--&gt;</pre>
</li>
</ul>
</li>
</ul>
<p>If you preview the html file in a browser right now, it will look like a jumbled mess, with the titlebar floating left and everything else wrapping around it. We will continue by floating the left navigational panel left.</p>
<ul>
<li>Use <strong>float</strong> property to float &#8220;leftnav&#8221;. Type this directly below the previous style rule but outside of the closing curly brace
<ul>
<li>
<pre><strong>#leftnav {
float : left;
margin : 0px;
padding : 0px;
background-color : #99CCCC;
width : 25%;
height : 400px;
}</strong></pre>
</li>
</ul>
</li>
<li>&#8230;And the &#8220;content&#8221; panel:
<ul>
<li>
<pre><strong>#content {
float : left;
margin : 0px;
padding : 0px;
background-color: #CCFFCC;
width : 75%;
height : 400px;
}</strong></pre>
</li>
</ul>
</li>
</ul>
<p>Okay, now preview this in a browser. You may notice that the paragraph text and headings are pushed up against the left edges, but if we apply margins and padding to the &lt;div&gt; tags, we lose our layout. The trick is to apply margins to each paragraph and heading.</p>
<ul>
<li>Put margins around the paragraphs and heading in our content and leftnav divs (type each below their style rules):
<ul>
<li>
<pre><strong>#leftnav h3 {
margin-left : 3%;
}

#content p {
margin-left : 5%;
margin-right : 5%;
}

#content h3 {
margin-left : 3%;
}</strong></pre>
</li>
</ul>
</li>
</ul>
<p>Finally, preview the <a href="http://www.jgpws.com/tutorials/css/htmlexample_css1_styled.html" target="_blank">finished product</a> in a browser (screenshot below). And that&#8217;s it. You have created a standards compliant layout!</p>
<p><img class="aligncenter size-full wp-image-140" title="wp_screen06" src="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen06.gif?w=500&#038;h=306" alt="wp_screen06" width="500" height="306" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=104&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2009/04/02/web-page-layout-with-css/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/03/wp_screen05.jpg" medium="image">
			<media:title type="html">wp_screen05</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2009/04/wp_screen06.gif" medium="image">
			<media:title type="html">wp_screen06</media:title>
		</media:content>
	</item>
		<item>
		<title>Rendering Red Slate tile with Photoshop 7</title>
		<link>http://jgpwstutorials.wordpress.com/2008/10/04/rendering-red-slate-tile-with-photoshop-7/</link>
		<comments>http://jgpwstutorials.wordpress.com/2008/10/04/rendering-red-slate-tile-with-photoshop-7/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 22:39:54 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[JGPWS tutorials]]></category>
		<category><![CDATA[photo realistic]]></category>
		<category><![CDATA[red slate]]></category>
		<category><![CDATA[slate]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=80</guid>
		<description><![CDATA[Date Originally Written: 13 April, 2008 Author: Jason Gonzalez This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: www.jgpws.com/tutorials/photoshop/redslate.html. In this tutorial, we will create photo-realistic red slate tile that will end up with a bump map look to it. This textured surface <a href="http://jgpwstutorials.wordpress.com/2008/10/04/rendering-red-slate-tile-with-photoshop-7/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=80&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>13 </em><em>April, 2008</em><br />
Author: <em>Jason Gonzalez</em></p>
<p>This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: <a href="http://www.jgpws.com/tutorials/photoshop/redslate.html">www.jgpws.com/tutorials/photoshop/redslate.html</a>.</p>
<p>In this tutorial, we will create photo-realistic red slate tile that will end    up with a bump map look to it. This textured surface can be used as part of    a 3-D scene in a video game or architectural simulation. Just like in the <a href="http://jgpwstutorials.wordpress.com/2008/09/17/rendering-blue-slate-tile-with-photoshop-7/">Blue    Slate</a> tutorial, we will make this a large size to avoid too much repetition across the texture.<span id="more-80"></span></p>
<p>Note: This tutorial assumes knowledge of the Photoshop 7.0 workspace.</p>
<ul>
<li>We start by opening a new file at 288 x 288 pixels and 72 dpi, Transparent      background</li>
<li>Then, we <strong>Fill</strong> Layer 1 with color R: <kbd>200</kbd>, G:      <kbd>155</kbd>, B: <kbd>150</kbd>. Save this color by clicking a blank area      in the color swatches palette
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen74.gif"><img class="alignnone size-full wp-image-82" title="screen74" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen74.gif?w=500" alt=""   align="top" /></a></li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen73.gif"><img class="alignnone size-full wp-image-83" title="screen73" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen73.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Next, we need to create and Save this color as well; R: <kbd>205</kbd>,      G: <kbd>141</kbd>, B: <kbd>124<br />
</kbd></p>
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen75.jpg"><img class="alignnone size-full wp-image-84" title="screen75" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen75.jpg?w=500" alt=""   align="top" /></a></li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen76.gif"><img class="alignnone size-full wp-image-85" title="screen76" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen76.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Now, we create a <strong>New Layer</strong>. On the new layer <strong>View      Rulers</strong>. We right-click the ruler in the drawing space, select <strong>Pixels</strong> and place two guides 144 pixels in vertically and 144 pixels down horizontally      (zoom in twice to see pixel amounts up close) and 72 pixels in from each edge.      We must place two guides close to the right and bottom edges as well
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen77.gif"><img class="alignnone size-full wp-image-87" title="screen77" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen77.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Using the <strong>Pencil</strong> tool at 1px Black, we will draw lines      horizontally and vertically along the guides (except for the top and left      sides). To give the lines a more tiled look, we can uncheck <strong>Snap to      Guides</strong>, and draw some more lines directly next to some of the edges. Hold down the Shift key while drawing to get a straight line.      The look we are going after is represented below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen781.jpg"><img class="alignnone size-full wp-image-89" title="screen781" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen781.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Next, we click on Layer 1 (or whatever name you chose). We&#8217;ll use one of      the <strong>Paintbrush</strong> tool&#8217;s Spatter textures with      the RGB color <kbd>205</kbd>, <kbd>141</kbd>, <kbd>124</kbd> saved before.      (Brush size should be 35px, Mode: Normal and Opacity: 75%). Then we draw feather      shaped paint patterns in various areas
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen79.gif"><img class="alignnone size-full wp-image-91" title="screen79" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen79.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Now, we add another new color and save. R: <kbd>209</kbd>, G: <kbd>194</kbd>,      B: <kbd>193</kbd>. With this color, we brush with the same settings as before      in adjacent areas to the darker paint shapes. The drawing should look as pictured      below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen80.jpg"><img class="alignnone size-full wp-image-92" title="screen80" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen80.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>We now <strong>Add Noise</strong> with an Amount of 4 and <strong>Gaussian</strong> setting. Then we use the <strong>Motion Blur</strong> filter with an angle      of 0 and a distance of 3</li>
<li>We must create another New Layer above Layer 1 but below Layer 2. On this      layer we draw shadow lines with a 1px black <strong>Pencil</strong> outlining      the bottom edges of the darker areas (we will want to zoom in for accuracy).</li>
<li>Using the <strong>Smudge</strong> tool (Brush size: 5, Strength: 50%) we      need to smudge the area beneath each line to give the shadow look. You may      use the the screenshot below as a guide
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen81.jpg"><img class="alignnone size-full wp-image-93" title="screen81" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen81.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>On this same layer, we draw white lines with a 1px <strong>Pencil</strong> for highlights within the light areas (also toward the bottom). We use the      same <strong>Smudge</strong> tool technique above, smudging the tops of the      lines. How this looks is shown below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen82.jpg"><img class="alignnone size-full wp-image-94" title="screen82" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen82.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Next, we lower the Opacity of the above mentioned layer to 30%</li>
<li>We now click Layer 1 again and select the light areas of this layer with      the <strong>Magic Wand</strong> tool with a Tolerance of 3 (Use Shift to select      more than one area). Apply the <strong>Wave</strong> filter (<strong>Distort      &gt; Wave</strong>) to these areas with a Wavelength minimum of 61 and a maximum      of 135 (these can be adjusted as you see fit)</li>
<li>And thats it! You have photo-realistic red slate tile. The final image is      shown below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/10/screen83.jpg"><img class="alignnone size-full wp-image-95" title="screen83" src="http://jgpwstutorials.files.wordpress.com/2008/10/screen83.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=80&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2008/10/04/rendering-red-slate-tile-with-photoshop-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen74.gif" medium="image">
			<media:title type="html">screen74</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen73.gif" medium="image">
			<media:title type="html">screen73</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen75.jpg" medium="image">
			<media:title type="html">screen75</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen76.gif" medium="image">
			<media:title type="html">screen76</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen77.gif" medium="image">
			<media:title type="html">screen77</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen781.jpg" medium="image">
			<media:title type="html">screen781</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen79.gif" medium="image">
			<media:title type="html">screen79</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen80.jpg" medium="image">
			<media:title type="html">screen80</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen81.jpg" medium="image">
			<media:title type="html">screen81</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen82.jpg" medium="image">
			<media:title type="html">screen82</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/10/screen83.jpg" medium="image">
			<media:title type="html">screen83</media:title>
		</media:content>
	</item>
		<item>
		<title>Rendering Blue Slate tile with Photoshop 7</title>
		<link>http://jgpwstutorials.wordpress.com/2008/09/17/rendering-blue-slate-tile-with-photoshop-7/</link>
		<comments>http://jgpwstutorials.wordpress.com/2008/09/17/rendering-blue-slate-tile-with-photoshop-7/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 22:05:48 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[blue slate]]></category>
		<category><![CDATA[JGPWS tutorials]]></category>
		<category><![CDATA[slate]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=58</guid>
		<description><![CDATA[Date Originally Written: 13 April 2008 Author: Jason Gonzalez This tutorial has relocated to this location as of September 2008. To see it in its original location, follow this link: www.jgpws.com/tutorials/photoshop/blueslate.html. In this tutorial, we will create photo-realistic blue slate tile. This textured surface can be used as part of a 3-D scene in a <a href="http://jgpwstutorials.wordpress.com/2008/09/17/rendering-blue-slate-tile-with-photoshop-7/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=58&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>13 April 2008</em><br />
Author: <em>Jason Gonzalez</em></p>
<p>This tutorial has relocated to this location as of September 2008. To see it in its original location, follow this link: <a href="http://www.jgpws.com/tutorials/photoshop/blueslate.html">www.jgpws.com/tutorials/photoshop/blueslate.html</a>.</p>
<p>In this tutorial, we will create photo-realistic blue slate tile. This textured    surface can be used as part of a 3-D scene in a video game or architectural    simulation. We will make this a large size to avoid too much repetition across    the texture.<span id="more-58"></span></p>
<p>Note: This tutorial assumes knowledge of the Photoshop 7.0 workspace.</p>
<ul>
<li>Open a new file at <kbd>288</kbd> x <kbd>288</kbd> pixels and <kbd>72</kbd> dpi and Transparent background
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen66.jpg"><img class="alignnone size-full wp-image-61" title="screen66" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen66.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>We will now fill Layer 1 with color R: <kbd>129</kbd>, G: <kbd>135</kbd>, B: <kbd>131</kbd>
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen67.gif"><img class="alignnone size-full wp-image-63" title="screen67" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen67.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Next, we create a <strong>New Layer</strong>. On the new layer <strong>View</strong> (menu item) <strong>Rulers</strong>, right click the rulers in the drawing      space, select <strong>Pixels</strong>. It is a good idea to zoom in about  twice and place two guides 144 pixels in vertically and 144 pixels down horizontally. Then by eyeballing, we place two more guides in between the center and outer edges of the drawing space (approximately 72 pixels in from the outer edges). Also place guides in the rightmost and bottom areas near the edges but not      touching them. It is pictured below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen68.gif"><img class="alignnone size-full wp-image-64" title="screen68" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen68.gif?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Using the <strong>Pencil</strong> tool at 1px and color black, we will draw a line horizontally and vertically along the guides. We do not draw any lines along the very top or left sides as the right and bottom lines will repeat the pattern. To give the lines a more tiled look, we&#8217;ll uncheck <strong>Snap      to Guides</strong>, and draw more lines directly next to a few edges. We must hit the shift key while drawing the lines to create a straight line. It is also a good idea to uncheck <strong>Show &gt; Guides</strong>. The look is shown below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen69.jpg"><img class="alignnone size-full wp-image-66" title="screen69" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen69.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Clicking on the bottom most color Layer, we next will apply the <strong>Dodge</strong> tool with a Brush size of 35 soft and Exposure set to 50% to lighten some      of the areas. Click very lightly as we are going after a subtle look</li>
<li>Then we apply the <strong>Burn</strong> tool to other untouched areas with      the same brush settings as above and also clicking lightly. What the drawing      looks like thus far is pictured below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen70.jpg"><img class="alignnone size-full wp-image-67" title="screen70" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen70.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>We can now apply the <strong>Palette Knife</strong> filter with these settings:      Stroke size: 30, Stroke detail: 3, Softness: 9. It is a good idea to vary      these settings dependent on the intensity of the Dodging and Burning</li>
<li><strong>Add Noise</strong>; Amount: 2%, Gaussian and Monochromatic</li>
<li><strong>Filter &gt; Distort &gt; Glass</strong>. Distortion should be set      to 4, Smoothness: 7, Texture: Frosted, Scaling: leave at 100%
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen71.jpg"><img class="alignnone size-full wp-image-68" title="screen71" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen71.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Finally, we apply a <strong>Gaussian Blur</strong> at 0.3 pixels</li>
<li>The final look is pictured below:
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/09/screen72.jpg"><img class="alignnone size-full wp-image-69" title="screen72" src="http://jgpwstutorials.files.wordpress.com/2008/09/screen72.jpg?w=500" alt=""   align="top" /></a></li>
</ul>
</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jgpwstutorials.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jgpwstutorials.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=58&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2008/09/17/rendering-blue-slate-tile-with-photoshop-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen66.jpg" medium="image">
			<media:title type="html">screen66</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen67.gif" medium="image">
			<media:title type="html">screen67</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen68.gif" medium="image">
			<media:title type="html">screen68</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen69.jpg" medium="image">
			<media:title type="html">screen69</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen70.jpg" medium="image">
			<media:title type="html">screen70</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen71.jpg" medium="image">
			<media:title type="html">screen71</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/09/screen72.jpg" medium="image">
			<media:title type="html">screen72</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Rollovers 1- MSIE Fixes</title>
		<link>http://jgpwstutorials.wordpress.com/2008/08/28/css-rollovers-1-msie-fixes/</link>
		<comments>http://jgpwstutorials.wordpress.com/2008/08/28/css-rollovers-1-msie-fixes/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 21:35:32 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JGPWS tutorials]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[rollovers]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=44</guid>
		<description><![CDATA[Date Originally Written: 8 May, 2006 Author: Jason Gonzalez This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: www.jgpws.com/tutorials/css_rollovers_1/rollovers_msiefixes.html. Also, this tutorial has been updated as of October 15th, 2008. The CSS code originally given does not work in IE6. The new method <a href="http://jgpwstutorials.wordpress.com/2008/08/28/css-rollovers-1-msie-fixes/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=44&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>8 May, 2006</em><br />
Author: <em>Jason Gonzalez</em><br />
<em></em></p>
<p>This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: <a href="http://www.jgpws.com/tutorials/css_rollovers_1/rollovers_msiefixes.html">www.jgpws.com/tutorials/css_rollovers_1/rollovers_msiefixes.html</a>.</p>
<p>Also, this tutorial has been updated as of October 15th, 2008. <strong>The CSS code originally given does not work in IE6</strong>. The new method for getting rid of the gaps between list items is shown in this <a href="http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/">article</a> from <a href="http://www.456bereastreet.com/">456 Berea Street</a>. The new code will be shown in bold.</p>
<p>In this follow up to the previous tutorial section <a href="http://jgpwstutorials.wordpress.com/2008/08/17/css-rollovers-part-1-buttons-with-images/">CSS Rollovers- Part 1- Rollovers with Images</a>, we will be making the changes for Internet Explorer (Windows) as promised at the end of that tutorial. Needless to say, you will want to be following this tutorial while previewing in Internet Explorer (preferably 6 and up). If you are viewing these rollovers from any other browser, no further changes are needed.<span id="more-44"></span></p>
<p>If you recall, we left off at the last tutorial with the following completed links list (shown here as a jpeg image):</p>
<p style="text-align:center;"><a href="http://jgpwstutorials.files.wordpress.com/2008/08/screen2.jpg"><img class="size-full wp-image-45 aligncenter" src="http://jgpwstutorials.files.wordpress.com/2008/08/screen2.jpg?w=500" alt=""   /></a></p>
<p style="text-align:left;">These images have huge gaps between each rollover! We will make some MSIE specific adjustments to fix them.</p>
<ul>
<li>First, we must create a new external stylesheet to place these IE specific style rules in
<ul>
<li>Create a new stylesheet in the same directory as your &#8220;navbar.css&#8221; stylesheet</li>
<li>Name it &#8220;msiefixes.css&#8221;</li>
</ul>
</li>
</ul>
<ul>
<li>Type your style rules into &#8220;msiefixes.css&#8221;
<ul>
<li>Type the following in the file:</li>
<li>
<pre>#navlist a {
<span style="text-decoration:line-through;">margin-bottom: -5px;</span>
<strong>display: inline-block;</strong>
<strong>margin-left: 20px;</strong>
height: 1em;
float: left;
clear: both;
width: 100%;
}

#navlist ul {
margin-top: 5px;
}</pre>
</li>
<li>Unlike in <em>CSS Uberlinks List Menu</em>, our margins had to be adjusted for the size of the images</li>
<li><span style="text-decoration:line-through;">I also moved the <kbd>margin-left:</kbd> from 20px to 10px to re-center the links</span></li>
<li>Setting the <kbd>margin: top</kbd> on the <kbd>navlist ul</kbd> tag causes us to lose a little space on the top. For some reason, the links will not move down to accommodate more space at the top</li>
</ul>
</li>
</ul>
<ul>
<li>Add a link to your stylesheet at the top of your html file
<ul>
<li>Open &#8220;rollovers01.html&#8221;</li>
<li>Add the following conditional statement just below your first stylesheet link (<kbd>&lt;link rel=...&gt;</kbd>):</li>
<li>
<pre>&lt;!--[<strong>if lt IE 8</strong>]&gt;
&lt;link rel="stylesheet" type="text/css" href="msiefixes.css"&gt;
&lt;![endif]--&gt;</pre>
</li>
</ul>
</li>
</ul>
<p>Your completed rollovers links should look like the following (the final product from <em>CSS Rollovers 1</em>):</p>
<p><a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg"><img class="aligncenter size-full wp-image-32" src="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg?w=500" alt=""   /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jgpwstutorials.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jgpwstutorials.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=44&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2008/08/28/css-rollovers-1-msie-fixes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/screen2.jpg" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg" medium="image" />
	</item>
		<item>
		<title>CSS Rollovers-Part 1- Buttons with Images</title>
		<link>http://jgpwstutorials.wordpress.com/2008/08/17/css-rollovers-part-1-buttons-with-images/</link>
		<comments>http://jgpwstutorials.wordpress.com/2008/08/17/css-rollovers-part-1-buttons-with-images/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 05:21:35 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[rollovers]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=35</guid>
		<description><![CDATA[Date Originally Written: May 2005 Author: Jason Gonzalez This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: www.jgpws.com/tutorials/css_rollovers_1/css_rollovers1.html. In this, my very first tutorial, we will learn how to create Cascading Style Sheet rollovers just like the ones found within the Portfolio site <a href="http://jgpwstutorials.wordpress.com/2008/08/17/css-rollovers-part-1-buttons-with-images/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=35&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Date Originally Written: <em>May 2005</em><br />
Author: <em>Jason Gonzalez</em></p>
<p>This tutorial has relocated to this location as of August 2008. To see it in its original location, follow this link: <a href="http://www.jgpws.com/tutorials/css_rollovers_1/css_rollovers1.html">www.jgpws.com/tutorials/css_rollovers_1/css_rollovers1.html</a>.</p>
<p>In this, my very first tutorial, we will learn how to create Cascading Style Sheet rollovers just like the ones found within the <a href="http://www.jgpws.com/portfolio">Portfolio</a> site here. This tutorial is geared toward CSS and HTML beginners, so feel free to skip ahead if you already know the basic material.<span id="more-35"></span></p>
<p>Also, of special note is to mention that this tutorial is an adaptation of <em>CSS Uberlinks List Menus</em>, to be found at the <a href="http://www.projectseven.com/" target="_blank">Project Seven</a> website. Just look for <strong>CSS Lab</strong> in their <strong>Tutorials</strong> section.</p>
<ul>
<li>The first step for the purposes of this first tutorial will be to create a basic blank html page
<ul>
<li>Type the following into a text editor and Save As &#8220;basic.html&#8221; (without the quotes):</li>
<li>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"/&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Untitled 1&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
</li>
</ul>
</li>
</ul>
<p>This text represents a basic web page with a DOCTYPE identifier (which identifies the page to a browser), head and body tags.</p>
<ul>
<li>Create our folder structure
<ul>
<li>Create a new folder within the directory of your choice with a descriptive title such as &#8220;css_exercise1&#8243;</li>
<li>Create a new folder inside &#8220;css_exercise1&#8243; and name it &#8220;buttons&#8221;</li>
<li>Save the basic page as &#8220;rollovers01.html&#8221; in &#8220;css_exercise1&#8243;, each without the quotes</li>
</ul>
</li>
</ul>
<ul>
<li>Get our images
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_up.gif"><img class="alignnone size-medium wp-image-17" src="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_up.gif?w=120&#038;h=30" alt="" width="120" height="30" /></a></li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_over.gif"><img class="alignnone size-medium wp-image-16" src="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_over.gif?w=120&#038;h=30" alt="" width="120" height="30" /></a></li>
<li>Right-click the above images and choose &#8220;Save Image As&#8221; from your browser. Internet Explorer might not preserve the original titles and file format (perhaps if you are not in Administrator mode). If that is the case then save the top button as <kbd>button_pf_uf.gif</kbd> and the bottom button as <kbd>button_pf_over.gif</kbd></li>
<li>Save these images in the &#8220;buttons&#8221; folder</li>
</ul>
</li>
</ul>
<ul>
<li>The next step is to create a separate style sheet file
<ul>
<li>Open a new window in your text editor (for Notepad, open the program          a second time by double-clicking it&#8217;s icon)</li>
<li>From within &#8220;rollovers01.html&#8221;, type this just below the <kbd>&lt;title&gt;</kbd> tag:<br />
<kbd>&lt;link rel="stylesheet" href="navbar.css"&gt;</kbd><br />
This creates a link to a style sheet we have not yet created<kbd></kbd></li>
<li>Create a new file and save as &#8220;navbar.css&#8221; in &#8220;css_exercise1&#8243; without the quotes. This will be the css file that we will format our links list from</li>
</ul>
</li>
</ul>
<ul>
<li>Link One</li>
<li>Link Two</li>
<li>Link Three</li>
<li>Link Four</li>
<li>Link Five</li>
<li>Link Six</li>
</ul>
<ul>
<li>Now we can create our list in the html page as shown above
<ul>
<li>In &#8220;rollovers01.html&#8221;, type an unordered list just like this one</li>
<li>The html for this looks like this:</li>
<li>
<pre>&lt;ul&gt;
 &lt;li&gt;Link One&lt;/li&gt;
 &lt;li&gt;Link Two&lt;/li&gt;
 &lt;li&gt;Link Three&lt;/li&gt;
 &lt;li&gt;Link Four&lt;/li&gt;
 &lt;li&gt;Link Five&lt;/li&gt;
 &lt;li&gt;Link Six&lt;/li&gt;
&lt;/ul&gt;</pre>
</li>
<li>Save the file &#8220;rollovers01.html&#8221;</li>
</ul>
</li>
</ul>
<ul>
<li>Now, we will add actual links, empty links and wrap them in a <kbd>div</kbd> tag, which we will need later. A <kbd>div</kbd> tag groups all of the links into one contained area, where we can apply all of the style sheet&#8217;s style rules to the list at one time
<ul>
<li>Type in the following changes:</li>
<li>
<pre><strong>&lt;div&gt;</strong>
&lt;ul&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link One<strong>&lt;/a&gt;</strong>&lt;/li&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link Two<strong>&lt;/a&gt;</strong>&lt;/li&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link Three<strong>&lt;/a&gt;</strong>&lt;/li&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link Four<strong>&lt;/a&gt;</strong>&lt;/li&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link Five<strong>&lt;/a&gt;</strong>&lt;/li&gt;
 &lt;li&gt;<strong>&lt;a href="#"&gt;</strong>Link Six<strong>&lt;/a&gt;</strong>&lt;/li&gt;
&lt;/ul&gt;
<strong>&lt;/div&gt;</strong></pre>
</li>
<li>Your links list should now look like the list below (ignore this page&#8217;s style sheet for now)</li>
<li>And that is all the work that needs to be done for the &#8220;rollovers01.html&#8221; page outside of minor adjustments. All of the rest will be handled with the style sheet</li>
</ul>
</li>
</ul>
<ul>
<li><a href="#">Link One</a></li>
<li><a href="#">Link Two</a></li>
<li><a href="#">Link Three</a></li>
<li><a href="#">Link Four</a></li>
<li><a href="#">Link Five</a></li>
<li><a href="#">Link Six</a></li>
</ul>
<ul>
<li>And now, this should be your links list (I adapted a picture from the original tutorial, as its interactivity cannot be replicated here):<a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen01.jpg"><br />
</a></p>
<ul>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen01.jpg"><img class="alignnone size-medium wp-image-24" src="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen01.jpg?w=90&#038;h=117" alt="" width="90" height="117" /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Let&#8217;s change the formatting of our text, add some color to the background and define a box where our links will fit so the background color does not span the width of the entire page
<ul>
<li>Add a new entry above<kbd> #navlist ul</kbd>:</li>
<li>
<pre><strong>#navlist ul {
list-style-type: none;
}</strong></pre>
</li>
<li>Then add the following to <kbd>#navlist ul</kbd></li>
<li>
<pre>#navlist ul {
list-style-type: none;
<strong>margin: 0;
padding: 0;
font-size: 0.7em;
font-family: Arial, Helvetica, sans-serif;
background-color: #333333;</strong>
}</pre>
</li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen02.gif"><img class="alignnone size-full wp-image-28" src="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen02.gif?w=500" alt=""   /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Now, let&#8217;s loose some more space between each list object
<ul>
<li>Add a new entry of text just below <kbd>#navlist ul</kbd> style rule (after both           the opening and closing curly braces)</li>
<li>Type this in &#8220;navbar.css&#8221;:</li>
<li>
<pre>#navlist li {
margin: 0;
}</pre>
</li>
</ul>
</li>
</ul>
<ul>
<li>Put the links inside a <kbd>block</kbd>, add our images, add padding around
<ul>
<li>And, we can put our text links in a <kbd>block</kbd> display, which will set each link to have space around to allow our images</li>
<li>Add our images using <kbd>background-image:</kbd>, <kbd>background-repeat:</kbd> and <kbd>background-position:</kbd></li>
<li>After adding the images, add padding around the top, bottom and left. After playing around with the spacing to accommodate the designs on the left side of the buttons, I came up with 10px for the top and bottom and 40px on the left</li>
<li>Add a margin to the left side of 20px (to approximately center the buttons)</li>
<li>Add a <kbd>#navlist a</kbd> tag at the bottom of the style sheet as follows:</li>
<li>
<pre>#navlist a {
display: block;
margin-left: 20px;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #333333;
background-image: url(buttons/button_pf_up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}</pre>
</li>
<li>The list as it now should look is shown below:</li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen03.jpg"><img class="alignnone size-full wp-image-31" src="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen03.jpg?w=500" alt=""   /></a></li>
</ul>
</li>
</ul>
<ul>
<li>Create our four rollover states: a:link, a:visited, a:hover and a:active in that order
<ul>
<li>Type the following four lines below the previous entry:</li>
<li>
<pre>#navlist a:link {
color: #FFFFFF;
text-decoration: none;
}

#navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
color: #FFFF00;
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: underline;
background-image: url(buttons/button_pf_over.gif);
}</pre>
</li>
<li>Of special note is the <kbd>a:hover</kbd> tag, where we add in our background image that swaps in when we rollover it</li>
<li>And, the final product is shown below</li>
<li><a href="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg"><img class="alignnone size-full wp-image-32" src="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg?w=500" alt=""   /></a></li>
</ul>
</li>
</ul>
<p>In Microsoft Internet Explorer 6, I viewed the image rollover links list and it leaves gaps between each link box as also explained (toward IE5) in Uberlink CSS Rollovers 2004. There is a fix to this, which I will explain soon in an upcoming tutorial.</p>
<p>And on a final note, these rollovers can use any images you would like to use for a different look. The images used here have a height of 30px and width of 120px. Simply swap in your own images at that size or adjust the padding on the style sheet for a different size image, and change the image filenames if necessary.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jgpwstutorials.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jgpwstutorials.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=35&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2008/08/17/css-rollovers-part-1-buttons-with-images/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_up.gif?w=120" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/button_pf_over.gif?w=120" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen01.jpg?w=90" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen02.gif" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen03.jpg" medium="image" />

		<media:content url="http://jgpwstutorials.files.wordpress.com/2008/08/wp_screen04.jpg" medium="image" />
	</item>
		<item>
		<title>JGPWS Tutorials moves to WordPress</title>
		<link>http://jgpwstutorials.wordpress.com/2008/08/17/jgpws-tutorials-moves-to-wordpress/</link>
		<comments>http://jgpwstutorials.wordpress.com/2008/08/17/jgpws-tutorials-moves-to-wordpress/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 00:01:36 +0000</pubDate>
		<dc:creator>jgpws1414</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://jgpwstutorials.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi All, I used to host Photoshop, CSS, and HTML tutorials at www.jgpws.com/tutorials but as of August 2008 my website was suspended (couldn&#8217;t keep up with the bill; this may change in the future). I thought, &#8220;What would be a good way for me to continue offering tutorials without that worry?&#8221; I decided to move <a href="http://jgpwstutorials.wordpress.com/2008/08/17/jgpws-tutorials-moves-to-wordpress/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=3&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I used to host Photoshop, CSS, and HTML tutorials at <a href="http://www.jgpws.com/tutorials">www.jgpws.com/tutorials</a> but as of August 2008 my website was suspended (couldn&#8217;t keep up with the bill; this may change in the future). I thought, &#8220;What would be a good way for me to continue offering tutorials without that worry?&#8221; I decided to move the tutorials over to a free blog format and start from scratch. After doing my research, I decided on WordPress as the service of choice, as they offer great value for free. This format will also allow for reader feedback, making the tutorials more useful.</p>
<p>There will be Photoshop, CSS and HTML tutorials to begin with. The first tutorial will be &#8220;CSS Rollovers- Part 1- Buttons with Images.&#8221; Enjoy.</p>
<p>Jason Gonzalez</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jgpwstutorials.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jgpwstutorials.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jgpwstutorials.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jgpwstutorials.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jgpwstutorials.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jgpwstutorials.wordpress.com&amp;blog=4529051&amp;post=3&amp;subd=jgpwstutorials&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jgpwstutorials.wordpress.com/2008/08/17/jgpws-tutorials-moves-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/73b98222657e4eaabca7a354187ac522?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jgpws1414</media:title>
		</media:content>
	</item>
	</channel>
</rss>
