More Scriptaculous Animations (Unofficial)
In some cases, I need to make divs sliding right out while other sliding left in. Finally, I found Scriptaculous extension effects on google. I’ve tried it, and it worked. It’s made by Jake Wendt. You can find here.

It has some cool effects which cannot be found on the original Scriptaculous.
Here’s the list :
* Gradient (diagonal)
* Gradient (horizontal)
* Gradient (vertical)
* Pixelate(name change?)
* Duplicate (ignore)
* Pulse List Down
* Pulse List Up
* Pulse List Bounce
* Flicker
* Curtain Open (buggy!)
* Curtain Close (buggy!)
* Slide Right In
* Slide Left In
* … Continue Reading
Sometimes you need to trigger javascript functions or set variables in a view. With JavaScriptHelper, you do not have to print out the <script> tags. All you’ll need is calling a JavaScriptHelper function called codeBlock() function. The <script> tags will be generated itself and a CDATA too if you want it.

It’s been almost one year that i’ve been cooking CakePHP on my kitchen. It’s very good enough PHP Framework, I think. The most well-known feature is super magic console for baking the CRUD pages. It cuts much time to develop PHP applications. I really like it very much. You have to …