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 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