ajax

TwitterFacebook
Get flash to fully experience Pearltrees
animations

development

http://ajaxian.com/archives/ytranscript-using-the-brand-new-youtube-chromeless-scriptable-player I took this API and implemented a simple DSL that allows me to build a simple transcript table of contents that lets you jump to a particular chapter in the video. My JavaScript trivially attaches behaviour to the list to talk to the player. It adds timing information from the DSL to the HTML content, and uses seekTo to get the player to the point you need. The one gotcha is that seekTo goes to the nearest keyframe, which can be a few seconds off.

YTranscript: Using the brand new YouTube chromeless, scriptable

Ajax Chat Examples

Php based Ajax Chat. It's an easy to use ajax chat script, it has spam filter capability and it only needs 3 files (index.html, w.php and chat.txt) Index.html reads the content & sends your message to w.php. w.php writes the content and prunes it to $maxlines lines http://www.ajaxdaddy.com/demo-ajax-chat.html

How to load another HTML page and read the content with the resp

http://www.xul.fr/ajax/responseHTML-attribute.php Once the content of the other page stored into the invisible tag, it may be processed and extracted with DOM methods and used into the current page. In this first example it is just copied into the page. The following tag is used to display the other page: To put the data into the page and make it visible to readers, the content is stored into this tag, with the "displayed" id (or the id of your choice), with the following statement:
This sample opens a window with green div on the right as content. It will keep the same size and position. Close the window to restore the div in the page. It also uses a window observer to restore the div after closing the window.

Prototype Window Class : Samples

http://prototype-window.xilinus.com/samples.html
http://miniajax.com/ Highcharts demo Highcharts is an incredibly elegant, highly customizable jQuery/ MooTools plugin for displaying graphs. It supports single or combinations of line, spline, area, areaspline, column, bar, pie and scatter charts.

MiniAjax.com / A showroom of nice looking simple downloadable DH

HTTP Streaming - Ajax Patterns

Tags: Comet Connection Duplex Live Persistent Publish Push RealTime Refresh Remoting RemoteScripting Stateful Stream TwoWay Update APE Ajax Push Engine Diagram Stream from server to browser, with back channel. Wiki Tracy's trading application contains a section showing latest announcements. It's always up-to-date because the announcements are streamed directly from the server. http://ajaxpatterns.org/HTTP_Streaming
http://ajaxpatterns.org/Periodic_Refresh

Periodic Refresh - Ajax Patterns

Frank is surveying factory activity through a graphical web application which shows a floor plan with the current power usage of every machine. The information's updated every five seconds. All of a sudden, one of the machine displays goes red, indicating overload, and Frank heads over to investigate. How can the application keep users informed of changes occurring on the server? The state of many web applications is inherently volatile. Changes can come from numerous sources, such as other users, external news and data, results of complex calculations, triggers based on the current time and date.
Shows server returned HTTP Headers for domain or IP address. Traverses redirects as well, great for troubleshooting .htaccess and Apache issues.

Ajax DNS

http://www.ajaxdns.com/
http://code.google.com/p/google-web-toolkit/ The more information you provide, the quicker the issue can be verified and prioritized. A test case (source code) that demonstrates the problem is greatly preferred. If you are interested in contributing to GWT, please read the Making GWT Better guide . The Google Web Toolkit code includes some other libraries that are licensed under terms other than Apache 2.0.

web-toolkit - Google Code

http://www.artima.com/forums/flat.jsp?forum=276&thread=185564

Java Community News - Bret Taylor on the Google Web Toolkit

Error Occurred Sadly, the thread you requested does not exist at the Artima Forums. Artima.com occasionally deletes threads that are off-topic or offensive (we know it when we see it), but not always before they are indexed by search engines.

SAJAX - Simple Ajax Toolkit by ModernMetho

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 .
by Curt Hibbs 06/09/2005 In a few short months, Ajax has moved from an obscure and rarely used technology to the hottest thing since sliced bread. This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little bit about how to organize and construct a Rails web application. If you need a quick refresher, check out Rolling with Ruby on Rails Revisited and Rolling with Ruby on Rails Revisited, Part Two , as well as Bill Walton's monthly series, Cookin' With Ruby on Rails .

Ajax on Rail

Visit GoDaddy.com for the best values on: Domain names Web hosting Website builders Email accounts SSL Certificates eCommerce tools See product catalog Go Daddy Super Bowl® Commercial Danica Patrick Dale Jr Go Daddy Girls® * New .COMs $7.49/yr plus 18 cents/yr ICANN fee. Discount based on new one-year registration prices as of 4/8/2011 with sale price reflected in your shopping cart at checkout.

myajaxos.com

Web Toolkit - Build AJAX apps in the Java

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut . It's open source, completely free, and used by thousands of developers around the world.
Creating a simple photo album In this article, you will create a simple photo album using two methods: a traditional Web application and a Sajax-powered application. You will write an album in PHP that reads the contents of a directory, showing the user a table of thumbnails. If the user clicks a thumbnail, the image will expand to full size.

Developing PHP the Ajax way, Part 1: Getti