background preloader

[GWT]

[GWT]

Java Que sont les liens commerciaux? Les liens commerciaux sont des annonces publicitaires fournies par Google. Ces annonces sont ciblées par mots clés et servies via le programme publicitaire Google AdSense™. Les annonces diffusées sont en lien avec le thème de la page en cours de consultation. Elles peuvent également refléter vos centres d'intérêt, déterminés en fonction du contenu des pages des sites Web participants auxquels vous avez accédé précédemment. Vos centres d'intérêt sont associés à un cookie publicitaire enregistré dans votre navigateur. Nous vous invitons également à consulter le centre d'aide Google AdSense™ en cliquant ici. General Interface Resource Center @ TIBCO Developer Network

Hypertext Preprocessor Joseph Scott’s Blog » Blog Archive » AJAX Edit In Place With Prototype, Version 0.2.0 UPDATE Thu 29 Nov 2007 @ 5:30pm : The Edit In Place code has a new home at editinplace.org UPDATE Fri 30 Jun 2006 @ 8:20am : You can find the latest Edit In Place blog posts at It has been almost two months since my since the first version of Edit In Place (version 0.1.0). Since then I’ve been trying to beef up some my JavaScript foo. Doing OO in JavaScript is a bit strange. There are some new default CSS names used: Making IDs editable have new function calls as well: The EditInPlace.makeEditable() function only requires the id and save_url, the type option defaults to text. id: false, save_url: false, css_class: 'eip_editable', savebutton: 'eip_savebutton', cancelbutton: 'eip_cancelbutton', saving: 'eip_saving', type: 'text' The css_class, savebutton, cancelbutton and saving are all CSS classes. My JavaScript skills are still pretty basic so if you have some recommended changes feel free to drop me a note .

» The Web-based Office will have its day | Web 2.0 Explorer | ZDNet.com I first profiled a Web 2.0 office in early September and since then more web-based office products have surfaced. Peter Rip posted recently that he's now "bumped into an alpha or beta Web-incarnation for every Microsoft desktop product". He says most are AJAX, but some are Flash or Flex-based (both Macromedia products). Peter thinks desktop apps are on the way out, because "no one works at their desktop anymore." While he rightly points out that office people are spending more and more time on the Net, I don't agree with his conclusion that this necessarily signals the end of desktop apps - yet. A recent Computerworld article states that laptops will soon replace the desktop as the preferred business PC, citing mobility as the main reason for this trend. However I do think that long-term, the writing is on the wall for desktop office applications. The time for the web-based office will come, mark my words. And ones Peter has added to the mix: Bindows Gliffy Meebo Zimbra

Calendar - Monket This is an old version The new version of my Monket Calendar can be found at: Monket Google Calendar The new version uses the Google Calendar API so you need allow it access before you can try it out. About An Ajax enabled online calendar. This release now works in all major browsers (Firefox, Opera, Safari, and Internet Explorer). News Monket Calendar at Editsite.net The folks at Editsite.net have taken the Monket Calendar beta as a base, tarted it up a bit, and are offering it to their customers. Beta 0.9.1 (Fixes updating) Fixed an incorrect path to the update script, so changes made to the calendar will now be saved. Beta 0.9 and the source code are now available Code is available in the Downloads section. Beta 0.1.2 is now available Screenshot Info Monket Calendar is coded in HTML, CSS, Javascript, and PHP. I made extensive use of exisitng libraries to speed up my development work, including: Downloads Latest Release Beta 0.9.1 All Releases Usage Requirements PHP 4+Apache with RewriteRules enabled

The Hows and Whys of Degradable Ajax Introduction While working on Particletree’s shopping cart system for our magazine, we decided that we wanted to create a flawless user experience for all users without having to sacrifice the added user interface benefits provided by Ajax goodness. A lot of places will tell you that it is ok to use JavaScript and Ajax as long as it’s not mission critical. And so we’ve developed some solid strategies to help us use Ajax in our apps without having to worry if they’re essential or not to the application. See It In Action We cooked up a simple to do list to demonstrate how a simple Ajax application can work with or without JavaScript. The Files A few notes before you download the code. Degradable Ajax Kit How to Approach Degradable Ajax The general strategy here is to start by creating a page that works like a normal site—processing information on page loads and refreshes. Now, creating a degradable Ajax site is a bit different from a creating a site with unlimited Ajax potential. How It Works

SAJAX - Simple Ajax Toolkit by ModernMethod - XMLHTTPRequest Toolkit for PHP Commercial consulting and support now available. Get support from the people who made Ajax easy for the masses. If your staff needs a helping hand with your Ajax project, we now offer commercial support and consulting. Email support for the Sajax library starts at an affordable $199 per year. We can help you build your project for rates from $150 per hour. Contact us for more information. Breaking news: After a long delay, Sajax version 0.12 is finally out. Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Examples Here are two overly simplistic examples: Graffiti Wall: → Try it or see source Calculator: → Try it or see source Still confused? Download Now The most recent version 0.12, including code and examples: Version 0.12, code only: Sajax.php.txt News Version 0.12: PHP: Many, many improvements to the serialization support and numerous bug fixes.

AJAX Ajax is not a single technology, but a group of technologies. HTML and CSS can be used in combination to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and allow the user to interact with, the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads. In 1996, the iframe tag was introduced by Internet Explorer to load or to fetch content asynchronously. In 1998, Microsoft Outlook Web App team implemented the first component XMLHTTP by client script. Google made a wide deployment of standards-compliant, cross browser Ajax with Gmail (2004) and Google Maps (2005).[6] The term "Ajax" was publicly stated on 18 February 2005 by Jesse James Garrett in an article titled "Ajax: A New Approach to Web Applications", based on techniques used on Google pages.[1] get-ajax-data.js: send-ajax-data.php: jQuery example

Related: