Welcome Guest, Not a member yet? Register   Sign In
Image Slideshow with a twist
#1

[eluser]sapid_guy[/eluser]
First of all
this is my first post.

i have been developing in php for sometime now am not an expert but am fairly ok.

i was surveying around for a framework that its easy to use and flexible.
i got to say i have found its CodeIgniter.

i have been learning javascript lately with JQuery, i learn based on project. so i had this idea to combine few technologies while learning.

Image slideshow using
MySQL, PHP(CodeIgniter), JavaScript(JQuery), and of course the rest of the family (xHTML,CSS,XML).

Lets see the features:
-Client
Images display on the page with out user interaction.
Images change according to the list in the Database.
Images information stored in DB.
If Image get displayed it report success.

-Admin
Add new images categories
Long list a guess.


I hoped i could fined some help from CodeIgniter community while developing this.

Thank You

Admin fill free to change the post place if its in the wrong place.
#2

[eluser]sapid_guy[/eluser]
I forget to mention am trying to build every class in a way its can be reusable in other applications.
#3

[eluser]BeingDefined[/eluser]
You might want to check out JQuery plugins. I see Cycle(http://malsup.com/jquery/cycle/) for my slideshows.
#4

[eluser]sapid_guy[/eluser]
Nice plugin but there is no DB connection,
thanks for the info
the link is very interesting http://malsup.com/jquery/
#5

[eluser]sapid_guy[/eluser]
Nice plugin i have tried to use Cycle Lite Plugin. its working like a charm.

i genrate the list of images from the Database then leave it to the plugin.

However i wanted more features.

My Table:

CREATE TABLE `playlist` (
`id` bigint(20) NOT NULL auto_increment,
`name` varchar(33) NOT NULL,
`location` varchar(60) NOT NULL,
`duration` varchar(10) NOT NULL,
`date_added` timestamp NOT NULL default CURRENT_TIMESTAMP,
`queue` varchar(2) NOT NULL,
`status` varchar(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;


Thanks
#6

[eluser]sapid_guy[/eluser]
Hi all;

sorry for reopening this threat again, i thought of just continuing with the issues related to this.

i have tried this plugging in with my small kiosk system, it seems to have a very strange behavior


when am using the slide show with flash video or any video, every time the image change the video will hang for a second or 2.

has anyone faced such a behavior.
#7

[eluser]Colin Williams[/eluser]
This thread is all over the place. So, what specific hurdle do you think you're stuck on?
#8

[eluser]sapid_guy[/eluser]
[quote author="Colin Williams" date="1234451635"]This thread is all over the place.[/quote]
???
Sorry I dont get you.




Theme © iAndrew 2016 - Forum software by © MyBB