dhtml
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 56
DHTML Windowing Toolkit 0.2
DHTML Windowing Toolkit is a cross-browser JavaScript library for the creation of inline DHTML windows to contain content. more>>
DHTML Windowing Toolkit is a cross-browser JavaScript library for the creation of inline DHTML windows to contain content; windows that can be opened, closed, moved, and resized much like native windows.
Enhancements:
- Window objects can be created with the following features: open, close, minimize, restore, move, and resize.
- The following browsers are supported: Microsoft Internet Explorer, Mozilla Firefox, Opera, and Konqueror.
<<lessEnhancements:
- Window objects can be created with the following features: open, close, minimize, restore, move, and resize.
- The following browsers are supported: Microsoft Internet Explorer, Mozilla Firefox, Opera, and Konqueror.
Download (0.064MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1160 downloads
Tree::Simple::View::DHTML 0.16
Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. more>>
Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML.
SYNOPSIS
use Tree::Simple::View::DHTML;
## a simple example
# use the defaults (an unordered list with no CSS)
my $tree_view = Tree::Simple::View::DHTML->new($tree);
## more complex examples
# using the CSS properties
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_type => "ordered",
list_css => "list-style: circle;",
list_item_css => "font-family: courier;",
expanded_item_css => "font-family: courier; font-weight: bold",
link_css => "text-decoration: none;"
));
# using the CSS classes
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_css_class => "myListClass",
list_item_css_class => "myListItemClass",
expanded_item_css_class => "myExpandedListItemClass",
link_css_class => "myListItemLinkClass"
));
# mixing the CSS properties and CSS classes
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_css => "list-style: circle;",
list_item_css => "font-family: courier;",
expanded_item_css_class => "myExpandedListItemClass",
link_css_class => "myListItemLinkClass"
# format complex nodes with a function
node_formatter => sub {
my ($tree) = @_;
return "" . $tree->getNodeValue()->description() . "";
},
# add a radio button element to the tree
# with the name of tree_id
radio_button => tree_id
));
# print out the javascript nessecary for the DHTML
# functionality of this tree
print $tree_view->javascript();
# print out the tree fully expanded
print $tree_view->expandAll();
# print out the tree expanded along a given path (see below for details)
print $tree_view->expandPath("Root", "Child", "GrandChild");
<<lessSYNOPSIS
use Tree::Simple::View::DHTML;
## a simple example
# use the defaults (an unordered list with no CSS)
my $tree_view = Tree::Simple::View::DHTML->new($tree);
## more complex examples
# using the CSS properties
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_type => "ordered",
list_css => "list-style: circle;",
list_item_css => "font-family: courier;",
expanded_item_css => "font-family: courier; font-weight: bold",
link_css => "text-decoration: none;"
));
# using the CSS classes
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_css_class => "myListClass",
list_item_css_class => "myListItemClass",
expanded_item_css_class => "myExpandedListItemClass",
link_css_class => "myListItemLinkClass"
));
# mixing the CSS properties and CSS classes
my $tree_view = Tree::Simple::View::DHTML->new($tree => (
list_css => "list-style: circle;",
list_item_css => "font-family: courier;",
expanded_item_css_class => "myExpandedListItemClass",
link_css_class => "myListItemLinkClass"
# format complex nodes with a function
node_formatter => sub {
my ($tree) = @_;
return "" . $tree->getNodeValue()->description() . "";
},
# add a radio button element to the tree
# with the name of tree_id
radio_button => tree_id
));
# print out the javascript nessecary for the DHTML
# functionality of this tree
print $tree_view->javascript();
# print out the tree fully expanded
print $tree_view->expandAll();
# print out the tree expanded along a given path (see below for details)
print $tree_view->expandPath("Root", "Child", "GrandChild");
Download (0.022MB)
Added: 2007-08-21 License: Perl Artistic License Price:
794 downloads
The Coolest DHTML Calendar 1.0
The Coolest DHTML Calendar is a DHTML flat/popup date picker. more>> <<less
Download (0.39MB)
Added: 2005-05-05 License: LGPL (GNU Lesser General Public License) Price:
1644 downloads
Milonic DHTML Website Menu 5.752
Milonic DHTML Website Menu is a very fast and feature rich DHTML/JavaScript Web site navigation system. more>>
The Milonic DHTML Website Navigation Menu is a fully cross-browser DHTML navigational script that works on IE4+, Netscape 4+, Opera 5+, Mozilla, Konquerer, and Safari.
Milonic DHTML Website Menu is written in JavaScript, it is fully configurable with many features, including scrollable menus, scroll bars for long menus, delayed menu opening for more accuracy, and unlimited sub-menu depth.
Enhancements:
- This release improves the way the menu handles loading of images.
- A new style/item property called pageoncolor allows setting of an onColor based on a URL match.
- The way menu widths and borders are rendered in Internet Explorer has been changed.
- A problem with Firefox not positioning the menu correctly when using screenposition has been fixed.
- A problem with preloadmenuimages.js forcing a 404 Apache error log entry has been fixed.
- A minor problem with Firefox displaying parsing value JavaScript error has been fixed.
- A new function has been added to the menu API called mm_replace().
<<lessMilonic DHTML Website Menu is written in JavaScript, it is fully configurable with many features, including scrollable menus, scroll bars for long menus, delayed menu opening for more accuracy, and unlimited sub-menu depth.
Enhancements:
- This release improves the way the menu handles loading of images.
- A new style/item property called pageoncolor allows setting of an onColor based on a URL match.
- The way menu widths and borders are rendered in Internet Explorer has been changed.
- A problem with Firefox not positioning the menu correctly when using screenposition has been fixed.
- A problem with preloadmenuimages.js forcing a 404 Apache error log entry has been fixed.
- A minor problem with Firefox displaying parsing value JavaScript error has been fixed.
- A new function has been added to the menu API called mm_replace().
Download (0.085MB)
Added: 2006-07-13 License: Free for non-commercial use Price:
723 downloads
Epoch DHTML JavaScript Calendar 2.0.1
Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface. more>>
Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface, multiple date selection, flat or popup modes, CSS styling, automatic date formatting, full object-oriented design, and more. Epoch DHTML JavaScript Calendar is available in over a dozen major international languages.
Main features:
- Fast loading and initialization
- Intuitive, customizable interface
- Compatible with all Modern Browsers - see compatibility chart below.
- Can display as a Flat or Popup (DatePicker) calendar
- Automatic Date Formatting - US, European, or create your own!
- Multiple-Date selection - by clicking on calendar cells or the day & week headings.
<<lessMain features:
- Fast loading and initialization
- Intuitive, customizable interface
- Compatible with all Modern Browsers - see compatibility chart below.
- Can display as a Flat or Popup (DatePicker) calendar
- Automatic Date Formatting - US, European, or create your own!
- Multiple-Date selection - by clicking on calendar cells or the day & week headings.
Download (0.029MB)
Added: 2006-09-18 License: LGPL (GNU Lesser General Public License) Price:
1207 downloads
xmltv2html 0.7.0
xmltv2html project is a Ruby script that generates a HTML page from the output of XMLTV. more>>
xmltv2html project is a Ruby script that generates a HTML page from the output of XMLTV.
The generated HTML page will have the channels listed on the vertical axis and the shows times on the horizontal axis. The shows information is displayed via DHTML popups. Virtually every aspect of the HTML page can be customized via the configuration file and CSS file.
VALID XMLTV
It is very important to have a valid xmltv file prior to using xmltv2html.
The xmltv distribution has two programs that are vital:
tv_sort will sort the listings by date and add stop times (see man tv_sort)
tv_grep will filter programmes and shows (see man tv_grep).
<<lessThe generated HTML page will have the channels listed on the vertical axis and the shows times on the horizontal axis. The shows information is displayed via DHTML popups. Virtually every aspect of the HTML page can be customized via the configuration file and CSS file.
VALID XMLTV
It is very important to have a valid xmltv file prior to using xmltv2html.
The xmltv distribution has two programs that are vital:
tv_sort will sort the listings by date and add stop times (see man tv_sort)
tv_grep will filter programmes and shows (see man tv_grep).
Download (0.040MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1348 downloads
PHP html2ps 2.0.8
PHP html2ps is a PHP equivalent of the popular Perl script. more>>
PHP html2ps is a PHP equivalent of the popular Perl script by the same name that accurately converts HTML with images, complex tables (including rowspan and colspan), layers and divs, and CSS styles to PostScript.
If using a Linux or Unix server which supports exec() and ps2pdf, you may also render the pages as PDF documents!
Main features:
- Supports nested tables, advanced CSS properties, floating DHTML elements, non-Latin character sets, XHTML and non-XHTML tags and properties, and much more.
- Nearly any website, even very complex ones like Yahoo.com, can be accurately converted to PostScript or PDF.
- Nearly a dozen advanced formatting options to control the way that the output PostScript or PDF file is displayed, including Landscape vs. Portrait option, and ability to hide images for faster processing.
- Several powerful output processing options, including the ability to send the output directly to the browser or save on the server, and the ability to create PostScript or PDF files.
- Eight different paper sizes available through the "Media" option.
- Over a dozen character encoding methods available for non-Latin page output.
- Convert pages that are written in most languages and character sets, including Russian and Eastern Languages.
- 100% of the source code (a set of PHP and .ps files) included with your download. Backwards-compatible to PHP 4.3.0.
<<lessIf using a Linux or Unix server which supports exec() and ps2pdf, you may also render the pages as PDF documents!
Main features:
- Supports nested tables, advanced CSS properties, floating DHTML elements, non-Latin character sets, XHTML and non-XHTML tags and properties, and much more.
- Nearly any website, even very complex ones like Yahoo.com, can be accurately converted to PostScript or PDF.
- Nearly a dozen advanced formatting options to control the way that the output PostScript or PDF file is displayed, including Landscape vs. Portrait option, and ability to hide images for faster processing.
- Several powerful output processing options, including the ability to send the output directly to the browser or save on the server, and the ability to create PostScript or PDF files.
- Eight different paper sizes available through the "Media" option.
- Over a dozen character encoding methods available for non-Latin page output.
- Convert pages that are written in most languages and character sets, including Russian and Eastern Languages.
- 100% of the source code (a set of PHP and .ps files) included with your download. Backwards-compatible to PHP 4.3.0.
Download (0.64MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1039 downloads
Deluxe Tabs 2.4
Deluxe Tabs is a versatile solution to create DHTML navigation systems for Web sites and Web applications. more>>
Deluxe Tabs is a versatile solution to create DHTML navigation systems for Web sites and Web applications. Deluxe Tabs is a very space-saving way to present the information. Now you dont have got to puzzle over the problem how to design the page in the best way.
If you have a large volume of data and your page needs to be scrolled down too much - Deluxe Tabs is your choice! Just divide the information and distribute it among the tabs so that your visitors could reach the next piece of information with one single click. No more uncomfortable reading with scrolling! Various types of data can be placed on one page. So, your visitors need no more reload a large number of pages to find the information they want.
Deluxe Tabs will really lighten the process of site building as it allows to place much information within one page without creating many others. But for all that, all the information is parted and structured. You are free to create tabs containing text, images and practically all kinds of information in various combinations. You may also create any desirable design inside the tab with HTML. And you can add as many tabs as you wish!
Enhancements:
- An easy-to-use GUI wizard was added.
- It is called Deluxe Tuner and it allows you to generate and test the menu.
- Fixes were made for absolute positioning.
<<lessIf you have a large volume of data and your page needs to be scrolled down too much - Deluxe Tabs is your choice! Just divide the information and distribute it among the tabs so that your visitors could reach the next piece of information with one single click. No more uncomfortable reading with scrolling! Various types of data can be placed on one page. So, your visitors need no more reload a large number of pages to find the information they want.
Deluxe Tabs will really lighten the process of site building as it allows to place much information within one page without creating many others. But for all that, all the information is parted and structured. You are free to create tabs containing text, images and practically all kinds of information in various combinations. You may also create any desirable design inside the tab with HTML. And you can add as many tabs as you wish!
Enhancements:
- An easy-to-use GUI wizard was added.
- It is called Deluxe Tuner and it allows you to generate and test the menu.
- Fixes were made for absolute positioning.
Download (4.4MB)
Added: 2007-02-20 License: Free for non-commercial use Price:
979 downloads
JSmancala 1.1.0
JSmancala project is a Javascript/DHTML implementation of the strategy board game Mancala. more>>
JSmancala project is a Javascript/DHTML implementation of the strategy board game "Mancala". Runs in the browser with several challenging computer intelligence levels. Play human versus computer, human versus human or computer versus computer.
JSmancala is a Javascript/DHTML implementation of the board game "Mancala". Traditionally, Mancala is played with small stones on a wooden board with little cups scooped out.
Mancala is very easy to play. It is a two player game. The object is to collect as many of the stones as possible.
Each player controls one side of the board. On a traditional (real) board, the player controls the side closest to him. Each side of the board has six "cups" and one "jar". The "cups" are spaces along the length of the board and the "jar" is a larger space at the end of the board. When the game begins, each "cup" contains 4 stones and each "jar" is empty.
Play begins when one player selects a "cup" on his side of the board and removes all of the stones from it. The stones are then redistributed in the other "cups" on the players side, one stone at a time, moving toward the right. If any stones remain after the last "cup" has had a stone added to it, one stone is placed in the players "jar" and the redistribution continues on the opponents side of the board. Redistribution continues in a counterclockwise manner until all the stones have been placed. No stones are ever placed in the opponents jar when the player is making his move.
Once a stone is placed in a players "jar", it cannot be removed.
There are two twists. First, if the last stone being redistributed lands in the players "jar", the player gains an extra turn.
Second, if the last stone being redistributed lands in an empty "cup" on the players side of the board and the "cup" on the opposite side of the board is not empty, the stones in both "cups" are "captured". Captured stones are immediately removed from both "cups" and placed in the players "jar".
Play ends when there are no stones in any "cup" on one of the sides of the board, regardless of whose turn it is.
A players score is determined by totalling all of the stones in his "cups" and his "jar". The player with the highest score wins.
This version allows the user to play the computer, another human or watch the computer play itself. The computer players have five levels of "intelligence", rated from "foolish" to "wise". An "advice" button is also provided that the player may click at any time during his turn. It will use the "computer intelligence level" set for the player to calculate the best move. That move will be highlighted on the board.
<<lessJSmancala is a Javascript/DHTML implementation of the board game "Mancala". Traditionally, Mancala is played with small stones on a wooden board with little cups scooped out.
Mancala is very easy to play. It is a two player game. The object is to collect as many of the stones as possible.
Each player controls one side of the board. On a traditional (real) board, the player controls the side closest to him. Each side of the board has six "cups" and one "jar". The "cups" are spaces along the length of the board and the "jar" is a larger space at the end of the board. When the game begins, each "cup" contains 4 stones and each "jar" is empty.
Play begins when one player selects a "cup" on his side of the board and removes all of the stones from it. The stones are then redistributed in the other "cups" on the players side, one stone at a time, moving toward the right. If any stones remain after the last "cup" has had a stone added to it, one stone is placed in the players "jar" and the redistribution continues on the opponents side of the board. Redistribution continues in a counterclockwise manner until all the stones have been placed. No stones are ever placed in the opponents jar when the player is making his move.
Once a stone is placed in a players "jar", it cannot be removed.
There are two twists. First, if the last stone being redistributed lands in the players "jar", the player gains an extra turn.
Second, if the last stone being redistributed lands in an empty "cup" on the players side of the board and the "cup" on the opposite side of the board is not empty, the stones in both "cups" are "captured". Captured stones are immediately removed from both "cups" and placed in the players "jar".
Play ends when there are no stones in any "cup" on one of the sides of the board, regardless of whose turn it is.
A players score is determined by totalling all of the stones in his "cups" and his "jar". The player with the highest score wins.
This version allows the user to play the computer, another human or watch the computer play itself. The computer players have five levels of "intelligence", rated from "foolish" to "wise". An "advice" button is also provided that the player may click at any time during his turn. It will use the "computer intelligence level" set for the player to calculate the best move. That move will be highlighted on the board.
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
960 downloads
FCKeditor 2.4.3
FCKeditor is a text editor for Internet. more>>
FCKeditor is an HTML/DHTML editor for ASP, ASP.NET, ColdFusion, PHP, and JavaScript that brings to the Web much of the powerful functionality of known desktop editors like Word.
FCKeditor is very lightweight, and doesnt require any kind of installation on the client computer.
Main features:
- Internet Explorer 5.5+ and Gecko browser (Mozilla / Firefox / Netscape) compatibility
- XHTML 1.0 support
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste and Past as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link creation
- Anchors support (version 1.x)
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc)
- Table cells editing (size, colors, etc)
- Form fields (version 1.x)
- Right click context menus support
- Complete toolbar customization
- Skins support.
- Spell checker (version 1.x)
- CSS support for a better integration in your web site
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, PHP, Javascript and IE Behaviours (version 1.x)
- Image and file links upload and server repository browser.
- For web developer it is easy to install and customize
- For web users its simply easy to use!
<<lessFCKeditor is very lightweight, and doesnt require any kind of installation on the client computer.
Main features:
- Internet Explorer 5.5+ and Gecko browser (Mozilla / Firefox / Netscape) compatibility
- XHTML 1.0 support
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste and Past as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Link creation
- Anchors support (version 1.x)
- Image insertion, with upload and server browsing support
- Table creation and editing (add, delete rows, etc)
- Table cells editing (size, colors, etc)
- Form fields (version 1.x)
- Right click context menus support
- Complete toolbar customization
- Skins support.
- Spell checker (version 1.x)
- CSS support for a better integration in your web site
- Multi-language support with automatic user language detection. Including Right to Left scripting.
- Lightweight and fast
- Automatic browser detection and customization
- Integration with ASP, ASP.NET, Java, ColdFusion, PHP, Javascript and IE Behaviours (version 1.x)
- Image and file links upload and server repository browser.
- For web developer it is easy to install and customize
- For web users its simply easy to use!
Download (0.70MB)
Added: 2007-06-14 License: LGPL (GNU Lesser General Public License) Price:
542 downloads
Deluxe Menus 2.4
Deluxe Menus are DHTML Javascript Menu generators. more>>
Deluxe Menus are DHTML Javascript Menu generators.
Compatibility:
- Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
- Search engine friendly
- Fits for secure HTTPS sites
- Section 508 compliant
- Support for any doctypes
- Menu can be populated from a database using ASP, PHP, etc
Seamless Integration:
- Cross-frame support - menus work on frameset-based pages
- Visible over select boxes, iframes, flash, Java applets
- Multiple menus on the same page
- Friendly to other scripts and css styles
- Any HTML code can be used within menu items
High Performance:
- AJAX-like technology - loads menu data from the server "on-the-fly".
- Generally loads faster than other page elements
- Performs perfectly with unlimited number of submenus and items
Enhancements:
- Deluxe Tuner was added for Deluxe Menu and Deluxe Tree and Deluxe Tabs.
- The output was made more friendly to search engines.
- New parameters were added for Deluxe Tree.
- Scrolling was added for top-level menus.
- Loading speed was increased.
- Fixes were made for AJAX, dynamic menus, popup menus, and cross-frame mode.
<<lessCompatibility:
- Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
- Search engine friendly
- Fits for secure HTTPS sites
- Section 508 compliant
- Support for any doctypes
- Menu can be populated from a database using ASP, PHP, etc
Seamless Integration:
- Cross-frame support - menus work on frameset-based pages
- Visible over select boxes, iframes, flash, Java applets
- Multiple menus on the same page
- Friendly to other scripts and css styles
- Any HTML code can be used within menu items
High Performance:
- AJAX-like technology - loads menu data from the server "on-the-fly".
- Generally loads faster than other page elements
- Performs perfectly with unlimited number of submenus and items
Enhancements:
- Deluxe Tuner was added for Deluxe Menu and Deluxe Tree and Deluxe Tabs.
- The output was made more friendly to search engines.
- New parameters were added for Deluxe Tree.
- Scrolling was added for top-level menus.
- Loading speed was increased.
- Fixes were made for AJAX, dynamic menus, popup menus, and cross-frame mode.
Download (4.4MB)
Added: 2007-02-19 License: Free for non-commercial use Price:
981 downloads
JSothello 2.0.0.0
JSothello is a Javascript/DHTML implementation of the board game Othello, also called Reversi. more>>
JSothello is a Javascript/DHTML implementation of the board game "Othello", also called "Reversi". Runs in the browser with four challenging computer intelligence levels. Play human versus computer, human versus human or computer versus computer.
JSothello is a Javascript/DHTML implementation of the board game "Othello", also called "Reversi".
Othello is very easy to play. The board is a square grid of any size. The two players pieces are black or white. Each player must place a piece on the board adjacent to one of his opponents pieces so that another of his own pieces is on the other side of his opponents piece(s). In other words, the opponents piece(s) should be "sandwiched" between the players pieces. When that occurs, all such "sandwiched" pieces are changed to the players color.
The game ends when one player cannot make a legal move. The winner is the player with the most pieces on the board.
This version allows the user to play the computer, another human or watch the computer play itself. The computer players have four levels of "intelligence", each with different styles of play:
- "Only took a minute to learn": The computer chooses random (legal) moves.
- "Laughable": The computer picks (one of) the move(s) that will flip the most pieces.
- "Respectable": Plays like "Laughable" but tries to grab the edges and the corners whenever possible while keeping its opponent from being able to grab the edges and corners.
- "Took a lifetime to master": Plays like "Respectable" but adjusts its edge/corner bias as the board fills up, favors moves that flip pieces in more than one direction, tries to prevent moves that will allow the opponent to immediately reverse its gain and places pieces closer to the corners when possible.
<<lessJSothello is a Javascript/DHTML implementation of the board game "Othello", also called "Reversi".
Othello is very easy to play. The board is a square grid of any size. The two players pieces are black or white. Each player must place a piece on the board adjacent to one of his opponents pieces so that another of his own pieces is on the other side of his opponents piece(s). In other words, the opponents piece(s) should be "sandwiched" between the players pieces. When that occurs, all such "sandwiched" pieces are changed to the players color.
The game ends when one player cannot make a legal move. The winner is the player with the most pieces on the board.
This version allows the user to play the computer, another human or watch the computer play itself. The computer players have four levels of "intelligence", each with different styles of play:
- "Only took a minute to learn": The computer chooses random (legal) moves.
- "Laughable": The computer picks (one of) the move(s) that will flip the most pieces.
- "Respectable": Plays like "Laughable" but tries to grab the edges and the corners whenever possible while keeping its opponent from being able to grab the edges and corners.
- "Took a lifetime to master": Plays like "Respectable" but adjusts its edge/corner bias as the board fills up, favors moves that flip pieces in more than one direction, tries to prevent moves that will allow the opponent to immediately reverse its gain and places pieces closer to the corners when possible.
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
Deluxe Tuner 2.00
Deluxe Tuner is a GUI that gives you the full control over menu creation with Deluxe Menu. more>>
Deluxe Tuner is a GUI that gives you the full control over menu creation with Deluxe Menu. Deluxe Tuner allows Web developers to create DHTML navigation systems.
Deluxe Tuner creates and configures Deluxe Menu, creates and sets individual styles, saves and loads ready-to-use .js files, generates and saves Google XML Sitemap, generates search engine friendly code, generates and saves Sitemap HTML, supports real-time preview, supports many visual effects, and has many ready-to-use templates.
Enhancements:
- This version adds search engine friendly menus, site map creation, Google Sitemap support, support for Deluxe Menu 2.0, an option to enable or disable copying of menu files when saving, and minor bugfixes and changes.
<<lessDeluxe Tuner creates and configures Deluxe Menu, creates and sets individual styles, saves and loads ready-to-use .js files, generates and saves Google XML Sitemap, generates search engine friendly code, generates and saves Sitemap HTML, supports real-time preview, supports many visual effects, and has many ready-to-use templates.
Enhancements:
- This version adds search engine friendly menus, site map creation, Google Sitemap support, support for Deluxe Menu 2.0, an option to enable or disable copying of menu files when saving, and minor bugfixes and changes.
Download (0.51MB)
Added: 2006-12-26 License: Freeware Price:
1065 downloads
Chessweb 1.0 alpha2
Chessweb is a J2EE chess game Website. more>>
Chessweb is a J2EE chess game Website. It is a pure Java servlet implementation of a two-player chess game.
Two players log into the Web site, see an image of the current board in their browser, and make their moves.
The differentiating features of chessweb (e.g. versus WinBoard / XBoard) is that its an extremely lightweight implementation written completely in Java (nothing more than an app server and browser is required).
Furthermore, the client end is DHTML only, and verified to works with FireFox 1.0.6 and IE 6.
<<lessTwo players log into the Web site, see an image of the current board in their browser, and make their moves.
The differentiating features of chessweb (e.g. versus WinBoard / XBoard) is that its an extremely lightweight implementation written completely in Java (nothing more than an app server and browser is required).
Furthermore, the client end is DHTML only, and verified to works with FireFox 1.0.6 and IE 6.
Download (2.2MB)
Added: 2005-08-29 License: The Apache License 2.0 Price:
1517 downloads
Other version of Chessweb
License:The Apache License 2.0
Openads 2.3.35 Beta
Openads provides an open-source ad server, with an integrated banner management interface and tracking system for statistics. more>>
Openads provides an open-source ad server, with an integrated banner management interface and tracking system for statistics.
Openads is an open-source ad server, with an integrated banner management interface and tracking system for gathering statistics. With phpAdsNew you can easily rotate paid banners and your own in-house advertisements. You can even integrate banners from third party advertising companies.
Openads can handle different types of banners in various sizes. Thanks to our flexible delivery engine it can handle regular banners and buttons, pop-ups, text ads, DHTML banners and much more. phpAdsNew is the only ad server that can handle tracking of Flash banners which arent specially prepared.
Openads is the home of some of the most popular, online advertising software available anywhere in the world. Whether you want to take advantage of your website as a source of advertising revenue or if you want to take control and extend your online advertising portfolio, Openads provides you with a family of easy-to-use products backed by expertise from the world’s largest ad space community.
When you use an Openads product, you gain access to that community for support and advice, while your feedback contributes to the future development of the products. And as it is open source, Openads products are free to download and use.
<<lessOpenads is an open-source ad server, with an integrated banner management interface and tracking system for gathering statistics. With phpAdsNew you can easily rotate paid banners and your own in-house advertisements. You can even integrate banners from third party advertising companies.
Openads can handle different types of banners in various sizes. Thanks to our flexible delivery engine it can handle regular banners and buttons, pop-ups, text ads, DHTML banners and much more. phpAdsNew is the only ad server that can handle tracking of Flash banners which arent specially prepared.
Openads is the home of some of the most popular, online advertising software available anywhere in the world. Whether you want to take advantage of your website as a source of advertising revenue or if you want to take control and extend your online advertising portfolio, Openads provides you with a family of easy-to-use products backed by expertise from the world’s largest ad space community.
When you use an Openads product, you gain access to that community for support and advice, while your feedback contributes to the future development of the products. And as it is open source, Openads products are free to download and use.
Download (1.4MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
823 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above dhtml search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed