WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Mobile Dev World

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Javascript/DHTML menus without all the extra javascipt.... server side browser detection + dynamically generated javascript (build menus on fly using php)
Categories : PHP, Java Script, Navigation Click here to Update Your Picture
Ulysses Ludwig
Date : Aug 07th 2002
Grade : 2 of 5 (graded 7 times)
Viewed : 8249
File : jsmenu.zip
Images : No Images for this code example.
Search : More code by Ulysses Ludwig
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples 
 

I got tired of using javascript menus that seemed to function slowly and that were
very heavy, so I wrote them myself. I am better at php than javascript so I wrote
most of this code as php which seems to make the menus a lot leaner and faster. The
example here requires that you create menus using the additem function. Menus
automaticlaly recognize that they are children if their id is in another menu item
and thus they will automatically be linked. This function can be used within a loop
that spins through a navigation table.... very useful if your site changes often.
To try out the example, simply unzip it into a php enabled directory and call up the
example.php file (http://localhost/jsmenu/example.php). To see a working example of
the menus go to http://www.finisar.com. Good luck and feel free to contact me.

Ulysses
ujludwig@yahoo.com



The Ajax Tree view class fetches data from a db for the requested parent category id. The data is then stored in an array and converted into JSON (Javascript Object Notation) format. This format is then used by JavaScript for populating tree view.
Categories : PHP, PHP Classes, Java Script, AJAX, Databases
PHP Nested Menu Example - Shows how to make a single level nested menu
Categories : PHP, Navigation
AJAX Data Grid System using php and mysql. A complete login system with the ability to display data in a grid using ajax. Add , update and delete the records without reloading the page.
Categories : PHP, AJAX, Databases, MySQL, Java Script
Complete NotePad application for Websites (Like Yahoo Notepad)
Categories : PHP, Web Applications, Filesystem, Java Script, Complete Programs
Fancy "Quick Access" Navigation Link
Categories : Java Script, Navigation, User Interface, DHTML, Beginner Guides
Pull Down Surfing - Surf on Change
Categories : Java Script, MySQL, HTML and PHP, PHP, Databases
Calendars to choose a range of dates , reservation events ...
Categories : PHP, Calendar, Java Script, Date Time
How to check if JavaScript is enabled on a remote browser with PHP
Categories : PHP, Java Script
Validator 98 - a PHP-script to generate form-validation-code in JavaScript.
Categories : Complete Programs, Java Script, PHP, HTML and PHP
Upload any fixed type of files, control file type through javascript and encrypt filename using php so file not get overwrite
Categories : PHP, Java Script, Functions, PHP References, Form Processing
Classic guest book made with PHP and Flash
Categories : PHP, Flash, Java Script
GonxTabs : Create elegant HTML tabs based interface
Categories : Navigation, HTML, HTML and PHP, PHP
Menu in sliding bar or tree style. Handles frames by using small amount of javascript. Handles external and internal pages. Allows custom code to replace a menu item.
Categories : PHP Classes, PHP, Java Script, DHTML
PHP and javascript mouseover, mouseout, and mousedown events
Categories : PHP, Java Script, Form Processing, Beginner Guides
Dynamic Loading of XML array data into ComboBox and Display XML data using PHP + DOM + Javascript.
Categories : PHP, Java Script, DOM XML, XML, Arrays