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