<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Technovice.net - Software</title>
    <link>http://www.technovice.net/</link>
    <description>A Simple Blog For Totally Tech Beginners</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 03 Feb 2007 01:04:14 GMT</pubDate>

    <image>
        <url>http://www.technovice.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Technovice.net - Software - A Simple Blog For Totally Tech Beginners</title>
        <link>http://www.technovice.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Recommended Reading - How to increase download speeds of uTorrent</title>
    <link>http://www.technovice.net/archives/317-Recommended-Reading-How-to-increase-download-speeds-of-uTorrent.html</link>
            <category>BitTorrent</category>
    
    <comments>http://www.technovice.net/archives/317-Recommended-Reading-How-to-increase-download-speeds-of-uTorrent.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=317</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=317</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;!-- s9ymdb:34 --&gt;&lt;img width=&quot;135&quot; height=&quot;189&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/utorrent_image.jpg&quot; alt=&quot;&quot;  /&gt;OK, for you folks out there who are currently sucking all the bandwidth from the net using uTorrent, there is an article written by John TP in his blog about how to suck the net&#039;s bandwidth more efficiently :) I was actually planning to write my own version of this article, but this guy is damn good, i really doubt that i could make a better article than his, but if i do, i will surely post it here :) . 

Anyway, please click on this link to go to John TPs blog and start reading: &lt;a href=&quot;http://www.johntp.com/2006/04/19/how-to-increase-download-speeds-of-utorrent/&quot; target=&quot;_blank&quot;&gt;How to increase download speeds of uTorrent&lt;/a&gt;  
    </content:encoded>

    <pubDate>Fri, 02 Feb 2007 17:22:53 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/317-guid.html</guid>
    
</item>
<item>
    <title>Greasemonkey + Greased Lightbox = Cool</title>
    <link>http://www.technovice.net/archives/309-Greasemonkey-+-Greased-Lightbox-Cool.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/309-Greasemonkey-+-Greased-Lightbox-Cool.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=309</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=309</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    For you folks who never heard of &lt;a href=&quot;https://addons.mozilla.org/firefox/748/&quot; target=&quot;_blank&quot;&gt;Greasemonkey&lt;/a&gt;, well, it is a Firefox extension, more like an extension for developers. This is due to it&#039;s function which allows users to apply javascripts to web pages without even adding a code to the page. All you need is a premade javascript or a javascript that you have written on your own and then with &lt;a href=&quot;https://addons.mozilla.org/firefox/748/&quot; target=&quot;_blank&quot;&gt;Greasemonkey&lt;/a&gt;, apply it to any web pages you like.

But, how is this thing useful for tech beginners or people who hell doesn&#039;t know how to code javascripts or even better, never heard to javascript at all.  As i have mentioned above, all you need is a premade javascript code. Just follow this article as i show you how to use Greasemonkey and a particular javascript code to preview images in almost any webpages (Flickr, Google Images, deviantART etc ) without even requiring to reload the page. Ain&#039;t that cool or what? (if it is not, you really need to get your geeky gene checked up :) )

 I have gave it a thought and i think it is best for you to try this on your own so that you could have the full experience :P . 

&lt;ul&gt;1. We will begin by installing the Greasemonkey extension, click on this link to go to the extension page and then install the extention: &lt;a href=&quot;https://addons.mozilla.org/firefox/748/&quot; &gt;Get Greasemonkey&lt;/a&gt;
2. Next, restart your Firefox, then, please come back to this page :-)
3. After that, click on this link to install a javascript called Greased Lightbox: &lt;a href=&quot;http://shiftingpixel.com/downloads/greasedlightbox.user.js&quot; &gt;Get Greased Lightbox&lt;/a&gt;
4. Now, go and try the javascript out ( best place to go is Flickr, Google Image or deviantART)
&lt;/ul&gt;

If the whole process was a success, upon clicking on an image, a lightbox will appear with the larger preview of the image (would not necessarily be the largest image size, but it would be the larger one). To learn more about the &lt;a href=&quot;http://shiftingpixel.com/lightbox/&quot; target=&quot;_blank&quot;&gt;Greased Lightbox &lt;/a&gt; javascript, please click on this link to go to the page: &lt;a href=&quot;http://shiftingpixel.com/lightbox/&quot; target=&quot;_blank&quot;&gt;Greased Lightbox &lt;/a&gt;; there you should find more details about the lightbox and even a preview of the script in action. 
    </content:encoded>

    <pubDate>Sat, 27 Jan 2007 08:49:00 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/309-guid.html</guid>
    
</item>
<item>
    <title>Anti Phishing In Firefox</title>
    <link>http://www.technovice.net/archives/300-Anti-Phishing-In-Firefox.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/300-Anti-Phishing-In-Firefox.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=300</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=300</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;!-- s9ymdb:26 --&gt;&lt;img width=&quot;250&quot; height=&quot;188&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/suspect_web_forgery.jpg&quot; alt=&quot;&quot;  /&gt;

