<?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>Web Design Diary - Freelance Web Designer</title>
	<atom:link href="http://www.deniskoo.com.au/web-design-diary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deniskoo.com.au/web-design-diary</link>
	<description>Denis Koo Freelance Web Designer</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:53:48 +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>Popular Android Version Codenames</title>
		<link>http://www.deniskoo.com.au/web-design-diary/miscellaneous/popular-android-version-codenames/</link>
		<comments>http://www.deniskoo.com.au/web-design-diary/miscellaneous/popular-android-version-codenames/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:53:48 +0000</pubDate>
		<dc:creator>DENIS</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.deniskoo.com.au/web-design-diary/?p=60</guid>
		<description><![CDATA[Android 2.0/2.1  Android 2.2 Froyo Android 2.3 Gingerbread Android 3.0 Honeycomb Android 4.0 Ice Cream Sandwich]]></description>
			<content:encoded><![CDATA[<p>Android 2.0/2.1 <img class="alignleft size-full wp-image-61" title="Android Robot" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/185px-Android_robot.png" alt="" width="185" height="216" /></p>
<p>Android 2.2 <strong>Froyo</strong></p>
<p>Android 2.3 <strong>Gingerbread</strong></p>
<p>Android 3.0 <strong>Honeycomb</strong></p>
<p>Android 4.0 <strong>Ice Cream Sandwich</strong></p>
<fb:like href='http://www.deniskoo.com.au/web-design-diary/miscellaneous/popular-android-version-codenames/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.deniskoo.com.au/web-design-diary/miscellaneous/popular-android-version-codenames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewriting URLs with .HTACCESS file</title>
		<link>http://www.deniskoo.com.au/web-design-diary/my-journal/rewriting-urls-with-htaccess-file/</link>
		<comments>http://www.deniskoo.com.au/web-design-diary/my-journal/rewriting-urls-with-htaccess-file/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 03:48:43 +0000</pubDate>
		<dc:creator>DENIS</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[My Journal]]></category>

		<guid isPermaLink="false">http://www.deniskoo.com.au/web-design-diary/?p=52</guid>
		<description><![CDATA[Below is my personal .htaccess file to rewrite static html and php files to more meaningful, SEO-oriented links. Feel free to use it and extend according to your needs. Enjoy!...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-53" title="" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/apache-300x225.jpg" alt="" width="300" height="225" /><br />
Below is my personal .htaccess file to rewrite static html and php files to more meaningful, SEO-oriented links. Feel free to use it and extend according to your needs.</p>
<p>Enjoy!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre>Options +FollowSymLinks

RewriteEngine On
RewriteBase /</pre>
<pre>## Error pages.
ErrorDocument 404 /not-found.html</pre>
<pre>## Canonical Urls
RewriteCond %{HTTP_HOST} ^yoursite.com.au$ [NC]
RewriteRule ^(.*)$ http://www.yoursite.com.au/$1 [R=301,L]</pre>
<pre>## URL Re-Writes
RewriteRule ^about-us/$ /about.html [L]
RewriteRule ^services/$ /services.html [L]</pre>
<fb:like href='http://www.deniskoo.com.au/web-design-diary/my-journal/rewriting-urls-with-htaccess-file/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.deniskoo.com.au/web-design-diary/my-journal/rewriting-urls-with-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customising your Facebook Page</title>
		<link>http://www.deniskoo.com.au/web-design-diary/the-web/customised-facebook-page/</link>
		<comments>http://www.deniskoo.com.au/web-design-diary/the-web/customised-facebook-page/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:14:19 +0000</pubDate>
		<dc:creator>DENIS</dc:creator>
				<category><![CDATA[My Journal]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.deniskoo.com.au/web-design-diary/?p=36</guid>
		<description><![CDATA[Creating your Facebook Page 1. Login to Facebook using your account. 2. Scroll to the footer and choose Create a Page, or open a new tab to: http://www.facebook.com/pages/create.php Choose between...]]></description>
			<content:encoded><![CDATA[<h2>Creating your Facebook Page</h2>
<p>1. Login to Facebook using your account.</p>
<p>2. Scroll to the footer and choose Create a Page, or open a new tab to:</p>
<p>http://www.facebook.com/pages/create.php</p>
<p><img class="alignleft size-full wp-image-58" title="" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/01-brands2.png" alt="" width="802" height="610" /><br />
Choose between place, company, brand and so on. In this case, we will choose Brand as &#8220;Website&#8221; and a title.<br />
Agree to Facebook terms and click Get Started.<br />
Your facebook page has now been created. You can add your own description and images to it.</p>
<h2>Customising your Facebook Page</h2>
<p>1. Fire up your favourite photo/image editor and create a new image file with the following dimensions:<br />
180&#215;540 (pixels)</p>
<p><img class="alignnone size-full wp-image-44" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/02-facebook-profile-image.jpg" alt="" width="180" height="540" /><br />
2. Add your logo and/or text to your photo and save it as JPG. Upload to your Facebook page as the Page profile image.</p>
<h2>Getting a Facebook Vanity URL</h2>
<p>To secure a username in the url (e.g. http://www.facebook.com/lewebaustralia/), you will need to have at least 25 fans for that page (see Facebook Help Centre http://www.facebook.com/help/pages/usernames). If you do, open a tab to http://www.facebook.com/username/ and secure your own vanity url on facebook.</p>
<h2>Creating an App for a Facebook Tab e.g. Welcome Tab</h2>
<p>1. In order to create a customised Facebook Tab, you need to create a Facebook App first. Go to https://developers.facebook.com/apps and create a new app.</p>
<p><img class="alignnone size-full wp-image-50" title="" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/03-facebook-app-info1.png" alt="" width="982" height="634" /><br />
2. Choose an App Display Name (Le Web Australia) and Namespace (lewebaustralia)<br />
3. Record your App ID and App Secret in a safe place.<br />
4. Scroll to the bottom of the App page info and choose Page Tab. Fill up the following details:<br />
Page Tab Name, Page Tab URL, Secure Page Tab URL and Page Tab Edit URL. Save the changes.</p>
<h2>Creating your Customised Landing Tab</h2>
<p>On your web host (e.g. http://www.yousite.com.au/facebook/&#8221;, add the following index.html file:</p>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"&gt;
&lt;head&gt;
&lt;link rel="stylesheet" type="text/css" href="style.css" /&gt;
&lt;meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /&gt;
&lt;/head&gt;
&lt;body&gt;</pre>
<pre>&lt;h1&gt;I design and develop websites&lt;/h1&gt;
&lt;p&gt;Your text goes here!&lt;/p&gt;</pre>
<pre>&lt;/body&gt;
&lt;/html&gt;</pre>
<h2>Adding the Facebook Tab (App) to your Page</h2>
<p>http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&amp;next=YOUR_URL, where YOUR_URL is where your html file is stored (e.g. yousite.com.au/facebook/)</p>
<p>Your custom tab is now live!</p>
<p><img class="alignnone size-full wp-image-46" title="" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/05-done.png" alt="" width="614" height="637" /></p>
<p>Now login as your page (right hand column) instead of your personal account and click Edit Page.</p>
<p><img class="alignnone size-full wp-image-47" title="" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/06-final.png" alt="" width="507" height="510" /></p>
<p>Change the default landing page to your new Tab and save the changes. Congrats! you now have a customised Tab on your Facebook Page profile!</p>
<fb:like href='http://www.deniskoo.com.au/web-design-diary/the-web/customised-facebook-page/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.deniskoo.com.au/web-design-diary/the-web/customised-facebook-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Twitter Background</title>
		<link>http://www.deniskoo.com.au/web-design-diary/the-web/my-twitter-background/</link>
		<comments>http://www.deniskoo.com.au/web-design-diary/the-web/my-twitter-background/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 14:09:00 +0000</pubDate>
		<dc:creator>DENIS</dc:creator>
				<category><![CDATA[My Journal]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.deniskoo.com.au/web-design-diary/?p=33</guid>
		<description><![CDATA[&#160; Does that one look like a bird to you?]]></description>
			<content:encoded><![CDATA[<div id="attachment_34" class="wp-caption alignleft" style="width: 279px"><img class="size-medium wp-image-34" title="My Twitter Page background" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2012/01/twitter-logo-269x300.jpg" alt="My Twitter Page background" width="269" height="300" /><p class="wp-caption-text">My Twitter Page background</p></div>
<p>&nbsp;</p>
<p>Does that one look like a bird to you?</p>
<fb:like href='http://www.deniskoo.com.au/web-design-diary/the-web/my-twitter-background/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.deniskoo.com.au/web-design-diary/the-web/my-twitter-background/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to my Journal!</title>
		<link>http://www.deniskoo.com.au/web-design-diary/my-journal/welcome-to-my-journal/</link>
		<comments>http://www.deniskoo.com.au/web-design-diary/my-journal/welcome-to-my-journal/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 03:19:02 +0000</pubDate>
		<dc:creator>DENIS</dc:creator>
				<category><![CDATA[My Journal]]></category>

		<guid isPermaLink="false">http://www.deniskoo.com.au/web-design-diary/?p=4</guid>
		<description><![CDATA[&#160; Hi there! Welcome to my diary or journal, if you prefer. I&#8217;ve just finished with the WordPress template (you&#8217;re on it as you&#8217;re reading this), so this section is...]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="attachment_31" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-31" title="My Web Design Diary" src="http://www.deniskoo.com.au/web-design-diary/wp-content/uploads/2011/12/web-design-diary-300x197.jpg" alt="My Web Design Diary" width="300" height="197" /><p class="wp-caption-text">My Web Design Diary</p></div>
<p>Hi there! Welcome to my diary or journal, if you prefer. I&#8217;ve just finished with the WordPress template (you&#8217;re on it as you&#8217;re reading this), so this section is quite empty at the moment. Feel free to pop in again!</p>
<fb:like href='http://www.deniskoo.com.au/web-design-diary/my-journal/welcome-to-my-journal/' send='false' layout='button_count' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.deniskoo.com.au/web-design-diary/my-journal/welcome-to-my-journal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

