Category: JavaScript

  • Drag and Drop with AJAX Example

    At my work it’s quite clear to me that a lot of people have difficulty with both AJAX and Javascript drag and drop event functionality.  In this article, I thought I would provide a realistic and simplistic example of how to accomplish both AJAX and drag and drop together.

    By the end of this article you will be able to create an extremely slick content management system that works really smoothly. (more…)

  • YSlow – Helping slow web pages load faster

    This article is a continuation to my article about FirebugYSlow is an add-on to Firebug that helps developers determine why a site is loading slowly.

    After you install YSlow, if you open up Firebug in Mozilla a new tab will now appear called “YSlow”.  The next steps would be to load a web site that you want to check it’s performance.  After the web site has loaded, click the YSlow tab, if the results don’t compile automatically, click the Performance button to run the diagnostics.

    The grading is made up of 13 steps.  For each step you receive a grade from A to F.  An overall grade is compiled in the same format. (more…)

  • Firebug – A developer’s best friend

    I think a good place to start is to describe one of my favorite tools.  It’s called Firebug, it’s an add-on for Mozilla browsers.

    At work, if one of my co-workers comes to me in the J-Block and asks a Javascript or CSS question, before I even consider helping them I ask if they reviewed the styles or the Javascript in Firebug.  9 times out 10 if it’s a really easy answer, you’ll see it almost immediately with the help of Firebug. (more…)