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
Category: Programming
12 Best Firefox Extensions for Web Developers
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.
Hindawi: Write Computer Programs in Indic Langauges
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!
How to Vertically Middle Align Text in a Div
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.
How to Change Text Selection Background Color Using CSS
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.
Change onclick Event of an Element Using JavaScript
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!
Walking DOM Tree is Now Very Simple
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!
Get Full Current URL from Address Bar
Learn how retrieve URL of the current web page from address bar of your browser. You can do this with JavaScript and PHP.
How to Easily Make a Website
Learn about XAMPP, WordPress and MediaWiki as tools for rapidly developing websites. These tools enable you to make a good website in no time.
Building Strings in Java
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.
What are Factory Methods and Why Use Them?
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.
Place two DIVs side by side
Arranging DIV element in side-by-side (adjacent) manner is something web developers often need to do. Learn how to accomplish this.
Java Memory Management: Heap Space and Garbage Collector
Learn about how Java manages memory through heap space and garbage collection. Understanding memory allocation can help avoid memory leak in Java programs.
Usage of Names and IDs of HTML Elements
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.
Remove Dotted Border Around Links on Mouse Click
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.