[jQuery] Re: How to flip the image?

2009-06-11 Thread Kean

Pretty easy to do with  and the JavaScript that came with it.
However, you might have be aware of the compatibility issues
surrounding it.

On Jun 11, 1:16 pm, waseem sabjee  wrote:
> I once came across a php class the worked exactly like jquery selectors.
> retrieveing text etc directly into php
>
> the problem was it made a web page incredably slow. does anyone have
> something a bit more lightweight ?
>
> On Thu, Jun 11, 2009 at 5:18 PM, Jônatan Fróes wrote:
>
>
>
> > You can make it with PHP. Try this class:
> >http://www.verot.net/php_class_upload_samples.htm


[jQuery] Re: How to flip the image?

2009-06-11 Thread waseem sabjee
I once came across a php class the worked exactly like jquery selectors.
retrieveing text etc directly into php

the problem was it made a web page incredably slow. does anyone have
something a bit more lightweight ?

On Thu, Jun 11, 2009 at 5:18 PM, Jônatan Fróes wrote:

>
> You can make it with PHP. Try this class:
> http://www.verot.net/php_class_upload_samples.htm
>


[jQuery] Re: How to flip the image?

2009-06-11 Thread Jônatan Fróes

You can make it with PHP. Try this class:
http://www.verot.net/php_class_upload_samples.htm


[jQuery] Re: How to flip the image?

2009-06-11 Thread Jônatan Fróes

You can make it with PHP. Look at this class:
http://www.verot.net/php_class_upload_samples.htm
It's easy... If you need any help, here we are.


[jQuery] Re: How to flip the image?

2009-06-11 Thread mkmanning

The only way currently to do this in Javascript is to use canvas.

On Jun 10, 5:27 am, "David .Wu"  wrote:
> Can I make image vertical or horizontal flip by jQuery?


[jQuery] Re: How to flip the image?

2009-06-11 Thread Michael Smith

It must be something you've done as it works for hundreds of other people.

If you could put it on some external facing site where others can look
you might get some help

Michael


2009/6/11 waseem sabjee :
> Hi, i been looking up the JQuery cycle plugin for some strange reason it
> does not work. i copied and pasted directly from their sample and ensured by
> html was the same ( used firebug to make sure )
>
> 2009/6/11 Michael Smith 
>>
>> Ah gotcha.  Sorry I don't know if this is possible in jquery.
>>
>> If I needed to do it I'd probably produce the image server side
>> beforehand and then use jquery to just show the one and hide the
>> other.
>>
>> 2009/6/11 David .Wu :
>> >
>> > Thanks for your kindly response, but I only want to make a image
>> > horizontal flip by click a button, no need animation.
>> >
>> > On 6月11日, 下午5時01分, Michael Smith  wrote:
>> >> If you're trying to do what I think you're trying to do then I think
>> >> you can do it with the jquery cycle plugin by transitioning to an
>> >> identical image.
>> >>
>> >> I did this on the right hand image on this example:
>> >>
>> >> http://dev2.savingforchildren.co.uk/mjs/curtain2.epl
>> >>
>> >> Perhaps there's an easier way but I don't know of it.
>> >>
>> >> Michael
>> >>
>> >> On Wed, Jun 10, 2009 at 1:27 PM, David .Wu wrote:
>> >>
>> >> > Can I make image vertical or horizontal flip by jQuery?
>
>


[jQuery] Re: How to flip the image?

2009-06-11 Thread waseem sabjee
Hi, i been looking up the JQuery cycle plugin for some strange reason it
does not work. i copied and pasted directly from their sample and ensured by
html was the same ( used firebug to make sure )

2009/6/11 Michael Smith 

>
> Ah gotcha.  Sorry I don't know if this is possible in jquery.
>
> If I needed to do it I'd probably produce the image server side
> beforehand and then use jquery to just show the one and hide the
> other.
>
> 2009/6/11 David .Wu :
> >
> > Thanks for your kindly response, but I only want to make a image
> > horizontal flip by click a button, no need animation.
> >
> > On 6月11日, 下午5時01分, Michael Smith  wrote:
> >> If you're trying to do what I think you're trying to do then I think
> >> you can do it with the jquery cycle plugin by transitioning to an
> >> identical image.
> >>
> >> I did this on the right hand image on this example:
> >>
> >> http://dev2.savingforchildren.co.uk/mjs/curtain2.epl
> >>
> >> Perhaps there's an easier way but I don't know of it.
> >>
> >> Michael
> >>
> >> On Wed, Jun 10, 2009 at 1:27 PM, David .Wu wrote:
> >>
> >> > Can I make image vertical or horizontal flip by jQuery?
>


[jQuery] Re: How to flip the image?

2009-06-11 Thread Michael Smith

Ah gotcha.  Sorry I don't know if this is possible in jquery.

If I needed to do it I'd probably produce the image server side
beforehand and then use jquery to just show the one and hide the
other.

2009/6/11 David .Wu :
>
> Thanks for your kindly response, but I only want to make a image
> horizontal flip by click a button, no need animation.
>
> On 6月11日, 下午5時01分, Michael Smith  wrote:
>> If you're trying to do what I think you're trying to do then I think
>> you can do it with the jquery cycle plugin by transitioning to an
>> identical image.
>>
>> I did this on the right hand image on this example:
>>
>> http://dev2.savingforchildren.co.uk/mjs/curtain2.epl
>>
>> Perhaps there's an easier way but I don't know of it.
>>
>> Michael
>>
>> On Wed, Jun 10, 2009 at 1:27 PM, David .Wu wrote:
>>
>> > Can I make image vertical or horizontal flip by jQuery?


[jQuery] Re: How to flip the image?

2009-06-11 Thread David .Wu

Thanks for your kindly response, but I only want to make a image
horizontal flip by click a button, no need animation.

On 6月11日, 下午5時01分, Michael Smith  wrote:
> If you're trying to do what I think you're trying to do then I think
> you can do it with the jquery cycle plugin by transitioning to an
> identical image.
>
> I did this on the right hand image on this example:
>
> http://dev2.savingforchildren.co.uk/mjs/curtain2.epl
>
> Perhaps there's an easier way but I don't know of it.
>
> Michael
>
> On Wed, Jun 10, 2009 at 1:27 PM, David .Wu wrote:
>
> > Can I make image vertical or horizontal flip by jQuery?


[jQuery] Re: How to flip the image?

2009-06-11 Thread Michael Smith

If you're trying to do what I think you're trying to do then I think
you can do it with the jquery cycle plugin by transitioning to an
identical image.

I did this on the right hand image on this example:

http://dev2.savingforchildren.co.uk/mjs/curtain2.epl

Perhaps there's an easier way but I don't know of it.

Michael

On Wed, Jun 10, 2009 at 1:27 PM, David .Wu wrote:
>
> Can I make image vertical or horizontal flip by jQuery?