A programmer's paradise created by the twist of deliberated fantasies, and actions of a determined imagination.
Our world is now compressed, made tiny, and is traveling inside its axis called the "network".
Her images are displayed in the screen of a PC monitor, and inside, people can meet there ...
Through my programs and applications.

Batch-After-Batch Multi Uploader (FLASH)
The normal way of browsing files and uploading them.
You can select multiple files from a single directory browsing.
If you have browsed a f ...
Apache Server conflict with IIS
Just make the access ports different:
Example:
( Apache ) PHP - http://localhost/mypage.php
( IIS ) ASP Classic - http://localhost:81/mypage.asp
This is a workaround when you have
Apache ( ex: XAMPP, etc ... ) service installed
before then installed IIS later.
To change the port of your IIS:
1. Go to Control Panel -> Administrative Tools ->
Internet Information Services
2. A dialog box that is divided into two columns will appear.
The left column contains 2 items (like what is shown below):
Internet Information Services
+ Local Computer
3. Expand Local Computer and you will get other items below it:
+ Web Sites
+ Default SMTP Virtual Server
4. Expand Web Sites
+ Default Web Site
5. Right-click Default Web Site and choose Properties.
A tabbed dialog box will appear then choose the Web Site tab.
6. Look for the TCP Port input field and provide a desired port number.
7. Click the Apply button and that's it !!! You\'re ready to roll ...





