<?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>MaggsWeb:7 &#187; search</title>
	<atom:link href="http://www.maggsweb.com/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maggsweb.com</link>
	<description>www.maggsweb.com</description>
	<lastBuildDate>Sat, 21 Aug 2010 20:50:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Search, with no click</title>
		<link>http://www.maggsweb.com/php/search-with-no-click/</link>
		<comments>http://www.maggsweb.com/php/search-with-no-click/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 08:17:12 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://tech.maggsweb.co.uk/?p=188</guid>
		<description><![CDATA[How do you style a search button?  They all look crap to me, and the default browser ones are all different.  So, my solution is to get rid of it.  Gone.  No button.    Heres how&#8230;]]></description>
			<content:encoded><![CDATA[<p>How do you style a search button?  They all look crap to me, and the default browser ones are all different.  So, my solution is to get rid of it.  Gone.  No button.    Heres how&#8230;</p>
<p><span id="more-188"></span></p>
<pre>
<?php $search_text = 'Search MaggsWeb'; ?>
<form id="searchForm" action="search-results.php" method="GET">
<input name="q" type="text" class="inputBox searchBox"
value="<?php echo $search_text; ?>"
onblur="if (this.value == '')  { this.value = '<?php echo $search_text; ?>'; }"
onfocus="if (this.value == '<?php echo $search_text; ?>')  { this.value = ''; }"
/>
<input type="hidden" id="searchsubmit" />
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.maggsweb.com/php/search-with-no-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
