[jQuery] Re: recommendation for lightbox

2009-04-16 Thread chris at zeus
It's not a plug-in, but I would suggest FancyZoom. http://www.cabel.name/2008/02/fancyzoom-10.html On Apr 16, 9:20 am, iceangel89 wrote: > what do u recommend for a lightbox plugin? there are alot out there

[jQuery] Re: In a pickle -- JavaScript Pagination vs. PHP/MySQL Pagination

2009-01-07 Thread chris at zeus
I would take this a step further and suggest cutting out a lot of headache in your code by using a php framework to manage a lot of the functions you want to use. I would check out codeigniter.com. CI has pagination and db helpers so you don't have to write all the code yourself. On Jan 7, 8:38

[jQuery] Using a pause in typing instead of onkeyup

2008-12-01 Thread chris at zeus
I've got an autosuggest script that runs every onkeyup. So for every key stroke, the script calls the server. I would much rather see this script call the server after the user stops typing, or if while typing, after a set number of microseceonds have passed before calling the server to run its