August 31, 2010

WordPress (Version 3.0.1)

The latest stable release of Word Press (Version 3.0.1) is available in two formats from the link ?Download it..ShYaM?

Enjoy the Power of Theme WordPress (Version 3.0.1)

August 19, 2010

Open Source Graphic Programs-45 Best

http://www.snap2objects.com/
Following the great success of the 45 Best Freeware Design Programs and attending requests of more open source apps, here is a new extensive list of Open Source Graphic Programs that you may take into consideration for production use. There is a lot of technicalities when we talk about The Open Source movement, and we are not covering them here on detail, so please forgive with me if I am not being formal enough with all the terminology.


ShYaM....

PHP Functions..ShYaM..

The $_POST Function
The built-in $_POST function is used to collect values from a form sent with method="post".
Information sent from a form with the POST method is invisible to others and has no limits on the amount of information to send.

"form action="welcome.php" method="post"
Name: input type="text" name="fname"
Age: input type="text" name="age"
input type="submit"
form"

The $_GET Function
The built-in $_GET function is used to collect values from a form sent with method="get".

"form action="welcome.php" method="get"
Name: input type="text" name="fname"
Age: input type="text" name="age"
input type="submit"
form "

PHP Form Handling
The most important thing to notice when dealing with HTML forms and PHP is that any form element in an HTML page will automatically be available to your PHP scripts.

"html
body

form action="welcome.php" method="post"
Name: input type="text" name="fname"
Age: input type="text" name="age"
input type="submit"
form

body
html"

By ShYaM...

August 12, 2010

How To Change Your IP Address..Shyam

If your connection is direct to your computer and your computer gets the public IP and not a router, you can try this:
For Windows 2000, XP, and 2003
1. Click Start
2. Click Run
3. Type in cmd and hit ok (this opens a Command Prompt)
4. Type ipconfig /release and hit enter
5. Click Start, Control Panel, and open Network Connections
6. Find and Right click on the active Local Area Connection and choose Properties
7. Double-click on the Internet Protocol (TCP/IP)
8. Click on Use the following IP address
9. Enter a false IP like 123.123.123.123
10. Press Tab and the Subnet Mask section will populate with default numbers
11. Hit OK twice
12. Right click the active Local Area Connection again and choose Properties
13. Double-click on the Internet Protocol (TCP/IP)
14. Choose Obtain an IP address automatically
15. Hit OK twice
16. Go to What Is My IP to see if you have a new IP address



For Vista (Windows 7 is very similar)
1. Click Start
2. Click All Programs expand the Accessories menu
3. In the Accessories menu, Right Click Command Prompt and choose Run as administrator
4. Type ipconfig /release and hit enter
5. Click Start, Control Panel, and open Network and Sharing Center. Depending on your view, you may have to click Network and Internet before you see the Network and Sharing Center icon
6. From the Tasks menu on the left, choose Manage Network Connections
7. Find and Right click on the active Local Area Connection and choose Properties (If you’re hit with a UAC prompt, choose Continue)
8. Double-click on Internet Protocol Version 4 (TCP/IPv4)
9. Click on Use the following IP address
10. Enter a false IP like 123.123.123.123
11. Press Tab and the Subnet Mask section will populate with default numbers
12. Hit OK twice
13. Right click the active Local Area Connection again and choose Properties
14. Double-click on Internet Protocol Version 4 (TCP/IPv4)
15. Choose Obtain an IP address automatically
16. Hit OK twice
17. Go to What Is My IP to see if you have a new IP address

Read more: http://www.whatismyip.com