<?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>Coding Day &#187; Firefox</title>
	<atom:link href="http://www.codingday.com/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Tue, 13 Jul 2010 12:52:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Wide Search Box for Firefox Stylish</title>
		<link>http://www.codingday.com/google-wide-search-box-for-firefox-stylish/</link>
		<comments>http://www.codingday.com/google-wide-search-box-for-firefox-stylish/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 02:52:43 +0000</pubDate>
		<dc:creator>Can</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.canerten.com/google-wide-search-box-for-firefox-stylish/</guid>
		<description><![CDATA[Sometimes Google&#8217;s search&#160;box is not enough as a size. So I decided to add a simple CSS class to the textbox to display wider and clearer.To add some css style sheets to sites in Firefox, there is a powerful addon called stylish. So a simple stylish css code can provide that change. As a result [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes Google&#8217;s search&nbsp;box is not enough as a size. So I decided to add a simple CSS class to the textbox to display wider and clearer.To add some css style sheets to sites in Firefox, there is a powerful addon called stylish. So a simple stylish css code can provide that change. As a result Google search box becomes wider and with font colour red. It is optimized for&nbsp; wide screens width sized 1280.</p>
<p>
Before<br />
<img id="image187" src="http://www.codingday.com/wp-content/uploads/2007/01/before.png" alt="before.png" /><br />
<br/><br />
After<br />
<img id="image188" src="http://www.codingday.com/wp-content/uploads/2007/01/after.png" alt="after.png" />
</p>
<p>You can install it&nbsp;from <a href="http://userstyles.org/style/show/1690" target="_blank">UserStyles.org</a> or just copy the code to your stylish add-on. You need to have either <a href="https://addons.mozilla.org/firefox/748/" target="_blank">GreaseMonkey</a> or <a href="https://addons.mozilla.org/firefox/2108/" target="_blank">Stylish</a> add-ons installed on Firefox</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@namespace url(http://www.w3.org/1999/xhtml);</span>
<span style="color: #808080; font-style: italic;">/*Coded by Can Erten */</span>
<span style="color: #a1a100;">@-moz-document url-prefix(http://www.google.) </span>
<span style="color: #00AA00;">&#123;</span>	
	<span style="color: #00AA00;">&#91;</span>name<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;q&quot;</span><span style="color: #00AA00;">&#93;</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">925px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">14pt</span>!important<span style="color: #00AA00;">;</span>
			 <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #993333;">red</span>!important<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span>!important <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.codingday.com/google-wide-search-box-for-firefox-stylish/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Addon (Extension)  for Windows Live Writer &#8211; Live Writerfox</title>
		<link>http://www.codingday.com/firefox-addon-extension-for-windows-live-writer-live-writerfox/</link>
		<comments>http://www.codingday.com/firefox-addon-extension-for-windows-live-writer-live-writerfox/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 02:20:42 +0000</pubDate>
		<dc:creator>Can</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://www.canerten.com/firefox-addon-extension-for-windows-live-writer-live-writerfox/</guid>
		<description><![CDATA[Blog it from Windows Live Writer. Windows Live Writer is a new desktop application for composing blog posts to your blog service. Usage Currently the addon posts a page link or selected text to Windows Live Writer. You can access it from the context (right click) menu or the main menu. To use it you [...]]]></description>
			<content:encoded><![CDATA[<p>Blog it from Windows Live Writer.<br />
<a href="http://www.codingday.com/windows-live-writer/">Windows Live Writer</a> is a new desktop application for composing blog posts to your blog service.</p>
<h2>Usage</h2>
<p>Currently the addon posts a page link or selected text to Windows Live Writer. You can access it from the context (right click) menu or the main menu.<br />
To use it you need to have Windows Live Writer installed on your machine.</p>
<h2>Screenshots</h2>
<p><a class="imagelink" title="About" href="http://www.codingday.com/wp-content/uploads/2006/08/livewriterfox.png"><img id="image122" src="http://www.codingday.com/wp-content/uploads/2006/08/livewriterfox.thumbnail.png" alt="About" /></a></p>
<h2>Download  Firefox Extension</h2>
<p><a href="https://addons.mozilla.org/firefox/3214/"> From  Mozilla Add-ons Site &#8211; Live Writerfox</a></p>
<p><span style="text-decoration: line-through;"></p>
<p>Currently it is pending for aproval on <strong>firefox</strong> site, you can download from the link below.</p>
<p></span> It is now available on <strong>firefox</strong> site as well.</p>
<p>From my Site</p>
<p><a onclick="InstallTrigger.startSoftwareUpdate('http://www.codingday.com/downloads/livewriterfox.xpi');try { var p = new XMLHttpRequest();   p.open('GET', '/download.php?file=http://www.codingday.com/downloads/livewriterfox.xpi', true); p.send(null); } catch(e) { } return false;" href="#">Install <strong>Live</strong> Writerfox</a></p>
<p><!--adsense#blarge--></p>
<h2>Changelog</h2>
<p>v0.5 (2010-01-18)<br />
Firefox 3.6 Support</p>
<p>v0.4 (2008-06-21)<br />
Firefox 3.0 Support</p>
<p>v0.3 (2006-10-25)<br />
Added Firefox 2.0 Support</p>
<p>v0.2 (2006-08-27)<br />
Added toolbar button Blog It<br />
URL issue has been fixed<br />
Removed  extra double-quotes</p>
<p>v0.1 (2006-08-19) &#8211; Initial Stable Version.<br />
Blog a page.<br />
Blog selected text.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingday.com/firefox-addon-extension-for-windows-live-writer-live-writerfox/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
	</channel>
</rss>
