Create your own banner at mybannermaker.com!
Copy this code to your website to display this banner!

Java Scripts Collection

⊆ 2:39 AM by M.Ayaz Umer | ˜ 0 comments »


Collection objects or, as they are called in Perl, associative arrays, provide a method of storing and retrieving items in memory based upon a key in a data structure that stores pairs of keys and values. A value may be inserted or retrieved based on its unique key. This key-value pair makes collections particularly useful in lookups. In addition, the uniqueness of the key provides the ability to tally keys or to determine if keys are actually unique.

Collections are not a new concept and are supported by a variety of languages in addition to Perl, such as VBScript and Visual Basic. But if you want to use a collection object in JavaScript, you’re out of luck. JavaScript version 5.0 and earlier don't support them—unless you create them yourself. I will use collection objects in VBScript as a model for constructing a server-side JavaScript equivalent.

Looking to VBScript as a model
When coding in server-side VBScript, I often use a collection object for routine tasks, such as managing a small database. For example, imagine two database tables. The first table stores a list of available parts sold by a company, while the second table lists manufacturing locations. See Figure A.


Figure A


Let's say that you must create a Web-based report that consists of part number, part description, and factory name. You might craft a SQL statement like the one in Listing A.

Seems simple enough, right? But suppose that for some reason, you already have the needed part table information in an ADO recordset. For example, maybe the part table information was used to produce a commissions report. What do you do now? You could use the above SELECT anyway or loop through the part recordset and perform a SELECT statement for each part to get the factory name. Either option would work, but accessing a storage device is one of the most time-consuming things a script can do. In times like these, what I normally do is write a SELECT statement to get both the factory number and name, as shown in Listing B.

Making your own collections in JavaScript
Now that you have an idea of how the model works in VBScript, let’s turn to the JavaScript implementation. As I explained earlier, a collection object stores items by keys. In this example, the key would be the factory number; the factory name is the item.

Because of its ease of use, I chose the dictionary object from VBScript to use as a model to implement the methods shown in Table A.
Table A
Method/
property
Example Description
add object.add(key,item) Adds an item and key pair to the collection
count object.count Returns the number of items in a collection
exists object.exists(key) Returns true if a key exists, otherwise false
item object.item(key, item)
object.item(key)
Sets an item for a key
Returns the item associated with a key
removeAll object.removeAll() Removes all key and item pairs from the collection
remove object.remove(key) Removes the item and key pair
keys object.keys() Returns an array containing all existing keys

To create a collection in JavaScript, you need to employ a constructor. In JavaScript version 5.0 and earlier, constructors are written as functions that are then used in much the same manner that a class constructor is used in Visual Basic or another language that supports objects. The way they're instantiated allows for the use of functions as constructors, and the way that the constructor’s methods and properties are defined differentiates JavaScript constructors from JavaScript functions.

To write a constructor, you use the this keyword to refer to the created object’s properties and methods. The constructor's job is to initialize the object, properties, and methods. In the case of our collection object, there are three properties: this.objCollection, this.count, and this.error. The code snippet in Listing C illustrates how the definition of the properties would appear.

In addition to these three properties, the collection object has six methods: this.add, this.exists, this.item, this.removeAll, this.remove, and this.keys. The definitions of these methods are similar to those of the properties, with one difference: The purpose of the methods is to expose functions. So in the case of the add method, you need the code in Listing D.

Like the add method, each of the other methods requires its own unique definition and function. Once these definitions and functions are complete, we can try our collection object. For the sake of brevity, I will skip over the definition of the remaining methods and simply illustrate how to use JavaScript’s new collection object. The first task is creating an instance of the object:
var colFactory = new collection(); // Create an instance

Once an instance of the collection object is created, using it is a simple matter of adding item pairs. Returning to the previous reporting example, populating the collection can be accomplished through the use of a few lines of code like those shown in Listing E.

You can retrieve the name associated with a factory number with one line:
strFactoryName = colFactory.item(strFactoryNumber);

Conclusion
By leveraging VBScript as a model, you can build your own collection objects to make up for the lack of support in JavaScript. With a bit of code, you can take advantage of collections in JavaScript.

 

Javascript Menu Builder GOLD 1.0

⊆ 2:38 AM by M.Ayaz Umer | ˜ 0 comments »


Javascript Menu Builder GOLD Review
Javascript Menu Builder is a powerful Javascript-producing design tool for creating menu on Web pages.Javascript can be customized highly and easily by using Javascript Configuration Program. You can define text, image, font, color, URL and more for the Javascript Menu. You don't need to write any code by yourself. Javascript Configuration Program will generate it for you. You can preview the Javascript Menu in your favourite web browser without quit the program. All relative files that you need to upload to server will be saved along with the project file so that you can easy to get them and publish them to Internet. A detailed document that help you to master anything about this Javascript Menu. But in most case you can finish the design work without read anything from document. The size of the Javascript file is only 28 KB. It will be downloaded instantly. So don't worry about that the visitors will have to wait a long time to download. With this easy-to-use Javascript development tool, you can create a professional Javascript Menu just in minutes!

 

Remote Desktop Control

⊆ 5:09 AM by M.Ayaz Umer | ˜ 0 comments »

Introduction to Remote Desktop Control

When you are in the office or on a business trip, sometimes you may need to do something on your home computer: for example, view your electricity bill or read your email. Sometimes you may get sick and won't be able to leave your apartment, however the deadline is close and you need to finish the project, or die trying. Driving through the city to get access to your work PC when you have a high fever is not a really good idea.

That is when remote access software comes into play! With its help you will be able to see and work with the remote computer as if it is your own local machine. Distance does not matter any more!

Try Remote Desktop Control and you will gain incredible mobility and save time too!

More about remote desktop

How Remote Desktop Control works


Remote Desktop Control displays the screen of another computer (via Internet or local area network) on your own screen. The program allows you to use your mouse and keyboard to control the other computer remotely. It means that you can work on a remote computer, as if you were sitting in front of it, regardless of distance between computers.

View and control the remote computer in the window on your desktop, also you may use full screen mode

Remote Desktop Control is comfortable for any kind of user. Even a "newbie" will easily understand basic network software tasks. Gurus will find many powerful features, such as file transfer between computers or remote system shutdown. The main design consideration of Remote Desktop Control software is "as easy as possible for the user".