If you are currently using Firefox 2, you should know that one of it&#039;s main security feature is that it has a build in &lt;a href=&quot;http://en.wikipedia.org/wiki/Phishing&quot; target=&quot;_blank&quot;&gt;anti-phishing&lt;/a&gt; system or, by what they call at the Mozilla website, Phishing Protection. This feature is already activated by default, nothing special there. But did you know that there are 2 different list of blacklisted sites that are available to your Firefox? One is called the local list, the list from Mozilla and the other is the list from Google. By default, your Phishing Protection feature depends on the local list, but is there a different between these two lists?

 Actually there is. Last year, Mozilla &lt;a href=&quot;http://www.mozilla.org/security/phishing-test.html&quot; target=&quot;_blank&quot;&gt;did an experiment&lt;/a&gt; to compare whose &lt;a href=&quot;http://en.wikipedia.org/wiki/Phishing&quot; target=&quot;_blank&quot;&gt;anti-phishing&lt;/a&gt; technology is better, Firefox&#039;s or IE&#039;s . Other than that, they also made a comparison between using the local list and Google&#039;s list for Firefox, this experiment is the one that we are interested in. Below is the result of the experiment:

&lt;!-- s9ymdb:27 --&gt;&lt;img width=&quot;353&quot; height=&quot;112&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/anti_phishing_result.jpg&quot; alt=&quot;&quot;  /&gt;


From this result we can conclude that Firefox is better at detecting a possible phishing site when it is using the Google List, don&#039;t you agree with me? 

So, how can we change Firefox from using the local list to using the Google&#039;s list?  It is pretty simple actually,you just need to click on &lt;u&gt;Tools&lt;/u&gt; in Firefox&#039;s toolbar, then click on &lt;u&gt;Options&lt;/u&gt;. After that a menu will pop up, click on the &lt;u&gt;Security&lt;/u&gt; tab in this menu and you may change the list there. I have also prepared a short presentation, showing how to change the list from the pop up menu, please click on the link below to view the tutorial:

&lt;div&gt;A simple presentation:&lt;b&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;testExplode(this)&quot;&gt;Changing To Google&#039;s list&lt;/a&gt;&lt;/b&gt;&lt;div id=&quot;explode&quot; style=&quot;position:absolute; top:400px;left:-70px;height:550px;padding-top:10px&quot;&gt;&lt;div id=&quot;close&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;testImplode(this)&quot; style=&quot;color:#fff&quot;&gt;&lt;strong&gt;Click Here To Close The Window&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;OBJECT CLASSID=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; WIDTH=&quot;515&quot; HEIGHT=&quot;530&quot; CODEBASE=&quot;http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0&quot;&gt;&lt;EMBED SRC=&quot;http://technovice.net/uploads/anti_phishing.swf&quot; WIDTH=515 HEIGHT=530 quality=low loop=false TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot;&gt;
&lt;/EMBED&gt;
&lt;PARAM NAME=movie VALUE=&quot;http://technovice.net/uploads/anti_phishing.swf&quot;&gt;
&lt;PARAM NAME=play VALUE=true&gt;
&lt;PARAM NAME=loop VALUE=false&gt;
&lt;PARAM NAME=quality VALUE=low&gt;
&lt;/OBJECT&gt;&lt;/div&gt;&lt;/div&gt;

 
    </content:encoded>

    <pubDate>Tue, 23 Jan 2007 17:49:52 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/300-guid.html</guid>
    
</item>
<item>
    <title>Recommended Firefox Extension - Tab Effect</title>
    <link>http://www.technovice.net/archives/221-Recommended-Firefox-Extension-Tab-Effect.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/221-Recommended-Firefox-Extension-Tab-Effect.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=221</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=221</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    Once in a while, i will go the Firefox website and dig up some new extension and test them out. Sometimes i end up with a cool extension, but there are also times when the extension just gives me more problems than benefits. 

This time around i am kinda lucky, cause i found sort of a rare extension, an extension that provides style instead of function to Firefox. Ever thought about that? Usually you will find extension that adds functionality to your Firefox, that&#039;s the main criteria - styles are only for themes.

 This extension is called &lt;a href=&quot;https://addons.mozilla.org/firefox/4258/previews/&quot; target=&quot;_blank&quot;&gt;Tab Effect&lt;/a&gt; and as the name implies, it adds an effect to your Firefox browser whenever you switch between tabs. Personally, i found this really cool. Below is a preview of how the effect looks like, please click on it to view the larger version:

&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.technovice.net/uploads/tab_effect-1.jpg&#039;&gt;&lt;!-- s9ymdb:21 --&gt;&lt;img width=&quot;192&quot; height=&quot;150&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/tab_effect-2.serendipityThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;


Though some people complain that this effect causes some time delay between tab switching, but i don&#039;t seem to have a problem with that, of course there is a tiny meeny time lag. If previously you can immediately view the tab that you are switching to, but if you are using this extension, it will just add a fraction of a second to the transition and it is for a good reason, for the effect to run.

Anyway enough of mumbling, i really recommend to you at least try this extension out, it may not be everyones cup of coffee, but who knows, you might just end up loving it like me :). To download please click on this link: &lt;a href=&quot;https://addons.mozilla.org/firefox/4258/previews/&quot; target=&quot;_blank&quot;&gt;Tab Effect&lt;/a&gt; to go to the extension&#039;s download page 
    </content:encoded>

    <pubDate>Mon, 15 Jan 2007 15:49:04 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/221-guid.html</guid>
    
</item>
<item>
    <title>Speakers + iTunes + Yahoo! Widget = Ultimate Alarm</title>
    <link>http://www.technovice.net/archives/213-Speakers-+-iTunes-+-Yahoo!-Widget-Ultimate-Alarm.html</link>
            <category>Software</category>
    
    <comments>http://www.technovice.net/archives/213-Speakers-+-iTunes-+-Yahoo!-Widget-Ultimate-Alarm.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=213</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=213</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;!-- s9ymdb:16 --&gt;&lt;img width=&quot;592&quot; height=&quot;126&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/ultimate_alarm.gif&quot; alt=&quot;&quot;  /&gt;

