A comprehensive list of special characters that could be used on HTML web pages. The list includes some stylish symbols as well that can be written using HTML
A comprehensive list of special characters that could be used on HTML web pages. The list includes some stylish symbols as well that can be written using HTML
List of 12 carefully selected Firefox add-ons (extensions) that helps in development of websites. These add-ons make a must have pack for web developers.
Years of hard work and unwavering dedication for Indian languages have enabled Abhishek Chaudhary and Shweta Chaudhary to come up with a software suite that can be used to write computer programs in Indian languages!
Learn how to vertically (middle) align text within a DIV element. It’s a simple thing to do but so far CSS specifications have been silent on it.
You may have seen on other websites that when you select text, the selection background color is NOT regular blue! Learn how to do this using CSS rules.
Learn how to dynamically change the onclick event of an HTML element using JavaScript code. This on the fly modification is not all the difficult!
Traversal of the Document Object Model (DOM) tree is often required utility by web developers. This process is now pretty easy. Learn how to walk DOM!
Learn how retrieve URL of the current web page from address bar of your browser. You can do this with JavaScript and PHP.
Learn about XAMPP, WordPress and MediaWiki as tools for rapidly developing websites. These tools enable you to make a good website in no time.
Learn how to create strings in Java; how strings are different from character arrays and how to build large strings for efficient execution of programs.
Learn what are factory methods in context of system design approach. I will also explain how to use these methods to write more efficient code.
Arranging DIV element in side-by-side (adjacent) manner is something web developers often need to do. Learn how to accomplish this.
Learn about how Java manages memory through heap space and garbage collection. Understanding memory allocation can help avoid memory leak in Java programs.
Learn the difference between names and IDs of HTML tags. Also know why it may be important to set their values different from each other.
Dotted outline that appears around an HTML anchor link when it is clicked may not be visually appealing to many. Learn how to remove it.