<?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>zy.sg personal.portfolio. &#187; Web Development</title>
	<atom:link href="http://www.zy.sg/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zy.sg</link>
	<description>Personal Website of Melvin Lee (zy)</description>
	<lastBuildDate>Tue, 04 May 2010 14:39:45 +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>A Quick Update</title>
		<link>http://www.zy.sg/03/a-quick-update/</link>
		<comments>http://www.zy.sg/03/a-quick-update/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 16:08:50 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.zy.sg/03/a-quick-update/</guid>
		<description><![CDATA[Just posting a quick one here to let everyone know that I’m still alive.  
I’ve been pretty busy lately as for the past few months, with a never-ending truckload of work thrown at me everyday. Nevertheless, it’s kind of interesting, and frustrating at the same time.
I’ve managed to squeeze some time to work on [...]]]></description>
			<content:encoded><![CDATA[<p>Just posting a quick one here to let everyone know that I’m still alive. <img src='http://www.zy.sg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I’ve been pretty busy lately as for the past few months, with a never-ending truckload of work thrown at me everyday. Nevertheless, it’s kind of interesting, and frustrating at the same time.</p>
<p>I’ve managed to squeeze some time to work on Arras Theme, which has been updated to 1.4 with many new features targeted for WordPress 2.9. Do check it out <a href="http://www.arrastheme.com/">here</a>.</p>
<p>Once the theme is almost bug-free, it’s time to move on and work on a new project. Maybe a new WordPress theme?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/03/a-quick-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Buffet Framework &#8211; Adding Minify</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/</link>
		<comments>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:50:46 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[buffet]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[minify]]></category>

		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/</guid>
		<description><![CDATA[While we wait for Arras Theme 1.3.0 to get approved and posted up into the WordPress themes directory, let’s shift the focus back to the Buffet Framework.
I have been actively developing the framework, pushing in new ideas and finding simple approaches to make theme development much easier. If you have actually explored the repository up [...]]]></description>
			<content:encoded><![CDATA[<p>While we wait for Arras Theme 1.3.0 to get approved and posted up into the <a href="http://www.wordpress.org/" target="_blank">WordPress</a> themes directory, let’s shift the focus back to the Buffet Framework.</p>
<p>I have been actively developing the framework, pushing in new ideas and finding simple approaches to make theme development much easier. If you have actually explored the repository up at Google Code, you would have noticed some additions into the framework.</p>
<h3>Minify Support</h3>
<p>One of the main features that I have been trying is to add support for <a href="http://code.google.com/p/minify/" target="_blank">Minify</a>, which allows you to combine, minify and cache your CSS and JS files. WordPress actually has an internal caching feature for their CSS and JS files that will be implemented in 2.8, but it will only be used in admin. So to provide support for this app, the theme developer would probably have to do the following things:</p>
<ul>
<li>Define the path Minify is installed, with their own configuration. </li>
<li>Use <code>wp_enqueue_script</code> to add their own JS files instead of echoing out the HTML tags like you would normally do. </li>
<li>Use a special framework function <code>bf_add_stylesheet</code> to include your stylesheet instead of using <code>@import</code> or the <code>&lt;link&gt;</code> tag. </li>
</ul>
<p>As long as the path to the installation path is defined, the framework will kick in and add an option into the admin to allow theme users to enable or disable the feature. An additional option will also appear to allow the users to delete the cache should they change anything in their CSS and JS files.</p>
<p>This feature should appear in the 0.6 stable release of the framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/05/the-buffet-framework-adding-minify/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Arras Theme: Pulling the Plug for Paid Support</title>
		<link>http://www.zy.sg/05/arras-theme-pulling-the-plug-for-paid-support/</link>
		<comments>http://www.zy.sg/05/arras-theme-pulling-the-plug-for-paid-support/#comments</comments>
		<pubDate>Mon, 11 May 2009 14:49:50 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[arras]]></category>
		<category><![CDATA[freemium]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.zy.sg/arras-theme-pulling-the-plug-for-paid-support/</guid>
		<description><![CDATA[For the past few weeks I have been thinking about the future for Arras Theme, my first WordPress premium theme. As I might not be able to provide any support for the theme towards the end of July, I have been thinking of solutions on how to keep the theme available and updated.
Let’s just be [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks I have been thinking about the future for Arras Theme, my first <a href="http://www.wordpress.org/" target="_blank">WordPress</a> premium theme. As I might not be able to provide any support for the theme towards the end of July, I have been thinking of solutions on how to keep the theme available and updated.</p>
<p>Let’s just be honest, the theme does not make as much revenue compared to other premium theme forerunners such as WooThemes and StudioPress. So hiring someone to do the job for support, in my opinion, might not be feasible (when I mean hiring someone he/she must know what he is doing).</p>
<p>Another thing is that I have joined the <a href="http://www.wpsynergy.org/" target="_blank">WPSynergy</a> (formerly WPGorilla) team, where we aim to create great free premium themes for everyone to use. The GPL, and the idea of free software really influenced me a lot into making a decision for this theme.</p>
<p>Hence, I have decided to end commercial support for this theme. If you have purchased any theme packages offered either here or the official website, commerical support will end at <strong>June 31, 2009</strong>. That leaves you about a month and a half to spam all your support requests to me.</p>
<h3>Wait! Does that Mean it’s the End?</h3>
<p>Nope, this does not mean that it is the end of the theme. I will still provide updates and support whenever I can via forums, email or IM (you can try spamming me every night like most customers do, it might work <img src='http://www.zy.sg/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ).</p>
<p>When I am writing this post, the major update 1.3.0 is completed and ready for release. I will try to upload the theme to the WordPress themes directory, which means getting updates will be way easier now.</p>
<p>What it also means, is that Arras Theme is going to be a free-mium WordPress theme. IMO, this works better. More bugs will be found, more ideas can be thrown around, it would greatly benefit the theme.</p>
<h3></h3>
<h3>What’s Going to Happen in the Next Few Days?</h3>
<p>Just to summarize what I have been crapping about:</p>
<ul>
<li>Commerical Support will end at <strong>June 31, 2009</strong></li>
<li><font face="Lucida Sans">Support Forums will be revamped and opened up to everyone (into Community Forums)</font></li>
<li><font face="Lucida Sans">Arras Theme 1.3.0 will be available via WordPress themes directory (needs approval)</font></li>
<li><font face="Lucida Sans">I get no income via Arras Theme (that means if you like it, start donating!)</font>&#160;</li>
</ul>
<p>I hope I did not drop a bombshell here…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/05/arras-theme-pulling-the-plug-for-paid-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Theme&#8230;Take Six!</title>
		<link>http://www.zy.sg/05/new-theme-take-six/</link>
		<comments>http://www.zy.sg/05/new-theme-take-six/#comments</comments>
		<pubDate>Fri, 01 May 2009 18:01:39 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[buffet]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[framework]]></category>

		<guid isPermaLink="false">http://www.zy.sg/?p=536</guid>
		<description><![CDATA[Finally done up a unique blog design for this website. I intended to continue working on the design aspect of this theme but I accidentally deleted the PSD file.  
The portfolio page is still being worked on. I have my works thrown all over hard drives and portable devices, so it will take me [...]]]></description>
			<content:encoded><![CDATA[<p>Finally done up a unique blog design for this website. I intended to continue working on the design aspect of this theme but I accidentally deleted the PSD file. <img src='http://www.zy.sg/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>The portfolio page is still being worked on. I have my works thrown all over hard drives and portable devices, so it will take me a while to consolidate them.</p>
<p>This theme, by the way, is created with the Buffet Framework as the parent theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/05/new-theme-take-six/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Twitter Background PSD Template</title>
		<link>http://www.zy.sg/04/twitter-background-psd-template/</link>
		<comments>http://www.zy.sg/04/twitter-background-psd-template/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 11:39:12 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.zy.sg/?p=452</guid>
		<description><![CDATA[Just yesterday, I was trying to come up with a new background for my Twitter profile. Eventually, I decided to create a background template for myself.]]></description>
			<content:encoded><![CDATA[<p>Just yesterday, I was trying to come up with a new background for my Twitter profile. As usual, when I start on working something, I always start looking for some templates or frameworks to work over it, to save as much time as possible. Eventually, I decided to create a background template for myself:</p>
<p style="text-align: center;"><a href="http://www.zy.sg/wp-content/uploads/2009/04/twittertemplate.png"><img class="aligncenter" title="Preview of Twitter Template" src="http://www.zy.sg/wp-content/uploads/2009/04/twittertemplate-thumb.png" alt="Preview of Twitter Template" width="600" height="339" /></a></p>
<p>Basically, everything is been created from scratch, which means you can edit the background, sidebar, the text and almost everything (except the logo and the RSS feed icon).</p>
<p><a href="http://www.zy.sg/wp-content/uploads/2009/04/layers.png"><img class="alignleft" style="margin-bottom: 2em" title="Photoshop Layers" src="http://www.zy.sg/wp-content/uploads/2009/04/layers-thumb.png" alt="Photoshop Layers" width="236" height="287" align="left" /></a></p>
<p>The layers have been named and organized into folders, mainly the two: editable and non-editable. The layers in the editable folder are the ones which Twitter allows you to change (sidebar borders, link text).</p>
<h3>Download the psd file</h3>
<p>You can download the PSD file here:    <a title="http://www.zy.sg/download/twitter_bg_template.psd" href="http://www.zy.sg/download/twitter_bg_template.psd"><strong>Download</strong></a></p>
<p>(I created this using Photoshop CS4, but I’m not sure whether this will work well on previous versions)</p>
<p>If you have created a twitter background using this template. Be sure to tweet about it to me (<a title="Twitter Profile" href="http://www.twitter.com/zyml/" target="_blank">@zyml</a>)!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/04/twitter-background-psd-template/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CSS Naked Day!</title>
		<link>http://www.zy.sg/04/css-naked-day/</link>
		<comments>http://www.zy.sg/04/css-naked-day/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 10:31:43 +0000</pubDate>
		<dc:creator>zy</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[naked]]></category>

		<guid isPermaLink="false">http://www.zy.sg/css-naked-day/</guid>
		<description><![CDATA[In case you are wondering what happened to the site's design, or rather why many sites do not have their stylesheets on: it's CSS Naked Day!]]></description>
			<content:encoded><![CDATA[<p>In case you are wondering what happened to the site&#8217;s design, or rather why many sites do not have their stylesheets on: it&#8217;s <a href="http://naked.dustindiaz.com/" target="_blank">CSS Naked Day</a>!</p>
<blockquote><p>
The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and of course, a good &#8216;ol play on words.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.zy.sg/04/css-naked-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