I have been having problems waking up early lately, missing all the morning classes for weeks - and i just hate it. Whenever i miss a class, i have to borrow my friend&#039;s notes, and if you are doing that almost every other day, it starts to bring out the red flag. 

Usually i will be using the alarm function in my handphone to wake me up, but it seems that my body has found a way to totally ignore the alarm. Everytime the alarm in my phone goes off, i will unconciously wake up and shut the phone, and the best thing is, i don&#039;t remember at all doing that, all i know, when i wake up,its already 3 hours late for the first class. This need to end, i need to find the solution for an ultimate alarm system, it has to fulfill these requirements:

   # Need to be damn loud 
   # It should require quite an effort to shut it off

 While i was looking for some kind of solution, i found the Yahoo! Widget for iTunes which will act as an alarm in combination with &lt;a href=&quot;http://www.apple.com/itunes/download/&quot; target=&quot;_blank&quot;&gt;iTunes&lt;/a&gt;. So i started thinking, this may be some blessing from the sky. I am already using &lt;a href=&quot;http://www.apple.com/itunes/download/&quot; target=&quot;_blank&quot;&gt;iTunes&lt;/a&gt; and implementing the combination in the title, now i have my own ultimate alarm. I hope you&#039;ve got it by now,since these past two days my PC has an additional function, other than helping me to have fun, it is now helping me to wake up, wake up with style and music :-)


&lt;strong&gt;Simple Steps&lt;/strong&gt; 

If you are also interested to use your PC to wake you up, the you need to do the following:

1. Download &lt;a href=&quot;http://www.apple.com/itunes/download/&quot; target=&quot;_blank&quot;&gt;iTunes&lt;/a&gt;, then install it - it would be great if you are using iTunes in the first place
2. Download &lt;a href=&quot;http://widgets.yahoo.com/&quot; target&quot;_blank&quot;&gt;Yahoo! Widget Engine&lt;/a&gt;,then install it
3. Download the necessary widget, place it in the widget&#039; folder, then double click to use it.

There are more than one option of widget which could be used an alarm with iTunes, but as for now, i am using &lt;a href=&quot;http://widgets.yahoo.com/gallery/view.php?widget=39123&quot; target=&quot;_blank&quot;&gt;iTunes Alarm Clock&lt;/a&gt;. It has no fancy functions, just some simple settings. What i like about it is that it plays the current song in my playlist, and , as suggested by the developer, i could make my own alarm playlist, a list of ultra loud songs that will make your ears bleed (not literally mates). 

There are also other widgets for you to choose from, just click on this link to view them: &lt;a href=&quot;http://widgets.yahoo.com/gallery/?search=itunes+alarm&amp;amp;x=0&amp;amp;y=0&quot; target=&quot;_blank&quot;&gt;Other Options&lt;/a&gt;


&lt;strong&gt;The Price to Pay&lt;/strong&gt;

To implement all of this is free alright, as long as you already have a PC and a set of speakers. What i meant by the &#039;Price&#039; here is that, you need to leave your PC on for this Ultimate Alarm solution to function. For some, this maybe a bit insane, to leave the PC on all night. But for people like me, i rarely off my PC, since i bought it about 10 months ago, it is countable how many times have i shut my PC down.


So for you guys out there who are damn stubborn to wake up early, then maybe this is what you need. Try it out, who knows, it may work for you too :)
 
    </content:encoded>

    <pubDate>Sat, 13 Jan 2007 00:37:00 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/213-guid.html</guid>
    
</item>
<item>
    <title>Learn How To Add RSS Feed To Your Firefox</title>
    <link>http://www.technovice.net/archives/191-Learn-How-To-Add-RSS-Feed-To-Your-Firefox.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/191-Learn-How-To-Add-RSS-Feed-To-Your-Firefox.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=191</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=191</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;div class=&quot;image_test&quot;&gt;&lt;img src=&quot;http://www.technovice.net/uploads/feed.gif&quot; alt=&quot;&quot;  /&gt;&lt;/div&gt;I have written a &lt;a href=&quot;http://www.technovice.net/archives/11-Adding-Live-Bookmarks-In-Firefox.html&quot; &gt;similar tutorial&lt;/a&gt; before, but it &lt;a href=&quot;http://www.technovice.net/archives/121-Mozilla-To-Discontinue-Updates-For-Firefox-1.5.0.X.html&quot; &gt;will soon be obsolete&lt;/a&gt; because the tutorial was based on Firefox 1.5,  which in turn has a different style compared to Firefox 2, so it won&#039;t be very useful for newbies which are currently using Firefox 2.

Other than that, i also had taken a different approach to make this tutorial. This time, the tutorial is somehow in a presentation/video style, which i believe to be very beneficial to people who dislike to read my long articles (damn lasy people :-P ) . Other than being straight forward, it is also easier to be understood, well, that is just my opinion.

 Don&#039;t take my word for it, view it yourself. To view the tutorial, please click on the link below to initiate it. But just as a friendly warning, the presentation/video is approximately 1MB in size, so for you guys who have a slow internet connection, you kinda need to wait for a while, so that it can take the time to load :-). Anyway, please proceed to the tutorial:


