9

Hi I want to create a simple jquery carousel for my php web application. I am using php5 and mysql.

How can I create that any body can help me?

hakre
  • 193,403
  • 52
  • 435
  • 836
learner
  • 2,099
  • 6
  • 23
  • 32
  • Why inventing the wheal? If its for educational purpose go ahead but if its a real time project, its not a good idea. Go to Google and start searching for hundreds of carousels and if you get one for your need use it. If need some changes make changes on that. – Talha Ahmed Khan Jul 19 '11 at 05:55

1 Answers1

11

Try this tutorial - http://jqueryfordesigners.com/jquery-infinite-carousel/

Although please note, there are lots of other carousel's out there that you could try/use - e.g. http://sorgalla.com/projects/jcarousel/ and http://plugins.jquery.com/tag/carousel/ - so I wouldn't generally recommend starting a new one.

Lucio
  • 4,753
  • 3
  • 48
  • 77
Stuart
  • 66,722
  • 7
  • 114
  • 165
  • 3
    http://www.jqueryfordesigners.com is a good resource for ui developers. They have very good examples and excellent descriptions. – WarFox Jul 19 '11 at 05:58
  • 1
    @WarFox the site is broken http://www.downforeveryoneorjustme.com/http://jqueryfordesigners.com – Lucio Feb 02 '14 at 06:25
  • yup just noticed... M getting 502 bad gateway.. looks like their server is in trouble – WarFox Feb 02 '14 at 07:42