Links
1 2 3 4 5 Next >>
  • A1Menu Site Navigation System
    A1 - Menue is a site navigation system that provides an easy navigation especially for larger websites. For each directory a customizable menu is created and sorted following specific rules. Files and directories may be included or excluded depending on the definitions you specify.
    http://scripts.ie96.com/detail.php?link_id=9743
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • alarisMenu
    PHP class that allows you to configure a DHTML menu system. Driven by a Mysql database for easy updating online. Easy to use and configure. Tested on IE5+, Netscape6+, Mozilla0.9+, Konqueror, Opera6+. Update your menus without editting your code. Version 2.0 features a back-end admin system for configuring the menu entries.
    http://scripts.ie96.com/detail.php?link_id=17411
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • azmenu
    Menu with maincategories and subcategories stored in a MySQL-Database. If the visitor clicks on a maincategorie, the corresponding subcategories are shown. If he clicks another maincategorie, the first one is closed and the new one shows its subcategories. Admin can add/delete/change or reorder categories. Install-Script to create the database-structur is included --- Version 1.1 now includes english manual and comments ! ---
    http://scripts.ie96.com/detail.php?link_id=41106
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • Breadcrumb (click trail) navigation
    This is a simple, short class, and uses sessions to keep track of the click trail. To use it, you just need to add information on each page about where that page should appear in the click trail. Examples included, and further information including a tutorial can be found here: http://www.ecreate.co.uk/ diy/breadcrumb_nav.php
    http://scripts.ie96.com/detail.php?link_id=49835
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • Breadcrumbs
    Highly Configurable breadcrumbs script that takes your directory structure and does whatever you want with it!! Features: "Homepage Naming", "Symbol Separators", "Case Formatting", "Show Filename", "Hide File Extension", "Special Formatting", "Use Images", "Directory Aliasing", "Filename Aliasing", "Link If Index", "Use CSS Styles", "Replace Directory Underscores", "Hide Directory from Breadcrumb", "Link Filename", "Frameset Target", "Remove current directory link", Works with personal sites that use -- in the URL
    http://scripts.ie96.com/detail.php?link_id=23195
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class
    Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools to create serious breadcrumbs positioning. This class is taking care of the breadcrumbs handling. The XML file contains all the necessary data to control standard and breadcrumbs navigation. The script controls seven parameters you deliver according to your environment and XML file by adapting the PHP code in the HTML file. The class is made of two parts: In the first part it loops through the XML file and sets text, Url and Id (which has to start with 1 and needs to be unique and incremental). In the second part we use a different technique to present the XML data (thanks to HTML table): First we read the id and set the corresponding elements (for example if id is 2 we show only the homepage, plus the first and the second link).
    http://scripts.ie96.com/detail.php?link_id=62981
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • cjgMenu
    cjgMenu is a configurable tree menu written in Php and using Dhtml. Allows unlimited depth levels. Available Javascript functions to expand and collapse individual and all branches at once.
    http://scripts.ie96.com/detail.php?link_id=15830
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • CodeThatTreePhp
    CodeThatTreePhp is a small and fast php script for creating dhtml trees dynamically. It can be used when one needs extremely large trees (hundreds of nodes) and client side JavaScript trees just do not work well (too slow). CodeThatTreePhp is PHP driven script.
    http://scripts.ie96.com/detail.php?link_id=26143
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • Data pagination
    If you're developing a front end to web applications, sooner or later, you'll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. You'll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.
    http://scripts.ie96.com/detail.php?link_id=49836
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •  
  • Demo of Alternate Pagination Paradigm
    This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the limitations of html requests lengths, since it uses sessions. Also, it does not go to the database 'well' for each page. Typically, for a given set of access parameters, it only accesses the database once, caching away the results in a session variable. Paging is thus more fluid. It also uses HTML form submit buttons, in conjunction with a select for page 'jumps', to page through the document as opposed to hyperlinks. This makes for cleaner code in general.
    http://scripts.ie96.com/detail.php?link_id=65140
    Date:2007-07-16, Google PR:-1

    $65.00 Installation Fee Now only $29
    Limited Time Offer - Over 1/2 Off First Hour

    Let ie96.com Install this Script for you for only $29.95 down - Additional Fees May Apply
  •   1 2 3 4 5 Next >>
     
    Legend

    Opens links in new window.
    Web sites that link back to PHP Scripts Index - ie96.com.
     
      Categories: 123, Links: 10,669, Pages: 0

     
    Forums · Astanda Directory Project Add URL
     
    Powered by ADP