&lt;div&gt;Tutorial: &lt;b&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;testExplode(this)&quot;&gt;Adding Feed To Your Firefox Live Bookmarks (or any other feed reader)&lt;/a&gt;&lt;/b&gt;&lt;div id=&quot;explode&quot; style=&quot;position:absolute; top:20px;left:-70px;height:550px;padding-top:10px&quot;&gt;&lt;div id=&quot;close&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;testImplode(this)&quot; style=&quot;color:#fff&quot;&gt;&lt;strong&gt;Click Here To Close The Window&lt;/strong&gt;&lt;/a&gt;&lt;/div&gt;&lt;OBJECT CLASSID=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; WIDTH=&quot;740&quot; HEIGHT=&quot;520&quot;  CODEBASE=&quot;http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0&quot;&gt;&lt;EMBED SRC=&quot;http://technovice.net/uploads/Adding To Feed Reader.swf&quot; WIDTH=740 HEIGHT=520 quality=low loop=false TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot;&gt;
&lt;/EMBED&gt;
&lt;PARAM NAME=movie VALUE=&quot;http://technovice.net/uploads/Adding To Feed Reader.swf&quot;&gt;
&lt;PARAM NAME=play VALUE=true&gt;
&lt;PARAM NAME=loop VALUE=false&gt;
&lt;PARAM NAME=quality VALUE=low&gt;
&lt;/OBJECT&gt;&lt;/div&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Jan 2007 14:30:43 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/191-guid.html</guid>
    
</item>
<item>
    <title>AllPeers - Share Files Using Firefox</title>
    <link>http://www.technovice.net/archives/184-AllPeers-Share-Files-Using-Firefox.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/184-AllPeers-Share-Files-Using-Firefox.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=184</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=184</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://technovice.net/archives/184-AllPeers-Share-Files-Using-Firefox.html&quot; &gt;&lt;img width=&quot;165&quot; height=&quot;44&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.technovice.net/uploads/allpeers_logo.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;I have always envied the &lt;a href=&quot;http://www.flock.com/&quot; target=&quot;_blank&quot;&gt;flock&lt;/a&gt; users, &lt;a href=&quot;http://www.flock.com/&quot; target=&quot;_blank&quot;&gt;flock&lt;/a&gt; seems like some application 2.0 thing, looks so cool. But the coolest thing about it, in my opinion, is the ability to share files with your buddies who also uses &lt;a href=&quot;http://www.flock.com/&quot; target=&quot;_blank&quot;&gt;flock&lt;/a&gt; - i was wishing ever since that firefox could do the same. And finally, my wishes has been fulfilled with the appearance of this totally incredible extension.

 &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; is an extension that (after being installed) allows Firefox users to share files no matter how big it is, through the p2p network, given that all parties has &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; installed.

Personally i find that &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; is totally cool (excuse me for this, i am totally awed by &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;). Some of its features are as below (this features are only available between Firefox users who has installed &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;:


&lt;strong&gt;Free&lt;/strong&gt;

As most of the things that i have written about in my blog, &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; is also free, which adds more points to it&#039;s appeal :-)

&lt;strong&gt;Create Buddy list&lt;/strong&gt;

You can make a list of your buddies which has installed &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;, this makes it easier for you to share files with them. Other than that, you may also invite your friends to install &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;, so you may expand your buddy network :-)

&lt;strong&gt;Chat&lt;/strong&gt;

Since you have buddies feature in &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;, it would also be cool if you could chat with them, and this is totally possible with &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;. You may chat using &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; while browsing or sharing the files, just like a normal Instant Messenger, really cool and genius.

&lt;strong&gt;Share Files&lt;/strong&gt;

Well, this is the main feature of &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;, it is what that makes it cool and great. &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; allows Firefox users to share any type and any size of files that you want. You are also given the option to control which files can be shared with which buddy, really nice. Other than that, you may also share web pages, this really enhances the web surfing experience. Now not only could you visit cool websites, but also share them in real time, within the browser itself - while still browsing :-). 

&lt;strong&gt;Drag n Drop&lt;/strong&gt;

The &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; developers just know their thing - &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; supports drag and drop - wanna share something, just drag and drop it to the buddy or buddies that you wanna share it with - brilliant.


There are plenty other features that are bundled in &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; (the biggest extension i ever seen, 4++ MB) - but above are the most outstanding once. Though &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; is still in beta stage, but it has a really promising future. Damn, i really like this thing :-)

To download it, please click on this link to go to &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;&#039; Firefox Extension download page: &lt;a href=&quot;https://addons.mozilla.org/firefox/3234/&quot; &gt;Get AllPeers&lt;/a&gt;

If you wanna get a short tour of &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt;, you may view this video at the &lt;a href=&quot;http://www.allpeers.com/index.php&quot; target=&quot;_blank&quot;&gt;AllPeers&lt;/a&gt; website: &lt;a href=&quot;http://www.allpeers.com/tour.html&quot; &gt;Watch AllPeers Video&lt;/a&gt; 



 
    </content:encoded>

    <pubDate>Wed, 27 Dec 2006 19:49:32 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/184-guid.html</guid>
    
</item>
<item>
    <title>Bitcomet's New Official Release - Version 0.76</title>
    <link>http://www.technovice.net/archives/133-Bitcomets-New-Official-Release-Version-0.76.html</link>
            <category>BitTorrent</category>
    
    <comments>http://www.technovice.net/archives/133-Bitcomets-New-Official-Release-Version-0.76.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=133</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=133</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://technovice.net/archives/133-Bitcomets-New-Official-Release-Version-0.76.html&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/Torrent_Bit.gif&quot; class=&quot;image_test&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;No, this is not the current stable version, but it is the latest official release though. I am not sure if the &lt;a href=&quot;http://www.bitcomet.com/&quot; target=&quot;_blank&quot;&gt;BitComet&lt;/a&gt; development team has just hired some new guy, but they are making quite a number of releases in a short period of time with some cool features added or re-added. If they continue going at this pace, i am pretty sure more people will shift to it from other bittorent client :) or i hope

 To download, click this link: &lt;a href=&quot;http://www.download.com/BitComet/3000-2196-10296306.html?part=dl-BitComet&amp;amp;subj=uo&amp;amp;tag=button&quot; target=&quot;_blank&quot;&gt;Get BitComet 0.76&lt;/a&gt;

&lt;strong&gt;From the release note:&lt;/strong&gt;

1. added Scheduler setting page in preferences dialog to adjust bandwidth depending time
2. added max/min upload rate per task settings in BT task page of preferences dialog
3. added New HTTP/FTP download button in toolbar
4. the total task number and selected task number are displayed in status bar of main window
5. fixed the bug that the &lt;a href=&quot;http://www.bitcomet.com/&quot; target=&quot;_blank&quot;&gt;BitComet&lt;/a&gt; main window is not activated sometimes when download URL from IE
6. fixed the bug that the function of avoid system entering suspend mode still works even when no task is running
7. improved memory allocation strategy, avoid huge physical memory usage when program running for a long time
8. fixed the bug that in 0.75 sometimes the file is not downloaded entirely when task finish


&lt;strong&gt;Key Improvement - I Think&lt;/strong&gt;

As you can see, they have added the max/min upload rate per task that they have removed from the previous version. I was really pissed when this feature was missing in their previous official release. But now it&#039;s back !!!

Other than that, they even have a &lt;u&gt;Bandwidth Scheduler&lt;/u&gt; option right now, just like utorrent, that&#039;s something nice. Looks like they are trying to copy some of the cool features other bittorrent client offers. Well, as long it makes me happy, i am okay with it :)

Lastly, it says there that they have improved the memory allocation thing, but i have tested this feature, it don&#039;t seem to be functioning in my PC. I am not sure why, but i don&#039;t seem to notice any improvement there. I personally think, the main problem that &lt;a href=&quot;http://www.bitcomet.com/&quot; target=&quot;_blank&quot;&gt;BitComet&lt;/a&gt; has is it&#039;s memory leak characteristic. Unless this is overcome soon, more and more people will see it as less appealing.

Overall, i personally think that the improvements made for this version is satisfying, though &lt;a href=&quot;http://www.bitcomet.com/&quot; target=&quot;_blank&quot;&gt;BitComet&lt;/a&gt; still have problem with memory usage, but this version shows that the developers are taking steps to solve it, just hope that it will be soon :)

To download, click this link: &lt;a href=&quot;http://www.download.com/BitComet/3000-2196-10296306.html?part=dl-BitComet&amp;amp;subj=uo&amp;amp;tag=button&quot; target=&quot;_blank&quot;&gt;Get BitComet 0.76&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 16 Nov 2006 18:03:14 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/133-guid.html</guid>
    
</item>
<item>
    <title>Featured Download - IZArc Archiver</title>
    <link>http://www.technovice.net/archives/131-Featured-Download-IZArc-Archiver.html</link>
            <category>Software</category>
    
    <comments>http://www.technovice.net/archives/131-Featured-Download-IZArc-Archiver.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=131</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=131</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.izarc.org/index.html&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/IZArc.jpg&quot; border=&quot;0&quot; class=&quot;image_test&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;Well, in my &lt;a href=&quot;http://technovice.net/archives/53-Free-File-Compression-Utility.html&quot; &gt;previous article&lt;/a&gt;, i have written about &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt;, a multifunction archiver (you use it to compress or decompress files). At that time, &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; was still in it&#039;s beta version,  but recently, about 2 weeks ago, the developers of &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; has released their newest build and it ain&#039;t beta anymore. I find it really cool that there is finally a stable version of &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; because i am not much a fan of beta versions :)

 Anyway, get your own &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; version 3.6 right away: &lt;a href=&quot;http://www.izarc.org/download.html&quot; target=&quot;_blank&quot;&gt;Download IZArc&lt;/a&gt;. And if you are interested to know all of the features that &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; has to offer, then head here: &lt;a href=&quot;http://www.izarc.org/features.html&quot; target=&quot;_blank&quot;&gt;IZArc&#039;s Features&lt;/a&gt;.

There are a lot of cool features that &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt; has, but just as i have mentioned in my &lt;a href=&quot;http://technovice.net/archives/53-Free-File-Compression-Utility.html&quot; &gt;previous article&lt;/a&gt;, my personal favorite is the Virus Scan feature. As most people know, the easiest way to attach a malware to file is by attaching it with a compressed file. So &lt;a href=&quot;http://www.izarc.org/index.html&quot; target=&quot;_blank&quot;&gt;IZArc&lt;/a&gt;&#039;s Developers did good by introducing this function into their product.

If you don&#039;t have a file archiver (compressor and decompressor), then i would really suggest for you to get this one, it is free but it can do more than most,if not all, of it&#039;s commercial counterparts: &lt;a href=&quot;http://www.izarc.org/download.html&quot; target=&quot;_blank&quot;&gt;Download IZArc&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 15 Nov 2006 16:41:08 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/131-guid.html</guid>
    
