<?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>Essencious &#187; Essencious.org</title>
	<atom:link href="http://essencious.org/category/essenciousorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://essencious.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:05:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A new layout</title>
		<link>http://essencious.org/2011/10/a-new-layout/</link>
		<comments>http://essencious.org/2011/10/a-new-layout/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 13:15:34 +0000</pubDate>
		<dc:creator>Krystal</dc:creator>
				<category><![CDATA[Essencious.org]]></category>

		<guid isPermaLink="false">http://essencious.org/?p=2232</guid>
		<description><![CDATA[Yes that&#8217;s right, a new layout *finally after a year*. I just never got round to design and building a new layout. I just didn&#8217;t have any inspiration or time [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Yes that&#8217;s right, a new layout</strong> *finally after a year*.</p>
<p>I just never got round to design and building a new layout. I just didn&#8217;t have any inspiration or time really. I really liked my previous layout so didn&#8217;t want to take it down for a long time.</p>
<p>This layout is to promote the new structure to my blog. As you can see there&#8217;s a set of navigation above which are the categories I will be posting in most. I want to write more topic specific entries as well as everyday things. I really would like readers to be actively commenting on post from those categories.</p>
<p>I will return all comments from any category so feel free to browser around in the future.</p>
<p>Likely that I&#8217;ll be amending the layout and fixing bugs here and there in the next few days. Let you know what you think and let me know of any errors or improvements.</p>
<p style="text-align: center;"><a href="http://essencious.org/wp-content/uploads/2011/10/version_5.jpg"><img class="size-medium wp-image-2237 aligncenter" title="Version 5" src="http://essencious.org/wp-content/uploads/2011/10/version_5-201x300.jpg" alt="" width="201" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://essencious.org/2011/10/a-new-layout/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Optimisation &amp; Validation</title>
		<link>http://essencious.org/2011/01/optimisation-validation/</link>
		<comments>http://essencious.org/2011/01/optimisation-validation/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 18:56:04 +0000</pubDate>
		<dc:creator>Krystal</dc:creator>
				<category><![CDATA[Essencious.org]]></category>

		<guid isPermaLink="false">http://essencious.org/?p=926</guid>
		<description><![CDATA[I took a few minutes today to optimise this website and attempted to valid it. My theme code is all valid however one of the plugin is causing it to [...]]]></description>
			<content:encoded><![CDATA[<p>I took a few minutes today to optimise this website and attempted to valid it. My theme code is all valid however one of the plugin is causing it to be invalid. The Sitemeter code is also causing it to be invalid. It&#8217;s so annoying when plugins don&#8217;t produce valid code. Usually I would amend the plugin&#8217;s code to make it valid however this time I don&#8217;t even understand the error <img src='http://essencious.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I&#8217;ve given up for now, I will attempt to do it again later.</p>
<p>I optimised this site by doing the following three things:</p>
<p><strong>Resize file size of images</strong></p>
<p>Most people these days do have fast internet so loading web pages with a few images aren&#8217;t really a problem anymore. However it is always good to reduce the loading time as much as possible especially for those that are viewing websites via their 3G mobile phones.</p>
<p>You can reduce the file size of your images while keeping the quality by using &#8220;Save for Web &amp; Device&#8221; rather than &#8220;Save&#8221; or &#8220;Save as&#8221;. There&#8217;s several options you can pick to help you reduce the file size.</p>
<p><a href="http://essencious.org/wp-content/uploads/2011/01/save_for_web.jpg"><img class="aligncenter size-medium wp-image-927" title="Save for Web &amp; Devices" src="http://essencious.org/wp-content/uploads/2011/01/save_for_web-300x218.jpg" alt="" width="300" height="218" /></a></p>
<p><strong>Avoid transparent background if possible</strong></p>
<p>Many web developers love using transparent backgrounds with PNGs however we should avoid that. They are extremely useful however transparent PNGs are not supported in IE6. The transparent part will just appear grey in IE6.</p>
<p>Isn&#8217;t that important if your site is a personal site that would only be viewed by others bloggers (where most of them will be using FireFox, Chrome or latest IE), however it is extremely important if you plan to show your site to recruiters or as part of your portfolio.</p>
<p><strong>One image instead of two for image links</strong></p>
<p>The main links next to the logo (i.e. Home, Owner, Visitor) are images with another image hover state. Originally I had the normal &amp; hover state as two separate images. I made them all into one image and move the <a href="http://www.w3schools.com/css/pr_background-position.asp">background position</a> on the hover state.</p>
<p><a href="http://essencious.org/wp-content/uploads/2011/01/button_home.png"><img class="aligncenter size-full wp-image-928" title="Home button" src="http://essencious.org/wp-content/uploads/2011/01/button_home.png" alt="" width="124" height="29" /></a></p>
<blockquote><p>background-position:62px 0;</p></blockquote>
<p>You must be wondering that difference does that make. On page load, only the images that are visible will be loaded. The hover state version of the links aren&#8217;t visible till you actually hover over the links. The first time you hover over it, it will start to load the image. Which causes a small delay where the link disappears and reappears a few seconds later.</p>
<p>If you have it as one image (e.g. normal &amp; hover state next to each other) then both the states will be loaded on page load.</p>
]]></content:encoded>
			<wfw:commentRss>http://essencious.org/2011/01/optimisation-validation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Sudden inspiration</title>
		<link>http://essencious.org/2010/09/sudden-inspiration/</link>
		<comments>http://essencious.org/2010/09/sudden-inspiration/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 21:34:27 +0000</pubDate>
		<dc:creator>Krystal</dc:creator>
				<category><![CDATA[Essencious.org]]></category>

		<guid isPermaLink="false">http://essencious.org/?p=815</guid>
		<description><![CDATA[Last night I had a sudden urge to create a new layout for my blog. I didn&#8217;t really like my last layout, I just put that together just to change [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I had a sudden urge to create a new layout for my blog. I didn&#8217;t really like my last layout, I just put that together just to change layout.</p>
<p>I downloaded a few new fonts from <a href="http://dafonts.com">dafonts.com</a> and just started messing about with the use of these fonts. I spent many hours last night drawing this out on Photoshop and continued with it this morning.</p>
<p>I&#8217;m using two new fonts that I downloaded call Sansation (Essencious.org part) &#038; Journal (used in the main navigation). You can find them both at <a href="http://dafonts.com">dafonts.com</a> if you want to download them too.</p>
<p>After that, I went ahead with coding it into a WordPress theme. Half way through I wanted to give up and do it another time, but I know that if I leave it I probably won&#8217;t come back to it for ages. With some motivation and will power, I managed to completely finish the layout in just under 24hrs <img src='http://essencious.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;m actually pretty happy with this layout so I&#8217;ll probably stick with it for a while.</p>
<p>I hope I&#8217;ll have sudden inspiration again soon so I&#8217;ll create another pretty layout.</p>
]]></content:encoded>
			<wfw:commentRss>http://essencious.org/2010/09/sudden-inspiration/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>New</title>
		<link>http://essencious.org/2010/09/new/</link>
		<comments>http://essencious.org/2010/09/new/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 17:19:09 +0000</pubDate>
		<dc:creator>Krystal</dc:creator>
				<category><![CDATA[Essencious.org]]></category>

		<guid isPermaLink="false">http://essencious.org/?p=727</guid>
		<description><![CDATA[(I put my previous entry on private because I thought it&#8217;s too depressing, I want to blog about happy things). I have finally put up a new layout. It’s just something [...]]]></description>
			<content:encoded><![CDATA[<p>(I put my previous entry on private because I thought it&#8217;s too depressing, I want to blog about happy things).</p>
<p>I have finally put up a new layout. It’s just something simple I put together while I was bored at work. I’ve always been a big sucker for simple, clean &amp; easy to read layouts.</p>
<p>Another new thing in my life is Windows 7! I&#8217;ve been using Windows Vista for the last year and completely hate it. It&#8217;s so so so slow. Over the weekend I installed Windows 7.</p>
<p>The OS in general is much quicker compare to Vista. However the task bar does need a bit of getting use to and I did find it a little confusing at first. Once you get the hang of it, it&#8217;s pretty sweet.</p>
<p>If you&#8217;re a Vista user, I would really recommend getting Windows 7. Windows 7 is also much cheaper than the previous Window OS. Definitely something worth looking into, especially if your computer running Vista is extremely slow.</p>
<p>Follow me on twitter: <a href="http://twitter.com/essencious">http://twitter.com/essencious</a></p>
]]></content:encoded>
			<wfw:commentRss>http://essencious.org/2010/09/new/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A slow week</title>
		<link>http://essencious.org/2010/07/a-slow-week/</link>
		<comments>http://essencious.org/2010/07/a-slow-week/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 10:34:59 +0000</pubDate>
		<dc:creator>Krystal</dc:creator>
				<category><![CDATA[Essencious.org]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://essencious.org/?p=647</guid>
		<description><![CDATA[It&#8217;s only Thursday and feel like Friday already. Sometimes the week just goes too slow, especially when there isn&#8217;t much to do. There hasn&#8217;t been much to do at work [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s only Thursday and feel like Friday already. Sometimes the week just goes too slow, especially when there isn&#8217;t much to do. There hasn&#8217;t been much to do at work lately so the 8hr just goes by really slow. I could surf the internet, read some blog etc but doing that for almost 8hrs is just boring.</p>
<p>&#8220;<em>Times goes by fast when you&#8217;re having fun</em>&#8221; is commonly known saying. It is too true. The time goes by too fast when I&#8217;m at home because there&#8217;s so much I want to do. I only have about 3hrs to do my own stuff each evening. Wish it was a little bit more balanced.</p>
<p>Do you have moments where you feel that time is just moving way too slow or way too fast?</p>
<p>I&#8217;m thinking of writing a PHP application when I have time. I don&#8217;t have any good ideas what sort of application to write. Any suggestion on a web application that I can write? Anything that you want to integrate with your website? I was thinking of a link tracker (to track your external links to see people are clicking on your link exchanges, affiliates etc) or Q&amp;A application that can be integrated with WordPress easily (could even be a WP plugin).</p>
]]></content:encoded>
			<wfw:commentRss>http://essencious.org/2010/07/a-slow-week/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

