Jquery
Xajax and Jquery part 2
Submitted by cyberlot on Fri, 09/14/2007 - 23:46Got an email of something interested in my original xajax_jquery_plugin. This little demo was something I threw together but never got a lot of interest in and I have gone to using jquery directly more.
The other day someone asked me about getting it working with the latest versions of xajax and jquery so here we go xajax_jquery_plugin2
jQPie 0.3 released
Submitted by cyberlot on Mon, 04/30/2007 - 01:22The latest jQPie has been released, you can download it http://projects.cyberlot.net/trac/jqpie/wiki/WikiStart.
The main thing in this release is the addition of an auto complete and a grid example based of the extjs library, One thing to keep in mind the css files provided by extjs will overrun pretty much any css you have, the main one being ext-all.css, It seems some things are set in here that are required for the examples to work but at the same time it styles pretty much every element in existence.
Getting Ext working with jQPie
Submitted by cyberlot on Wed, 04/25/2007 - 13:32First off the example I had posted was using the Yahoo library due to the way I moved the example over, this has been fixed
http://projects.cyberlot.net/jqpie/examples/paging.html
The ext-1.0 packing is missing a file called jquery-plugins.js I have added it to my svn for anyone that needs it, This caused a small amount of head banging on desk but once that was resolved it was easy.
All the example files have been commited to svn for access, Soon as I get a few more things cleared up I will be making a new release.
jQPie and Ext
Submitted by cyberlot on Tue, 04/17/2007 - 23:19I had planned on building some extra functionality into jQPie to fit certain needs but after playing with Ext and its jQuery support all my needs have been met.
A basic example of the paging/data grid module running off php, works pretty nice.
http://projects.cyberlot.net/jqpie/examples/paging.html
I will be working on putting together demos and examples on using jQPie, jQuery and Ext together.
The above page is just a quick thrown together example to figure out the php side of things I plan a new release soon with full example code.
First jQPie release, 0.1
Submitted by cyberlot on Sat, 03/24/2007 - 04:06http://projects.cyberlot.net/trac/jqpie/wiki/WikiStart
Svn code had some issues in IE, this has been cleared up. New dynamic table sorter added and overall code cleaned up.
Table sorter was redone from the ground up and is now a complete rewrite from my original demo code I used as the base.
I am looking for some people interested in porting the php portion to other languages.
The Pie in jQPie
Submitted by cyberlot on Fri, 03/16/2007 - 00:52One might assume the Pie in jQPie is for PHP interface extension and well when I first came up with it that was the thought.
Now I have slightly larger goals, the Pie represents the slices of code I hope to pack within. Currently there is a php5 slice, and another person has shown some interest in working on a php4 version.
Now I am looking for you! Yea you there the one looking at jQPie thinking it would be cool to use but your knee deep in Python, or Perl, or any other language.
Pjq becomes jQPie - jQuery PHP interface extension
Submitted by cyberlot on Mon, 03/05/2007 - 02:29My previous post talked about my example of http://www.cyberlot.net/pjq-php-jquery-helper.
I have expanded on this further, found a tastier name and now have a project page up http://projects.cyberlot.net/trac/jqpie/wiki
Added an cheesy jQuery/Interface autocomplete example although I would of preferred a json approach to the xml but it works never the less.
Pjq - PHP Jquery helper
Submitted by cyberlot on Thu, 03/01/2007 - 01:42I started working on this a while ago and had another demo up but jquery 1.1.1 made it much easier and Pquery made me realize some people wanted something different
This is a simple php handler, it doesn't try to generate javascript for you, honestly if your using jquery you better already be able to write your own javascript ;).
The goal is to provide a extremely simple way to call php functions from within javascript and either get data back, inject php generated html or call jquery functions from php.


