[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike

I downloaded and copied the Agile Carousel stuff to my testserver
without editing anything. When i try to open the carousel.html page
i unfortunately get an php error.
The error message for the jquery.agile_carousel-beta.1.zip is:
---
Fatal error: Call to undefined function: filter_var() in /mnt/
web8/30/42/5920842/htdocs/caro1/make_slides.php on line 9
---

for the jquery.agile_carousel-beta.2.0.zip is:
-
Fatal error: Call to undefined function: filter_var() in /homepages/14/
d227853429/htdocs/caro2/make_slides.php on line 17
-

as i said, i didn't modify any of the files in the .zip. Maybe anybody
of you guys knows whats wrong here...

thx for your help in advance

Mike


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike

I downloaded and copied the Agile Carousel stuff to my testserver
without editing anything. When i try to open the carousel.html page
i unfortunately get an php error.
The error message for the jquery.agile_carousel-beta.1.zip is:
---
Fatal error: Call to undefined function: filter_var() in /mnt/
web8/30/42/5920842/htdocs/caro1/make_slides.php on line 9
---

for the jquery.agile_carousel-beta.2.0.zip is:
-
Fatal error: Call to undefined function: filter_var() in /homepages/14/
d227853429/htdocs/caro2/make_slides.php on line 17
-

as i said, i didn't modify any of the files in the .zip. Maybe anybody
of you guys knows whats wrong here...

thx for your help in advance

Mike


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Ed

Try upgrading to php 5.2 or higher. See details here:

http://www.apachefriends.org/f/viewtopic.php?t=25553sid=ce46c113843d780949a271a4bc82ca48

On Sep 23, 1:54 am, macmike [EMAIL PROTECTED] wrote:
 I downloaded and copied the Agile Carousel stuff to my testserver
 without editing anything. When i try to open the carousel.html page
 i unfortunately get an php error.
 The error message for the jquery.agile_carousel-beta.1.zip is:
 ---
 Fatal error: Call to undefined function: filter_var() in /mnt/
 web8/30/42/5920842/htdocs/caro1/make_slides.php on line 9
 ---

 for the jquery.agile_carousel-beta.2.0.zip is:
 -
 Fatal error: Call to undefined function: filter_var() in /homepages/14/
 d227853429/htdocs/caro2/make_slides.php on line 17
 -

 as i said, i didn't modify any of the files in the .zip. Maybe anybody
 of you guys knows whats wrong here...

 thx for your help in advance

 Mike


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread macmike

Works fine, cool

thx Mike

On 23 Sep., 13:14, Ed [EMAIL PROTECTED] wrote:
 Try upgrading to php 5.2 or higher. See details here:

 http://www.apachefriends.org/f/viewtopic.php?t=25553sid=ce46c113843d...

 On Sep 23, 1:54 am, macmike [EMAIL PROTECTED] wrote:

  I downloaded and copied the Agile Carousel stuff to my testserver
  without editing anything. When i try to open the carousel.html page
  i unfortunately get an php error.
  The error message for the jquery.agile_carousel-beta.1.zip is:
  ---
  Fatal error: Call to undefined function: filter_var() in /mnt/
  web8/30/42/5920842/htdocs/caro1/make_slides.php on line 9
  ---

  for the jquery.agile_carousel-beta.2.0.zip is:
  -
  Fatal error: Call to undefined function: filter_var() in /homepages/14/
  d227853429/htdocs/caro2/make_slides.php on line 17
  -

  as i said, i didn't modify any of the files in the .zip. Maybe anybody
  of you guys knows whats wrong here...

  thx for your help in advance

  Mike


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Phillip

Worked well for me (FF3 Mac). Pretty cool... those timer options will
be handy. Good stuff.


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-23 Thread Phillip

Worked well for me (FF3 Mac). Pretty cool... those timer options will
be handy. Good stuff.


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-04 Thread Ed

Thanks for catching that, I now use css sprites for the hover state:
http://www.5bosses.com/examples/agile_carousel/full_example/carousel.html

On Sep 3, 6:25 pm, Guy Fraser [EMAIL PROTECTED] wrote:
 MorningZ wrote:
  Looks like it still needs some work, as looking at the first demo page

 http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slid...

 The nav bar could do with using sliding doors rollover technique to
 prevent buttons from disappearing while images load on mouse over.

 Looks like it would also be really useful for a slideshow plugin!

 Guy


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-04 Thread Ed

Thanks for finding that. There was a glitch with the round buttons
when using JQuery UI transitions.

Fixed: 
http://www.5bosses.com/examples/agile_carousel/jqueryui_example/carousel.html


On Sep 3, 11:47 am, MorningZ [EMAIL PROTECTED] wrote:
 Looks like it still needs some work, as looking at the first demo page

 http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slid...

 going anywhere other than the first image reverts to the first image
 (Windows 2003 with FF3 is what i am browsing it with)

 Using IE7 for the same demo throws the error next_slide_id is
 undefined on line 15

 I like the idea though, kinda like a VCR controlled slideshow


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread MorningZ

Looks like it still needs some work, as looking at the first demo page

http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html

going anywhere other than the first image reverts to the first image
(Windows 2003 with FF3 is what i am browsing it with)

Using IE7 for the same demo throws the error next_slide_id is
undefined on line 15


I like the idea though, kinda like a VCR controlled slideshow


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread Isaak Malik
Very nice plugin, everything seems to work fine for me though. I tested with
Opera 9.51, Firefox 3.0.1 and IE 7 on Windows

On Wed, Sep 3, 2008 at 6:47 PM, MorningZ [EMAIL PROTECTED] wrote:


 Looks like it still needs some work, as looking at the first demo page


 http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html

 going anywhere other than the first image reverts to the first image
 (Windows 2003 with FF3 is what i am browsing it with)

 Using IE7 for the same demo throws the error next_slide_id is
 undefined on line 15


 I like the idea though, kinda like a VCR controlled slideshow




-- 
Isaak Malik
Web Developer


[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread Colin Guthrie

Isaak Malik wrote:
 Very nice plugin, everything seems to work fine for me though. I tested 
 with Opera 9.51, Firefox 3.0.1 and IE 7 on Windows

Yeah looks interesting. Worked fine for me on FF 3.0.1/Linux.

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]



[jQuery] Re: New Plugin - Agile Carousel - Looking For FeedBack

2008-09-03 Thread Guy Fraser

MorningZ wrote:
 Looks like it still needs some work, as looking at the first demo page

 http://www.5bosses.com/examples/agile_carousel//jqueryui_example/slideshow.html
   

The nav bar could do with using sliding doors rollover technique to 
prevent buttons from disappearing while images load on mouse over.

Looks like it would also be really useful for a slideshow plugin!

Guy