feedburner


Delivered by FeedBurner

feedburner count
Sep
13

Internet Download Manager v5.18 New!

Labels: , , ,

Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.

Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.

Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.

Version 5.18 adds IDM download panel for web-players that can be used to download flash videos from sites like YouTube, MySpaceTV, and Google Videos. It also features complete Vista support, YouTube grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.








Sep
01

How to Remove New Tab Button in Firefox 3.5

Labels:

Firefox 3.5 provides you an additional way to open new tab. As similar with Internet Explorer 7/8, you can open new tab by clicking on the “+” sign as located at the end of tab bar. You probably don’t like this feature since you are already comfortable with the existing way of adding new tab, such as CTRL + T, double click on the empty tab bar area or right click on the tab bar and select New Tab. If you feel this feature doesn’t benefit much to you and you would like to remove the “+” sign button, you can do it by using simple trick.


To remove the “+” sign button, you need to edit userChrome.css file and different windows OS stores this file at different location. Follow below steps to get this file edited:

1. For Windows 2000/XP, navigate to C:\Documents and Settings\[yourusername]\Application Data\Mozilla\Firefox\Profiles\[profile.default]\chrome. For Windows Vista/7, navigate to C:\Users\[yourusername]\AppData\Roaming\Mozilla\Firefox\Profiles\[profile.default]\chrome. Since Application Data is considered as hidden folder and if you don’t see it, then you need to go to Windows Explorer and click on Tools -> Folder Options, under View tab look for Hidden files and folders, then enable Show hidden files and folders. Alternatively, you can open Application Data folder directly by typing this syntax, “%APPDATA%” (without double quote) at Run and click OK button to open this folder directly.

2. If you have customized Firefox before, then probably you will have an existing userChrome.css file located at this folder, else just create a new file and named it as userChrome.css.

3. Open userChrome.css by using notepad, then add below string to this file. If you already have userChrome.css file created before, just add this string at the bottom of the file and save it.

.tabs-newtab-button {display: none;}

Once you have completed above changes, you need to restart Firefox. After restarting Firefox, you will notice the “+’ sign button has been removed.