[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Richard Thomas
If you need help with trac I might have a little bit of spare time and have some exp setting trac up. On 5/9/07, John Resig <[EMAIL PROTECTED]> wrote: Excellent :-) Yeah, being able to go through http/https is a nice side effect of this. At the very least, we'll still be able to commit code if

[jQuery] Re: DDoS attack to Jquery can be effectively prevented by ...

2007-05-06 Thread Richard Thomas
It really depends on the attack, a direct packet attack would not be prevented by what your talking about. Also while you can migrate some of the headache of a DDos attack at the box it in most cases doesn't prevent the large use of bandwidth which is what a host shuts you down for. What jquery

[jQuery] jQPie - 0.3 release, includes working extjs php code

2007-04-29 Thread Richard Thomas
jThe 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 overru

[jQuery] Re: AJAX datagrid (paging & sorting) with jQuery?

2007-04-17 Thread Richard Thomas
http://projects.cyberlot.net/jqpie/examples/paging.html Simple php code behind that page On 4/17/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Juha Suni schrieb: > > Jörn Zaefferer wrote: >> Thanks. >> Christian's tablesorter is pure client-side, that doesn't help much in >> my case. I'm

[jQuery] Re: AJAX datagrid (paging & sorting) with jQuery?

2007-04-16 Thread Richard Thomas
I would check out the qjuery version of ext http://extjs.com/ Its got some very nice looking sortable table features Also the jquery plugin http://motherrussia.polyester.se/jquery-plugins/tablesorter/ You can also check out my jqpie http://projects.cyberlot.net/trac/jqpie/wiki/ExampleAuto, but

[jQuery] Re: Loading PHP via AJAX

2007-04-15 Thread Richard Thomas
http://projects.cyberlot.net/trac/jqpie Take a look through there, but basically the ajax calls are browser calls so as long as you stay within the same domain anything the page would have access to the php called through ajax has access to. On 4/15/07, Alex Ezell <[EMAIL PROTECTED]> wrote: I

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Richard Thomas
You can take a loot at mine ;) http://projects.cyberlot.net/trac/jqpie/wiki/ExampleAuto On 4/8/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Hi folks, especially Dan and Dylan, I'm in the process of evaluating jQuery's autocomplete plugins. Dan's port of Dylan's version provides most of the

[jQuery] jQpie php to ruby/python conversion wanted.

2007-04-05 Thread Richard Thomas
Looking for someone to do and help maintain equivalent ruby and python versions of jQpie. I am going to take each submitted conversion and post it on the jQpie website for review, the code that is chosen will get $50 US right away for helping out and might be bribed in the future ;) I will also

[jQuery] Re: TableSorter issues: special characters, mixed data

2007-04-05 Thread Richard Thomas
Thats the hard part about trying to sort an already built table, I prefer the other direction, build the tables off a set of data.. This way you can do the formatting afterward and not have any issues. http://projects.cyberlot.net/trac/jqpie/wiki/ExampleAuto On 4/5/07, Christian Bach <[EMAIL

[jQuery] Re: jQuery in server side language?

2007-04-02 Thread Richard Thomas
You should look at the additional resources page, there are some items at the bottom that tie programming lang to jquery. For example http://projects.cyberlot.net/trac/jqpie On 4/2/07, Shaun Kester <[EMAIL PROTECTED]> wrote: Hi everyone, I was wondering if anyone had made progress on using