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.
Creating table with a name specified by a variable
Learn how to create a table in mysql with a name passed on as a parameter. This may be useful when you need to create tables using stored procedures.
11 Useful MySQL Commands for Quick Reference
Here are a few useful MySQL commands for common routine work related with database management. I keep these statements on my desk as a quick reference guide.
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.