Firebug Tutorial Part 1 – Introduction

Firebug is a free open source tool that allows debugging, editing and monitoring any website’s CSS, HTML, DOM and JavaScript. It can also be used...

2048 Game Tricks

Hint 1: Always keep the largest number in the top corner. Hint 2: When more than one option available to move, move to top first....

Struts2 Tutorial Part 1 – Introduction

Struts2 is a modern framework to develop java based web application. It follows the MVC architecture. If we are aware of jsp/servlet then Struts2 can...