5 Generations of Computer
on May 10, 2010
Nowadays computer has become an essential part of every mankind. In this era, every one wants to become expert in computer. For the interested people, it is necessary that they must know about the history of computer as well. The history of computer development is often referred to in reference to the different generations of computing devices. A generation refers to the state …
5 Effective Ways to Lose Weight
on May 9, 2010
It is the desire of dieters to lose their weight. They try losing weight more than once, and try several weight loss management programs without success. For achieving permanent effective weight loss, long-term nutritional changes are needed, but effective weight loss programs are difficult if the dieters are the only one making the change. Generally, people want to lose weight, but they don’t …
How to Make a Personal Website
on May 8, 2010
Building a website on your own could seem to be trying pro the beginners. But if you make the proper guidance you can straightforwardly get on to a skilled website. You can earn a heavy amount of money. You may be inflicted with the tag- along a hardly any valuable steps: * Finding an Apposite Topic: First and foremost step is to choose …
Procedures for a Successful Blog
on May 7, 2010
First rancid, you need to mark out could you repeat that? Succeeding is to you since uncommon public be inflicted with uncommon understanding in this area could you repeat that? It would be done with the intention of word earnings. You can get your earnings by getting lots of blog observations. By which process we can get a ration of visitors in this …
How Do I Get Out of a Frameset in HTML?
on May 6, 2010
If you are the author, this is easy. You only have to add the TARGET attribute to the link that takes readers to the intended ‘outside’ document. Give it the value of _top. In many current browsers, it is not possible to display a frame in the full browser window, at least not very easy. The reader would need to copy the URL …
How To Protect Special Characters in Query String in PHP?
on May 5, 2010
If you want to include special characters like spaces in the query string, you need to protect them by applying the urlencode() translation function. The script below shows how to use urlencode(): <?php print("<html>"); print("<p>Please click the links below to submit comments about FYICenter.com:</p>"); $comment = ‘I want to say: "It\’s a good site! :->"’; $comment = urlencode($comment); print("<p>" ."<a href=\"processing_forms.php?name=Guest&comment=$comment\">" ."It’s an …
Unlink() is a function for file system handling. It deletes any file. Unset() is a function for variable management. It deletes/unset a given variable.
How To Read the Entire File into a Single String?
on May 1, 2010
If you have a file, and you want to read the entire file into a single string, you can use the file_get_contents() function. It opens the specified file, reads all characters in the file, and returns them in a single string. Here is a PHP script example on how to file_get_contents(): <?php $file = file_get_contents("/windows/system32/drivers/etc/services"); print("Size of the file: ".strlen($file)."\n"); ?> This script …
In Javascript, How to Text From Your Clipboard?
on April 30, 2010
It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server.
Are You Concerned that Older Browsers Don't Support JavaScript and Thus Exclude a Set of Web Users, Individual Users?
on April 28, 2010
Fragmentation of the installed base of browsers will only get worse. By definition, it can seldom improve unless absolutely everyone on the planet threw away their elderly browsers and upgraded to the latest gee-whiz versions. But even then, there’s lots of discrepancies between the scripting of the latest Netscape Navigator and Microsoft Net Explorer. The situation makes scripting a challenge, for newcomers who …