Admin module interface is very simple, all that you need is a few clicks

Remote Desktop Control is so fast and comfortable that you might even forget that you are working on a remote computer! The program allows you to work with different remote computers simultaneously, from anywhere in the world.

What makes Remote Desktop Control different from other programs


There are other remote access and remote computer control programs on the market. Main benefits of Remote Desktop Control software are:

  • High speed and performance.
  • File transfer ability allows the user to exchange files between local and remote computers. New feature!
  • Online Internet gateway allows connecting to remote PC behind firewall or when there is no routed IP or IP address changes dynamically. Unique feature!
  • One click host module allows the administrator to access remote computer without any doings on remote side. Very useful for help desk support and for helping unskilled customers. New feature!
  • Low network load, due to optimized data compression algorithms.
  • Strong security and high safety. Challenge-response authentication protocol and a RC4-like encryption algorithm makes the program usage absolutely safe.
  • Multiple and simultaneous connections. With this feature, the network administrator can efficiently control different remote computers simultaneously. Moreover, two or more administrators can control one remote PC at the same time.
  • User-friendly and intuitive graphic interface.
  • Low price and great discount for multiple licenses.

Remote Desktop installs and deploys easily. You do not need to be a computer guru to setup and get our software working.


How to get the system to work


Remote Desktop Control is very easy to deploy. Just follow these few steps and you will get the system to work:

  1. Go to the computer you want to control, it is a Host Computer. Install the Host Module (or both modules) of Remote Desktop Control product there. You may download the installation package right from our site onto that computer or ask somebody to do this task for you. Make sure that the Host Module is running on the remote PC.
  2. Go to your own PC, it is Admin Computer. Download a setup package and install at least the Admin Module. The installation package is the same and contains admin and host modules together.
  3. Start the Admin Module on your PC via the desktop shortcut or Start menu. Add the host computer IP address to the address book. In some cases you have to use Internet gateway.
  4. Connect to the remote computer using the "Connect" button.
  5. You may use "View Only" button to observe what is going on the remote PC.
  6. Press the "Full Control" button and control the remote PC with your mouse and keyboard. Use "Remote Screen Window" which appears or switch to a full screen mode.

If you don't understand some terms or cannot get connected, please read our frequently asked questions.

What else you should know


Remote Desktop Control software is distributed on a Try Before You Buy basis. You can download and evaluate it absolutely free. The Evaluation Version will only work for a Trial Period (30 days). The Trial Version is fully functional for two computers.

If the program meets all your requirement and you decide to keep it after the Trial Period, you will need to purchase a Registration Key. See the ordering page for details.

Remote Desktop Control is licensed on a per computer basis. The minimum number of licenses is 2. You may use every module (host, admin or both) on each licensed computer. There is a large volume discount for multiple licenses. For example, a license for 10 computers costs less then separate licenses for 8 computers!

Now you are ready to download software to your computer and test the program in your own way. If you have any questions about our software, see the frequently asked questions list. Also you can contact our support team directly.


FREE DOWNLOAD


 

Speed Gear

⊆ 5:04 AM by M.Ayaz Umer | ˜ 0 comments »

Speed Gear 6.0 - Our award-winning product, fantastic speeder tool to adjust windows operation system speed!

Speed Gear is a fantastic tool to speed up games. It can speed up almost all the games. Speed Gear is easy-to-use, you can press an easily accessible hotkey to speed up game, slow down game or adjust game to the speed you feel most comfortable with.

Speed Gear will give you brand new experience while playing games. For example; with this program you can slow down the action games so that you can see the bullet's flight line and avoid it easily.





Feature List:

  • Adjust your Windows operation system speed.
  • Give you brand new experience while playing games.
  • All software will change the speed after you adjust the speed rating.
  • Speed up Windows 9x, ME, NT, 2000, XP, Vista, almost all the Windows os.
  • Our special "duo-speeder-engine", "time-redemption" and "linearity-accelerate" technology.

Last Updates:

  • Support Windows Vista
  • Support accelerating the whole system or only one program
    (Click here for version 6.0 update details)
    (Click here for more information on free updates)
  • Enhanced speeder kernel arithmetic
  • New "linearity-accelerate" technology
    (click here for more information)
  • Remember last speed when quit
  • Other small bugs fixed
User Opinions:

"WOW!!"
I passed by this program dozens of times so the other day just out of boredom I had a look at it. WOW!! My 433 mhz processor is behaving like an 800 mhz and I feel like I've bought a new computer. Don't be fooled by the simple interface -this is REALLY POWERFUL STUFF. Gains are as great as overclocking but without the risk. Windows open automatically, games play fast and I can do things on my computer like have transparency without losing too much power. When you buy this you have to send in your machine code to get it registered as well as pay. The guy who made this knows it's worth.
-Dave

"Super Fast"
Every so often the program will lock up my computer system (once a day maybe); but the speed increase in Windows more than makes up for its instability. Throttle it to the fastest speed setting and stop waiting for Windows to catch up. I paid for version 3.0 (used 3.0 for months) and got the new 5.0 version for free from the company. Worth every penny.
-ElPolloLoco

User Opions

"WOW!!"
I passed by this program dozens of times so the other day just out of boredom I had a look at it. WOW!! My 433 mhz processor is behaving like an 800 mhz and I feel like I've bought a new computer. Don't be fooled by the simple interface -this is REALLY POWERFUL STUFF. Gains are as great as overclocking but without the risk. Windows open automatically, games play fast and I can do things on my computer like have transparency without losing too much power. When you buy this you have to send in your machine code to get it registered as well as pay. The guy who made this knows it's worth.
-Dave

"Super Fast"
Every so often the program will lock up my computer system (once a day maybe); but the speed increase in Windows more than makes up for its instability. Throttle it to the fastest speed setting and stop waiting for Windows to catch up. I paid for version 3.0 (used 3.0 for months) and got the new 5.0 version for free from the company. Worth every penny.
-ElPolloLoco

"This program is awesome"
This program is awesome. No doubt. If your comp suffers from crashes, then you have the speed set to high. This is kind of a hack for games. It cause your units or unit (first person) to move faster then those around you. Other then making it unfair in games, this program has raised my computer's speed greatly.
-ty

