<?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>Jacob Schulke&#187; Web Code</title>
	<atom:link href="http://www.j12media.com/category/web-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j12media.com</link>
	<description>The website of Jacob Schulke Web Designer</description>
	<lastBuildDate>Mon, 25 Jul 2011 17:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Green Lantern CSS logo - Pure CSS HTML</title>
		<link>http://www.j12media.com/green-lantern-pure-css-html/</link>
		<comments>http://www.j12media.com/green-lantern-pure-css-html/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 03:50:00 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.j12media.com/?p=217</guid>
		<description><![CDATA[Inspired by Pure CSS Shapes: Triangles, Delicious Logo, and Hearts and with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-218 alignright" title="CSS HTML Green Latern Logo" src="http://www.j12media.com/wp-content/uploads/2010/03/gl_ccs-300x300.jpg" alt="" width="300" height="300" /></p>
<p>Inspired by <a title="Link to Pure CSS Shapes: Triangles,  Delicious Logo, and Hearts" rel="bookmark" href="http://www.russellheimlich.com/blog/pure-css-shapes-triangles-delicious-logo-and-hearts/">Pure CSS Shapes: Triangles, Delicious Logo,  and Hearts</a> and with <a href="http://freecomicbookday.com/">Free Comic Book Day</a> coming up I created a <a href="http://j12media.com/gl-css/">Green Lantern logo</a> using CSS, HTML and no images. Only works in Fire Fox. I created a new version, now works in FF, Opera and Webkit.</p>
<p><a class="button" href="http://j12media.com/gl-css/">V1 Demo</a></p>
<p><a class="button" href="http://www.j12media.com/gl-css/gl-v2.html">V2 Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/green-lantern-pure-css-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple bits - CSS ascii art</title>
		<link>http://www.j12media.com/simple-bits/</link>
		<comments>http://www.j12media.com/simple-bits/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:33:28 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[ascii art]]></category>

		<guid isPermaLink="false">http://www.j12media.com/?p=182</guid>
		<description><![CDATA[Simple Bits has some fun ascii art in the their css]]></description>
			<content:encoded><![CDATA[<p><a rel="lightbox" href="http://www.j12media.com/wp-content/uploads/2010/01/simple-bits-css-code.png"><img class="alignnone size-full wp-image-183" title="simple-bits-css-code-post" src="http://www.j12media.com/wp-content/uploads/2010/01/simple-bits-css-code-post.png" alt="" /></a></p>
<p><a href="http://simplebits.com/">Simple Bits</a> has some fun ascii art in the their <a href="http://simplebits.com/css/screen-012010.css">css</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/simple-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Border-radius CSS3 - Reference table</title>
		<link>http://www.j12media.com/border-radius-css3/</link>
		<comments>http://www.j12media.com/border-radius-css3/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 04:52:08 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://blog.j12media.com/?p=43</guid>
		<description><![CDATA[CSS 3]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<th>CSS3 (not yet finalised)</th>
<th>Mozilla equivalent</th>
<th>WebKit equivalent</th>
</tr>
<tr>
<td>border-top-right-radius</td>
<td>-moz-<em>border-radius</em>-topright</td>
<td>-webkit-border-top-right-radius</td>
</tr>
<tr>
<td>border-bottom-right-radius</td>
<td>-moz-<em>border-radius</em>-bottomright</td>
<td>-webkit-border-bottom-right-radius</td>
</tr>
<tr>
<td>border-bottom-left-radius</td>
<td>-moz-<em>border-radius</em>-bottomleft</td>
<td>-webkit-border-bottom-left-radius</td>
</tr>
<tr>
<td>border-top-left-radius</td>
<td>-moz-<em>border-radius</em>-topleft</td>
<td>-webkit-border-top-left-radius</td>
</tr>
<tr>
<td><em>border-radius</em></td>
<td>-moz-<em>border-radius</em></td>
<td>-webkit-<em>border-radius</em></td>
</tr>
</tbody>
</table>
<p>Detail article regarding this at <a href="http://www.the-art-of-web.com/css/border-radius/" target="_blank">the-art-of-web.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/border-radius-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Space 150 code - ascii art</title>
		<link>http://www.j12media.com/space-150-code/</link>
		<comments>http://www.j12media.com/space-150-code/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:44:37 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[ascii art]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://blog.j12media.com/?p=28</guid>
		<description><![CDATA[Take a look at Space15o view source screen shot of space 15o&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Take a look at <a href="http://www.space150.com" target="_blank">Space15o</a> view source</p>
<p style="text-align: center;"><a title="Space 150 code" rel="lightbox" href="http://www.j12media.com/wp-content/uploads/2009/08/space150-code.gif"><img class="aligncenter size-full wp-image-49" title="150-code-skew" src="http://www.j12media.com/wp-content/uploads/2009/09/150-code-skew.png" alt="150-code-skew" /></a></p>
<p>screen shot of space 15o&#8217;s code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j12media.com/space-150-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

