<?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>Burad&#039;s Blog &#187; firefox</title>
	<atom:link href="http://www.aburad.com/blog/category/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Turn off beep sound in firefox</title>
		<link>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html#comments</comments>
		<pubDate>Thu, 15 May 2008 22:24:11 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=237</guid>
		<description><![CDATA[I recently installed new firefox version on my ubuntu and was trying to find some text on a webpage. Suddenly, as I pressed next to search it, the searchbox turns red showing Phrase not found and started making beep noise. I was annoyed, So was thinking of way to disable / turn it off. To [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed new firefox version on my ubuntu and was trying to find some text on a webpage. Suddenly, as I pressed <strong>next </strong>to search it, the searchbox turns red showing <strong>Phrase not found </strong>and started making beep noise. I was annoyed, So was thinking of way to disable / turn it off. To look for some preference to set, I typed <strong>about:config</strong> (<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">special firefox about: pages</a>) in location bar and searched for <strong>sound. </strong>I was lucky i found two related preferences.</p>
<p style="text-align: center;"><a href="http://aburad.com/blog/wp-content/uploads/2008/05/firefox_beep.png"><img class="aligncenter size-full wp-image-236" title="firefox_beep" src="http://aburad.com/blog/wp-content/uploads/2008/05/firefox_beep.png" alt="" width="500" height="106" /></a></p>
<p>So you can set <strong>accessibility.typeaheadfind.enablesound </strong>Value to false by double clicking it. And you are done. No more beep beep to annoy you.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a><br />
<a href="http://aburad.com/blog/2005/11/speed-up-firefox.html">Speed Up firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/turn-off-beep-sound-in-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View contents of Zip/Jar files using firefox</title>
		<link>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html#comments</comments>
		<pubDate>Tue, 13 May 2008 20:19:02 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=231</guid>
		<description><![CDATA[With Firefox 3, you can use firefox browser to view contents of zip/jar files. For viewing contents of filename.zip type following at location bar: jar:file://&#60; full path to filename.zip &#62;!/ Example: jar:file:///home/user/Desktop/filename.zip!/ Also: jar:file:///home/user/Desktop/filename.zip!/dir/file1.js This is specially very useful when you want to see contents (.js, .css, .html files) included in firefox extension&#8217;s jar file. [...]]]></description>
			<content:encoded><![CDATA[<p>With Firefox 3, you can use firefox browser to view contents of zip/jar files.<br />
For viewing contents of filename.zip type following at location bar:</p>
<blockquote><p><strong>jar:file://&lt; full path to filename.zip &gt;!/</strong><br />
<span style="text-decoration: underline;">Example</span>:   jar:file:///home/user/Desktop/filename.zip!/<br />
<span style="text-decoration: underline;">Also:</span> jar:file:///home/user/Desktop/filename.zip!/dir/file1.js</p></blockquote>
<p>This is specially very useful when you want to see contents (.js, .css, .html files) included in firefox extension&#8217;s jar file. After it list the contents, you can easily browse through the directory, sorting files etc.</p>
<p><strong>Update: </strong><span style="text-decoration: underline;"><strong>Security problems that come with jar: protocol</strong></span><br />
While serching for pages related to jar protocol in firefox, I <a href="http://www.gnucitizen.org/blog/web-mayhem-firefoxs-jar-protocol-issues/">found an interesting article</a> at www.gnucitizen.org</p>
<blockquote><p>In simple terms, it means that any application which allows upload of JAR/ZIP files is potentially vulnerable to a persistent <a href="http://aburad.com/blog/2008/04/cross-site-scripting-xss.html">Cross-site Scripting.</a> Potential targets for this attack include applications such as web mail clients, collaboration systems, document sharing systems, almost everything that smells like Web2.0, etc, etc, etc.</p></blockquote>
<p><a href="http://www.gnucitizen.org/blog/bugs-in-the-browser-firefoxs-data-url-scheme-vulnerability">Similar security concerns</a> also arise in data: protocol in firefox. So one need to be careful to filter files you want to allow for upload. Actually, once I had similar situation with a website which allowed you to host image files, but the problem was they were not checking for file types. Thats means you are allowed to upload a php file too. So now you can do anything you want with that server (don&#8217;t ask me what I did <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). So beware of such issues.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2008/05/perfect-password-according-to-firefox.html">Perfect password according to firefox </a><br />
<a href="http://aburad.com/blog/2008/04/view-page-source-trick-in-firefox-flock.html">View Page Source trick in firefox/flock </a><br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about pages</a><br />
<a href="http://aburad.com/blog/2008/04/cross-site-scripting-xss.html">Cross Site Scripting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/view-contents-of-zipjar-files-using-firefox.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tracking firefox crashes</title>
		<link>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html</link>
		<comments>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html#comments</comments>
		<pubDate>Tue, 06 May 2008 21:16:52 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[reporter tool]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=224</guid>
		<description><![CDATA[Firefox provides us with a special page, about:crashes (type it in location bar) to track all the crash reports that you have submitted whenever firefox crashes. Firefox crashes are being handled by Mozilla Crash reporter tool, BreakPad.You can also serach Advantage of submitting the crash report is that if its a widely occurring bug then [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox provides us with a <a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">special page</a>, <a href="about:crashes">about:crashes</a> (type it in location bar) to track all the crash reports that you have submitted whenever firefox crashes. Firefox crashes are being handled by Mozilla Crash reporter tool, <a href="http://code.google.com/p/google-breakpad/">BreakPad</a>.You can also serach</p>
<p>Advantage of submitting the crash report is that if its a widely occurring bug then it will appear on <a href="http://crash-stats.mozilla.com/topcrasher">Mozilla: Top Crashers</a>, and chances are that it will get resolved in next release.<br />
<a href="http://aburad.com/blog/wp-content/uploads/2008/05/firefox-crash-report1.png"><img class="aligncenter size-full wp-image-226" title="firefox-crash-report1" src="http://aburad.com/blog/wp-content/uploads/2008/05/firefox-crash-report1.png" alt="" width="500" height="174" /></a><br />
Read more about firefox crashes at <a href="http://kb.mozillazine.org/Firefox_crashes">MozillaZine</a>. Also <a href="http://kb.mozillazine.org/Standard_diagnostic_(Firefox)">Standard diagnostic steps </a>to take when firefox hangs or crashes.</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a><br />
<a href="http://aburad.com/blog/2005/11/18/speed-up-firefox/">Speed Up firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/tracking-firefox-crashes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfect password according to firefox</title>
		<link>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html</link>
		<comments>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html#comments</comments>
		<pubDate>Sat, 03 May 2008 21:03:02 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=223</guid>
		<description><![CDATA[I was going through bits of firefox code, and I found the algorithm used by firefox to measure password strength. You can find it in function setPasswordStrength() in this file : chrome://mozapps/content/preferences/changemp.js. So point schema for password strength: For length :       password-length*10 &#8211; 20   (Max 30) For Numbers:    no-of-numerics * 10       [...]]]></description>
			<content:encoded><![CDATA[<p>I was going through bits of firefox code, and I found the algorithm used by firefox to measure password strength. You can find it in function <em>setPasswordStrength()</em> in this file : <a href="chrome://mozapps/content/preferences/changemp.js">chrome://mozapps/content/preferences/changemp.js</a>.<br />
So point schema for password strength:</p>
<blockquote><p><strong>For length :               password-length*10 &#8211; 20   (Max 30)<br />
For Numbers:         no-of-numerics * 10          (Max 30)<br />
For Symbols:           no-of-symbols * 15           (Max 45)<br />
For UpperCase:   no-of-Uppercase * 10        (Max 30)</strong></p></blockquote>
<p>Your password strength is sum of all these points. So smallest password that would get 100 on password meter can be : AAA@@@  or something similar. But there should also be some criterion for the <strong>uniqueness of the characters. </strong></p>
<p>Interesting read-on <a href="http://www.cs.cmu.edu/~help/security/choosing_passwords.html">how to choose good passwords.</a> that are also easy to remember. Please share your tips on choosing passwords [but yeah dont share passwords <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ]</p>
<p><em>Extra Cookie</em>:<br />
Type <a href="resource:">resource:</a> in your location bar to directly go to firefox installation directory.</p>
<p>Related:<br />
<a href="http://aburad.com/blog/2006/07/choose-and-remember-great-passwords.html">Choose and remember great passwords.</a><br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/perfect-password-according-to-firefox.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>View page source trick in firefox, flock</title>
		<link>http://www.aburad.com/blog/2008/04/view-page-source-trick-in-firefox-flock.html</link>
		<comments>http://www.aburad.com/blog/2008/04/view-page-source-trick-in-firefox-flock.html#comments</comments>
		<pubDate>Tue, 15 Apr 2008 18:07:39 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/04/15/view-page-source-trick-in-firefox-flock/</guid>
		<description><![CDATA[You may have read about firefox&#8217;s special about: pages like about:config, about:cache etc. Or you can go through Firefox about: pages to have an idea about them. There is one similar functionality in firefox which allows you to view page source of a page. You can type view-source:http://www.google.com/ this in location bar to view page [...]]]></description>
			<content:encoded><![CDATA[<p>You may have read about firefox&#8217;s special <span style="font-style: italic">about: </span>pages like <span style="font-style: italic">about:config, about:cache</span> etc. Or you can go through <a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a> to have an idea about them. There is one similar functionality in firefox which allows you to view page source of a page. You can type<br />
<a style="font-weight: bold" href="view-source://http//www.google.com/"></a></p>
<blockquote><p><a style="font-weight: bold" href="view-source://http//www.google.com/">view-source:http://www.google.com/ </a></p></blockquote>
<p>this in location bar to view page source of google.com.<br />
So i have made this Bookmarklet to view page source: <a href="javascript:window.open('view-source:'+top.location)=0;">View Source</a> (So you can drag this to your bookmark toolbar to have quick access).</p>
<p>Similarly you can type<span style="font-weight: bold"> </span><a style="font-weight: bold" href="javascript:">javascript:</a> in your location bar to open java script error console.</p>
<p>Update1:<br />
Key Board Shortcut: Use Ctrl+U to view page source</p>
<p>Related Post:<br />
<a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox About Pages</a><br />
<a href="http://aburad.com/blog/2006/03/little-tweaks-with-javascript-bookmarklets.html">Little tweaks with javascript : Bookmarklets.</a><br />
<a href="http://aburad.com/blog/2007/04/open-webpages-in-sidebar.html">Open webpages in sidebar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/04/view-page-source-trick-in-firefox-flock.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Del.icio.us Toolbar 2.0</title>
		<link>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html</link>
		<comments>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:55:44 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/04/15/my-delicious-toolbar-20/</guid>
		<description><![CDATA[Yesterday I was working late night till 3AM, to update my extension &#8216;My Del.icio.us Toolbar&#8217; which I made long back in October 2006. Reason was to make it work for newer versions of firefox. But then I added some new features too : I added a Explore feature which is similar to Stumble. Checking Del.icio.us [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was working late night till 3AM, to update my extension &#8216;My Del.icio.us Toolbar&#8217; which I made <a href="http://aburad.com/blog/2006/10/my-delicious-toolbar.html">long back in October 2006</a>. Reason was to make it work for newer versions of firefox. But then I added some new features too :</p>
<ul>
<li>I added a <span style="font-style: italic">Explore </span>feature which is similar to Stumble.</li>
<li>Checking Del.icio.us cookies to verify authentication. (You can find more details on how to read browser cookies from javascript <a href="http://developer.mozilla.org/en/docs/XUL_Tutorial:XPCOM_Examples">here</a>. Actually It uses <code><a rel="nofollow" href="http://xulplanet.com/references/xpcomref/ifaces/nsICookieManager.html" title="http://xulplanet.com/references/xpcomref/ifaces/nsICookieManager.html" class="external text">nsICookieManager</a></code> interface to iterate over all of the cookies.</li>
</ul>
<p>Try <a href="https://addons.mozilla.org/en-US/firefox/addon/6997">My Del.icio.us 2.0</a> (Right now you may have to login to access the extension as it&#8217;s in Sandbox.)<a href="http://bp1.blogger.com/_qhHaEAh26gI/SABxNyu8MlI/AAAAAAAAAQ0/f-Vj7Lxb33Y/s1600-h/delicious1.png"><img border="0" src="http://bp1.blogger.com/_qhHaEAh26gI/SABxNyu8MlI/AAAAAAAAAQ0/f-Vj7Lxb33Y/s320/delicious1.png" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" id="BLOGGER_PHOTO_ID_5188271252501705298" /></a></p>
<p>I also noticed that mozilla has redesigned the extension page. They have also added a nice statistics Dashboard for extension, provided graphical representation of number of downloads, active daily users etc. I was surprised to see that <a href="https://addons.mozilla.org/en-US/firefox/addon/3540">older version of My Del.icio.us</a> has reached a total download of 11,200 (not that a big number but still surprising for me) and number of active user around 1000.<br />
<a href="http://bp1.blogger.com/_qhHaEAh26gI/SAByByu8MmI/AAAAAAAAAQ8/ZzafgkL0GHQ/s1600-h/deliciousstats.png"><img border="0" src="http://bp1.blogger.com/_qhHaEAh26gI/SAByByu8MmI/AAAAAAAAAQ8/ZzafgkL0GHQ/s320/deliciousstats.png" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" /></a><br />
Try <a href="https://addons.mozilla.org/en-US/firefox/addon/6997">My Del.icio.us 2.0</a> and provide feedback.</p>
<p>Also Try: <a href="http://www.aburad.com/delicious/searcher/index.html">Del.icio.us Search<span style="font-style: italic">ER</span></a><br />
Related Post:</p>
<ul>
<li><a href="http://aburad.com/blog/2006/10/if-you-want-to-develop-firefox-extension.html">If you want to develop firefox extension..</a></li>
<li><a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">Firefox about: pages</a></li>
<li><a href="http://aburad.com/blog/2008/02/more-firefox-shortcuts.html">Firefox shortcuts</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/04/my-delicious-toolbar-20.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox shortcuts</title>
		<link>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html</link>
		<comments>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 15:07:56 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/2008/02/26/more-firefox-shortcuts/</guid>
		<description><![CDATA[Today I learnt 2 new firefox shortcuts/tricks through this article 20 Amazing Firefox Shortcuts to Save You Time and Money. Deleting Address: Highlight them and use SHIFT + DELETE to remove from drop down menu in address bar. Get Instant Downloads : Just drag the link to download icon in toolbar which you ca get [...]]]></description>
			<content:encoded><![CDATA[<p>Today I learnt 2 new firefox shortcuts/tricks through this article <a href="http://seonoobs.com/20-amazing-firefox-shortcuts-to-save-you-time-and-money/">20 Amazing Firefox Shortcuts to Save You Time and Money.</a></p>
<ul>
<li><em>Deleting Address</em>: Highlight them and use SHIFT + DELETE to remove from drop down menu in address bar.</li>
<li><em>Get Instant Downloads</em> : Just drag the link to download icon in toolbar which you ca get by customizing your toolbar.</li>
</ul>
<p><a href="http://seonoobs.com/20-amazing-firefox-shortcuts-to-save-you-time-and-money/">Read article for</a> more such tips.<br />
Related Links:</p>
<ul>
<li><a rel="bookmark" href="http://aburad.com/blog/2007/01/firefox-about-pages.html" title="Permanent Link to Firefox about: pages">Firefox about: pages</a></li>
<li><a rel="bookmark" href="http://aburad.com/blog/2005/11/speed-up-firefox.html" title="Permanent Link to Speed up firefox">Speed up firefox</a></li>
<li><a rel="bookmark" href="http://aburad.com/blog/2005/10/firefox-tips.html" title="Permanent Link to Firefox Tips">Firefox Tips</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/02/more-firefox-shortcuts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open webpages in sidebar</title>
		<link>http://www.aburad.com/blog/2007/04/open-webpages-in-sidebar.html</link>
		<comments>http://www.aburad.com/blog/2007/04/open-webpages-in-sidebar.html#comments</comments>
		<pubDate>Tue, 03 Apr 2007 09:52:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=197</guid>
		<description><![CDATA[Yesterday i found this great way to store some imp bookmarks in your sidebar. And you can create different sidebar for each such collection. Like for my bookmarks click here. Now you can save this bookmark (may be in bookmark toolbar folder) and use it. This link is a javascript : javascript:window.sidebar.addPanel('title of sidebar','url of [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i found this great way to store some imp bookmarks in your sidebar. And you can create different sidebar for each such collection. Like for my bookmarks <a href="javascript:window.sidebar.addPanel('Burad\'s%20Links','http://www.aburad.com/firefox/sidebar.html','');">click here.</a><br />
Now you can save this bookmark (may be in bookmark toolbar folder) and use it.</p>
<p>This link is a javascript :</p>
<p><code>javascript:window.sidebar.addPanel('title of sidebar','url of sidebar panel','');</code></p>
<p>So now you can point to any URL. and that URL will open in  sidebar with given title.<br />
atleast Works with Firefox</p>
<p style="text-align: center"><a href="http://bp1.blogger.com/_qhHaEAh26gI/RhIolvwvkDI/AAAAAAAAAG0/axEmuEDdxco/s1600-h/sidebar.png" ><img src="http://bp1.blogger.com/_qhHaEAh26gI/RhIolvwvkDI/AAAAAAAAAG0/axEmuEDdxco/s320/sidebar.png" style="cursor: pointer; width: 289px; height: 291px" id="BLOGGER_PHOTO_ID_5049142761176928306" border="0" /></a></p>
<p>Update: <a href="http://labnol.blogspot.com/2007/03/run-google-talk-in-firefox-sidebar.html">Run google talk in firefox sidebar</a></p>
<p>A bookmarklet to bookmark websites to open in sidebar. <a href="javascript:function ab(){a=prompt(&quot;Enter title of URL&quot;); if (a){b = prompt(&quot;Enter URL&quot;,&quot;http://&quot;); if(b){window.sidebar.addPanel(a,b,''); }}} ab();">click here</a></p>
<p>You can click here: <a href="javascript:window.sidebar.addPanel('Gchat','http://talkgadget.google.com/talkgadget/client','');">Add google chat to sidebar</a><br />
Add <a href="javascript:window.sidebar.addPanel('Digg|River','http://www.diggriver.com/','');">Digg|River</a><br />
<b>Update: 25-apr-2008</b><br />
Add <a href="javascript:window.sidebar.addPanel('Facebook Chat','http://www.facebook.com/presence/popout.php','');">Facebook Chat</a></p>
<p>Also read : <a href="http://kshitijb.blogspot.com/2007/04/webpages-for-sidebar.html">Webpages for Sidebar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/04/open-webpages-in-sidebar.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Development Tools</title>
		<link>http://www.aburad.com/blog/2007/02/web-development-tools.html</link>
		<comments>http://www.aburad.com/blog/2007/02/web-development-tools.html#comments</comments>
		<pubDate>Sat, 24 Feb 2007 17:34:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web developer tools]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=189</guid>
		<description><![CDATA[Great listing of web developers powertools by Brennan Stehling. I&#8217;ll starts with extension for firefox that comes very handy while web devlopment. Web Developer : Adds a menu and a toolbar with various web developer tools. Firebug: Allows you to edit debug, and monitor CSS, HTML, and JavaScript live in any web page. ColorZilla: Advanced [...]]]></description>
			<content:encoded><![CDATA[<p>Great listing of web developers powertools by <a href="http://brennan.offwhite.net/blog/2006/09/10/web-development-tools-for-the-power-developer/">Brennan Stehling</a>.<br />
I&#8217;ll starts with extension for firefox that comes very handy while web devlopment.</p>
<ul>
<li><a href="https://addons.mozilla.org/firefox/60/">Web Developer</a> : Adds a menu and a toolbar with various web developer tools.</li>
<li><a href="https://addons.mozilla.org/firefox/1843/">Firebug</a>: Allows you to edit debug, and monitor CSS, HTML, and JavaScript live in any web page.</li>
<li><a href="https://addons.mozilla.org/firefox/271/">ColorZilla</a>: Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies.</li>
<li><a href="https://addons.mozilla.org/firefox/3829/">Live HTTP Headers</a></li>
</ul>
<p>The list <a href="http://brennan.offwhite.net/blog/2006/09/10/web-development-tools-for-the-power-developer/">Web Development Tools for the Power Developer</a> contains :</p>
<h3>Validators</h3>
<ul>
<li><a href="http://validator.w3.org/">HTML/XHTML Validator</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a></li>
<li><a href="http://feedvalidator.org/">Feed Validator (RSS and Atom)</a></li>
</ul>
<h3>Javascript</h3>
<ul>
<li><a href="http://prototype.conio.net/">Prototype Javascript Framework</a></li>
<li><a href="http://script.aculo.us/">Script.aculo.us</a></li>
<li><a href="http://developer.yahoo.com/javascript/">Yahoo! JavaScript Developer Center</a></li>
<li><a href="http://www.javascriptlint.com/">Javascript Lint</a></li>
</ul>
<h3>Websites</h3>
<ul>
<li><a href="http://www.alistapart.com/">A List Apart</a></li>
<li><a href="http://www.positioniseverything.net/">Position Is Everything</a></li>
<li><a href="http://www.quirksmode.org/">Quirks Mode</a></li>
<li><a href="http://www.webstandards.org/">WaSP</a></li>
<li><a href="http://www.csszengarden.com/">CSS Zen Garden</a></li>
</ul>
<p><a href="http://brennan.offwhite.net/blog/2006/09/10/web-development-tools-for-the-power-developer/">Read More&gt;&gt;</a> (also containing ASP.NET, Proxy tools)<br />
And <a href="http://www.w3schools.com/">w3schools</a>, a great place for finding tutorials realted to web development.</p>
<p>Updated(29 April 2007) : <a href="http://www.tlbox.com/web_designers/" style="font-weight: bold">Tools for web-designers.</a></p>
<p>Related Post :</p>
<ul>
<li><a href="http://aburad.com/blog/2007/02/improving-interactivity-with-javascript.html">Improving interactivity with Javascript</a></li>
<li><a href="http://aburad.com/blog/2007/02/firebug-web-development-evolved.html">Firebug : web development evolved</a></li>
<li><a href="http://aburad.com/blog/2007/02/play-with-html-using-javascript.html">Play with html using javascript</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/web-development-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paint Chat !!</title>
		<link>http://www.aburad.com/blog/2007/02/paint-chat.html</link>
		<comments>http://www.aburad.com/blog/2007/02/paint-chat.html#comments</comments>
		<pubDate>Fri, 09 Feb 2007 23:57:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[paint brush]]></category>
		<category><![CDATA[paint screen]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=177</guid>
		<description><![CDATA[Now chat using a paint brush !!. I had made this app which uses paint brush to express yourself and share with others. This uses HTML:Canvas for drawing graphics using javascript, so no sluggish java applet and flash. It uses XMLHttprequest to synchronize paint screen with server. You can share this url with your friends [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp0.blogger.com/_qhHaEAh26gI/RcpbgRmHgGI/AAAAAAAAADA/mvo_0zSbPfE/s1600-h/paintbrush.jpg"><img border="0" src="http://bp0.blogger.com/_qhHaEAh26gI/RcpbgRmHgGI/AAAAAAAAADA/mvo_0zSbPfE/s400/paintbrush.jpg" style="float: right; margin: 0pt 0pt 10px 10px; width: 136px; cursor: pointer; height: 130px" id="BLOGGER_PHOTO_ID_5028932543949799522" /></a><br />
<span style="font-weight: bold; font-size: 130%; font-style: italic">Now chat using a paint brush !!.</span></p>
<p>I had made this app which uses paint brush to express yourself and share with others. This uses <a href="http://developer.mozilla.org/en/docs/HTML:Canvas">HTML:Canvas</a> for drawing graphics using javascript, so no sluggish java applet and flash. It uses XMLHttprequest to synchronize paint screen with server. You can share this <a href="http://www.aburad.com/paintchat/paint_chat.php">url</a> with your friends to have a chat with paint brush and use Refresh !! to update your paint screen with that of your friend.<br />
<a href="http://www.aburad.com/paintchat/about_pchat.html">Read about</a> Paint chat.<br />
Try It out : <a href="http://www.aburad.com/paintchat/paint_chat.php">Paint Chat</a></p>
<p><span style="font-style: italic">Updated</span>: I have added feature for filling up whole background with color and also the transparency feature.</p>
<p><a href="http://bp3.blogger.com/_qhHaEAh26gI/Rc4UqUqmAyI/AAAAAAAAAD8/0yby_-w2UXk/s1600-h/paint_demo.png"><img border="0" src="http://bp3.blogger.com/_qhHaEAh26gI/Rc4UqUqmAyI/AAAAAAAAAD8/0yby_-w2UXk/s400/paint_demo.png" style="display: block; margin: 0px auto 10px; cursor: pointer; text-align: center" id="BLOGGER_PHOTO_ID_5029980551153845026" /></a>Related Post:<br />
<a href="http://aburad.com/blog/2005/06/shout-box-2.html">Shout-Box</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/paint-chat.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