"Seems to accelerate Flash Graphics"
This is an ok program that seemed to accelerate the 'flash graphics' (advertisements) on web pages. It appeared to marginally increase my the time it took for my Windows Start=>Programs Menu to display the available programs on my computer. I did receive several errors while exiting my browser that the Program Manager or Server was busy, and one error that a script could not be run, but that could be because I had this program set at its fastest speed. I believe that it would greatly increase the speed at which graphics are displayed on games, but haven't tested it out. I think if you are looking for a quick fix because of low system memory, this is a decent program, but the same effect could be achieved by adding more memory to your computer.
-notinthematrix

"Increased windows performance by a great deal"
I found Speeder XP (Speed Gear formerly called Speeder XP) as one of my parents is an archietect using AutoCAD and he told me that ht program increased windows performance by a great deal, especially the loading time of larger drawing.
-Graham

"The BEST"
You know I have many of softwares that suppose to move the computer to a top speed, but this one is the best that I have seen and also makes a difference. Thanks again.
-rt51 & Stacy Terrell

"SOOOOOOOOOOOOOO COOL"
Oh my god its SOOOOOOOOOOOOOO COOL when I use it in game I run 3 times faster than player without Speeder XP (Speed Gear formerly called Speeder XP) since I use it I never lose!
-sebdj (Germany)

"It perfect! I can't believe it before I try it..."
I tried the speeder XP (Speed Gear formerly called Speeder XP) and I found that it is realy helpfull when I want to go from site to the other and it opens the web very fast realy.
-yahya ali maswadi (New Zealand)

"Kicks Butt!"
Lets you set your own speed EXACTLY so you don't set it too fast like other ones that are preset and will just disconnect you. Oh and custom hot keys are sexy ^_^
-EviLIcY

"***** Great Program *****"
This is a great program speed virus scans + speeds up windows Defragmentation alot.You can set speed to go slow or faster with you own hot keys : )
-Broxi

"It really speed up ur windows performance"
Whoa, i cant believe this product its real cool, it speed up and it allowed u to control whatever speed u like for ur windows. Running really fast, hehe but not recommended adjust it to the higest perform. Trust me buy it and u will love it.
-Anonymous220

"Cool!!!"
Too bad you only can use it 15 times. This software speeds up your computer so fast. I have a 800 mhz processor and when I use this software, it runs like a 1400 mhz processor computer. This is really recommended for gamers.
-Rastafarian mon

"Speed Gear 5.0 Editor's Review"
Even if you're a gaming ace, sometimes you run across a boss monster so nasty, you either have to get help or give up. For those times, there's Speed Gear. This nifty little program slows down and accelerates games, allowing you to get through tough spots and return everything to normal. The program performed perfectly in our tests. Using the clear and handy interface, you just move the slider to the desired speed and click Apply. The configurable hot keys are great for controlling the speed of full-screen games. Also, though you might expect a program like this to cause compatibility problems, we didn't have any. If you're a serious gamer but not a play-by-the-rules fanatic, you'll love having this $29.95 program in your toolbox, right next to your favorite benchmark utility...
-CNET Editor



FREE DOWNLOAD







 

Program-Tools: Ip Changer V2

⊆ 5:04 AM by M.Ayaz Umer | ˜ 0 comments »


Description of IpSharkk IP Changer program at SoftwareGeek: IP Sharkk is a top notch IP changing software. Redirect any traffic with IP Sharkk, http, https, pop3, instant messengers or any other ports of your choice. Wide choice of fresh IPs from all over the world with super fast connections.

Ip Sharkk offers you wide choice of IP addresses from all over the world. You can change your IP as often as you want, either manually ot automatically every set period of time (even every 1 minute!). Change occurs flawlessly and doesn't affect your Internet surfing - connections are super fast. You can redirect any type of traffic you wish, not only your browser (HTTP and HTTPS), but also other applications: email software, chat software, p2p software. If you seriously want to hide your IP, IpSharkk is the solution. No other software on the market offers as huge choice of Ip addresses from so different locations.Unlike other IP changing programs, IP Sharkk uses it's internal IP network that is much faster and more reliable than standard proxies that are used by other programs, which makes IP Sharkk truly exceptional tool for everyone who treats Internet privacy seriously.

FREE DOWNLOAD

 

skype

⊆ 4:45 AM by M.Ayaz Umer | ˜ 0 comments »


We've built this brand new Skype so you can have the conversations that make a difference to you, every day. It's easy to use, plus step-by-step guides help you get started.

Give your partner a goodnight kiss when they're working away from home. Check in with your family wherever you're travelling to let them know you're safe and well. Pick up your weekly call to your mum and this time, remember to ask for her knockout cheesecake recipe.

We've built this brand new Skype so you can have the conversations that make a difference to you, every day. It's easy to use, plus step-by-step guides help you get started.





Bigger video
Feel like you're talking face-to-face with great sound and picture.

Fill your screen with the faces you love.







Best-ever sound
Calls are crystal clear and even more reliable.
Plus our 'smart help' picks up any sound issues and helps you fix them during a call.





Juggle conversations
Pick up and switch between conversations.

Organise everything in one main screen or choose separate windows for each conversation.

FREE DOWNLOAD

 

Javascript Menu Builder GOLD

⊆ 4:43 AM by M.Ayaz Umer | ˜ 0 comments »


Javascript Menu Builder GOLD is a powerful Javascript-producing design tool for creating menu on Web pages.

Javascript can be customized highly and easily by using Javascript Configuration Program. You can define text, image, font, color, URL and more for the Javascript Menu. You don't need to write any code by yourself. Javascript Configuration Program will generate it for you. You can preview the Javascript Menu in your favourite web browser without quit the program. All relative files that you need to upload to server will be saved along with the project file so that you can easy to get them and publish them to Internet. A detailed document that help you to master anything about this Javascript Menu. But in most case you can finish the design work without read anything from document. The size of the Javascript file is only 28 KB. It will be downloaded instantly. So don't worry about that the visitors will have to wait a long time to download. With this easy-to-use Javascript development tool, you can create a professional Javascript Menu just in minutes!

