<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>Phil's Brain Stew</title>
	<link>http://blog.visionalechoes.com</link>
	<description>Visional Echoes blog about all things web</description>
	<lastBuildDate>Fri, 02 Nov 2007 22:22:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CSS liberation. And other fun stuff.</title>
		<description>Alright, I read something tonight that I have to share. It was written years ago, but it still applies, and I love it.
This article by Dave Shea really hits the CSS Compliance Police or CCP right where it hurts. (Yes, thats a term I made up)
It talks about... using... tables... ...</description>
		<link>http://blog.visionalechoes.com/2007/07/22/rants/css-liberation-and-other-fun-stuff/</link>
			</item>
	<item>
		<title>Query String Value Getter Function</title>
		<description>This function will take a query string (or use the current URI if no string is supplied) and return the value of the chosen argument.
Code

function GetQueryValue(k,q) // Key, Query String
{
   q=q&#124;&#124;location.href;  // uses current uri if no query is supplied
   var tmpNdx=q.indexOf('?');
   if ...</description>
		<link>http://blog.visionalechoes.com/2007/07/07/javascript/query-string-value-getter/</link>
			</item>
	<item>
		<title>FormElement Classes</title>
		<description>What does it do, exactly?
This FormElement object makes creating sticky forms in PHP rather easy.
I was looking for an easy way to make sticky forms in PHP without using clunky code chunks in the value attributes of my form elements. I&#8217;m sure there are numerous solutions for this, but hey, ...</description>
		<link>http://blog.visionalechoes.com/2007/06/16/php/formelement-object/</link>
			</item>
</channel>
</rss>