</item>
<item>
    <title>Mozilla To Discontinue Updates For Firefox 1.5.0.X</title>
    <link>http://www.technovice.net/archives/121-Mozilla-To-Discontinue-Updates-For-Firefox-1.5.0.X.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/121-Mozilla-To-Discontinue-Updates-For-Firefox-1.5.0.X.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=121</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=121</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    Hailing to all Firefox 1.5.0.X users, please update your Firefox to the latest build, &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot; target=&quot;_blank&quot;&gt;Firefox 2&lt;/a&gt;.  Though there was a recent update to Firefox 1.5.0.8, but Mozilla has posted in it&#039;s website that it would halt updates for this version in April 2007.

 Quoted from &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/releases/1.5.0.8.html&quot; target=&quot;_blank&quot;&gt;Mozilla.com&lt;/a&gt;:

&lt;blockquote&gt;Firefox 1.5.0.x will be maintained with security and stability updates until April 24, 2007. All users are strongly encouraged to upgrade to Firefox 2.&lt;/blockquote&gt;

Please join us in the future, and leave the past behind: &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot; target=&quot;_blank&quot;&gt;Get Firefox 2&lt;/a&gt;

Some new features in Firefox 2 are anti-phishing protection,auto complete searches when using the build in Firefox quick search bar and a better tab browsing capability. 
    </content:encoded>

    <pubDate>Sun, 12 Nov 2006 16:36:34 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/121-guid.html</guid>
    
</item>
<item>
    <title>Featured Download - Clipmark</title>
    <link>http://www.technovice.net/archives/119-Featured-Download-Clipmark.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/119-Featured-Download-Clipmark.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=119</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=119</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://technovice.net/archives/119-Featured-Download-Clipmark.html&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/clipmarks-7.jpg&quot; border=&quot;0&quot; class=&quot;image_test&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;Clipmark is a bookmarking tool extension for our dearly Firefox. But Clipmark has a different approach to bookmarking which is rather cool in my opinion. Using Clipmark, you could bookmark only the important parts of a web page, such as a couple of paragraph from a text or some beautiful images that you found in someone&#039;s online Photo Album. Unfortunately, Clipmark doesn&#039;t support bookmarking videos, though it would be better if it does.

 Below is a video showing a demo of Clipmark in action:

&lt;div align=&quot;center&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/KtvtskYSmjU&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/KtvtskYSmjU&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;

As mentioned in the video, you may view all the clipmarks made by other people in Clipmark&#039;s website: &lt;a href=&quot;http://clipmarks.com/&quot; target=&quot;_blank&quot;&gt;Go To Clipmark&#039;s Website&lt;/a&gt;

You probably could have guessed by now that Clipmark is kind of a social bookmarking tool like Del.icio.us , so, it requires registration :)

Install Clipmark to your Firefox right away: &lt;a href=&quot;https://addons.mozilla.org/firefox/1407/&quot; target=&quot;_blank&quot;&gt;Get Clipmark&lt;/a&gt;

 
    </content:encoded>

    <pubDate>Sun, 12 Nov 2006 15:38:38 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/119-guid.html</guid>
    
</item>
<item>
    <title>Featured Download - Tab Catalog</title>
    <link>http://www.technovice.net/archives/112-Featured-Download-Tab-Catalog.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/112-Featured-Download-Tab-Catalog.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=112</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.technovice.net/uploads/tab_catalog-3.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://addons.mozilla.org/images/previews/tab_catalog-3.jpg&quot; border=&quot;0&quot; class=&quot;image_test&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;IE 7 has one feature that really amazed me, with IE 7 you could see all the tabs that are opened in a screen (the tabs will be shown as thumbnails). I was furious initially when i found out that Firefox doesn&#039;t have the same feature by default, but then, there are always extensions :) . &lt;a href=&quot;https://addons.mozilla.org/firefox/1937/&quot; target=&quot;_blank&quot;&gt;Tab Catalog&lt;/a&gt; is a Firefox Extension which offer the same feature as i mentioned above.

 With &lt;a href=&quot;https://addons.mozilla.org/firefox/1937/&quot; target=&quot;_blank&quot;&gt;Tab Catalog&lt;/a&gt;, you could view all of your currently opened tabs in one screen and also decide which of the tabs that you actually wanna leave open, and close the tabs that you don&#039;t need. This can be really useful when you are browsing through webs and looking for something. All you need is to open all of the links in tabs then use &lt;a href=&quot;https://addons.mozilla.org/firefox/1937/&quot; target=&quot;_blank&quot;&gt;Tab Catalog&lt;/a&gt; to decide which one the the tabs that you wanna go to. 

Below is a snapshot of me using &lt;a href=&quot;https://addons.mozilla.org/firefox/1937/&quot; target=&quot;_blank&quot;&gt;Tab Catalog&lt;/a&gt;:

&lt;a href=&quot;http://www.technovice.net/uploads/Tab_Catalog.jpg&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/Tab_Catalog_small.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;


Only so much could be said, you need to try it for yourself to decide whether it is the extension that you are looking for, get it here : &lt;a href=&quot;https://addons.mozilla.org/firefox/1937/&quot; target=&quot;_blank&quot;&gt;Get Tab Catalog&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 09 Nov 2006 13:18:42 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/112-guid.html</guid>
    