Javascript Menu Builder GOLD Review
Javascript Menu Builder is a powerful Javascript-producing design tool for creating menu on Web pages.Javascript can be customized highly and easily by using Javascript Configuration Program. You can define text, image, font, color, URL and more for the Javascript Menu. You don't need to write any code by yourself. Javascript Configuration Program will generate it for you. You can preview the Javascript Menu in your favourite web browser without quit the program. All relative files that you need to upload to server will be saved along with the project file so that you can easy to get them and publish them to Internet. A detailed document that help you to master anything about this Javascript Menu. But in most case you can finish the design work without read anything from document. The size of the Javascript file is only 28 KB. It will be downloaded instantly. So don't worry about that the visitors will have to wait a long time to download. With this easy-to-use Javascript development tool, you can create a professional Javascript Menu just in minutes!



FREE DOWNLOAD

 

FLASH Get

⊆ 4:31 AM by M.Ayaz Umer | ˜ 0 comments »






























Download->what'snew

FlashGet Version 1.9.6(2007.09.25)
*Add "FlashGet Recommends"
*Optimized the BT module
*Fixed the messy code in "new download" window
*Other improvements

FlashGet Version 1.9.4(2007.09.11)
*Optimized the HTTP module;
*Optimized the emule dispatching;
*Fixed some minor UI bugs;
*Other improvements

FlashGet Version 1.9.2 (2007.07.23)
Optimized the multi-thread dispatching
Optimized the capability of disc read/ write when downloading
Fixed the bug in certain situation that it has no traffic in Drop Zone
Fixed the bug that FlashGet crashed when setting category properties
Fixed a bug in the category management
Fixed few minor UI bugs

FlashGet Version 1.9.0 (2007.06.29)
* No MAX jobs limit for BT Torrent file
* Fixed bug in certain situation that popped up Add New Download window when clicking on torrent file
* Fixed bug regarding category management that could create categories which enabled not to conform Windows name criteria
* Fixed bug regarding category management that enabled to create same categories
* Fixed bug that called FlashGet when closing eMule module and clicking eMule link
* Other improvements

FlashGet Version 1.8.8 (2007.06.15)
* Fixed the bug to restore download window when opening Torrent seeds
* Fixed the bug that errors occur when opening certain Torrents
* Fixed the bug that application exits automatically when downloading some eMule jobs
* Fix the bug that the upnp function for eMule module causes application freezing when startup
* Shortcut(ctrl+v) for search toolbar
* Updated Flash detection feature
* Other improvements

FlashGet Version 1.8.6 (2007.05.29)
*Fixed that eMule module pretends to crash with certain firewalls
*Fixed the bug that FlashGet does not monitor ed2k link after default installation
*Fixed the bug that unreadable codes occur when read/write file name in certain situation
*Fixed the bug of repeatedly popping up New job window in certain situation

FlashGet Version 1.8.4 (2007.05.16)
+Added exceptions report: exceptions report will be prompt to send to debugrpt{at}flashget.com
+Improved search toolbar
+Support eMule/ed2k
*Changed version format: MainVersion.MinorVersion.PatchVersion.ReleaseTimes
*Fixed some minor UI bugs

FlashGet Version 1.82.1004 (2007.04.28)
* Improved the feature of Download All with FlashGet
* Some minor improvements

FlashGet Version 1.82.1003 (2007.04.16)
* Modified the database saving directory
* Fixed few UI bugs
* Some minor improvements

FlashGet Version 1.82.1002 (2007.04.02)
* Provide two modes(simple and advanced) for Add New Job Window
* Add the feature of filtering the invalid Bit Torrent file
* Change the prompt sound for finished download

* Fix the bug of setting download directory on BT job window
* Add the option of opening the file after download finished
* Other bug fixed

FlashGet Version 1.82.1001 (2007.3.20)
New Feature for V1.82.1001
* Beautify dropzone
* New icons
* Re-arrange the main menu
* Add TAB display in graph/log window
* Modify some text on main window
* Optimize the Option Interface
* Add user customized startup
* Add download proceeding graph display
* Automatically switch file unit according to its size
* Remove the graph speed display on tool bar
* Disable the popup window after download job finishs
* Disable the customized double click on single job
* Press F1 to get online help
* Remove 'search' and 'paste url' in menu

Bug fixed list for V1.81.1002
* Remove Saving Recent Database
* Remove the FlashGet toolbar to IE

FlashGet Version 1.81.1002 (2007.1.30)
New Feature for V1.81.1002
1.Enable to increase/decrease threads when disabling mirrors download
2.Optimize download flow and 99% download problem

Bug fixed list for V1.81.1002
1.program is likely to lose response or crash when downloading multi-files
2.graph/log window can not be refreshed after resuming broken download
3. Show 99% problem in dropzone after downloaded
4. Disk read/write errors in some situation

FlashGet Version 1.81 (2007.1.15)
New Feature for V1.81
1. To optimize download experience after 99% download
2. To support WMV MP3 RM detection
3. To optimize BT download and support protocol encryption
4. To support flashget:// protocol

Bug fixed list for V1.81
1. To fix Repeating of Finished Download
2. To fix No Response of FlashGet V1.80 After Finished Download
3. To fix BHO Crashes on IE7、WIN2003、Vista
4. Other bug fixed

FlashGet Version 1.80 (2006.12)
New Feature for V1.80
1. To optimize the download speed after 99% download

Bug Fixed List for V1.80
1. To fix the bug of the crash of BHO with Vista 2003

FlashGet Version 1.80 beta 3 (2006.12)
1.To make "Close search toolbar" as default setting
2.To fix the bug "Check the Downloaded BT File Completely"
3.Other bugs fixed

FlashGet Version 1.80 beta 2 (2006.12)
New Feature for V1.80 Beta2
1. To optimize the module of Multi- server & Hyper-thread Transportation (MHT), this increases the download speed 3-6 times than the old version
2. To optimize Cache: HTTP download speed increased 30% again
3. To optimize the download monitor for browser
4. To add the feature of making torrent file.
5. To add “Check the Downloaded BT File Completely”
6. To add “Set FlashGet as the Default Download Manager for Internet Explorer”

