Development

TwitterFacebook
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

http://search.cpan.org/~ingy/pQuery-0.07/lib/pQuery.pm

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. http://ajaxian.com/archives/perlcom-using-ajax-from-perl
http://code.google.com/p/iwl/ IWL: a perl widget library for rapid RIA development The initial goal behind the development of IWL was to reduce the HTML strings inside Perl code. With time however, the library has grown beyond that goal, and now provides a Perl interface to the excellent Prototype JS library , full remote process communication via AJAX, and a complete set of graphical user interface widgets via an API similar to that of Gtk+ . IWL in the Github The IWL source has moved in the Github. As a result, the Google Code SVN will not be updated often.

iwl - A widget library for the web

http://ajaxian.com/archives/pquery-where-p-perl Thursday, February 28th, 2008 < p >We have talked about a pQuery before , which was a PHP port of jQuery. Now we have a new pQuery for the Perl community: pQuery is a pragmatic attempt to port the jQuery JavaScript framework to Perl.

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

http://search.cpan.org/~peterg/JQuery-1.06/lib/JQuery.pm

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. http://www.ibm.com/developerworks/web/library/ws-simplelogin/index.html?ca=drs-
http://www.filamentgroup.com/lab/update_to_jquery_visualize_accessible_charts_with_html5_from_designing_with/

Update to jQuery Visualize: Accessible Charts with HTML5 from Designing with Progressive Enhancement

Posted by Maggie on 03/12/2010 Topics: accessibility dwpe book jQuery
https://codeblitz.wordpress.com/2009/06/22/jquery-charts/

JQuery 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], http://www.jqplot.com/tests/rotated-tick-labels.php

Rotated Axis Tick Labels | jqPlot