• Javascript

    Total Mouse Control in Javascript

    by  • April 22, 2012 • HTML, Javascript • 0 Comments

    The following article was originally written back in 2006. The code example below shows you how you can include better mouse control over your web pages, even the right-click mouse event. The example below basically shows you a page with 2 boxes on it. These boxes are called ‘Drag Me 1′ and ‘Drag Me...

    Read more →

    A complete AJAX example

    by  • June 16, 2011 • HTML, Javascript, JSP • 0 Comments

    There are several third party libraries that simplify the programming that is needed to make your web pages communicate with the server more dynamically, and without doing complete page reloads. However, some of you may be interested in knowing how exactly AJAX functionality can be added to your web sites and without involving any...

    Read more →