Bug Fixed List for V1.80 Beta2
1. Unstable BT download speed
2. the problems of that torrent files don’t show on BT interface, peers that has been connected, and health, etc
3. Website button can not activate FlashGet
4. Obvious fluctuation for BT download speed
5. Invalid BT setting and download speed limit
6. BHO crashes occasionally,
7. FlashGet crashes when downloading few files
8. Dynamic Hyper Links can not be downloaded for it is impossible for Flashget to take over them ,
9. It is impossible to disable the association for BT torrent file
10. The database transform error from V1.73 to V1.80 causes FlashGet crash
11. Its impossible to drag and drop torrent file
12. Speed display on main window beyond the region
13. the cache setting value: to increase the value of cache setting, the maximum value is 512M
14. Few invalid downloaded file.

FlashGet Version 1.80 beta 1 (2006.11)
+ BitTorrent files download support
+ Compatible with Vista
* speed up the http download
* new interface
* bug fixed

FlashGet Version 1.73 (2006.9)
* support flash(swf) file download
* add a search toolbar
* bug fixed

FlashGet Version 1.72 (2006.5)
* All free !!! * Context menu add to Opera 8.x
* some fine changes
* bug fixed

FlashGet Version 1.71 (2005.8)
* general fixes


FlashGet Version 1.70 (2005.8)
* Improve shareurl service
* some small changes
* general fixes

FlashGet Version 1.65 (2004.8)
* Support filesize over 4GB
TIP: How your disk is formatted can limit file sizes too: FAT limit is 2GB, FAT32 limit is 4GB, NTFS is unlimited.
* some small changes
* general fixes

FlashGet Version 1.60a (2004.5)
* re-active shareurl service
* some small changes
* general fixes

FlashGet Version 1.60 (2004.4)
* Support RTSP protocol
* some small changes
* general fixes

FlashGet Version 1.50 (2004.2)
* Support MMS protocol
* Support command line (flashget.exe [url] [save directory])
[Save directory] is optional. if exist flashget will not popup job's properties dialog
* some small changes
* general fixes

FlashGet Version 1.40 (2002.11)
* Support Https protocol
* Export&Import proxy list
* FlashGet Skin Designer(?View More information?)
* some small changes
* general fixes

FlashGet Version 1.31 (2002.10.9)
* some small changes
* general fixes

FlashGet Version 1.3 (2002.5.27)
* Download subdirectories from ftp
* Support individual proxy for each connections
* Move downloaded files when category's directory changed
* reuse ftp connections
* delete item from list when download completed
* Grid of joblist window
* some small changes
* general fixes

FlashGet Version 1.2 (2002.3.18)
* FlashGet is shareware now, not include any ad system
* ShareURL.com--mirror service for FlashGet
* Support Skin
* Get additional/update language pack automatic
* support switch focus when press TAB key
* New toolbar icon
* improve FlashGet IE bar
* Number of retries of Site Explorer
* some small changes
* general fixes

FlashGet Version 1.1 (2002.1.17)
* Site Properties(Max connections, Login information, Proxy)
* FlashGet IE Bar(IE menu->View->Toolbars->FlashGet Bar)
* improve speed limit(support manual and automatic mode)
* Auto switch to active mode if site not support passive mode(ftp protocol)
* optimize for wild band
* improve download databse save,backup and restore
* some small changes
* general fixes

FlashGet Version 1.00 (2001.12.13)
* Display download percent in DropZone
* able increase and decrease split parts when downloading
* Move or Delete Log file when move or delete downloaded file
* support extra list command of ftp site in site explorer
* Remember last category and directory
* improve support SOCKS5 proxy
* support SOCKS4 proxy
* Add sound files
* some small changes
* general fixes

FlashGet Version 0.96a (2001.6.21)
* some small changes
* general fixes

FlashGet Version 0.96 (2001.6.14)
* Download Rule
* Favorites in Site Explorer
* able set buffer size
* more hotkeys
* improve folder selection
* some small changes
* general fixes

FlashGet Version 0.95 (2001.2.15)
* some small changes
* general fixes

FlashGet Version 0.94 (2001.2.6)
* some small changes
* general fixes

FlashGet Version 0.93 (2001.1.30)
* Open(View) files when finished downloading
* improve "Download all by FlashGet"
* add button and menu item to IE
* save category's status when flashget close
* Merge download database
* Minimize main widnow on clicking X
* Close FlashGet when done
* support filter in Site Explorer
* improve integration with IE
* able create new category in job's properties dialog.
* Popup messagebox when download success, failure or all done
* add new buttons to toolbar
* some small changes
* general fixes

