Javascript

   « »

Suckerfish Style Menus in Drupal 6.x

Friday, June 13th, 2008

I spent hours and hours hunting around for a simple solution to implementing suckerfish-style drop-down menus in Drupal 6. Lo-and-behold, I couldn’t find one. Every solution out there was overly complicated, and didn’t quite do what I wanted it to. After a few hours of hacking around, this is the solution I came up with.

  • Share/Bookmark
Posted in Drupal, Javascript, Php | 51 Comments »>

PHP/Javascript File Uploader

Thursday, August 2nd, 2007

Recently one of our clients was in need of the ability to upload files to their webserver. This was easily accomplished with PHP’s built in functionality. But the draw back to this approach was that end-user had little or no indication that anything was happening. Now we all know what happens. Typical scenario: User clicks [...]

  • Share/Bookmark
Posted in Javascript, Php | 9 Comments »>

Mimic AJAX Form Posts with PHP, Javascript, and Cookies

Sunday, July 15th, 2007

I was recently reading various articles on how to load external pages using javascript and loading the results into a container div, mimicing that aspect of AJAX requests. But the main complaint I read was that you couldn’t POST. I thought it would be neat to figure out a way to do this, so after [...]

  • Share/Bookmark
Posted in AJAX, Javascript, Php | 17 Comments »>

   « »