<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>InnerBlogger - The Guide to Successful and Profitable Blogging</title>
	<link>http://innerblogger.com</link>
	<description>The Complete Guide to Successful and Profitable Blogging</description>
	<pubDate>Thu, 28 Aug 2008 21:23:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>googlesearch.php [code]</title>
		<link>http://innerblogger.com/googlesearchphp/</link>
		<comments>http://innerblogger.com/googlesearchphp/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 19:23:20 +0000</pubDate>
		<dc:creator>InnerBlogger</dc:creator>
		
	<category>Blogging</category>
		<guid isPermaLink="false">http://innerblogger.com/googlesearchphp/</guid>
		<description><![CDATA[Here is the code for my googlesearch.php page template:

&#60;?php
/*
Template&#160;Name:&#160;googlesearch
*/
?&#62;

&#60;?PHP&#160;include&#160;("header.php");&#160;?&#62;

&#60;div&#160;id="contentwrapper"&#62;
&#60;div&#160;id="content"&#62;
&#160;&#160;&#160;&#160;&#60;div&#160;id="blogs"&#62;
&#160;&#160;&#160;&#160;&#60;br/&#62;&#60;br&#160;/&#62;
&#60;!&#8211;&#160;Google&#160;Search&#160;Result&#160;Snippet&#160;Begins&#160;&#8211;&#62;
&#60;div&#160;id="googleSearchUnitIframe"&#62;&#60;/div&#62;
&#60;script&#160;type="text/javascript"&#62;
&#160;&#160;&#160;var&#160;googleSearchIframeName&#160;=&#160;'googleSearchUnitIframe';
&#160;&#160;&#160;var&#160;googleSearchFrameWidth&#160;=&#160;700;
&#160;&#160;&#160;var&#160;googleSearchFrameHeight&#160;=&#160;1500;
&#160;&#160;&#160;var&#160;googleSearchFrameborder&#160;=&#160;0&#160;;
&#160;&#160;&#160;var&#160;googleSearchDomain&#160;=&#160;'www.google.com';
&#60;/script&#62;
&#60;script&#160;type="text/javascript"
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;src="http://www.google.com/afsonline/show_afs_search.js"&#62;
&#60;/script&#62;
&#60;!&#8211;&#160;Google&#160;Search&#160;Result&#160;Snippet&#160;Ends&#160;&#8211;&#62;
&#60;br&#160;/&#62;&#60;br&#160;/&#62;
&#60;!&#8211;&#160;SiteSearch&#160;Google&#160;&#8211;&#62;
&#60;form&#160;method="get"&#160;action="http://innerblogger.com/search"&#160;target="_top"&#62;
&#60;table&#160;border="0&#8243;&#160;bgcolor="#ffffff"&#62;
&#60;tr&#62;&#60;td&#160;nowrap="nowrap"&#160;valign="top"&#160;align="left"&#160;height="32&#8243;&#62;
&#60;a&#160;href="http://www.google.com/"&#62;
&#60;img&#160;src="http://www.google.com/logos/Logo_25wht.gif"&#160;border="0&#8243;&#160;alt="Google"&#160;align="middle"&#62;&#60;/img&#62;&#60;/a&#62;
&#60;/td&#62;
&#60;td&#160;nowrap="nowrap"&#62;
&#60;input&#160;type="hidden"&#160;name="domains"&#160;value="innerblogger.com"&#62;&#60;/input&#62;
&#60;input&#160;type="text"&#160;name="q"&#160;size="45&#8243;&#160;maxlength="255&#8243;&#160;value=""&#62;&#60;/input&#62;
&#60;input&#160;type="submit"&#160;name="sa"&#160;value="Search"&#62;&#60;/input&#62;
&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;
&#60;td&#62; &#60;/td&#62;
&#60;td&#160;nowrap="nowrap"&#62;
&#60;table&#62;
&#60;tr&#62;
&#60;td&#62;
&#60;input&#160;type="radio"&#160;name="sitesearch"&#160;value=""&#160;checked="checked"&#62;&#60;/input&#62;
&#60;font&#160;size="-1&#8243;&#160;color="#000000&#8243;&#62;Web&#60;/font&#62;
&#60;/td&#62;
&#60;td&#62;
&#60;input&#160;type="radio"&#160;name="sitesearch"&#160;value="innerblogger.com"&#62;&#60;/input&#62;
&#60;font&#160;size="-1&#8243;&#160;color="#000000&#8243;&#62;innerblogger.com&#60;/font&#62;
&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;input&#160;type="hidden"&#160;name="client"&#160;value="pub-xxxxxxxxxxxxx"&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="forid"&#160;value="1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="channel"&#160;value="xxxxxxxxxxx"&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="ie"&#160;value="ISO-8859-1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="oe"&#160;value="ISO-8859-1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="cof"&#160;value="xxxxxxx"&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="hl"&#160;value="en"&#62;&#60;/input&#62;
&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;
&#60;/form&#62;
&#60;!&#8211;&#160;SiteSearch&#160;Google&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;blogs&#160;&#8211;&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;content&#160;&#8211;&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;contentwrapper&#160;&#8211;&#62;
&#60;div&#160;id="footer"&#62;
&#160;&#160;&#160;&#160;&#60;?PHP&#160;include&#160;("footer.php");&#160;?&#62;
&#60;/div&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;wrapper&#160;&#8211;&#62;
&#60;/body&#62;
&#60;/html&#62;


]]></description>
		<wfw:commentRSS>http://innerblogger.com/googlesearchphp/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
