<?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>Rob Macs Place &#187; WebDev</title>
	<atom:link href="http://www.robmacsplace.com/category/programming/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robmacsplace.com</link>
	<description>A blog about geek stuff...</description>
	<lastBuildDate>Tue, 09 Mar 2010 03:30:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Convert Fonts to Javascript using Cufon</title>
		<link>http://www.robmacsplace.com/2010/03/03/convert-fonts-to-javascript-using-cufon/</link>
		<comments>http://www.robmacsplace.com/2010/03/03/convert-fonts-to-javascript-using-cufon/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:24:09 +0000</pubDate>
		<dc:creator>rmcilhar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.robmacsplace.com/?p=27</guid>
		<description><![CDATA[Here is a cool tool that will convert any TrueType of Postscript font into a piece of java code so that you can embed that font in your web page without requiring the web page viewer to have the font installed on their computer. Check it out. Its called Cufon
]]></description>
			<content:encoded><![CDATA[<p>Here is a cool tool that will convert any TrueType of Postscript font into a piece of java code so that you can embed that font in your web page without requiring the web page viewer to have the font installed on their computer. Check it out. Its called <a href="http://cufon.shoqolate.com/generate/">Cufon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.robmacsplace.com/2010/03/03/convert-fonts-to-javascript-using-cufon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a Wordpress Theme from Scratch</title>
		<link>http://www.robmacsplace.com/2010/02/28/starting-a-wordpress-theme-from-scratch/</link>
		<comments>http://www.robmacsplace.com/2010/02/28/starting-a-wordpress-theme-from-scratch/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:47:51 +0000</pubDate>
		<dc:creator>rmcilhar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.robmacsplace.com/?p=21</guid>
		<description><![CDATA[Well that&#8217;s it! I did it. I started over from scratch using the notes at Themes Wiki and also using the Wordpress Codex to create a new theme for my blog from scratch. I&#8217;m also tweaking things on the fly in Firefox using the FireBug  plugin to see what values work best. Firebug is [...]]]></description>
			<content:encoded><![CDATA[<p>Well that&#8217;s it! I did it. I started over from scratch using the notes at <a href="http://www.themeswiki.org/Developing_WordPress_Themes">Themes Wiki</a> and also using the <a href="http://codex.wordpress.org/Theme_Development">Wordpress Codex</a> to create a new theme for my blog from scratch. I&#8217;m also tweaking things on the fly in <a href="http://www.mozilla.com/en-US/firefox/personal.html">Firefox</a> using the <a href="http://getfirebug.com/">FireBug </a> plugin to see what values work best. Firebug is really cool. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.robmacsplace.com/2010/02/28/starting-a-wordpress-theme-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agonizing over my Wordpress Theme</title>
		<link>http://www.robmacsplace.com/2010/02/28/agonizing-over-my-wordpress-theme/</link>
		<comments>http://www.robmacsplace.com/2010/02/28/agonizing-over-my-wordpress-theme/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:57:18 +0000</pubDate>
		<dc:creator>rmcilhar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[navigation bar]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.robmacsplace.com/?p=19</guid>
		<description><![CDATA[While its very easy to get a Wordpress site up and running, basic themes just never seem work and look just they way that I want them too. So I started with a simple theme WP-PortalTheme and then began changing it here and there.
Themes Wiki is a great place to learn how to create your [...]]]></description>
			<content:encoded><![CDATA[<p>While its very easy to get a Wordpress site up and running, basic themes just never seem work and look just they way that I want them too. So I started with a simple theme <a href="http://wordpress.org/extend/themes/wp-portaltheme">WP-PortalTheme</a> and then began changing it here and there.</p>
<p><a href="http://www.themeswiki.org/Developing_WordPress_Themes">Themes Wiki</a> is a great place to learn how to create your own theme from scratch.</p>
<p>The navigation bar came from this awesome site:<a href="http://www.sohtanaka.com/web-design/horizontal-sub-nav-with-css-jquery/">Sohtanaka.com: Horizontal-sub-nav-with-css-jquery/</a></p>
<p>I found that site by following the links form here:<a href="http://www.webstockbox.com/css/50-cool-css-menus-free-source-codes-tutorials/">WebStockBox: 50-cool-css-menus-free-source-codes-tutorials/</a></p>
<p>In the end I may just give up and hire a designer, but while I&#8217;m tinkering with it its pretty fun. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.robmacsplace.com/2010/02/28/agonizing-over-my-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

