- Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell
- AJAX - microlink pattern tutorial : A microlink is a link that opens up content below it.
- Ajax BBC News RSS Reader : demo by Nigel Crawley
- AJAX Chat in Python with Dojo : at AquaAjax
- Ajax Chess : multiplayer chess
- Ajax examples at BackBase : examples demonstrating several aspects of the Backbase technology.
- Ajax examples at Rico : Inner HTML, JavaScript updater etc.
- Ajax examples using ColdFusionMX, SQLServer, SOAP : Contact Manager, NOAA 7 Day Forecast code and demos.
- Ajax Feed TV : News feed
- Ajax inline dictionary : Highlight any text on this site then right click. A tooltip containing the definition of the selected word should show up.
- Ajaxload : Ajax loading gif generator.
- Ajax Login Demo : Creating a secure login system using XMLHttpRequest
- Ajax Newsletter Signup : A newsletter signup form that shows Thank You on the same page.
- ajaxProject : Project Management applicaiton with rich UI
- Ajax Rater : A star rating system that uses Ajax.
- AJAX-S : An Ajax-based slideshow system.
- AJAX Spell Checker : spell check text / form content.
- Ajax Toolbox : Tools for the Ajax Developer
- Amazon Catalog Tree : Amazon Catalog Tree
- Amazon Zuggest : Amazon product suggestion (like google suggest)
- Askeet by symfony : Digg-like AJAX interactions; open source
- Backbase - Ajax Demos : Ajax demos at BackBase
- Basic Ajax Examples : Ping, track changes, drop down, Google suggest hack etc at Clearnova
- Behaviour : Fading lists, Sortable lists, Dropout boxen, Shaky lists
- chat.app : ajax chat
- Chihuahua Word Puzzle : daily word puzzles
- Coloir : Ajax Slideshow
- DHTML arcade/action games : a collection that demonstrate the power of DHTML
- DomAPI : Windows Desktop, Outlook-like, RSS Reader
- Drag and Drop Shopping Cart Demo : at CyberDummy
- Easy AJAX inline text edit 2.0 : edit a piece of text inline
- FileChucker : File upload and progress bar at Encodable.com
- Gmail Style Check Username AJAX Demo : at CyberDummy
- Google Web Toolkit Example Projects : Hello World, Dynamic Table, Desktop App Clone etc
- GreyBox : Pop up window using idea of light box.
- FiftyFourEleven: Ajax Examples
- IntuiCat - ajax Catalogue : Ajax-based Catalogue Demo
- jsLINB programming demos : LINB(Lazy INternet and Browser)
- JSlog : Ajax logging tool.
- JS/UIX Unix Shell : JS/UIX is an UN*X-like OS for standard web-browsers, written entirely in JavaScript.
- Lace : free web chat application
- Lightbox : simple, unobtrusive script used to overlay images on the current page.
- Leightbox : Light Box with inline div’s instead of AJAX calls.
- Live Quote Demo : Simple way of creating an updating stock quote table in ajax.
- Magnetic Poetry : drag and drop poetry
- Metatron Chat Engine : PHP/MySQL/JavaScript powered chat engine
- Monket Calendar : online calendar
- Multi List Drag Drop Demo : at CyberDummy
- NetDirector : open and extensible framework for managing configurations of common open source network services.
- nexImage : Image processing demo
- Opera Platform : Enabling AJAX applications on mobile phones
- Orbeon examples : various examples illustrating the capabilities of OPS, from the OPS Tutorial examples to XForms examples
- OVO Suite : Online Virtual Office : virtual office limited demo
- phpFreeChat : php Free Chat
- S5: A Simple Standards-Based Slide Show System : S5 is a slide show format based entirely on XHTML, CSS, and JavaScript.
- script.aculo.us Reflector : image reflector script that uses uses opacity-based fades
- Slider Bar Demo : at CyberDummy
- SmallestAjax : Smallest Ajax example in the world?
- Spell Check demo : by Primal Grasp
- Super Maryo World : Japanese game demo
- Tacos : Tacos provides a library of useful Tapestry components. This application provides some examples to get you started.
- theList : to-do list / bug-tracker
- ThickBox : ThickBox is a Lightbox than can show html pages as well as images.
- Tooltip.js : Tooltip.js is a simple class to make it possible to add tooltips to your page.
- Treehouse Chat : ajax chat
- Tudu Lists : open-source to-do lists
- WeBoggle : Ajax Boggle
- XHTML live Chat : ajax chat
- YahooSearchAsYouType : Yahoo search as you type
- ZK Demo : demo programs for various components
Thursday, January 31, 2008
Ajax Demos Examples Code Samples
Windows Vista boot Cd
Windows Vista - Live CD - Portable - Bootable ISO by NightMan
Microsoft Windows Pre-installation Environment (Windows PE) 2.0 is a bootable tool from Microsoft that provides operating system features for installation, troubleshooting, and recovery. Windows PE is not a general-purpose operating system. Instead, it is designed to be used for three specific tasks:
- Installing Windows Vista. Windows PE runs every time you install Windows Vista. The graphical tools that collect configuration information during the setup phase are running within Windows PE. Additionally, information technology (IT) departments can customize and extend Windows PE to meet their unique deployment needs.
- Troubleshooting. Windows PE is also useful for both automatic and manual troubleshooting. For example, if Windows Vista fails to start because of a corrupted system file, Windows PE can automatically start and launch the Windows Recovery Environment. You can also manually start Windows PE to use built-in or custom troubleshooting and diagnostic tools.
- Recovery. Original Equipment Manufacturers (OEMs) and Independent Software Vendors (ISVs) can use Windows PE to build customized, automated solutions for recovering and rebuilding computers running Windows Vista. For example, users could start their computers from Windows PE recovery CDs or recovery partitions to automatically reformat their hard disks and re-install Windows Vista with the original drivers, settings, and applications.
This paper, which is targeted to IT professionals, describes the installation and troubleshooting capabilities of Windows PE but does not discuss how OEMs and ISVs can use Windows PE for recovery purposes.
Ultimately, creating a standardized methodology that administrators can use to efficiently track down the problem area and fix it can save precious time spent deciphering complex error logs. Administrators can reduce the time taken to fix a failed connection by using the information in this article as a tool and checklist. It will also help them to resolve issues on their own before calling Microsoft Product Support Services.
Download (95.78 + 15.25 MB):http://rapidshare.com/files/56405671/WVLCD.part1.rar
http://rapidshare.com/files/56399334/WVLCD.part2.rar
Wednesday, January 30, 2008
Ajax ebooks
Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That’s just one example.
Adding Ajax is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the “business-side” of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:
Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code
Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object
Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit
Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers
Introduces the concept of web page as space, and covers three popular approaches to managing web space
Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page
Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more
Covers advanced CSS effects, including drag and drop “scroll bars”, pagination, and the use of SVG and the Canvas object
Explores mashups-Ajax’s ability to combine data from different web services in any number of ways, directly in our web pages
You don’t need to start over to use Ajax. You can simply add to what you already have. This book explains how.
download & enjoy this
Download
Joomla Content Management
Joomla! 1.0 screenshot of Admin page | |
Developer | The OSM Development Team |
---|---|
Latest release | 1.5 / January 22, 2008 |
OS | Cross-platform |
Genre | Content Management System |
License | GPL |
Website | www.joomla.org |
KnowledgeTree Cms
KnowledgeTree Document Management System | |
Developer | JamWarehouse (Pty) Ltd. |
---|---|
OS | Linux, Windows |
Genre | ECM, Groupware, Content management systems, open source |
License | GPL |
Website | KnowledgeTree Homepage |
SilverStripe Cms
The SilverStripe administration panel | |
Developer | SilverStripe |
---|---|
Latest release | 2.2.1 / 21 December 2007 |
OS | Cross-platform |
Genre | Content management system |
License | BSD Licence |
Website | http://silverstripe.com |
MediaWiki Content Management
The Main Page of the English Wikipedia. | |
Developer | Wikimedia Foundation |
---|---|
Stable release | 1.11.1 (January 23, 2008 (2008-01-23), 7 days ago) [+/-] |
Preview release | - (-) [+/-] |
Programming language(s) | PHP |
OS | Cross-platform |
Natural language(s) | Multilingual |
Genre | Wiki |
License | GNU General Public License |
Website | mediawiki.org |
Typo3 Cms
TYPO3 backend module | |
Developer | TYPO3 Association |
---|---|
Latest release | 4.1.5 / December 14, 2007 |
Preview release | 4.2 Alpha 3 / January 16, 2008 |
OS | Cross-platform |
Platform | PHP |
Genre | Content management system |
License | GNU General Public License |
Website | www.typo3.com www.typo3.org (Developer Resource) |
SiteFrame Cms
The SiteFrame homepage | |
Developer | Glen Campbell |
---|---|
Latest release | 5.0.5 / 04-09-2007 |
OS | Independent |
Genre | Content management systems |
License | Creative Commons |
Website | Siteframe.org |
Midgard Cms
AJAX inline editing of content in Midgard | |
Developer | The Midgard Community |
---|---|
Latest release | 1.8.4 / September 19, 2007 |
OS | Linux, Unix and Mac OS X |
Genre | Content management system |
License | LGPL |
Website | midgard-project.org |
Phpwcms Content Management
Phpwcms screenshot of Admin page | |
Developer | Oliver Georgi |
---|---|
OS | Cross-platform |
Genre | Content Management System |
License | GPL |
Website | www.phpwcms.de |
Tango Cms
A typical TangoCMS AdminCP after installation | |
Author | Alex Cartwright |
---|---|
Latest release | 1.0.8 Osprey / January 18th, 2008 |
Programming language(s) | PHP |
OS | Cross-platform |
Platform | PHP/MySQL |
Genre | Content management framework, Content management system |
License | GNU/GPL 2 |
Website | http://www.tangocms.org |
Xoops Cms
Stable release | 2.0.18 (2007/12/30) [+/-] |
---|---|
Preview release | 2.2.5 (2007/08/26) [+/-] |
Genre | content management system |
License | GPL |
Website | XOOPS Official Site |
Onecms Content Management
Example of a homepage powered by OneCMS | |
Developer | Insane Visions |
---|---|
Latest release | v2.5 / January 15, 2008 |
OS | PHP, MySQL, Apache |
Genre | Content management systems |
License | GNU General Public License |
Website | insanevisions.com |
OneCMS is an open source content management system (CMS) written in PHP, using a MySQL database. It can be used by websites to manage there website, allowing the user to upload files, add content and various other features. OneCMS, because of the way it was made, is most commonly used by gaming websites.
OneCMS v2.0-current has been released under the GNU General Public License.
|
Cyclone3 Content Management
Cyclone3 XULadmin GUI. | |
Developer | Cyclone3 community |
---|---|
Latest release | Framework 3.0rc1 / XULadmin 1.2 / May 15, 2007 |
OS | Cross-platform |
Genre | content management framework, content management system, community |
License | GPL |
Website | www.cyclone3.org |
Mambo Content Management
Developer | Mambo Foundation Inc. |
---|---|
Latest release | 4.6.3 Latest releases / December 24, 2007 |
OS | Cross Platform, PHP-compatible -- Linux preferred |
Genre | Content management system |
License | GPL v2 |
Website | mambo-foundation.org |
CMS Simple Content Management
CMSimple: screenshot of the texteditor and admin options. | |
Developer | Peter Harteg |
Latest release | 2.9 / May 21, 2007 |
Preview release | 3.0 Beta 2 / September 27, 2007 |
OS | Cross-platform |
Genre | Content Management System |
License | Affero General Public License |
Website | www.cmsimple.dk |
Drupal Content Management
Home page of a default Drupal installation (with a Lorem Ipsum article). | |
Latest release | 5.7 / January 28, 2008 |
---|---|
OS | Cross-platform |
Genre | Content management framework, Content management system, Community and Blog software |
License | GPL |
Website | http://drupal.org |
Tuesday, January 29, 2008
Php Script Resource
Download & Enjoy this
- 300plus_1_.PHP.Scripts.Super.Pack.2006.rar
- Script_Reciprocal_Link_Checker_Php_Nulled-Dgt.zip
- Softbiz_Online_Classifieds_Script_v1.1_Php_Null-Wst.rar
- Softbiz_Online_Classifieds_Script_v1.1_Php_Null-Wst.rar
- Php_Live_Support_v3.1-n1Xn0X_Nulled-Scripts_Tk.rar
- DOMAiNS.SHOP.SCRiPT.v.1.0.PHP.RUS-RSN.zip
- PHP_scripts.rar
- 45_Build2Go_PHP_Scripts.zip
- raffle.script.php.v1.0.null-_wst_.rar
- Nulled_PHP_Script_Dump_by_softland.biz_.rar
- PHP_Scripts.rar
- PHP_Script_Dump_Twilight.ws.rar
- SPORTBET.PHP.SCRIPT-yagbu.net.zip
- 100.PHP.Scripts_pooliz.rar
- 318.PHP.and.ASP.Scripts-aWTZe.rar
- 100__PHP_Scripts_Super_Pack_2006.rar
- PHP_Scripts_Aquarezz.zip
- 100__PHP_Scripts_Super_Pack_2006.rar
- Php_33_Scripts_Nullified_4700_by_softland.biz_.rar
- PHP__SCRIPTS.rar