FlashGet Version 0.92 (2000.12.10
* some small changes
* general fixes

FlashGet Version 0.91 (2000.10.29)
* Improve Site Explorer
* Improve monitor feature(Method 2 will monitor URLs which include "#?",Method1 will not)
* If filename for new URL is the same as an existing URL's filename, add the new one as an alternate address for the file
* Default download manager(Options/Monitor/Default Manager)
* Transparent DropZone(Only under Win200)
* some small changes
* general fixes

FlashGet Version 0.90 (2000.10.18)
* Site Explorer: Explore http/ftp site. It's like windows explorer.
* Fix corrupted zip file: Automatic check zip archive only download corrupted range.
* Parse HTTP header "Content-Disposition" filename (freedrive.com)
* Confirm before download again
* File types to send to virus scanner
* EMail Address for Anonymous Ftp Logins
* some small changes
* general fixes

FlashGet Version 0.88 (2000.7.27)
* New User Guide (thanks Budimir Roncevic)
* Sub-category in alphabetical order
* Retry delay implemented
* Improved Download all by FlashGet
* Import broken downloads implemented
* Improved the Import Batch Files feature
* Support for Bulgarian
* some small changes
* general fixes

FlashGet Version 0.87 (2000.6.23)
* New User Guide (thanks Budimir Roncevic)
* Controls over individual Connection (Start, Pause and Restart)
* Support for HTTP/CONNECT type servers
* Set minimum segment size (the minimum size of a part of a file for another Jet to be created)
* Drop Zone Graph size settings
* Write a separate log file for each download
* Added move files to portable storage devices (e.g disks)
* Support wildcard when monitor click
* Added AddOn program interface (COM & DDE)
* some small changes
* general fixes

FlashGet Version 0.86 (2000.5.19)
* Analyses mirror sites location, selects the best the server
* Mirror lists feature
* Able to set server of FTP search
* No need to set user name and password individually, set login info for servers (Options>>Login)
* Change properties settings for more than one file at once
* Display category or selected job's info (like explorer) in status bar
* Import/Export URL list file
* Analyze web page file for links that download-able
* Support for the Opera browser (Please Download Opera Plug-in for FlashGet)
* Some small changes
* general fixes

FlashGet Version 0.85 (2000.4.8)
* Mirror Site Search: Search for mirrors and download from the fastest server available
* Add mirror URL manually or find it automatically through FTP Search
* Some small changes
* general fixes

FlashGet Version 0.77 (2000.3.5)
* A new method of monitoring clicks in IE
* "Cache IP" option added
* Some small changes
* general fixes

FlashGet(JetCar) Version 0.76 (2000.2.6)
* JetCar has changed its name to FlashGet
* Swap file and information between/amongst databases (machines)
* Support multiple URLs in Monitoring clipboard, and pasting
* Improved localization feature
* Support "a-z" and "AZ" ordering in Add Batch Jobs
* Pop-up message window when Job done
* Open cancelled URL (Monitor Click) in browser window
* Fill Comment text with clipboard content
* "Disable Monitor browser clicks" menu added to Tray and Drop-Zone's context menu
* Check a new version of FlashGet
* Some small changes
* general fixes

JetCar 0.75 (00.1.13)
* Localized JetCar by making easy-to-make language packages.
* Display "Transfer rate" and "Download state" in Drop Zone view
* Improved "Download All by JetCar" feature
* Improved export download information feature
* Some small changes
* general fixes

JetCar 0.74b (99.12.18)
* Fixed some bugs.

JetCar Version 0.74a (99.12.16)
* Able add downloaded file which use other tools, automatically creates Categories according to directories
* Improved export download information feature, able to create description file and HTML file
* Improved Connection feature, connect or disconnect at any time
* display recently downloaded files in file menu
* able to save current configuration as default immediately
* supports Cookies
* supports Referrer
* Start All added to context menu
* Connect/Disconnect and Find icon added to Tool bar
* hold Alt key to move files to top or bottom at once
* Some small changes
* general fixes

JetCar 0.73 (99.11.09)
* Better and faster searching
* Auto-backup download database everyday
* Smaller program size
* Some small changes
* Fixed some bugs.

JetCar 0.72 (99.10.25)
* Analyses HTML files, display link information
* Support for multiple file links
* Better browser monitoring (auto start JetCar)
* "Download by JetCar" and "Download all by JetCar" features added to IE's context menu
* Removes banner after registering
* Better support for a large amount of jobs (move error job to the end)
* Context menu added to the detail window
* Some small changes
* Fixed some bugs.

JetCar 0.71a (99.10.03)
* Fixed some bugs.

JetCar 0.71 (99.9.28)
* Proxy server list, support for multiple proxy servers
* Total downloading time and average speed added
* document
* Add "Rename" to context menu
* Display recent downloaded item at list top
* Some small changes
* Fixed some bugs.

JetCar 0.70 (99.9.10)
* Able to manage downloaded file before use JetCar
* Display useful information for downloaded file
* Better support for proxy servers
* New style log window
* Some small changes
* Fixed some bugs.

JetCar 0.69 (99.8.25)
* Find Feature (Find & Find Next)
* Add batch download
* can save current settings as default settings
* Always retry
* Fixed some bugs.

JetCar 0.68 (99.8.15)
* Check new and download again
* Can download file which size is unknown
* Can modify comment when downloading
* Fixed some bugs.

JetCar 0.67 (99.8.4)
* Speed limit
* Support for URLs with username and password
* Some small changes
* Fixed some bugs.

JetCar 0.66 (99.7.11)
* Optimize drawing
* Job listview cell tooltips
* Some small changes
* Fixed some bugs.

JetCar 0.65 (99.6.27)
* Fixed some bugs.

JetCar 0.64 (99.6.20)
* Drop zone tooltips
* listview sort
* Fixed Bug
can't rename file when downloading or after downloaded
some other minor bugs

FlashGet is a leading download manager and has the highest amount of users on the internet. It uses MHT(Multi-server Hyper-threading Transportation) technique, supports various protocols and has excellent document management features. FlashGet is a freeware without any adware or spyware.


Optimize the system resource
FlashGet can use up the lowest system resources and will not influence your normal work or study.

Call anti-virus automatically
FlashGet can call anti-virus automatically to clean viruses, spyware and adware after finishing download.

Increase the download speed and stability
Flashget can increase download speed from 6-10 times. It uses MHT (Multi-server Hyper-threading Transportation) technique and optimization arithmetic and it

Powerful files management feature
It supports unlimited categories. Each category is assigned a download saving directory. The powerful management feature can support drag and drop, adding and description, search, rename, etc.


FREE DOWNLOAD






 

Messenger Plus! Live 4.20

⊆ 3:17 AM by M.Ayaz Umer | ˜ 0 comments »








Messenger Plus! Live 4.20




  • Various visual adjustments for Windows Vista. Some of them are dependant
    of your system’s configuration and theme settings. This includes, but is not
    limited to:
    • Animation effects when most Messenger Plus! windows open and close.
    • Fixed "black box" display glitch when resizing Messenger Plus!
      windows.
    • Drop-down lists (combo boxes) in Messenger Plus! windows look
      better.
    • Most "open file" and "save file" windows use the new Vista template.
    • No more sluggish transition effects on some of the controls when the
      mouse pointer passes over them.
    • Some windows do not display properly with right-to-left languages.
    • Tabbed chats don’t create an empty area in Flip3D. The chat window
      is not part of the flip sequence but is displayed in the background.
      This may be improved in future releases but it all depends on the
      (rather limited or undocumented) new DWM API of Windows.
  • This version of Messenger Plus! is distributed with some additional
    scripts. Scripts add various new improvements to Messenger and are all
    developed by third parties, people like you and me, who give some of their
    time to help the Messenger community. The installation of scripts can be
    disabled in the setup and future versions of Messenger Plus! won’t
    necessarily be distributed with the same scripts (or any at all for that
    matter). These scripts have been bundled mainly so that a larger portion of
    the Messenger Plus! userbase discovers the benefits of installing scripts.
    The scripts distributed with this version are all available in the script
    database at msgpluslive.net, along with 250 more :). I hope you’ll all enjoy
    these fine creations!
  • Administrator privileges are not required in Windows Vista anymore when
    importing sound packs and scripts from the Windows shell.
  • Messenger is not launched automatically at the end of the setup of
    Messenger Plus! if the setup is not running in the context of the currently
    logged on user (happens in Vista if the setup is launched from a
    non-administrator user account).
  • Importing sound packs and scripts from the shell in accounts with no
    administrator privileges now works properly in Windows Vista.
  • No more use of virtualized directories in Windows Vista. The necessary
    security rights are set to some of the directories created and accessed by
    Messenger Plus!.
  • Added new feature: text copied in chat windows (in both the received
    messages and typing areas) now includes emoticons
    codes instead of white spaces.
  • Preferences pack files now have an associated icon and can be imported
    from the shell.
  • Added Hebrew language to the main distribution package.
  • The (!VER) tag now reports the edition of Windows Vista.
  • The Control key needs to be pressed when deleting a contact in the
    Contact List Clean-up window to block it as well.
  • No more "Error 8005" when the setup of Messenger Plus! is launched on a
    system with some font problems.
  • Chat logging is disabled by default in guest accounts.
  • The Contact Information window now displays the personal message as
    well. Also, the display picture has been fixed when using a right-to-left
    language in Messenger Plus!.
  • A new icon has been added in the contact list and the chat windows to access the scripts’
    menus.
  • The way the task bar flashes when a new message is received in a tabbed
    chat has been improved to avoid missing unseen messages. This feature has
    also been fixed for Windows Vista.
  • Added a diagnostic message in the setup to download and repair the MSXML
    3 library from microsoft.com. This helps fix "Error 8008".
  • The setup has better chances to succeed if Messenger is running in
    different user sessions when installation occurs.
  • Fixed: the tabbed chats bar may display no name or status for newly
    created chat windows.
  • Fixed: using the /psm command with IRC format codes can corrupt
    Messenger’s Contact cache and prevent users to sign back-in.
  • Fixed: encrypted log files located in a read-only folder cannot be
    decrypted by the Log Viewer (known limitation: pictures aren’t displayed in
    html log files when that’s the case).
  • Fixed: some Messenger Plus! menus have a bad internal looking extra
    contour.
  • Fixed: (!M) tag doesn’t display the proper email for Yahoo contacts.
  • Fixed: the chat history window can become a little bit messed-up when
    sending several emoticons that half transform into bbcode in the same
    message.
  • Fixed: when in Messenger Lock mode, the Messenger icon in the systray is
    reverted back to normal if explorer.exe crashes and the systray bar is
    recreated.
  • Fixed: the Log Viewer doesn’t display folders that only contains
    sub-folders.
  • Fixed: Messenger Plus! displays "yahoo:" in front of Yahoo contact’s
    names.
  • Fixed: "In a call" status is not considered to be "Busy" by some of the
    features of Messenger Plus! (like playing sounds).
  • Fixed: floating desktop contacts of yourself do not work properly.
  • Fixed: the scripting documentation cannot be downloaded from the editor
    window in Windows Vista.
  • Fixed: can’t import scripts when the full path to the scripts directory
    is not readable by the current user.
  • Scripts: fixed Contacts::GetContact() and Messenger::OpenChat() for contacts that are connected on
    the Yahoo network.
  • Scripts: OnEvent_ContactSignout is never called anymore after
    OnEvent_Signout.
  • Scripts: OnEvent_Uninitialize is always properly sent when Windows is
    restarted while Messenger is still running.
  • Scripts: Added a element in ScriptInfo to help developers
    specify the version of their scripts. This will prevent duplicated copies of
    the same script from being installed on a user’s system (as the name of the
    script is used to create the corresponding script’s directory). This tag is
    displayed in the import and preferences window.
  • Scripts: OnWindowidEvent_LstViewClicked events are now sent when the
    user clicks in an empty part of the control. In that case, ItemIdx is -1.
  • Scripts: added OnWindowidEvent_LstViewSelStateChanged event for ListView
    controls. This even is fired every time an item is selected or unselected.
  • Scripts: the documentation has been updated in several places. Please
    make sure you get the latest version! (and as a general rule, try to
    remember to check for documentation updates every month or so. The
    documentation can be updated/improved even when Messenger Plus! itself
    isn’t).
  • Scripts: added MsgPlus::UILangCode property to get the code of the
    language currently displayed by Messenger Plus!.
  • Scripts: added ChatWnd::HistoryText_GetCurSelStart and ChatWnd::HistoryText_GetCurSelEnd
    to get the current selection in the message history area (where messages are
    received).
  • Scripts: added ChatWnd::HistoryText_GetTextRange to get a portion of
    text from the message history area.
  • Scripts: added MsgPlus::DownloadFile function and the corresponding
    OnEvent_DownloadFileComplete event to allow scripts to download files
    asynchronously.
Download Messenger Plus! Live 4.20

 

Win RAR

⊆ 12:17 AM by M.Ayaz Umer | ˜ 0 comments »














  • Using WinRAR puts you ahead of the crowd when it comes to compression by consistently making smaller archives than the competition, saving disk space and transmission costs.

  • WinRAR provides complete support for RAR and ZIP archives and is able to unpack CAB, ARJ, LZH, TAR, GZ, ACE, UUE, BZ2, JAR, ISO, 7Z, Z archives.

  • WinRAR offers a graphic interactive interface utilizing mouse and menus as well as the command line interface.

  • When you purchase WinRAR license you are buying a license to the complete technology, no need to purchase add-ons to create self-extracting files, it's all included. One price, one payment, once.

  • You also receive the benefit of a life-time use of the WinRAR archiver. No upgrade fee to pay. When a new release is made, simply download and install, your license is valid for life.

  • WinRAR is easier to use than many other archivers with the inclusion of a special "Wizard" mode which allows instant access to the basic archiving functions through a simple question and answer procedure. This avoids confusion in the early stages of use.

  • WinRAR offers you the benefit of industry strength archive encryption using AES (Advanced Encryption Standard) with a key of 128 bits.

  • WinRAR supports files and archives up to 8,589 billion gigabytes in size. The number of archived files is, for all practical purposes, unlimited.

  • WinRAR offers the ability to create selfextracting and multivolume archives.

  • Recovery record and recovery volumes allow to reconstruct even physically damaged archives.

  • WinRAR features are constantly being developed to keep WinRAR ahead of the pack.
