Ez a post magyarul fog íródni kivételesen, mert a tutorial nyelve is magyar.
Nem rég elkészült az iScaffold project 2.11-es verziója, ami egy nagyban javított verzió, mint a 2.0-s. Részletekről itt olvashatsz. Szerettem volna készíteni egy kis videót, ami nagy vonalakban bemutatja a rendszerben rejlő lehetőségeket.
Az iScaffold első sorban akkor lesz hasznos számodra, ha már ismered CodeIgniter keretrendszert, így nem ajánlott, hogy ezen a rendszeren keresztül ismerd meg.
A videóból kimaradt jópár dolog, mint:
There is a nice class embedded in the MooTools core package, the Fx.Transitions. It is used to spice up the default animations in many different way. I won't go into details, there is a cool breakdown about the capabilities of the class.
I'd like to show you how you can pick any transition function and use them outside the Fx classes.
This approach can be handy if you need to trigger other functions or to work with the Canvas element, maybe update some non standard CSS properties.
Just to keep this in mind. I was fixing bugs that my false assumption created, that RGBa background will work in IE. The fix was an old-school one: use a 1px transparent PNG. Nice, job done... as I imagined. IE8 rendered this nice glitch that made me scratch my head. What the hell. I kept on refreshing the page and noticed, that the background only transformed, when the contents of the box are modified at the onload event. After some minute I decided to try to resize the 1x1px image to 4x4px, and voila' the bug disappeared :)
All rights reserved, ©2008-2012 - Built on CodeIgniter framework - Konami codes - Mostly Valid XHTML 1.1 - Valid CSS 2.1