<?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>Wordpress Theme Designer - Patrick Sy</title>
	<atom:link href="http://www.patricksy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patricksy.com</link>
	<description>High Quality Custom Designed Themes</description>
	<lastBuildDate>Wed, 23 Jun 2010 20:18:29 +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>Wordpress 3.0 is here</title>
		<link>http://www.patricksy.com/wordpress-3-is-here/</link>
		<comments>http://www.patricksy.com/wordpress-3-is-here/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:18:29 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=251</guid>
		<description><![CDATA[I&#8217;ve had the chance to play around with version 3.0 these past couple of days. So far my themes (from version 2.9.2) are working just fine, I have yet to read the change logs from the wordpress.org website -but one noticeable feature, which by the way is another awesome addition to wp, is the new &#8220;Menus&#8220; tab under the Appearance ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the chance to play around with version 3.0 these past couple of days. So far my themes (from version 2.9.2) are working just fine, I have yet to read the change logs from the wordpress.org website -but one noticeable feature, which by the way is another awesome addition to wp, is the new <strong>&#8220;<em>Menus</em>&#8220;</strong> tab under the <em>Appearance</em> menu -which allow users to create their own custom menu from existing wordpress links (pages and categories) or an internal/external link which the user can manually input. When you&#8217;re done customizing your menu, simply go and add it as a widget to your theme, it&#8217;s as simple as that.</p>
<p>Here&#8217;s a screenshot:<br />
<a href="http://www.patricksy.com/wp-content/uploads/screen.gif"><img src="http://www.patricksy.com/wp-content/uploads/screen-1024x675.gif" alt="WordPress 3.0 Menus" title="WordPress 3.0 Menus screenshot" width="600" class="aligncenter size-medium wp-image-253 dropshadow" /></a></p>
<p>I used widget to add the menu on my sidebar, for obvious reasons, my themes currently don&#8217;t support the new <em>Menus</em> function of wordpress -it&#8217;s an awesome function nonetheless, one that I won&#8217;t mind adding on my themes seeing it&#8217;s usefulness.</p>
<p>This is a classic example of wordpress giving its users less reason to touch html codes, way to go WordPress!! I&#8217;m sold as always, although from a design point of view, I liked the default admin color scheme better at 2.9.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/wordpress-3-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>960 Grid System</title>
		<link>http://www.patricksy.com/960-grid-system/</link>
		<comments>http://www.patricksy.com/960-grid-system/#comments</comments>
		<pubDate>Sat, 08 May 2010 15:16:45 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=209</guid>
		<description><![CDATA[Slicing templates from a psd file sure can be a messy job at times, this is specially true if the designer has no background whatsoever to html. One very helpful tool, or rather, system to use in designing web pages is the 960 grid by Nathan Smith. This system&#8217;s principle is simple &#8211; to make use of a highly flexible ...]]></description>
			<content:encoded><![CDATA[<p>Slicing templates from a psd file sure can be a messy job at times, this is specially true if the designer has no background whatsoever to html. One very helpful tool, or rather, system to use in designing web pages is the <a href="http://960.gs/" title="960 grid system">960 grid</a> by Nathan Smith. This system&#8217;s principle is simple &#8211; to make use of a highly flexible width-dimension to layout a page visible to the most common user-screen-resolution; In this case, a 960-pixel base width. </p>
<p><em>Note: demo files available to download from the website</em></p>
<h3><em>Why use 960 ( pixels )</em></h3>
<blockquote><p>All modern monitors support at least 1024 × 768 pixel resolution. 960 is divisible by 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 32, 40, 48, 60, 64, 80, 96, 120, 160, 192, 240, 320 and 480. This makes it a highly flexible base number to work with. </p></blockquote>
<h3><em>Laying it out</em></h3>
<p>This system comes with two variants: a 12 and 16-column layout, one that&#8217;s based on partitions of 60-pixels wide the other 40-pixels wide, respectively, each with a 10-pixel margin on both sides.</p>
<p>Here is a screen-shot of the the 12-column layout:<br />
<a href="http://www.patricksy.com/wp-content/uploads/12-column.jpg"><img class="bordered" src="http://www.patricksy.com/wp-content/uploads/12-column-300x224.jpg" alt="960 grid system 12-column" title="960 grid 12-column" width="300" height="224" class="aligncenter size-medium wp-image-225" /></a></p>
<p>And here is a the 16-column layout in action:<br />
<a href="http://www.patricksy.com/wp-content/uploads/16-column.jpg"><img class="bordered" src="http://www.patricksy.com/wp-content/uploads/16-column-300x259.jpg" alt="960 grid system 16-column" title="960 grid system 16-column" width="300" height="259" class="aligncenter size-medium wp-image-219" /></a></p>
<p>The premise of the system is ideally suited to hasten prototyping, and as with all other systems, may seem confusing and intimidating to use (only) in the beginning, but believe me, it&#8217;s worth the time to learn as it will go a long way when you get used to designing with it.</p>
<h3><em>Verdict</em></h3>
<p>Overall, the 960 grid is truly a systematic approach to slicing up a template -one that has the potential to cut production time in half ( if used correctly, me thinks), take note however, that it is not an all-in-one solution to your css and layout issues but merely a guide to follow. In the end, you may or may not choose to use it, but the important thing to remember about this system is the way it approaches the layout.</p>
<p>You can choose to use any number (apart from 960) that you wish as a base for your width as long as you keep in mind the principle behind the 960 grid system -which by the way is the great thing about it, just remember the concept and you won&#8217;t find yourself limited to a certain number. The important thing is not the mastery of the tool, but the mastery of the concept behind it.</p>
<p>Learn the rules, so you know how to break them -as needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/960-grid-system/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Technicolor</title>
		<link>http://www.patricksy.com/technicolor/</link>
		<comments>http://www.patricksy.com/technicolor/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:47:07 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[Technicolor]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=169</guid>
		<description><![CDATA[Technicolor is a video blog theme for WordPress. It features a video showcase in the home page which is interchangeable via admin panel, it also uses of post thumbnails which is intended to be used as a screenshot / preview for the last two posts. Technicolor also has widget-ready sidebar and footer, fixed on a 2-column spread layout.]]></description>
			<content:encoded><![CDATA[<h3>Introducing Technicolor for Wordpress Theme&#8230;</h3>
<p style="text-align: right;">click on the image for a demo</p>
<p style="text-align: center;"><a rel="prettyPhoto[iframe]" href="http://www.patricksy.com/demo/?wptheme=Technicolor?iframe=true&amp;width=100%&amp;height=100%"><img class="aligncenter size-full wp-image-170 dropshadow" title="Technicolor Wordpress Theme" src="http://www.patricksy.com/wp-content/uploads/technicolor.jpg" alt="Technicolor Wordpress Theme" width="584" height="254" /></a></p>
<h3>Description:</h3>
<p>Technicolor is a video blog theme for WordPress. It features a video showcase in the home page which is interchangeable via admin panel, it also uses of post thumbnails which is intended to be used as a screenshot / preview for the last two posts. Technicolor also makes use of the &#8220;once&#8221; icon pack, a cool set made by Delacro. The theme as always is widget-ready with replaceable sidebar and footer content, fixed on a 2-column spread layout.</p>
<h4><a href="http://www.patricksy.com/download/themes/technicolor.zip">Download</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/technicolor/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>To div or not to div</title>
		<link>http://www.patricksy.com/to-div-or-not-to-div/</link>
		<comments>http://www.patricksy.com/to-div-or-not-to-div/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 19:23:02 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=191</guid>
		<description><![CDATA[When I was learning web design back in the day, using tables was common practice. Sure there was this thing called Cascading Style Sheets(CSS) but it was definitely easier to design using tables, and inline styles. That was until xhtml became popular and we designers had to say bye bye to good ol&#8217; html.
Come to think of it, we just ...]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-204 alignleft" title="this is the new table" src="http://www.patricksy.com/wp-content/uploads/new-table.jpg" alt="this is the new table" width="246" height="203" />When I was learning web design back in the day, using tables was common practice. Sure there was this thing called Cascading Style Sheets(CSS) but it was definitely easier to design using tables, and inline styles. That was until <strong>xhtml</strong> became popular and we designers had to say bye bye to good ol&#8217; html.</p>
<p>Come to think of it, we just added the letter <strong>&#8220;x&#8221;</strong> to <em>html</em> and all of a sudden, my table founded layouts became deprecated and using divs and CSS suddenly became a must (the &#8216;x&#8217; by the way stands for extensible). I even recall using divs only when I wanted to simulate an iframe effect within my layouts, but now, entire websites are built on it, it&#8217;s really funny how one letter could affect so many things in the world wide web (kind of makes you wish it&#8217;s the same with life eh?).</p>
<p>So, why and why not use div?<br />
Here is my <em>personal</em> opinion:</p>
<ol>
<li>it&#8217;s spider friendly &#8211; web crawlers, not the creepy ones</li>
<li>it&#8217;s css friendly &#8211; it does not encourage use of inline styles like tables</li>
<li>it&#8217;s easier to maintain &#8211; if all my styles are in one place and not all over the page</li>
<li>it&#8217;s more human to read &#8211; allows for a more readable markup (developers love this)</li>
</ol>
<p>why not:</p>
<ol>
<li>the learning curve is steeper than that of learning tables</li>
<li>need to have a good grasp of css</li>
<li>some styles look weird in a wysiwyg editor but display correctly in browsers</li>
<li>cross browser compatibility with css can be a real pain</li>
</ol>
<p>There are actually a ton of reasons why and why not, but then again, it all boils down to the current standards of the web &#8211; which says &lt; tables&gt; are out and divs are in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/to-div-or-not-to-div/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cameo</title>
		<link>http://www.patricksy.com/cameo/</link>
		<comments>http://www.patricksy.com/cameo/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 14:13:26 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Cameo]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=144</guid>
		<description><![CDATA[Cameo plays elegantly with elements of light and shadow in order to give more emphasis on images. The theme comes with Featured image and thumbnailed latest posts displayed in the main page, Cameo is the perfect WordPress theme for your photo blog. Cameo also features widget-ready sidebar and footer on a fixed 2-column spread as well as an ajax-integrated drop-down page submenu.]]></description>
			<content:encoded><![CDATA[<h3>Introducing Cameo for Wordpress Theme&#8230;</h3>
<p style="text-align: right;">click on the image for a demo</p>
<p style="text-align: center;"><a rel="prettyPhoto[iframe]" href="http://www.patricksy.com/demo/?wptheme=Cameo?iframe=true&amp;width=100%&amp;height=100%"><img class="aligncenter size-full wp-image-143 dropshadow" title="cameo" src="http://www.patricksy.com/wp-content/uploads/cameo.jpg" alt="cameo wordpress theme" width="584" height="254" /></a></p>
<h3>Description:</h3>
<p>Cameo plays elegantly with elements of light and shadow in order to give more emphasis on images. The theme comes with Featured image and thumbnailed latest posts displayed in the main page, Cameo is the perfect WordPress theme for your photo blog. Cameo also features widget-ready sidebar and footer on a fixed 2-column spread as well as an ajax-integrated drop-down page submenu.</p>
<h3>Wiki:</h3>
<p>A Wiki might help understand what the theme is all about&#8230;<br />
<strong>Cameo lighting</strong> in film is a spotlight that accentuates a single person in a scene. It creates an &#8216;angelic&#8217; shot, such as one where God is shining down and a light shines down onto this person.</p>
<p>Cameo lighting derives its name from the art form in which a light relief figure is set against a darker background. It is often achieved by using barn-doored spotlights. It helps focus on the subject and not its environment.</p>
<p>source: <a href="http://en.wikipedia.org/wiki/Cameo_lighting" title="wiki:Cameo">wikipedia</a></p>
<p>My first attempt at a photo blog theme for wordpress. Cameo, definitely has its cons especially when used as a blogging tool, since it intentionally drowns out the text in the dark to leave the images afloat. If this becomes too much of a concern, feel free to edit the css to change font colors manually; I tried to make it so that users won&#8217;t have to edit too much to change font colors, hope it helps. Currently I&#8217;m thinking of having an admin panel that would allow changing textual color schemes within the template &#8211; no release date in mind though&#8230; in the near future perhaps <img src='http://www.patricksy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h4><a href="http://www.patricksy.com/download/themes/cameo.zip">Download</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/cameo/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Does your page validate?</title>
		<link>http://www.patricksy.com/does-your-page-validate/</link>
		<comments>http://www.patricksy.com/does-your-page-validate/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:13:52 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=109</guid>
		<description><![CDATA[According to wikipedia : validation is the process of checking if something satisfies a certain criterion; In computer science, data validation is the process of ensuring that a program operates on clean, correct and useful data.

A regular user may not be aware of this but in the world of web design (or the world wide web to be more particular), ...]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://en.wikipedia.org/wiki/Validation">wikipedia</a> : <strong><em>validation</em></strong> is the process of checking if something satisfies a certain criterion; In computer science, <strong><em>data validation</em></strong> is the process of ensuring that a program operates on clean, correct and useful data.</p>
<p style="text-align: center;"><a href="http://validator.w3.org/check/referrer" title="valid html"><img class="size-full wp-image-111 aligncenter dropshadow" title="w3c markup validation service" src="http://www.patricksy.com/wp-content/uploads/valid.jpg" alt="w3c markup validation service" width="584" height="254" /></a></p>
<p>A regular user may not be aware of this but in the world of web design (or the world wide web to be more particular), we too have a way of checking if the data from our web pages are clean, correct and that it satisfies certain criteria &#8211; to make a mouthful short, <strong>valid</strong>. <a href="http://validator.w3.org/check?uri=www.patricksy.com&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0">This</a> is a sample link that checks the markup of this website&#8217;s validity from the World Wide Web Consortium (W3C) &#8211; www.w3.org.</p>
<h3>Why do I need to validate my website?</h3>
<p>A client of mine once told me:</p>
<blockquote><p>The validator says my site is not valid, but I see it performing well on my browser, why the heck should I even bother about validation when all I care about is that the information I share through the web can be seen by my target users?</p></blockquote>
<p>To be honest, this is a very good point &#8211; <strong>if you don&#8217;t care about standards at all</strong>. Although this is very bad if your web designer or developer don&#8217;t care as well.</p>
<p>I used to be a non-believer of standard-compliant websites back in the day, I used to have that very same reasoning when designing websites, and I too, could care less about how my website would look like in browsers that I didn&#8217;t want to support. Maybe because I thought it was too hard or too complex to even bother with, maybe I thought I&#8217;d just be wasting my time validating when I should focus more on designing.</p>
<p>Thankfully, somewhere along the way I&#8217;ve forgotten why I didn&#8217;t want to check for validity, probably because I realized that <strong style="font-size:14px;"><em>&#8220;the web isn&#8217;t about me&#8221;</em></strong> and that I am not my target audience and I&#8217;m not publishing this only for myself; Therefore, my website shouldn&#8217;t comply only to my personal standards but to a standard used by the majority, otherwise I should just be writing on a piece of paper and lock it up on some chest never to be seen by anyone and never to be heard from again&#8230;</p>
<div class="more"><a href="#" title="go up" class="button top"></a></div>
<p>I have a few answers to the question why we need to validate our websites, the first is because</p>
<h5>1. The World Wide Web is for everybody</h5>
<p>The only problem with the word <strong><em>&#8220;everybody&#8221;</em></strong> is that it&#8217;s far too many. It&#8217;s literally impossible to please everyone not to mention the world ( otherwise there wouldn&#8217;t be war or arguments and all we&#8217;ll see in this planet are pretty little butterflies flying around&#8230; ). Different users have different specifications, different machines, different operating systems, different browsers&#8230; whew, too many differences, you get the point&#8230;</p>
<h6>Just how do we make the web accessible to everybody???</h6>
<p>Luckily, we can ( well, maybe <em>not exactly</em> for everybody but at least for the vast majority ), by simply following a certain set of standards, and this is where your <strong><em>VALID HTML</em></strong> website comes to play.</p>
<h5>2. <em>Never</em> dictate your target users what they should or should not use</h5>
<p>As the saying goes: <strong><em>&#8220;The customer is always right.&#8221;</em></strong> And if you&#8217;re a web publisher, your customers are your readers. You don&#8217;t tell them that they should only use Internet Explorer 6 to view your website because it won&#8217;t work on a different version or browser, because if you do, you&#8217;ve already trimmed down your possible readers ( unless that is of course your intention ).</p>
<p>Lastly, and dare I say: Most importantly&#8230;</p>
<h5>3. Google is god of the World-Wide-Web and Google plays by Standards</h5>
<p><strong><em>&#8220;Doesn&#8217;t sound like an answer to the question?&#8221;</em></strong></p>
<p>Let me try and expound that statement&#8230;</p>
<p>Web crawlers ( like that of Google&#8217;s ), unlike people, read your content line by line, code by code, and if you make it hard for crawlers to understand what you&#8217;re trying to say, then it just might as well ignore you. Believe me, you wouldn&#8217;t want the god of the world-wide-web ignoring your world-wide-website&#8230;</p>
<p>So to make a long story short, if you&#8217;re a web publisher, <strong><em>it&#8217;s always best to just give Google what it wants</em></strong>.</p>
<p>If that isn&#8217;t reason enough for you, that&#8217;s quite alright, I&#8217;m not gonna try and force anyone to abide by the standards anyway <img src='http://www.patricksy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/does-your-page-validate/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Coffee</title>
		<link>http://www.patricksy.com/coffee/</link>
		<comments>http://www.patricksy.com/coffee/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:58:40 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=35</guid>
		<description><![CDATA[Coffee-themed wordpress template. Predominantly with gradients of brown as well as shades of black. The current version of this theme (v1.0.1) has a massive widget compartment, including thumbnailed latest posts and a built-in contact form without the need to download wordpress plugins, both optional and can be replaced via widgets. Layout is a fixed-width 2-column/3-column spread...
]]></description>
			<content:encoded><![CDATA[<h3>Introducing Coffee for Wordpress Theme&#8230;</h3>
<p style="text-align: right;">click on the image for a demo</p>
<p style="text-align: center;"><a href="http://www.patricksy.com/demo/?wptheme=Coffee?iframe=true&amp;width=100%&amp;height=100%" rel="prettyPhoto[iframe]"><img class="size-full wp-image-36 aligncenter dropshadow" title="Coffee" src="http://www.patricksy.com/wp-content/uploads/Coffee.jpg" alt="Coffee Theme for Wordpress" width="584" height="254" /></a></p>
<h3>Why name it Coffee?</h3>
<p>- I know, I know, it&#8217;s pretty lame&#8230;<br />
Because aside from the color, it reminds me of how much sleepless nights <em>(and gallons of coffee)</em> it took me to develop this theme from scratch, pixel by pixel until it finally reached the point of what it is now.</p>
<h3>Description:</h3>
<p>Coffee-themed wordpress template. Predominantly with gradients of brown as well as shades of black. The current version of this theme (v1.0.1) has a massive widget compartment, including thumbnailed latest posts and a built-in contact form without the need to download wordpress plugins, both optional and can be replaced via widgets. Layout is a fixed-width 2-column/3-column spread. Ajax-integrated sliding header with highlighted content and drop-down page submenus.</p>
<p>Simple, elegant and functional are words kept in mind while designing this theme, hopefully I succeeded now that it&#8217;s done. I plan to release a trimmed-down version of this theme under the GPL license (meaning it&#8217;s free for public download &#8211; yey!) soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/coffee/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Pasture</title>
		<link>http://www.patricksy.com/pasture/</link>
		<comments>http://www.patricksy.com/pasture/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 15:45:15 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Pasture]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.patricksy.com/?p=1</guid>
		<description><![CDATA[Pasture is an environmental-inspired wordpress theme using gradients of black and green as the main color scheme. Widget-ready sidebar and footer on a fixed 2-column spread, with the addition of Ajax-integrated drop-down page submenus.]]></description>
			<content:encoded><![CDATA[<h3>Introducing Pasture for Wordpress Theme&#8230;</h3>
<p style="text-align: right;">click on the image for a demo</p>
<p style="text-align: center;"><a rel="prettyPhoto[iframe]" href="http://www.patricksy.com/demo/?wptheme=Pasture?iframe=true&amp;width=100%&amp;height=100%"><img class="aligncenter size-full wp-image-18 dropshadow" title="pasture for wordpress theme" src="http://www.patricksy.com/wp-content/uploads/pasture.jpg" alt="pasture for wordpress theme" width="584" height="254" /></a></p>
<h3>Description:</h3>
<p>Pasture is an environmental-inspired wordpress theme using gradients of black and green as the main color scheme. Widget-ready sidebar and footer on a fixed 2-column spread, with the addition of Ajax-integrated drop-down page submenus.</p>
<p>Pasture is my first official public release theme. I&#8217;ve been meaning to make one since a year ago as I&#8217;ve had my shot at editing wordpress themes even before the wordpress 2.5 release ( if I&#8217;m not mistaken ). Never did quite found the time though, too bad for me&#8230; Anyway, Pasture is here and I hope you guys like my first theme.</p>
<p>Thanks and Enjoy!</p>
<h4><a href="http://www.patricksy.com/download/themes/pasture.zip">Download</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.patricksy.com/pasture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

