<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; mozilla</title>
	<atom:link href="http://www.sajithmr.me/tag/mozilla/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gtranslate &#8211; Firefox Plugin</title>
		<link>http://www.sajithmr.me/gtranslate-firefox-plugin</link>
		<comments>http://www.sajithmr.me/gtranslate-firefox-plugin#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:04:09 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[quick-tips]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[translator]]></category>

		<guid isPermaLink="false">http://www.sajithmr.me/gtranslate-firefox-plugin/</guid>
		<description><![CDATA[Those who use google translator very frequently and those who like firefox, can use this plugin to translate any language string to any language just by a right click. By default it is auto-detect to english which is most of the people want. This plugin helped me to develop my recent project in Portuguese language. [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><a href="http://www.sajithmr.me/wp-content/uploads/2010/09/mozilla-firefox.png" class="image-link"><img class="linked-to-original" src="http://www.sajithmr.me/wp-content/uploads/2010/09/mozilla-firefox-thumb.png" height="348" align="left" width="311" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br />Those who use google translator very frequently and those who like firefox, can use this <a href="https://addons.mozilla.org/en-US/firefox/addon/918/" target="_blank">plugin</a> to translate any language string to any language just by a right click. </p>
<p style="clear: both">By default it is auto-detect to english which is most of the people want. This plugin helped me to develop my recent project in Portuguese language. </p>
<p style="clear: both">Make it simple</p>
<p>&#8211; Sajith</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/gtranslate-firefox-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firephp</title>
		<link>http://www.sajithmr.me/firephp</link>
		<comments>http://www.sajithmr.me/firephp#comments</comments>
		<pubDate>Mon, 17 Aug 2009 22:45:46 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firephp]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/?p=452</guid>
		<description><![CDATA[We like firebug , We like PHP , if so, We also begin to  like FirePHP !!! Using firephp , you can debug your php code. Firephp is a firefox plugin which works on firebug console. In our php life, we know we can use echo function to print or debug the value of a [...]]]></description>
			<content:encoded><![CDATA[<p>We like firebug , We like PHP , if so, We also begin to  like FirePHP !!!</p>
<p>Using firephp , you can debug your php code. Firephp is a firefox plugin which works on firebug console.</p>
<p><a href="http://www.sajithmr.com/wp-content/uploads/2009/08/firebug-extlist-firephp.png"><img class="alignnone size-full wp-image-453" title="firebug-extlist-firephp" src="http://www.sajithmr.com/wp-content/uploads/2009/08/firebug-extlist-firephp.png" alt="" width="422" height="457" /></a></p>
<p>In our php life, we know we can use echo function to print or debug the value of a variable and we usually do that. But if there is any header function such as image manipulation, redirection etc, if you use echo or print either it leads into unwanted results or we get the common error, cannot modify header information headers already sent  !!!</p>
<p>The one solution for this is, writing the variable value into a log file and check the log file after execution. But the advantage of fire php is, you can log messages, or value of a variable and can see through firebug console.</p>
<p>For example:</p>
<p>&lt;?php $fire_php-&gt;log(&#8216;Enter into function&#8217;); ?&gt;</p>
<p>&lt;?php $fire_php-&gt;log($result); ?&gt;</p>
<p>You can also categorize your error as warning or error . eg:</p>
<p>&lt;?php $fire_php-&gt;warn(&#8216;Variable value is not set&#8217;)?&gt; or</p>
<p>&lt;?php $fire_php-&gt;error(&#8216;No parameter passed&#8217;) ?&gt;</p>
<p>For more go to: <a style="text-decoration: none;" href="http://www.firephp.org/">http://www.firephp.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/firephp/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bypass your browser download to any accelerator (Flashgot)</title>
		<link>http://www.sajithmr.me/bypass-your-browser-download-to-any-accelerator-flashgot</link>
		<comments>http://www.sajithmr.me/bypass-your-browser-download-to-any-accelerator-flashgot#comments</comments>
		<pubDate>Mon, 27 Oct 2008 05:33:04 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[bypass]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[high speed]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/bypass-your-browser-download-to-any-accelerator-flashgot/</guid>
		<description><![CDATA[When ever we click on a downloadable file , our browser pop up a download window popup and ask us where to save. That download option does not have any other options like , limit the speed, scheduled download, download by split parts etc like what download accelerator like flashget does. In some cases we [...]]]></description>
			<content:encoded><![CDATA[<p>When ever we click on a downloadable file , our browser pop up a download window popup and ask us where to save. That download option does not have any other options like , limit the speed, scheduled download, download by split parts etc like what download accelerator like flashget does. In some cases we drag the link  (or click on download by flashget from context menu) to flashget for download using accelerator . But this is not possible in all the cases. Most of the downloads are not via direct link to the file, instead it points a dynamic web page (php or something), and it pops up the download option. Or sometimes there will be captcha to fill for download. In this case dragging to a accelerator is not possible.</p>
<p>The plugin which helped to do this is Mozilla&#8217;s <a href="https://addons.mozilla.org/en-US/firefox/addon/220" target="_blank">FlashGot </a>.What this plugin does is , it adds one more option for bypass the download from mozilla browser to some other accelerator say flashget.</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/10/flashgot.JPG" alt="FlashGot mozilla plugin" /></p>
<p>Might be some of you waiting  for such a solution for a long time , rite ?</p>
<p>Regards</p>
<p>Sajith</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/bypass-your-browser-download-to-any-accelerator-flashgot/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Float &#8211; Margin Problem</title>
		<link>http://www.sajithmr.me/internet-explorer-float-margin-problem</link>
		<comments>http://www.sajithmr.me/internet-explorer-float-margin-problem#comments</comments>
		<pubDate>Thu, 16 Oct 2008 14:22:10 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[white space]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/internet-explorer-float-margin-problem/</guid>
		<description><![CDATA[If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions . Mozilla shows contents as we expect while the design phase. The web browser arrived recently, Chrome also shows [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/10/internet-explorer-logo-with-pins.jpg" alt="Internet Explorer Float - Margin Problem" /></p>
<p>If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser&#8217;s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions .</p>
<p><a href="http://www.sajithmr.com/why-i-like-mozilla/" title="Mozilla" target="_blank">Mozilla</a> shows contents as we expect while the design phase. The web browser arrived recently, <a href="http://www.sajithmr.com/google-chrome/" title="Google Chrome" target="_blank">Chrome</a> also shows things like what we put in our designs. When we check with Internet explorer, the veteran in this field, a lots of problems with aligns , extra white space , floating  etc.</p>
<p>I already posed about <a href="http://www.sajithmr.com/ie-internet-explorer-form-tag-problem/" title="Internet Explorer Form Tag " target="_blank">internet explorer form tag problem</a>. Here, recently i faced a different problem with IE, when we use float values say float:left for a particular div, and if we apply left-margin:10px (or whatever value), IE displays it with doubled marginal length (in this case around 20px)</p>
<p>When i googled it , and finally got a solution. What you have to do is, add <strong>display:inline </strong>value to the div which shows this extra white space or extra length</p>
<p>eg:</p>
<p><font color="#993300">#rightDiv<br />
{<br />
width:279px;<br />
height:40px;</font></p>
<p><font color="#993300">float:left;<br />
display:inline;</font></p>
<p><font color="#993300">}</font></p>
<p>I got this precious solution from <a href="http://www.positioniseverything.net/explorer/floatIndent.html" target="_blank">http://www.positioniseverything.net/explorer/floatIndent.html</a></p>
<p>If you want to get the updations in these article, enter your email address below:</p>
<form action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1221113', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">Enter your email address:&nbsp;<br />
<input type="text" style="color:#666;border:1px solid #cbcbcb;background:#fcfcfc; width:120px;"  name="email"/>
<input type="hidden" value="http://feeds.feedburner.com/~e?ffid=1221113" name="url"/>
<input type="hidden" value="Sajithmr.com" name="title"/>
<input type="hidden" name="loc" value="en_US"/>&nbsp;<br />
<input type="submit" value="Submit" /></form>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/internet-explorer-float-margin-problem/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Chrome</title>
		<link>http://www.sajithmr.me/google-chrome</link>
		<comments>http://www.sajithmr.me/google-chrome#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:22:07 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[webworld]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[chrash]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[flop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/google-chrome/</guid>
		<description><![CDATA[10 Features of Google Chrome &#8211; Youtube Video [youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE] Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All [...]]]></description>
			<content:encoded><![CDATA[<h3>10 Features of Google Chrome &#8211; Youtube Video</h3>
<p>[youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE]</p>
<p>Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All other browsers are very congested )</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/03pogue_span.jpg" alt="The Competition is started" width="467" height="202" /></p>
<p>Another feature i like to see was that task manager. I was searching for such a plugin in mozilla. Which tabs takes more memory , more internet resources etc. And we can even end the process . Good approach google. Hats off.</p>
<p>The next feature i like is downloading files. It never ask for location for saving. After download you can save as you wish (You can drag the downloaded file anywhere in your computer ). So when you want to download , just download it !!!</p>
<p>On the very first day, i got a crashed warning message from chrome while i browsing !!!</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/crashed2.JPG" alt="Google Chrome Crashed" /></p>
<p>But there was option to restart, so saved  all the tabs.</p>
<p>Another feature i liked is it error display mechanism. It shows proper error and proper solution just like google style <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/09/error.JPG" alt="Dns Error Chrome" width="525" height="183" /></p>
<p>One feature i expect was the warning before closing tabs. When i closed the browser, all the tab get closed without any warning.. I think firefox made me to think like this .</p>
<p>And in option , you can see the saved passwords (without any masking !!!) .  That is a bad feature i think.Lets expect more features in the coming update .</p>
<p>And about wordpress editor; some of the functions of WYSWUG wordpress editor is not working with chrome. I think this is because of the javascript compatibility  .</p>
<p>From a developer angle , i got one more browser to test a webpage  (How it appears after changing the html, javascript and css )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/google-chrome/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mozilla is slow ??</title>
		<link>http://www.sajithmr.me/mozilla-is-slow</link>
		<comments>http://www.sajithmr.me/mozilla-is-slow#comments</comments>
		<pubDate>Wed, 16 Apr 2008 07:55:33 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/mozilla-is-slow/</guid>
		<description><![CDATA[Mozilla uses more memory space. It becomes slow when i open more tabs Page cannot be found error makes the whole browser hang It crashes sometimes and restore session is the only resort to regain The above complaints are very common about mozilla. But still i like mozilla But there are some hidden truths regarding [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/modern_navigation-1-small.jpg" alt="Mozilla is Slow" height="336" width="448" /></p>
<ul>
<li>Mozilla uses more memory space.</li>
<li>It becomes slow when i open more tabs</li>
<li>Page cannot be found error makes the whole browser hang</li>
<li>It crashes sometimes and restore session is the only resort to regain</li>
</ul>
<p>The above complaints are very common about mozilla. But  <a href="http://www.sajithmr.com/why-i-like-mozilla/" title="Why i like mozilla" target="_blank">still  i like mozilla</a> <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But there are some hidden truths regarding mozilla&#8217;s configuration. The Basic or <strong>Default configuration of mozilla is for Dial-up-connection</strong>.</p>
<blockquote><p> You can go on with your default mozilla if you are using a dial-up connection. If you have a <strong>Broadband Internet Connection</strong>, you can make your mozilla more powerful than usual.</p></blockquote>
<p><u>Do the following things:</u></p>
<ol>
<li>Open a new tab in your mozilla.</li>
<li>Type <strong>about:config</strong> in your address bar and press Enter</li>
</ol>
<p>This is the configuration page for mozilla. Dont edit all the fields .</p>
<p><u>For reducing memory usage of firefox do this</u>:</p>
<p>Right click on the resulting window, <strong>New &gt;  Boolean </strong></p>
<p>It prompt for &#8220;Enter the preference name&#8221;</p>
<p>Type<font color="#ff6600"> </font><strong><em><font color="#ff6600">config.trim_on_minimize</font> </em></strong>and press ok.  Select <strong> true</strong>  value  after that</p>
<p><u>For adding more speed for browsing and downloading:</u></p>
<p>On the about:config page , find the string <em><font color="#ff6600"><strong>network.http.pipelining</strong></font> </em> (you can use the filter given for easy searching)</p>
<p>Change its value from false to true (Just double click on the line, it will toggle the true/ false values, or right click and click toggle)</p>
<p>Also change <em><font color="#ff6600"><strong>network.http.proxy.pipelining</strong></font> </em> value true.</p>
<p>Now you have to change <em>network.http.pipelining.maxrequests </em> value . (Double click or right click and modify)</p>
<p>By default it will be 5 . Set its value from 10 to 30 depending on your internet connection speed.</p>
<p>Final Step: Right click on that window (about:config)  and Click <strong>New  &gt; Integer</strong> and type:<font color="#ff6600"> </font><strong><em><font color="#ff6600">nglayout.initialpaint.delay</font> </em></strong> and set its value to 0 (zero)</p>
<p>Done, restart your mozilla. Now you will get faster mozilla, faster internet. Happy Browsing.</p>
<p>If you want to know more regarding mozilla configuration, see this link: <a href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries" target="_blank">http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries</a></p>
<p><u>Interesting Tip:</u></p>
<p>like<strong> http:// </strong>or <strong>ftp://</strong> prompts you saw <strong>about</strong>: prompt. <strong>about:blank</strong> is a very familiar prompt right ?  So another prompt here ; it is <strong>chrome://</strong></p>
<p>Type:  chrome://browser/content/browser.xul  in your browsers address bar to see your mozilla browser inside itself.</p>
<p>Interesting !!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/mozilla-is-slow/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Why I like mozilla</title>
		<link>http://www.sajithmr.me/why-i-like-mozilla</link>
		<comments>http://www.sajithmr.me/why-i-like-mozilla#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:49:23 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/why-i-like-mozilla/</guid>
		<description><![CDATA[Open Source Browser (Free Software) My First Tabbed Browsing Extensible layout (Extensions and plugins) Very interesting developer platform Xp support (Cross platform) Very simple layout engine(Gecko) Google Search integrated More over when i checked my status, most of the visitors are browsed through firefox I think there is a hidden relation ship between google and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/firefox.jpg" alt="Ie v/s mozilla" height="453" width="469" /></p>
<ol>
<li>Open Source Browser (Free Software)</li>
<li>My First Tabbed Browsing</li>
<li>Extensible layout (Extensions and plugins)</li>
<li>Very interesting developer platform</li>
<li>Xp support (Cross platform)</li>
<li>Very simple layout engine(<a href="http://en.wikipedia.org/wiki/Gecko_%28layout_engine%29" target="_blank">Gecko</a>)</li>
<li>Google Search integrated</li>
</ol>
<p>More over when i checked my status, most of the visitors are browsed through firefox</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/browserpercentage.jpg" alt="sajithmr.com status" /></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/pie.jpg" alt="sajithmr.com pie chart" /></p>
<p>I think there is a hidden relation ship between google and firefox. I heard a news that, some google employees are there  in the Mozilla development team.  If that is true, i am 100% more happy. Because both are my favorite team players. It is like merging the cricket team of India and Australia <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.realnetworks.com/company/press/releases/2006/real_mozilla_google.html" target="_blank">http://www.realnetworks.com/company/press/releases/2006/real_mozilla_google.html</a><br />
<a href="http://www.cnet.com/8301-13739_1-9776759-46.html" target="_blank">http://www.cnet.com/8301-13739_1-9776759-46.html</a></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/google-firefox-love.gif" alt="Mozilla and Google" /></p>
<p>See this video:<br />
[youtube:http://www.youtube.com/watch?v=xuTgi8TP-p0]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/why-i-like-mozilla/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Todo Reminder (http://remind.olph.in)</title>
		<link>http://www.sajithmr.me/todo-reminder-httpremindolphin</link>
		<comments>http://www.sajithmr.me/todo-reminder-httpremindolphin#comments</comments>
		<pubDate>Sun, 16 Mar 2008 17:10:05 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[dolphin]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[heat]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[remind.olph.in]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[todo reminder]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/todo-reminder-httpremindolphin/</guid>
		<description><![CDATA[Todo Reminder is a Mozilla Plugin, which can be used to set Reminder for Your Friends for a particular event on a particular date. Your Friend will get Email / SMS alert some days before (Called Heat) that event. So you never forgot a particular event / ToDo. For example, when you composing an Email [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://remind.olph.in" title="Todo Reminder" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/todo-logo-copy.gif" alt="Todo Reminder Logo" style="margin: 10px; float: left" /></a></p>
<p class="MsoNormal"><a href="http://remind.olph.in/todoreminder.xpi" title="Todo Reminder Download"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/firefoxtodo_logo-medium.png" alt="Todo Reminder - Mozilla Plugin" style="margin: 10px; float: right" /></a></p>
<p class="MsoNormal"><strong><font size="4">T</font></strong>odo Reminder is a <strong>Mozilla Plugin</strong>, which can be used to set Reminder for Your Friends for<span>  </span>a particular event on a particular date. Your Friend will get <strong>Email / SMS</strong> alert some days before (Called <strong>Heat</strong>) that event. So you never forgot a particular event / ToDo.<o:p> </o:p></p>
<p class="MsoNormal">For example, when you composing an Email to your friends for your College Get together on March<span>  </span>21. While composing mail you can simple add a reminder to all of your friends by a single mouse Click, so that all of your friends get reminder emails / sms on that day.</p>
<p class="MsoNormal">You can <strong>Download</strong> the Plugin <strong><a href="http://remind.olph.in/todoreminder.xpi" title="Todo Reminder Download"><font size="5">here</font> </a></strong></p>
<p class="MsoNormal">Here is the screen short of composing an Email in Gmail:</p>
<p class="MsoNormal"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/1-composing-a-mail.jpg" alt="Composing a Mail" height="540" width="534" /></p>
<p class="MsoNormal">Before Sending this mail, Select all email addresses and right click :</p>
<p class="MsoNormal"> <img src="http://www.sajithmr.com/wp-content/uploads/2008/03/2-rightclick.JPG" alt="Right Click for Todo Reminder" height="528" width="528" /></p>
<p class="MsoNormal">(You can select any set of emails from any web page and can add reminder like this)</p>
<p class="MsoNormal">Launching the <strong>TodoReminder</strong> Plugin:</p>
<p class="MsoNormal"><a href="http://remind.olph.in" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/3-starting-plugin.jpg" alt="Start Todo Reminder plugin" /></a></p>
<p class="MsoNormal"> Here you can see all of your selected emails, you can put a Subject for your Reminder, Date of Event, and <strong>How many days before the alert to be provided </strong>(Lets call it <strong>HEAT</strong>). If Date is March 21 and 3 is the  HEAT, then your friends will get alert email from 18th March to 21 March.</p>
<p class="MsoNormal">See the window after setting the Reminder</p>
<p class="MsoNormal"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/4-successfulladded.JPG" alt="Todo Reminder Successfully Set" /></p>
<p class="MsoNormal"> Enough, Your Friends automatically gets Reminder Emails along with your email. He can <strong>Accept or Reject your reminder</strong>.</p>
<p class="MsoNormal">The screen shot of the email your friend gets:</p>
<p class="MsoNormal"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/6-mail-viewing.jpg" alt="Your Reminder Email" /></p>
<p class="MsoNormal"> When he clicks the Reminder Activation link, A Confirmation window will pop up , and he can Accept or Reject the reminder  and also can <strong>Edit the HEAT </strong>(How many days before the alert to be started)</p>
<p class="MsoNormal"> Screen shot of Confirmation Popup:</p>
<p class="MsoNormal"> <a href="http://remind.olph.in" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/confirmation.jpg" alt="Todo Reminder Confirmation" /></a></p>
<p class="MsoNormal"><a href="http://remind.olph.in/todoreminder.xpi" title="Todo Reminder Download">Download the plugin Now<br />
</a></p>
<p class="MsoNormal"><a href="http://remind.olph.in/todoreminder.xpi" title="Todo Reminder Download"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/firefoxtodo_logo-medium.png" alt="Todo Reminder - Mozilla Plugin" /></a></p>
<p class="MsoNormal"><a href="http://remind.olph.in/todoreminder.xpi" title="Todo Reminder Download"><br />
</a></p>
<p class="MsoNormal">For more, go to TodoReminder Online Service :<strong><a href="http://remind.olph.in" title="Todo Reminder" target="_blank"> http://remind.olph.in</a></strong></p>
<p class="MsoNormal">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/todo-reminder-httpremindolphin/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mozilla Plugin for Gmail</title>
		<link>http://www.sajithmr.me/mozilla-plugin-for-gmail</link>
		<comments>http://www.sajithmr.me/mozilla-plugin-for-gmail#comments</comments>
		<pubDate>Fri, 14 Mar 2008 17:15:31 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[better gmail]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/mozilla-plugin-for-gmail/</guid>
		<description><![CDATA[I personally like gmail than any other webmail service in this world. I was a regular yahoo mail user two years before, and i used yahoo messenger also. I am not blaming yahoo mail service, i don&#8217;t know the reason for this switching exactly, but i like gmail. Might be because of its simple chat, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/gmail-logo.jpg" alt="Gmail logo" style="margin: 20px; float: left" /></p>
<p><strong><font size="8">I</font></strong> personally like gmail than any other webmail service in this world. I was a regular yahoo mail user  two years before, and i used yahoo messenger also. I am not blaming yahoo mail service, i don&#8217;t  know the reason for this switching exactly, but i like gmail. Might be because of its simple chat, simple Ajax implementation, very simple look, etc . But the thing i want to disclose is not a mere comparison of gmail and yahoo, that is not my concern here.</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/firefox-logo.png" alt="Firefox logo" style="margin: 20px; float: right" height="207" width="209" /></p>
<p>Some additional features i expected while using gmail are <span style="font-weight: bold">HTML signature</span>, customizing the view,  labellings,  theme ,  removal of ads ,  i am not revealing the climax of the  movie here <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   but i got a mozilla plugin which does all the lagging features of gmail what i expected, and its name is  Better Gmail  (They could have put better name) .</p>
<p>You can download that plugin from here :<a href="https://addons.mozilla.org/en-US/firefox/addon/4866" title="Better Gmail" target="_blank"> Better Gmail </a></p>
<p>Screen shot:<br />
<img src="http://www.sajithmr.com/wp-content/uploads/2008/03/better-gmail.JPG" alt="Better Gmail Screen Shot" style="margin: 20px; float: right" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4866" title="Download Mozilla Plugin" target="_blank">Download the plugin</a> and install and refresh gmail page after making any changes in the option. Put a better html signature with images , links etc like yahoo, customize your gmail as you wish.</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/20070417-gmail-logo.jpg" alt="Google Mail Logo" height="220" width="302" /></p>
<p>(Tips: For 100% working of this plugin, you need to switch into older gmail version)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/mozilla-plugin-for-gmail/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

