public marks

PUBLIC MARKS from bcpbcp with tags 2006 & ajax

04 March 2006

Tableless - Ajax Demo

Ajax é a sigla para "Asynchronous Javascript and XML". Se você entende inglês, pode ler uma excelente explicação do assunto no artigo de Jesse James Garrett: Ajax: A New Approach to Web Applications. Não é uma coisa nova, e eu já falei um pouco sobre isso no meu blog. A idéia é utilizar Javascript para transformar suas páginas em aplicações, de modo que não precise recarregar a tela cada vez que o usuário clicar em alguma coisa. Você pode recarregar apenas a área que precisa ser alterada pela ação realizada.

Creating a MySQL connection with PHP/AJAX at John Wiseman

by 5 others (via)
In this tutorial I will explain how to open a mysql database connection using PHP and the all popular AJAX. The purpose of this article is to demonstrate how the XMLHttpRequest object works within php and the advantages of using it. This tutorial will be the first in a series of articles leading to the development of a fully functional dynamic web events application.

25 February 2006

PHP Development - Smart Forms

(via)
The script has more than 20 validation types and extra features (character counter for textarea and input tags, auto-tabbing input tags, etc) that can be added with minimal modifications to html code.

18 February 2006

Yahoo Ajax Library

This is cool for all you Ajax developers out there. Yahoo has released their own Ajax user interface library under the BSD license. This is the companion code to their Design Pattern Library.

05 February 2006

Google AJAXSLT

by 12 others
AJAXSLT is an implementation of XSL-T in JavaScript, intended for use in fat web pages, which are nowadays referred to as AJAX applications. Because XSL-T uses XPath, it is also an implementation of XPath that can be used independently of XSL-T.

29 January 2006

Ajax Blog - LinkFeed - Another AJAXed HomePage !

LinkedFeed is an automated and customizable information social network. The more you use it, the most accurate news it brings to you and people sharing your interests.

19 January 2006

Progress Bar Using AJAX: Design Details

The sequence diagram below details the participants on both the client and server needed to provide an AJAX progress bar. The details are explained in further detail in the remainder of this document.

16 January 2006