Search, Support and Rent

Custom Search



Here are mine references:
Experts-Exchange

Please support this site via:
- clicking on advertise at the begining of this site,
- donating wilq32@gmail.com account on PayPal:










If you want to rent me to write your own class, just mail me with details on wilq32@gmail.com

Thursday 11 July 2013

jQueryRotate 2.3

- Finally added center of rotation supported in all browsers!, however not yet implemented for jQueryRotate3 version. Please check documentation wiki for usage.
- Fixed a flow where you would call .rotate straight after first rotation, where image is not yet loaded,
- Canvas area is now large enough to support changing of a center point. Keep in mind that this might slow down a canvas fallback. Let me know of any issues.


Hope you like new changes, let me know if something is broken (hopefully nothing).

Tuesday 13 March 2012

jQueryRotate ver 2.2

Some new update after longer inactivity:

- introduced getRotateAngle method (as top requested feature),
- introduced stopAnimation method,
- introduced step parameter,
- clean some minor code

Changes were applied both on jqueryRotate ver.2 and ver. 3

Hope you like them :)

Thursday 10 March 2011

jQueryRotate v.2.0

Today I finally finish a new version of jQueryRotate. It contains some changes to API, as well as lot of bugfixes.

I also created whole new documentation page so I will no longer support it on a wilq32.adobeair.pl.

Currently all what you need to know (documentation, nice examples, etc.) are on http://jqueryrotate.com

Fell free to use this script and let me know if you do so I can add your page on a list of webpages that uses it!

Thursday 15 July 2010

jQueryRotate update (1.3)

I'm not updating this blog every time I do release, but of course still alot is happening with jQueryRotate plugin that starts to become more and more popular. You can find newest version of it always at: http://jqueryrotate.com

Here you can also raise an issue, request a new feature, or just comment the project. Hope you like this approach!

Thursday 4 March 2010

Balls Updated

Really small but quite famous game - Wilq32.Balls was updated with a few features about online high score. Now you can browse trough different difficult level (colors) and find yourself on a board.

In next update - stats for countries.

Project Page here

jQueryRotate plugin update

Even if there was not too many updates on a blog, there are things happening with few projects. jQueryRotate plugin has been updated few times since last entry on blog, most important change is support in IE that does not requires excanvas. A list of all fixes/updates:

- Added a support for animated gifs, now you can specify if you want to support them. Notice that this might slow down a bit other things on page because it needs to render images all the time. Use it if you really need it.
- Fixed problem of document.ready animations for images
- Fixed annoying bug in IE 8 by setting v\:image instead of v\: *.
- Whole new concept for IE - instead of using canvas itself - right now function uses a nice workaround using vml:image to rotate it faster. All of you involved please do some test with this!.
- Repaired some small bug - now you can rotate all elements like $(".images").
- Solved some problems with calling rotation again on the same object, now $("#element").rotate(angle) and .rotateAnimation(angle) and everything related returns proper reference to newly created object.

Try to play with it, use it!

See project page

Wednesday 3 June 2009

jQueryPlugin update

Recently I change jQueryPlugin for IE to not use ExCanvas anymore. Istead we using a vml:image solution that works pretty good and pretty fast. Try a new version and give me some issues if you find any! Cheers.

http://jqueryrotate.com