Latest Javascript Posts 

Read all about the topic Javascript 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 Javascript RSS feed.

Building a jQuery-Powered Tag-Cloud

Tag-clouds are easy to do badly; whether from a design perspective or from a code perspective. Thanks to jQuery, it’s also easy to do well. We’ll be using the hot new 1.3 version of jQuery for this example and will be working with PHP and MySql to provide a JSON feed of our tags. Getting the tags into a database in the first place is beyond the scope of this tutorial, but it’s a simple enough matter to retrieve and pass them to a waiting page via AJAX.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <link rel="stylesheet" type="text/css" href="tagcloud.css"> <meta http-equiv="Content-Type" cevent_event_event_on___tent="text/html; charset=utf-8"> <title>jQuery Tag Cloud</title> </head> <body> <div id="tagCloud"> <h2>Tag Cloud</h2> </div> <script type="text/javascript" src="jquery-1.3.min.js"></script> <script type="text/javascript"> ...

Post Thanks The Ajaxist!

Tags: Javascript, Tag Cloud, jQuery, Javascript & AJAX

Thursday, February 5th, 2009 No comments

ELO - javascript / PHP cliente/server (Ajax Push)

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 No comments

WaveMaker Visual Ajax Builder (tutorial #1)

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 No comments

The Best of Managing Homes for the week of 02/01/2009: Database, Javascript and Allows (9 articles)

Topics for this month included Database, Javascript, Allows, New and Ajax.

The top five posts for this month were:

  1. change WordPress database table_prefix
  2. Powered by YouTube - Design Your Own YouTube Player
  3. Building a jQuery-Powered Tag-Cloud
  4. 1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium 4 @ 3360Mhz
  5. 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 No comments

The Best of Get Lost! for the week of 02/01/2009: (3 articles)

Topics for this month included Geoff, Possible, Controls and Player.

The top three posts for this month were:

  1. change WordPress database table_prefix
  2. Powered by YouTube - Design Your Own YouTube Player
  3. Building a jQuery-Powered Tag-Cloud

› Continue reading

Tags: Easy, Videos, Youtube, Play, Player, Tutorial, Purpose, Change, Database

Sunday, February 8th, 2009 No comments

The Best of Everything Yoga for the week of 02/01/2009: Javascript, Allows and Ajax (8 articles)

Topics for this month included Javascript, Allows, Ajax, New and Database.

The top five posts for this month were:

  1. Powered by YouTube - Design Your Own YouTube Player
  2. Building a jQuery-Powered Tag-Cloud
  3. 1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium 4 @ 3360Mhz
  4. Buy Realtor Database List 1.5 Million Listings with Email
  5. Chris Bosh - My NBA Journey NBATV Special

› Continue reading

Tags: How To, Easy, Services, Journey, New, Spring, Database, Ajax, Special

Sunday, February 8th, 2009 No comments

The Best of The Children Blog for the week of 02/01/2009: Javascript, Database and Visual (9 articles)

Topics for this month included Javascript, Database, Visual, Easy and New.

The top five posts for this month were:

  1. Powered by YouTube - Design Your Own YouTube Player
  2. Building a jQuery-Powered Tag-Cloud
  3. 1680x1050 Crysis on ATI Readon (Shappire 3850) 512MB Intel Pentium 4 @ 3360Mhz
  4. Buy Realtor Database List 1.5 Million Listings with Email
  5. Chris Bosh - My NBA Journey NBATV Special

› Continue reading

Tags: Easy, Email, Services, Youtube, New, Million, Database, Ajax, Basic

Sunday, February 8th, 2009 No comments

jQuery & Ajax Fun: Implementing a Paging Listbox

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 No comments

Weekly Review for the week of 2009-02-01: Javascript, Ajax and Easy (Six posts)

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 No comments

PagerTemplate per GridView

Molto spesso mi capita di vedere griglie che mostrano l’intero set di dati senza fornire un accesso tramite paginazione. Personalmente credo che offrire solo un sottinsieme di record sia fondamentale.
Premetto che l'’intento di questo post non è quello di parlarvi della paginazione, dei benefici che questa può portare all’applicazione, nè tantomeno realizzare un custom paging.
A tal riguardo trovate moltissimo materiale in rete, giusto per citare qualche fonte:
ASP.NET Custom Paging with GridView using ObjectDataSource
GridView Paging using ASP.NET AJAX Slider Extender

Quello che invece cercherò di illustrare è come sia possibile personalizzare il paging del controllo GridView utilizzando il property PagerTemplate.
Ma partiamo con ordine, descrivendo a grandi linee l’idea: unire un paging a una scrollbar. Tramite i due classici pulsanti next e prev sarà possibile [...]

Post Thanks Sign In!

Tags: C#, Javascript, Asp.Net 2.0

Tuesday, February 10th, 2009 No comments