<?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>billbailey.co.nz
	Articles
	Client side Coding
	Downloads
	Web Design
	Web Development
	Webpage Optimization | billbailey.co.nz</title>
	<atom:link href="http://www.billbailey.co.nz/category/webpage-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billbailey.co.nz</link>
	<description>SEO, Affiliate Marketing, Graphic Design, Web Development</description>
	<lastBuildDate>Thu, 01 May 2014 11:09:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.23</generator>
	<item>
		<title>HTML &amp; CSS Article Overview</title>
		<link>http://www.billbailey.co.nz/html-css-article-overview-lay-out/</link>
		<comments>http://www.billbailey.co.nz/html-css-article-overview-lay-out/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:44:54 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Client side Coding]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Webpage Optimization]]></category>

		<guid isPermaLink="false">http://www.euphorish.com/2007/07/css-fluid-3-colomb-page-lay-out/</guid>
		<description><![CDATA[How I Started CSSI remember the day the CSS seed was planted by My Good friend Al Hall from Earthfirst, of whom I regard Highly in the web world, said&#8230;. &#8220;Bill, CSS is the way!&#8221; and I thought at the time what the hell does CSS mean, 5 years later who doesn&#8217;t Know about CSS, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>How I Started CSS</strong>I remember the day the CSS seed was planted by My Good friend Al Hall from <a title="Bulk DVD replication" href="http://www.earthfirst.co.nz" target="_blank">Earthfirst</a>, of whom I regard Highly in the web world, said&#8230;. &#8220;Bill, CSS is the way!&#8221; and I thought at the time what the hell does CSS mean, 5 years later who doesn&#8217;t Know about CSS, the benefits have started to Stack up in its favor in many ways .CSS has gone on to be of real interest to me and I have now moved on to a point where I have several templates that can be used all the time. I will Continue to add a resource of free Code at the end of this article.<span id="more-359"></span>So the Journey began, and I soon realized that XHTML was what I need to learn to keep the code as clean as possible and web standards applicable, only then I was able to to get my Teeth into the true CSS learning process and start future proofing my sites<strong>HTML </strong><strong>OR </strong><strong>XHTML </strong><strong>?</strong></p>
<p>The problem With HTML is that presentational elements will be removed in future specifications and so will not be able to be used under the STRICT DOCTYPE such as HTML 4.01 strict or the XHTML 1.0 strict. Don&#8217;t be alarmed though your page will still be valid, if you use a transitional DOCTYPE, although it is a good idea to start making the change away from these deprecated presentation elements. Another major drawback is all the tags involved just to get the font type and color right throughout the page and then add in the table tags UUUGGHH messy and boring, and what happens when you want to change the font style you have to go thru some mammoth effort, say good by to any plans you had for the next 2 days. So its XHTML all the way and it is now time to move on.</p>
<p>For the non believers this example below is a full XHTML / CSS WEB PAGE as is this site your now using</p>
<p>This New Plymouth accommodation site Below is controlled thru CSS</p>
<p><script>// <![CDATA[
google_ad_client = "pub-1397654944854127";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-07-01: euphorish.com
google_ad_channel = "8281541392";
google_color_border = "F1F1F1";
google_color_bg = "F1F1F1";
google_color_link = "3D81EE";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:6";
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[

// ]]&gt;</script></p>
<p><code><img src="http://www.euphorish.com/img/screen_css_example.jpg" alt="CSS XHTML Web page example  " /></code></p>
<p><strong>CSS (Cascading Style Sheets)<br />
</strong><br />
The basic purpose of CSS is to allow the website designer to define a style and apply it to one or more portions of the XHTML web page. Sounds Scary but in reality is not, it will become the industry Standard and one of the best tools available to serious standards orientated web-designers. CSS is a language used to define the formatting applied to a Website including Color, Background images, Type faces, Margins, and indentation.</p>
<p>There are many benefits such as easy to manage site wide Changes(huge benefit) as well as reduced file size resulting in faster Page load times, but to my mind the optimization of the page is as equal a prize, take for instance a Google robot or spider reads the page from the top left of the web-page to the right just Like a human so, by minimizing the code tags this allow us to put key words nearer the top of the page allowing for quicker indexing of keywords and content, believe it or not Robot and spider software is designed to move on if its having to bash thru endless HTML presentation tags so reduced indexing time for the search engines is massive plus, I use meta tags they do work and all of those additional keywords in the head has to be a plus!</p>
<p>A great book on CSS is</p>
<p align="center">Now Who wants free Web-standard XHTML 2 column with footer Web page&#8230;.!</p>
<p><img src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/package_go.png" alt="" width="16" height="16" /> &gt;&gt; <a title="Download zip file Example for XHTML page with CSS style sheet" href="http://www.billbailey.co.nz/wp-content/uploads/2007/07/2column_footer_page2.zip">Download zip file Example for XHTML page with CSS style sheet</a></p>
<p>Muck around with the code and the style Sheets see how the style sheet is called to duty Via the &lt;div id =&#8221;example&#8221;&gt; tag. you can also EDIT CSS on the fly with webdeveloper tools in Mozila Firefox , that is really a cool feature of the Mozila browser Do your self a favour and use this Web Browser.I&#8217;ll be back soon to add some more CSS / XHTML Web-page templates, and some really cool CSS tips and tricks</p>
<p align="center"><a title="Articles on HTML | CSS | Graphic Design &amp; Development" href="http://www.euphorish.com">Articles on HTML | CSS | Graphic Design &amp; Development</a></p>
<p><script>// <![CDATA[
google_ad_client = "pub-1397654944854127";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-07-01: euphorish.com
google_ad_channel = "8281541392";
google_color_border = "F1F1F1";
google_color_bg = "F1F1F1";
google_color_link = "3D81EE";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:6";
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[

// ]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/html-css-article-overview-lay-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download: Web 2.0 Date Icons For Your Blog</title>
		<link>http://www.billbailey.co.nz/web-20-date-icons-for-your-blog/</link>
		<comments>http://www.billbailey.co.nz/web-20-date-icons-for-your-blog/#comments</comments>
		<pubDate>Sat, 12 May 2007 04:28:24 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webpage Optimization]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[photoshop tutorial]]></category>
		<category><![CDATA[Photoshop Videos]]></category>

		<guid isPermaLink="false">http://www.euphorish.com/2007/05/web-20-date-icons-for-your-blog/</guid>
		<description><![CDATA[So you want a sleek looking date icon for all your posts on your blog or web page do you? Well you&#8217;ve come to the right place. Below is a collection of different colors and styles you can choose from and customize. You can grab the .zip of the .PNG&#8217;s and .PSDs (separated for bandwidth [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So you want a sleek looking date icon for all your posts on your blog or web page do you? Well you&#8217;ve come to the right place. Below is a collection of different colors and styles you can choose from and customize. You can grab the .zip of the .PNG&#8217;s and .PSDs (separated for bandwidth reasons). You can use these however you feel fit, no limitations no real licensing. If you scroll down a little further you will see how to implement this into your wordpress blog.<br />
<a title="View All" href="http://www.billbailey.co.nz/wp-content/uploads/2007/05/bigpreview.png" rel="lightbox"><img src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/smallpreview.png" alt="" width="360" height="254" /></a></p>
<p><img class="floatLeft2" src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/package_go.png" alt="package_go.png" /><a title="package_go.png" href="http://www.euphorish.com/files/resources/PNG.zip">Download .PNG Files</a></p>
<p><img class="floatLeft2" src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/package_go.png" alt="package_go.png" /> <a title="package_go.png" href="http://www.euphorish.com/files/resources/PSD.zip">Download .PSD (Photoshop) Files</a></p>
<h1>How To Incorporate Into WordPress</h1>
<p><img src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/example.png" alt="example.png" /></p>
<p>To incorporate this into your current wordpress theme you are going to have to do a slight bit of image editing and css as well as xhtml&#8230; but don&#8217;t worry, we&#8217;ve done most of it for you!<br />
<script>// <![CDATA[
google_ad_client = "pub-1397654944854127"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-07-01: euphorish.com google_ad_channel = "8281541392"; google_color_border = "F1F1F1"; google_color_bg = "F1F1F1"; google_color_link = "3D81EE"; google_color_text = "000000"; google_color_url = "008000"; google_ui_features = "rc:6";
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[

// ]]&gt;</script></p>
<h2>Editing In <img class="floatLeft2" src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/package_go.png" alt="package_go.png" /> <a href="http://www.euphorish.com/goto/PHOTOVIDS"> Photoshop </a>(if needed)</h2>
<p>First download and unzip the archive. Then pick out your favorite color and open it in photoshop. You will now &#8220;save as&#8230;&#8221; the file into a .gif to be titled &#8220;dateicon.gif&#8221;&#8230;. why are we doing this? Because your visitors using the unholy Internet Explorer 5 or 6 cannot view semi-transparent .png&#8217;s.</p>
<p>When you save the gif a dialog will appear. Select the dropdown box next to &#8220;Palette&#8221; and select &#8220;Local (Selective)&#8221;. Make sure the check box next to &#8220;Transparency&#8221; is ticked (checked). Now select the &#8220;Matte&#8221; drop box and select &#8220;White.&#8221; and click OK. Now you have a IE friendly transparent .gif. Upload it into your wp-themes/YOURTHEMEHERE/images directory.</p>
<h2>Adding the CSS/XHTML To WordPress</h2>
<p>Log into your WordPress Admin Panel and go to &#8220;Presentation.&#8221; Now click on &#8220;Theme Editor&#8221; and select &#8220;style.css&#8221; on the right side (this is usually brought up automatically).</p>
<p>Add this code:</p>
<p>.the_date {<br />
display:block;<br />
text-align: center;<br />
float:left;<br />
font-family: Arial, Helvetica, sans-serif;<br />
background: url(/images/dateicons/dateicon.) no-repeat;<br />
width:60px;<br />
}</p>
<p>.date_m {<br />
display:block;<br />
font-size: .9em;<br />
margin:0;<br />
padding:0;<br />
font-weight: bold;<br />
text-align:center;<br />
}</p>
<p>.date_d {<br />
display:block;<br />
font-size:1.4em;<br />
margin:0;<br />
padding:0.7em 0 1.3em 0;<br />
text-align: center;<br />
}</p>
<p>(thanks david!).</p>
<p>Also note your images directory might be named something other then &#8220;images&#8221; and your path will differ so keep that in mind.</p>
<p>After you&#8217;ve added the code above, click on &#8220;Main Index Template&#8221; in your theme editor and find a line containing the following partial code:</p>
<p>&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;</p>
<p>You are going to add this above or before that line:</p>
<p>&lt;div class=&#8221;the_date&#8221;&gt;<br />
&lt;div class=&#8221;date_m&#8221;&gt;&lt;?php the_time(&#8216;F&#8217;) ?&gt;&lt;/div&gt;<br />
&lt;div class=&#8221;date_d&#8221;&gt;&lt;?php the_time(&#8216;jS&#8217;) ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>Now view your page and configure any changes you see fit.</p>
<p>And thats as far as i can take you! Enjoy. Some resources below if you are stuck&#8230;</p>
<p><script>// <![CDATA[
google_ad_client = "pub-1397654944854127"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-07-01: euphorish.com google_ad_channel = "8281541392"; google_color_border = "F1F1F1"; google_color_bg = "F1F1F1"; google_color_link = "3D81EE"; google_color_text = "000000"; google_color_url = "008000"; google_ui_features = "rc:6";
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[

// ]]&gt;</script></p>
<p><a href="http://www.mahudsblog.ourgardenpath.com/?p=737">Create a Ã¢â‚¬ËœCalendar styleÃ¢â‚¬â„¢ WordPress date format</a><br />
<a href="http://www.yugatech.com/blog/?p=149">WP Date Image Hack</a></p>
<p><script class="owbutton" src="http://www.onlywire.com/btn/button_3793"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/web-20-date-icons-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorials: Free Web 2.0 Gradients (v1.0)</title>
		<link>http://www.billbailey.co.nz/photoshop-web-20-gradients-v10/</link>
		<comments>http://www.billbailey.co.nz/photoshop-web-20-gradients-v10/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 02:41:53 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webpage Optimization]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Photoshop Gradients]]></category>
		<category><![CDATA[Photoshop Tutorials.Photshop Downloads]]></category>

		<guid isPermaLink="false">http://www.euphorish.com/2007/04/photoshop-web-20-gradients-v10/</guid>
		<description><![CDATA[Photoshop Tutorials Gradients may very well be the most abundant and apparent feature used in web 2.0 websites, graphics, and logos. Here is my pack of Web 2.0 Gradients. I&#8217;ve had these to myself for sometime but it never occured to me to release them for public use until i saw this resource. Which is [&#8230;]]]></description>
				<content:encoded><![CDATA[<h1><img class="floatLeft2" src="http://www.billbailey.co.nz/wp-content/uploads/2007/05/package_go.png" alt="package_go.png" /><a href="http://www.euphorish.com/goto/PHOTOVIDS"> Photoshop Tutorials</a></h1>
<p>Gradients may very well be the most abundant and apparent feature used in web 2.0 websites, graphics, and logos. Here is my pack of Web 2.0 Gradients. I&#8217;ve had these to myself for sometime but it never occured to me to release them for public use until i saw <a href="http://www.dezinerfolio.com/2007/04/16/ultimate-web-20-gradients-v2/">this</a> resource. Which is also a very good pack of web 2.0 gradients as well. I thought i&#8217;d go ahead and share mine. So enjoy, and hopefully they will come in handy and maybe save some of you some time!</p>
<p><span id="more-348"></span></p>
<p>Click to download&#8230;<a title="gradients" href="http://www.euphorish.com/files/photoshop/gradients/Euphorish_WEB20_gradients.grd"><img src="http://www.billbailey.co.nz/wp-content/uploads/2007/04/gradients.png" alt="gradients.png" /></a><br />
<strong>To install:</strong></p>
<ul>
<ul>
<li>Simply save file into your photoshop/presets/gradients folder</li>
<li>Open preset manager in Photoshop (EDIT -&gt; PRESET MANAGER)</li>
<li>Select Gradients from the dropdown list</li>
<li>Select &#8220;Load&#8221; and load: euphorish_WEB20_gradients.grd</li>
</ul>
</ul>
<p>And your done!</p>
<p>other resources:<br />
<a href="http://www.webdevtuts.com/tutorials/photoshop/other/Some-Nice-Colour-Gradients_316">Some Nice Colour Gradients</a><br />
<a href="http://www.dezinerfolio.com/2007/04/16/ultimate-web-20-gradients-v2/">Web 2.0 Gradient Download</a></p>
<p><script>// <![CDATA[
google_ad_client = "pub-1397654944854127"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-07-01: euphorish.com google_ad_channel = "8281541392"; google_color_border = "F1F1F1"; google_color_bg = "F1F1F1"; google_color_link = "3D81EE"; google_color_text = "000000"; google_color_url = "008000"; google_ui_features = "rc:6";
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[

// ]]&gt;</script></p>
<p><script class="owbutton" src="http://www.onlywire.com/btn/button_3793"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.billbailey.co.nz/photoshop-web-20-gradients-v10/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
