I figured out the bug that I mentioned in my last post. The problem lay in how I calculated the new element widths when close to the right side of the browser. Rather than...
Update: Here's a live working demo of the page. You can experience the bug on this demo - just drag .dragbar to the right past the edge of the browser.
Since frames will not be allowed in HTML 5, I'm working on creating a frame-like interface with CSS and JQuery. However, I'm a noob to Javascript and JQuery, and I'm having some trouble debugging a...
Get yourself started by going to the excellent site, www.HTMLDog.com. It is entertaining, and if you follow the directions and begin at the beginning of the tutorial, you will find yourself sliding...
I really like how the header expands and contracts depending on the size of he browser window. And the pages as a whole look like they're smaller at the bottom than at the top - whether...
First off, I was going to suggest that you add closing slashes to your meta, link, and img tags (to make it validate), but you've done that since I last looked at your page!
You were right on - twice! After implementing the error checks that you reccommended, I discovered that $result was indeed false. The error message, however, led me to the solution - I...
One major problem with your code is the use of tables. Tables are, well, outdated; everything that can be done with tables can be done with css and almost always with a lot less code....