<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Andrew Sellick</title>
	<link>http://www.andrewsellick.com</link>
	<description>andrewsellick.com</description>
	<lastBuildDate>Sat, 28 Jun 2008 01:16:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Advance Vista Styled CSS Menu</title>
		<description> 
digg_url = "http://www.andrewsellick.com/94/advance-vista-styled-css-menu";
 
&#160;

After seeing an amazing design tutorial on PSDTUTS for a Vista Style menu design a decided to give it ago and turn their design into reality.&#160; Well I've built it and it looks pretty good (see the css vista menu demo) so I thought I would ...</description>
		<link>http://www.andrewsellick.com/94/advance-vista-styled-css-menu</link>
			</item>
	<item>
		<title>JavaScript Clone Object Function</title>
		<description>Here's a pretty useful function that clones objects with the use of recursion allowing deep cloning:
function cloneObj(o) {
&#160;&#160; &#160; if(typeof(o) != 'object') return o;
&#160;&#160; &#160; if(o == null) return o;
&#160; &#160;
&#160;&#160; &#160; var newO = new Object();
&#160; &#160;
&#160;&#160; &#160; for(var i in o) newO[i] = cloneObj(o[i]);
&#160;&#160;&#160;&#160;&#160; return newO;
&#160;}

&#160;
Original source snipplr.com. </description>
		<link>http://www.andrewsellick.com/93/javascript-clone-object-function</link>
			</item>
	<item>
		<title>JavaScript GUID Generator</title>
		<description>I recently found an interesting forum post which detailed how to generate GUIDs using JavaScript on the fly.&#160; Its very simple and looks as follows:

function S4() {
&#160;&#160; &#160;return (((1+Math.random())*0x10000)&#124;0).toString(16).substring(1);
}

function generateGuid(){
&#160;&#160; &#160;&#160;&#160; &#160;return (S4()+S4()+&#34;-&#34;+S4()+&#34;-&#34;+S4()+&#34;-&#34;+S4()+&#34;-&#34;+S4()+S4()+S4()).toUpperCase();
}
&#160;

Originally posted by&#160;						 						 							Dr John Stockton on thescripts.com. </description>
		<link>http://www.andrewsellick.com/92/javascript-guid-generator</link>
			</item>
	<item>
		<title>Playstation 3 (PS3) and BTHomeHub network issues (80710723)</title>
		<description>Well I've just got myself a Playstation 3 so as you can imagine I was really happy when I finally got it all connected up?!&#160; Thing is that's when everything seemed to go wrong.

My first port of call, once inserting the basic settings, was to get connected to my wireless ...</description>
		<link>http://www.andrewsellick.com/91/playstation-3-ps3-and-bthomehub-network-issues-80710723</link>
			</item>
	<item>
		<title>HTML Forms on the fly</title>
		<description>I have been looking about at form generators recently and I think it's fair to say pForm have created one of the best. The generator offers many options including; theme/colour scheme selection, the choice of a multitude of field elements (from a textbox to a file upload) to add to ...</description>
		<link>http://www.andrewsellick.com/90/html-forms-on-the-fly</link>
			</item>
	<item>
		<title>Script of the week</title>
		<description>Script of the week this week goes to the CSS Text Wrapper.&#160;&#160; On the website they state &#34; 			The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. 			You can make text wrap around curves, zig-zags, or whatever you want.  ...</description>
		<link>http://www.andrewsellick.com/89/script-of-the-week-7</link>
			</item>
	<item>
		<title>PHP UK Postcode Validation</title>
		<description>Well I'll start off by saying I'm not dead.&#160; I'm very much a live and kicking.&#160; Sorry for the delay in posting, however, I have been working on a couple of big projects which I will post about here soon so check back to find out more.

Anyway back on topic ...</description>
		<link>http://www.andrewsellick.com/88/php-uk-postcode-validation</link>
			</item>
	<item>
		<title>What makes a successful blog?</title>
		<description>So I've been blogging now for a&#160; while now and I have recently been thinking, &#34;What makes a successful blog?&#34;.&#160; To be honest this is a question with endless answers, with many different variations and opinions, however, I thought I would voice my say.
Content
Well as they say content is key, ...</description>
		<link>http://www.andrewsellick.com/86/what-makes-a-successful-blog</link>
			</item>
	<item>
		<title>Free SEO internet marketing book</title>
		<description>Over the last year or so I have been trawling the internet for SEO tips/advice and during my research I stumbled upon a free internet marketing book that may be of interest.&#160; The guys/girls at Marketing Pilgrim dot com have compiled a free e-book offering great reviews of SEO as ...</description>
		<link>http://www.andrewsellick.com/87/free-seo-internet-marketing-book</link>
			</item>
	<item>
		<title>JavaScript Table Row Highlighter Class using Mootools</title>
		<description>Well Christmas has been and gone (I hope you all had a fantastic Christmas/New Year), and now it's time to get back down to some work.

I have developed a simple little class to highlight table rows using Mootools and I thought I would share it with the world.
code
As you can ...</description>
		<link>http://www.andrewsellick.com/85/javascript-table-row-highlighter-class-using-mootools</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.544 seconds -->
