Latest Ajax Posts 
Read all about the topic Ajax on jQuery Mastery - We give you the keys to unlock the true potential web UI design. Browse through articles written on this subject below, or check our tag cloud to see if you find anything interesting. As always, you can visit our home page to find the latest posts or view our RSS feed or get the current posts on this topic on our Ajax RSS feed.
Server and client integration (Ajax push or comet on PHP) A
JavaScript/PHP library implements ajax push to be used in ONE
javascript line code. Uma biblioteca JavaScript/PHP implementa ajax
push a ser uasdo em UMA linha de código JavaScript
****************************** Tche, eu desenvolvi esta biblioteca
JavaScript/PHP para oferecer de uma forma muito mais dinâmica o
AjaxPush ao desenvolvimento. Em uma única linha de comando, pode-se
estabelecer uma ligação entre o conteúdo em server side e o client
side, sem que sejam necessarias diversas chamadas em Ajax,
simplesmente. Aí está um exemplo do funcionamento desta biblioteca,
onde o arquivo "escutado" escreve o conteúdo de determinado
diretório no servidor. Foi especificado nesta unical linha
javascript que ... assim que o arquivo php escrever algo
diferente,este conteúdo será escrito em uma DIV.Como o arquivo php
lista os arquivos do diretorio,assim que eles são alterados,o
cliente é avisado,e "a mágica acontece".É interessante que
a,implementação [...]
Post Thanks The
Ajaxist!
Tags: PHP, Ajax, O, Javascript, Push, Que, EM
Friday, February 6th, 2009
Wave Maker 4.0 is a nice visual ajax devlopment enviornment
comparable to visual studio for its drag-and-drop easy interface,
and javascript framework (which includes dojo, spring, and a few
others). It also allows for web services and database interactions,
all without needing much code. It is very easy and quick to use for
building "web 2.0", or rather "new century", web applications.
Post Thanks The
Ajaxist!
Tags: Easy, Building, Web, Services, New, Quick, Spring, Database, Code
Saturday, February 7th, 2009
Topics for this month included Database, Javascript, Allows, New and Ajax.
The top five posts for this month were:
-
change WordPress database table_prefix
-
Powered by YouTube - Design Your Own YouTube Player
-
Building a jQuery-Powered Tag-Cloud
-
1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium
4 @ 3360Mhz
-
Buy Realtor Database List 1.5 Million Listings with Email
› Continue reading
Tags: Easy, Email, Services, Youtube, New, Million, Database, Ajax, Basic
Sunday, February 8th, 2009
Topics for this month included Javascript, Allows, Ajax, New and Database.
The top five posts for this month were:
-
Powered by YouTube - Design Your Own YouTube Player
-
Building a jQuery-Powered Tag-Cloud
-
1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium
4 @ 3360Mhz
-
Buy Realtor Database List 1.5 Million Listings with Email
-
Chris Bosh - My NBA Journey NBATV Special
› Continue reading
Tags: How To, Easy, Services, Journey, New, Spring, Database, Ajax, Special
Sunday, February 8th, 2009
Topics for this month included Javascript, Database, Visual, Easy and New.
The top five posts for this month were:
-
Powered by YouTube - Design Your Own YouTube Player
-
Building a jQuery-Powered Tag-Cloud
-
1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium
4 @ 3360Mhz
-
Buy Realtor Database List 1.5 Million Listings with Email
-
Chris Bosh - My NBA Journey NBATV Special
› Continue reading
Tags: Easy, Email, Services, Youtube, New, Million, Database, Ajax, Basic
Sunday, February 8th, 2009
Many times in web forms we need to provide a listbox with lots
of elements, A good solution is to filter and page these elements
to speedup page loading and optimize DB/Network usage..
This is a complete implementation of a paging listbox using jQuery
on client side and ASP.Net on server side. and should look like
this..
The form web page, which also contains the JavaScript class to
build the select box, of course don't forget to download the jQuery
library.
<html>
<head>
<title>jQuery & Ajax Fun: Implementing a Paging
Listbox</title>
<script type="text/javascript"
src="JS/jquery-1.3.min.js"></script>
<script type="text/javascript">
function AjaxListBox() {
this.source =
'';
this.divID=
'';
this.keyID=
'';
this.buttevent_event_on__ID='';
this.lastKey=
'';
this.startup=
true;
this.minWidth=0;
this.position [...]
Post Thanks More Tech
Tips!!
Tags: HTML, Asp.net, Paging, Ajax, Javascript, jQuery, Dal, OOP
Monday, February 9th, 2009
Topics for this month included Javascript, Ajax, Easy and
2.0.
Post Thanks The
Ajaxist!
Tags: Sales, Design, Easy, Building, Web, Graphics, Services, Site, Code
Tuesday, February 10th, 2009
How to add Ajax links and contents to HTML pages using
AjaxContent class and Prototype framework.
Post Thanks The
Ajaxist!
Tags: HTML, Links, Tutorial, Class, Framework, Ajax, Islands, Add, Using
Friday, February 13th, 2009
We have an urgent job opening for Tech Lead- Internet
Advertising with DirectI, Mumbai.
URL : http://directi.com/
About Company :
Direct I, is one of the world's leading companies in the
traffic
monetization business. By revenue, they were the #1 fastest growing
domain parking
company worldwide for 2006 & 2007, and currently feature
amongst the world's
Top 3 largest domain parking companies. By headcount, they are the
#1 largest
domains parking company worldwide.
The company focuses on building mass market products in the
internet advertising space. The applications rely on making split
second intelligent decisions using large amount of data. Most of
their databases are hundreds of Gigabytes and some over a Terabyte
in size. They currently use over 500+ CPU and more than 500+ GB of
ram to run their network.
Job Description
The Tech Lead Position at Directi is a hands on technology
position, that enables
driven [...]
Post Thanks .NET
Coding!
Tags: PHP, .net, Ajax, Mumbai, C#, 6-8Years, Mangalam, Tech Lead, DirectI
Saturday, February 14th, 2009
I had some time to kill today and I decide to mix cfchart up
with some jQuery love. You can see the demo of this here. When the
chart loads, click on the bars, and you will see a detail load
beneath the graph. The code behind this is fairly trivial. I've got
a file I include to generate my chart data. Normally this would be
a proper database query. The main template's code consists of: The
cfchart makes use of the url attribute to specify what should
happen when you click. In this case, I'm simply calling a function,
loadData(). This then uses jQuery to make a remote call to
detail.cfm. Note that I pass the name. Normally you would pass a
primary key, but we don't have (easy) access to that (see this
entry for more info) value so we have to work with the name
instead. That's it. All detail.cfm does is look up the detail
information: select * from data where name =
Post Thanks The
Ajaxist!
Tags: Ajax, Javascript, jQuery, ColdFusion
Wednesday, May 20th, 2009