
Development
Get flash to fully experience Pearltrees
FindDuplicatesPerl
NatureVoiceAndroid
Wave Qui Peut
Serial C#
Android / Xperia
Graphing
Download File Ajax
JQuery
pQuery - Perl Port of jQuery.js use pQuery ; pQuery ( " http://google.com/search?q=pquery " ) -> find ( "h2" ) -> each ( sub { my $i = shift ; print $i + 1 , ") " , pQuery ( $_ )-> text , "\n" ; } ); pQuery is a pragmatic attempt to port the jQuery JavaScript framework to Perl. It is pragmatic in the sense that it switches certain JavaScript idioms for Perl ones, in order to make the use of it concise. A primary goal of jQuery is to "Find things and do things, concisely". pQuery has the same goal.
pQuery
Perl.com – Using Ajax from Perl
Friday, March 3rd, 2006 < >p > From the O’Reilly Perl.com site, there’s a new article talking about a simple, quick way to enable Ajax usage inside of Perl, with the help of a module from CPAN. If you’re even remotely connected to web development, you can’t have failed to have heard of Ajax at some point in the last year.iwl - A widget library for the web
pQuery where p = Perl
JQuery - Interface to Jquery, a language based on Javascript Version 1.00 JQuery provides some of the functionality provided by the JQuery language. use JQuery ; my $jquery = new JQuery ( jqueryDir => '/jquery_js' ) ; my $accordion = JQuery :: Accordion -> new ( id => 'myAccordion' , headers => \ @headers , texts => \ @texts , panelHeight => 200 , panelWidth => '400px' ) ; $jquery -> add_css_last ( new JQuery :: CSS ( hash => { '#myAccordion' => { width => '600px' }} )) ; my $data = [[ 'Id' , 'Total' , 'Ip' , 'Time' , 'US Short Date' , 'US Long Date' ], [ '66672' , '$22.79' , '172.78.200.124' , '08:02' , '12-24-2000' , 'Jul 6, 2006 8:14 AM' ], [ '66672' , '$2482.79' , '172.78.200.124' , '15:10' , '12-12-2001' , 'Jan 6, 2006 8:14 AM' ] ] ; my $tableHTML = $jquery -> Add ( JQuery :: TableSorter -> new ( id => 'table1' , data => $data , headerClass => 'largeHeaders' , dateFormat => 'dd/mm/yyyy' ))-> HTML ; $jquery -> add ( $accordion ) ; my $html = $accordion -> HTML .
JQuery
Very simple login using Perl, jQuery, Ajax, JSON and MySQL
Introduction Since the beginning of the WWW, the developers try to equip their Web sites with new features and widgets to attract the users' attention and make the life much easier for them by applying the latest technologies. Nowadays, an average Web user, among other activities, shops, searches for information, registers to forums and communities, plays online games and communicates with the other users on the Internet. For most of these activities the user typically needs to register and then log in to the Web site.Update to jQuery Visualize: Accessible Charts with HTML5 from Designing with Progressive Enhancement
Posted by Maggie on 03/12/2010 Topics: accessibility dwpe book jQueryJQuery Charts « Code Blitz
< head > < script language = "javascript" type = "text/javascript" src = "excanvas.min.js" ></ script > < script language = "javascript" type = "text/javascript" src = "jquery-1.3.2.min.js" ></ script > < script language = "javascript" type = "text/javascript" src = "jquery.jqplot.min.js" ></ script > < script language = "javascript" type = "text/javascript" src = "jqplot.categoryAxisRenderer.min.js" ></ script > < script language = "javascript" type = "text/javascript" src = "jqplot.barRenderer.min.js" ></ script >$(document).ready( function (){ var line1 = [[ 'Cup Holder Pinion Bob' , 7], [ 'Generic Fog Lamp' , 9], [ 'HDTV Receiver' , 15], [ '8 Track Control Module' , 12], [ ' Sludge Pump Fourier Modulator' , 3],

