First, it turned out that I was NOT using absolute positioning but fixed positioning. So I changed it to absolute. Secondly I was using the event.clientY property of...
I've created a table and coded the oncontextmenu event of the <tr> elements to return false. I've coded the onmouseup events of same to display an absolutely positioned div with z-index of 1 as a...
I am developing a PHP application for building and managing taxonomies. It has the general look of Windows Explorer (a tree on the left and a content pane on the right). The content pane will display...
I retrieve a list of links from a database using ajax, then I assign them to the innerHTML property of a div whose display property is set to "none" Then I set the display property to "display" to...
I want to retrieve my data into a two-dimensional array that I can navigate through with a foreach loop, and be able to add new fields to the array afterwords.
I'm trying to create a page with a left sidebar that widens as needed, and a right content pane that expands to take up whatever space remains, and I'm trying to do it with two floating divs instead...
I'm looking for a way to display a list of events from my google calendar as a simple vertical list on my website. I've tried inserting the xml feed URL into feedburner but it fails to recognize the...
I want to set up a table so that error messages appear directly above specific table columns in the form of a div tag with a red background and the same width as the...
I'm trying to avoid that altogether. But there doesn't seem to be a perfect cross-browser solution for creating two columns of text. The closest thing I could find was the column-count property for...
I'm trying to create a printable version of a website that uses two columns of text. But then I have to know where the page will end, and this depends on the default header & footer margins of the...
I've defined all the necessary variables like url and params in the top of the function. I just don't show it here. Plus the 'togglePopups' task is working fine. It's just the 'selectOptions' task...
I've set up a cross browser ajax submission function that receives two parameters, a task name and a "this" reference to the html object that called the function.
I'm looking for a software solution for people to submit classified ads to a website, choose from various display options, and have their payments processed. Like 68Classifieds, but I don't want the...
I've created an adjacency list to store a directory tree. To make it run faster I only load one level of the tree at a time. When you click on a plus button next to one of the categories, ajax...
I'm looking for a regular expression that will match everything in this string before 546 so that I can replace it with an empty string and just be left...
I'm creating a link directory database where links can belong to multiple categories. A link will have an INT id field as PRIMARY KEY and a VARCHAR parent_d field with a comma separated list of...