</item>
<item>
    <title>Miranda, Universal IM for Windows</title>
    <link>http://www.technovice.net/archives/111-Miranda,-Universal-IM-for-Windows.html</link>
            <category>Software</category>
    
    <comments>http://www.technovice.net/archives/111-Miranda,-Universal-IM-for-Windows.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=111</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=111</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.miranda-im.org/&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/header-smaller.gif&quot; border=&quot;0&quot; class=&quot;image_test&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;Previous to &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;, i have also written an article about &lt;a href=&quot;http://technovice.net/archives/56-Universal-Instant-Messenger.html&quot; &gt;Gaim&lt;/a&gt;, another cool universal IM. But, &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; is a bit different compared to &lt;a href=&quot;http://technovice.net/archives/56-Universal-Instant-Messenger.html&quot; &gt;Gaim&lt;/a&gt;. First of all, it is only for Windows users, it doesn&#039;t support other OSes, for all that are using Linux and Mac OS, sorry guys. But despite of that, &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; has one really outstanding feature, it is really really customizable. You will be really impressed with all that you could do with &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;.

 How customizable is &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; you ask? Well, it has more than 500 addons which includes themes,skins,plugins and more. The vast addons that &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; has to offer makes it possible for you to customize &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; to be the way you want it too(i purposely included the &#039;possible&#039; there).

&lt;strong&gt;
Supported IMs&lt;/strong&gt;

For a Universal IM, Miranda has to support various IMs, the IMs that Miranda currently supports are as below:

# ICQ
# AIM
# MSN
# Jabber
# Yahoo
# IRC
# Gadu-Gadu
# Tlen
# Netsend
# Lotus Sametime - with plugin
# Bonjour - with plugin
# Skype - with plugin and Skype must be installed
# QQ - with plugin

&lt;strong&gt;Theme&lt;/strong&gt;

Below is an image that i copied from &lt;a href=&quot;http://en.wikipedia.org/wiki/Miranda_IM&quot; &gt;Wikipedia&lt;/a&gt;, click on it to view a larger image

&lt;a href=&quot;http://www.technovice.net/uploads/800px-Preview.png&quot; &gt;&lt;img src=&quot;http://www.technovice.net/uploads/250px-Preview.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;


This image is an example of a &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; which has gone through some extensive makeover. I have to admit, the default appearance of &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; is a bit less appealing, but this image shows what you could achieve with &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;, a totally good looking IM which your friends will envy :).

But be warned, &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; is not by default skinnable. What i mean by that is, &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; requires other addons to make it skinnable. Plus, there is no way for you to make one theme fit for all in &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;, translation: the chatting window, the buddy list pane and the setting window will need different addons to skin it. 

To learn more on themes and skinning for &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;, please go here : &lt;a href=&quot;http://help.miranda-im.org/Customise:Install_themes&quot; &gt;Theme And Skinning&lt;/a&gt;


&lt;strong&gt;Plugins&lt;/strong&gt;

&lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; has a large collection of cool plugins. The one that i love the most is tabsrmm. With this plugin, you could have all of your chat windows gathered in one, just like Firefox. It will not only saves a lot of space but also time moving from on window to the other. 

Tabsrmm is only one the the plugins that &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; has, there are plenty more from where it came from. There are plugins to show user details, birthday reminder and more. Please click on this link to learn more about installing a plugin in &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; : &lt;a href=&quot;http://help.miranda-im.org/Installing_a_plugin&quot; &gt;Installing Plugins&lt;/a&gt;


&lt;strong&gt;Great Wiki&lt;/strong&gt;

I could go on and on explaining about how cool &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; is, but i think i better not :-), it is best for you to check it for yourself. The last great feature of &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; is it&#039;s great wiki. I feel all of my questions are answered in the wiki, i just need to search for it, that&#039;s all. Everything from installing &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt;, adding plugins, adding themes and even more details about the plugins are in the Wiki. As i said, all you need to do is search, there is a search bar, don&#039;t worry.


Finally, i just wanna make this clear, by default, i mean, right from the box, &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; will look really unappealing, too simple and almost like i am telling you a big joke about it. But believe me, the greatest feature that &lt;a href=&quot;http://www.miranda-im.org/&quot; target=&quot;_blank&quot;&gt;Miranda&lt;/a&gt; has is it&#039;s customizability. If you customize it, you could make it the best IM you ever had :)

 
    </content:encoded>

    <pubDate>Wed, 08 Nov 2006 07:34:21 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/111-guid.html</guid>
    
</item>
<item>
    <title>Really Tiny Bittorrent Client - Utorrent</title>
    <link>http://www.technovice.net/archives/92-Really-Tiny-Bittorrent-Client-Utorrent.html</link>
            <category>BitTorrent</category>
    
    <comments>http://www.technovice.net/archives/92-Really-Tiny-Bittorrent-Client-Utorrent.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=92</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.technovice.net/uploads/Torrent_U.gif&quot; alt=&quot;utorrent&quot; border=&quot;0&quot; class=&quot;image_test&quot;/&gt;&lt;/a&gt;Before this, i have written a few articles about &lt;a href=&quot;http://technovice.net/archives/10-My-Personal-Bitcomet-Setting-For-Better-Download-Performance.html&quot; &gt;Bitcomet&lt;/a&gt;, another bittorent client which i am really fond of. But i have been using &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; for almost a week now, and i have to say, i am really impressed with it. Despite it&#039;s size, it offers most of the essential features a bittorrent client should have.If you don&#039;t know what bittorrent is, please click on this link to read more about it: &lt;a href=&quot;http://technovice.net/archives/9-Intro-To-BitTorrent.html&quot; &gt;Intro To Bittorrent&lt;/a&gt;.

 &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;Utorrent&lt;/a&gt; comes in a 170kb package, which is amazingly small compared to the other bittorrent clients (bitcomet 0.70 = 2,648KB), but small doesn&#039;t necessarily means less. With &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; you could still download multiple torrents, set a global upload/download limits,create torrents and much more. But there are few features which i think makes &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; stands out.


