Paging results appearance

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shivam0101
Forum Contributor
Posts: 197
Joined: Sat Jun 09, 2007 12:09 am

Paging results appearance

Post by shivam0101 »

Hello Everyone,

I hope i am posting in the right place. If i am not sorry. (Involves UI as well PHP).

I have to show paging results. I wanted the results to appear in a visually pleasing way, like scrolling, fading or some effects. Can any one please suggest me some scripts/ downloadable codes which would help me?




Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Special effects, animations and such are all done client-side. PHP has no real involvement typically.

You are probably looking for libraries such as jquery and mootools, et al.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

A really useful site is http://www.dynamicdrive.com
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Heh. I used to think PHP was the reason for all of those cool graphical effects. That partly why I got into it. I was quickly disappointed. :P
Post Reply