FREE DOWNLOAD

 

yahoo multi

⊆ 12:12 AM by M.Ayaz Umer | ˜ 0 comments »


What is 2shared? Free music collection
Here you can enjoy music compositions absolutely free. 2shared gives you an excellent opportunity to store your music files here and share them with others. Join our community of music lovers just now to flow with the music and make our shared music collection even more complete and exciting.

FREE DOWNLOAD

 
⊆ 12:10 AM by M.Ayaz Umer | ˜ 0 comments »












Zinio Reader is developed by Zinio Systems, Inc. and is used by 774 users of Software Informer. The most popular versions of this product among our users are: 1.2, 1.4, 1.6, 3.0, 3.1, 3.6, 3.7 and 3.8. The names of program executable files are Zinio Reader.exe, Zinio.exe, ZinioExp.exe and ZinioReader.exe. Works with zna, zno file types. The product will soon be reviewed by our informers.

FREE DOWNLOAD

 

McAfee VirusScan Enterprise v8.5.0

⊆ 4:36 AM by M.Ayaz Umer | ˜ 0 comments »


Release Notes for McAfee® VirusScan® Enterprise 8.7i - Beta 1
Dat Version: 5265

Engine Version: 5.2.00

Thank You For Using VirusScan Enterprise software. This Document Contains Important Information About This Release. We Strongly Recommend That You Read The Entire Document.

CAUTION: We Do Not Support Automatic Upgrading Of A Pre-release Version Of The Software. To Upgrade To A Production Release Of The Software, You Must First Uninstall The Existing Version Of The Software.
Contents
Beta product license
New features
Known issues
Resolved issues
Where to find McAfee enterprise product information
Beta product license
The beta license for this product expires on

New features
New and updated features in the current release of the software are described below:

Performance Improvements
New email scanner
Performance Improvements
Improved local control of on-demand scans via battery state and full screen awareness and allowing end users to delay scheduled on-demand scan.
Enhanced system throttling includes registry and memory scanning.
New email scanner
Improves reliability with double-byte and multi-byte languages.

Known issues
Known issues in this release of the software are described below:

Issue

Installation
Issue

Compatibility With Other Products
Issue

Resolved issues
Issues from previous releases of the software that are resolved in this release are listed below.

Issue


Resolution



Where to find McAfee enterprise product information
The McAfee documentation is designed to provide you with the information you need during each phase of product implementation, from evaluating a new product to maintaining existing ones. Depending on the product, additional documents might be available. After a product is released additional information regarding the product is entered into the online Knowledgebase available on McAfee ServicePortal.

Installation Phase
Setup Phase
Maintenance Phase

Before, during, and after installation.

Release Notes

Known issues in the current release.
Issues resolved since the last release.
Last-minute changes to the product or its documentation.
Installation Guide

Preparing for, installing and deploying software in a production environment.
Getting up-and-running with the product.

Product Guide and Online Help

Setting up and customizing the software for your environment.
Online Help

Managing and deploying products through ePolicy Orchestrator.
Detailed information about options in the product.
Maintaining the software.

Online Help

Maintaining the software.
Reference information.
All information found in the product guide.
Quick Reference Card

Detailed instructions for common and infrequent important tasks.
Knowledgebase (knowledge.mcaf)

Release notes and documentation.
Supplemental product information.
Workarounds to known issues.



Finding release notes and documentation for enterprise products
Go to knowledge.mcafee.com and select Product Documentation under Useful links.
Select | and select the required document from the list of documents.

--------------------------------------------------------------------------------

COPYRIGHT

Copyright © 2008 McAfee, Inc. All Rights Reserved.

No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language in any form or by any means without the written permission of McAfee, Inc., or its suppliers or affiliate companies.

TRADEMARK ATTRIBUTIONS

AVERT, EPO, EPOLICY ORCHESTRATOR, FLASHBOX, FOUNDSTONE, GROUPSHIELD, HERCULES, INTRUSHIELD, INTRUSION INTELLIGENCE, LINUXSHIELD, MANAGED MAIL PROTECTION, MAX (MCAFEE SECURITYALLIANCE EXCHANGE), MCAFEE, MCAFEE.COM, NETSHIELD, PORTALSHIELD, PREVENTSYS, PROTECTION-IN-DEPTH STRATEGY, PROTECTIONPILOT, SECURE MESSAGING SERVICE, SECURITYALLIANCE, SITEADVISOR, THREATSCAN, TOTAL PROTECTION, VIREX, VIRUSSCAN, WEBSHIELD are registered trademarks or trademarks of McAfee, Inc. and/or its affiliates in the US and/or other countries. McAfee Red in connection with security is distinctive of McAfee brand products. All other registered and unregistered trademarks herein are the sole property of their respective owners.

LICENSE INFORMATION

License Agreement

NOTICE TO ALL USERS: CAREFULLY READ THE APPROPRIATE LEGAL AGREEMENT CORRESPONDING TO THE LICENSE YOU PURCHASED, WHICH SETS FORTH THE GENERAL TERMS AND CONDITIONS FOR THE USE OF THE LICENSED SOFTWARE. IF YOU DO NOT KNOW WHICH TYPE OF LICENSE YOU HAVE ACQUIRED, PLEASE CONSULT THE SALES AND OTHER RELATED LICENSE GRANT OR PURCHASE ORDER DOCUMENTS THAT ACCOMPANIES YOUR SOFTWARE PACKAGING OR THAT YOU HAVE RECEIVED SEPARATELY AS PART OF THE PURCHASE (AS A BOOKLET, A FILE ON THE PRODUCT CD, OR A FILE AVAILABLE ON THE WEB SITE FROM WHICH YOU DOWNLOADED THE SOFTWARE PACKAGE). IF YOU DO NOT AGREE TO ALL OF THE TERMS SET FORTH IN THE AGREEMENT, DO NOT INSTALL THE SOFTWARE. IF APPLICABLE, YOU MAY RETURN THE PRODUCT TO MCAFEE OR THE PLACE OF PURCHASE FOR A FULL REFUND.