&lt;strong&gt;Portable&lt;/strong&gt;

One of the advantage of being small is to be portable, this also applies to &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt;. &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;Utorrent&lt;/a&gt; doesn&#039;t require any installation, you just need to click on it every time you wanna use it. Portability means that, you could load &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; in your portable hard drive and resume your download from any PC that you could find, isn&#039;t that cool. Plus, in computers which doesn&#039;t gives you the privilege to install softwares, you could still use &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt;, that is one great advantage.


&lt;strong&gt;Low On Resource&lt;/strong&gt;

Another thing that i am really impressed with &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; is the amount of memory that it consumes. I have been running it for 3 days straight, and when i went to check how much of my RAM did it use, it was under 10MB!!!. How great is that?!. This feature makes &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; totally suitable for PCs which are low on RAMs. You could run your &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; and don&#039;t have to worry of a decrease in performance of your PC.


&lt;strong&gt;Scheduler&lt;/strong&gt;

With the scheduler feature, you could set your &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; to have a limited download/upload speed,which you could also set yourself, or to run at full speed or simply shutdown at certain hour(s) of the day. This feature is beneficial for people who are sharing an internet connection in a network. Sometimes, there are parts of the day that you would prefer the Internet speed not to be compromised by &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&#039;s&lt;/a&gt; activity, with scheduler, you could set utorrent to limit it&#039;s upload/download speed or shut it down during that specific time of the day, nice huh?!


These three are my best reasons why &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; is cool. Only so much could be said, but the best way to judge this awesome software is to try it for yourself. And did i mentioned it is free. Yeah, just like all other softwares that i have suggested , &lt;a href=&quot;http://www.utorrent.com/index.php&quot; target=&quot;_blank&quot;&gt;utorrent&lt;/a&gt; is free to download and use. Download a copy for yourself now : &lt;a href=&quot;http://www.utorrent.com/download.php&quot; target=&quot;_blank&quot;&gt;Get Utorrent&lt;/a&gt;
 
    </content:encoded>

    <pubDate>Tue, 31 Oct 2006 16:46:02 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/92-guid.html</guid>
    
</item>
<item>
    <title>Re: Tab Mix Plus for Firefox 2</title>
    <link>http://www.technovice.net/archives/89-Re-Tab-Mix-Plus-for-Firefox-2.html</link>
            <category>Firefox</category>
    
    <comments>http://www.technovice.net/archives/89-Re-Tab-Mix-Plus-for-Firefox-2.html#comments</comments>
    <wfw:comment>http://www.technovice.net/wfwcomment.php?cid=89</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.technovice.net/rss.php?version=2.0&amp;type=comments&amp;cid=89</wfw:commentRss>
    

    <author>nospam@example.com (jumanjisama)</author>
    <content:encoded>
    &lt;div class=&quot;image_front_large&quot;&gt;&lt;a href=&quot;https://addons.mozilla.org/firefox/1122/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.technovice.net/uploads/tab_mix_plus_1.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/div&gt;Yesterday i made a post about the &lt;a href=&quot;http://www.technovice.net/archives/82-Tab-Mix-Plus-for-Firefox-2.html&quot; &gt;Tab Mix Plus extension for Firefox 2&lt;/a&gt; that i found, but it wasn&#039;t complete because i didn&#039;t include the download link with it.  Luckily for you guys, today, you have two options to download the extension from.

&lt;strong&gt;Update&lt;/strong&gt;: Tab Mix Plus is now ready for Firefox 2 and above, go to this link: &lt;a href=&quot;https://addons.mozilla.org/firefox/1122/&quot; target=&quot;_blank&quot;&gt;Get TMP&lt;/a&gt;

 &lt;strong&gt;The download pages are:
&lt;/strong&gt;
&lt;a href=&quot;http://www.technovice.net/index.php?serendipity[subpage]=free_downloads&amp;amp;thiscat=2&amp;amp;file=1&quot; &gt;Option 1: Technovice&lt;/a&gt;
&lt;a href=&quot;http://mscha.net/tmp/tab_mix_plus-0.3.5rc2.html&quot; target=&quot;_blank&quot;&gt;Option 2: mscha.net&lt;/a&gt;

&lt;strong&gt;Option 1&lt;/strong&gt;

For the first option, you will need to save the .xpi file, the extension file, in your PC. Then open the file using Firefox by going to File-&gt;Open File... or press CTRL+O and browse for the file location.


&lt;strong&gt;Option 2&lt;/strong&gt;

The second option was suggested by the author of &lt;a href=&quot;http://technovice.net/archives/7-Tab-Browsing-Extension-In-Firefox.html&quot; &gt;TMP&lt;/a&gt;, for this option, the extension will attempt to self install when you try to download it. Firefox will of course block this attempt. 

So, what you need to do is, upon clicking to download the extension, a yellow horizontal box  will appear above the page, informing you that Firefox has prevented the extension from being installed directly to Firefox.Click the &#039;Edit Option..&#039; button at the end of the horizontal box and add mscha.net to the exception list by clicking the button &#039;Allow&#039;. After that, try clicking on the download button again, simple ! :)

update: i have changed the second option to another download site(initially was stashbox), thanks cypherhackz :) 
    </content:encoded>

    <pubDate>Mon, 30 Oct 2006 06:16:42 -0600</pubDate>
    <guid isPermaLink="false">http://www.technovice.net/archives/89-guid.html</guid>
    
</item>

</channel>
</rss>