Automatic language switching lets you create a multi-lingual website. Switching between multiple languages is done using special tags, plug-ins or an... Read more
Google Chrome allows private navigation when the incognito window is opened. In the private navigation, pages are not recorded in the history of Google... Read more
To allow users to upload data on to your website, you need to know the original format of the data and the desired format in which it will be available for... Read more
Certain websites have an icon to the left of the URL in the address bar of the internet browser. There are several methods available to create a favicon or... Read more
Remove the underline under the links in HTML/CSS HTML hyperlinks are underlined (by default) and it is possible to remove the colored line using the CSS.... Read more
Simple method <? echo $_SERVER["REMOTE_ADDR"]; ?> Displaying IP in a graphic mode Show IP Display visitor's IP Address in a graphic with this simple... Read more
Most browsers do not show spaces as they truncate them into a single space. No matter how many spaces are added in the code, a browser will only show one.... Read more
T_String is the common parse error associated with the creation of PHP files. This problem is observed when an apostrophe sign is added in between a code... Read more
Individuals wishing to download videos often turn to the YouTube website. People working with JavaScript often need or want to have it on DSI too (with the... Read more
Here below you chould find sp techniques to determine if a variable contains a valid email address. Using these type of fuction, you can check if email... Read more
Oracle database is a useful database server which can be connected through a PHP script. Web servers using SQLPlus can access the Oracle server through this... Read more
PHP may encounter parse errors. These parse errors occur due to incorrect input of the syntax. This type of syntax error can occur while using the eval( )... Read more
Binary code data files are used to program in scientifically-used low-level programming languages, like C, which cannot be coherently translated into text... Read more
Timestamps can be very useful in programming and tracking possible modifications which could have been made. The mktime() function in PHP is one such tool... Read more
As a webmaster, upon creating your first site, you may want to install a program like WAMP or EasyPhp. You then put your site in the /www/ directory and it... Read more
Webmasters can use flash software to play music on websites. To enable music on a website, a web-based music player that is compatible with the flash player... Read more
Finding an unused domain name is not an easy task with millions of websites up and running on the internet. To make the process of deciding on a domain... Read more
Strings play a very important role in programming and should be handled carefully to avoid getting any errors. Many programming languages like Strings have... Read more
Ajax (Asynchronous JavaScript and XML) is a programming language which involves JavaScript code, XML data, HTML markup and a server side programming... Read more
By default, in PHP 5 and the latest version, the option to include an external URL with the function include is disabled. If there is 'include' in... Read more