<?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>The Infinite Loop - Beginner&#039;s SEO, Beginner C# &#38; JQuery Tutorials &#187; google custom search engine</title>
	<atom:link href="http://theinfiniteloopblog.com/tag/google-custom-search-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://theinfiniteloopblog.com</link>
	<description>Problem. Problem Solved. Loop. - The life of a programmer</description>
	<lastBuildDate>Wed, 17 Aug 2011 15:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Hide Google Custom Search Engine (CSE) Textbox</title>
		<link>http://theinfiniteloopblog.com/uncategorized/hide-google-custom-search-engine-cse-textbox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hide-google-custom-search-engine-cse-textbox</link>
		<comments>http://theinfiniteloopblog.com/uncategorized/hide-google-custom-search-engine-cse-textbox/#comments</comments>
		<pubDate>Fri, 21 May 2010 17:03:05 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google cse hide textbox]]></category>
		<category><![CDATA[google custom search engine]]></category>

		<guid isPermaLink="false">http://theinfiniteloopblog.com/2010/05/hide-google-custom-search-engine-cse-textbox/</guid>
		<description><![CDATA[There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box. To hide the search box simply add this to your css: .gsc-search-box { display:none; }]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p>There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box.</p>
<p>To hide the search box simply add this to your css:</p>
<p>.gsc-search-box {<br />
    display:none;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://theinfiniteloopblog.com/uncategorized/hide-google-custom-search-engine-cse-textbox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

