A good password is one of the most important aspects to guard against attacks through the network. Currently there are many programs and techniques to make your password more robust and strict that helps you to protect your password from being hacked. I am going to tell you two URL would be very useful for making your password more robust and strict: http://www.makemeapassword.com is a website where you can generate a good password. Apparently it may seem that the generated password is really hard to remember but it gives you some clues or tips to remember...
Are you interested to develop game? Do you really like to game programming? I am giving here a good and usefull game development resources link which is called game Programming Wiki (GPWiki). It is a collection of all kinds of stories related to programming and game development: Tutorials, libraries, languages, programs. . . . . An interesting part of this Wiki is that it is dedicated to game libraries and they are very useful for giving access to the hardware (sound, video, joystick,…etc). For example, a well known library, SDL is used for the version...
Sometimes there is a problem to find the right path of a package on linux server for a shared server since shell permission is not allowed for a shared server usually. In this situation we can use php function to find the right path. There are few php functions by which someone can run shell command. For example, if you want to find the location of ImageMagick you can execute following php code: <?php echo "<pre>"; system("type convert"); echo "</pre>"; ?> Output: convert is /usr/local/bin/convert You can do similar thing in following...
I am sure many of us thinking to make twitter application at this moment because now a days twitter is the place of million peoples where someone can take the benefits easily from that’s people. I was also thinking for few days to make twitter application because I would like to play with php and want to be benefited similarly. I could not develop it caused I was busy with my job and freelancing projects. Few days ago, I got a chance to make it and I did not mistake to take the chance. I have made my first twitter application after working about 4 hours....
