specializing in digital media technologies

Digital Media and Communications Insights, Inc.


Larry Ullman's Blog

JetProfiler for MySQL

I’ve just recently come across a piece of software called Jet Profiler for MySQL. This is a program that runs on Mac OS X, Linux, and Windows (it’s runs on Java), and comes in both a free and commercial version. Jet Profiler for MySQL is a diagnostic tool, used to analyze and report upon your database’s performance, specifically in terms of the queries run, the tables used, and the MySQL users. It also has more advanced capabilities, like reporting upon master/slave relationships, locking, threads, and so forth. One particularly interesting feature is that it doesn’t require any special server configuration; in fact, it doesn’t even need to be installed on the server. You can install the application on your desktop computer, create a new MySQL user on the server, and the software will connect through it. Software like this is another good way to better understand your database and your Web application.

Filed under: MySQL — Tags: , , ,

Five JavaScript Tips in Five Days, continued

The other three posts in my Five JavaScript Tips in Five Days series for Peachpit Press have now been posted. The full set is:

Filed under: JavaScript,Web Development — Tags: ,

DOM Manipulation using jQuery

This entry is part 5 of 8 in the series Introduction to jQuery

If you’ve been reading my jQuery series of posts sequentially, then you saw how to incorporate jQuery into an HTML page, learned how to select elements so that you can use or manipulate them, grasped how to add event handlers, and saw some of the effects that can easily be applied. In this post, I discuss other ways you can manipulate document elements: by altering their CSS, changing their values and attributes, and by adding or removing elements. Although these techniques have an affect on the visual page, I’ve grouped them together here (separate from the effects post) as they’re all primarily about delivering content. (continue reading…)

Filed under: JavaScript,Web Development — Tags: , ,



If you have a question, are seeking information, want to download files, or generally have any need related to a specific book, please make sure you are using the correct link. Check both the title and the edition.