12
Dec
How can I change my MySQL database collation?
Generally you would require to change your MySQL collation so as to solve any problems with foreign character encodings. The very common step that can be taken here is to change your MySQL collation from latin1 to utf8. The same can be changed by using phpMyAdmin and the by following the below mentioned steps :... Read More
24
Nov
Which Control Panel Would You Choose For Your Website?
Importance Of Control Panel If you are a serious webmaster who is very careful about his website then you might have idea about ‘how important a control panel is for your website?’ There are many control panels available and selection of a specific control panel is a difficult decision because each of these comes with... Read More
03
Nov
What is an IP packet ?
IP Packet You can say, that somehow everything you do on the Internet is a matter of packets, and to be more precise, of IP packets. For example, all the Web pages that you receive on your computer, come in a variety of packages, and all the emails you send are also transmitted in packets.... Read More
31
Oct
404 Error Pages: What are they and how to create them?
What is 404 Error Page & how to create? All we have seen. You’re navigating a website and you click a link, but the page does not load other than a few words of “404” and some additional information. So, what is a 404 page? It basically tells you that the server cannot find the... Read More
22
Oct
What is BCC in an eMail ?
BCC in an Email BCC is a function used in emails and have an interesting purpose in some cases. An average email recipient has three classes, the first is the usual “To” recipient “CC” and finally the “BCC”. The first one is intended for the main recipients of the email, the second is for those... Read More