Saturday, September 24, 2011

Javadoc & its tags

What is a Javadoc - Javadoc Comments are specific to the Java language and provide a means for a programmer to fully document his / her source code as well as providing a means to generate an Application Programmer Interface (API) for the code using the javadoc tool that is bundled with the JDK. These comments have a special format.

Example -

/**
* This is sample javadoc.
*/

Some of its tags:

@author
@version
@param
@return
@throws
@see
@since
@deprecated


Helpful links: Link1, Link2

Saturday, September 17, 2011

Favicon & how to add one

What is Favicon - favicon is a graphic image (icon) associated with a particular Web page and/or Web site. Many recent user agents (such as graphical browsers and newsreaders) display them as a visual reminder of the Web site identity in the address bar or in tabs.


How to add a Favicon to your site - W3C The Best Place to find it !