https://wiki.magento.com/display/MAGE2PROJECT/Magento+2+Public+Alpha
<select type="select"
this brilliant piece of code can be found in default template on couple places:
<a ... onclick="this.target='_blank'" ...>
i’ve found some examples of canvas, from times when i was exploring it. someone might find it useful.
bouncing ball
click to add bouncing ball
click and drag to rotate
<config>
<frontend> [1]
<routers>
<checkout> [2]
<args>
<modules>
<yourModule before="Mage_Checkout">Namespace_Module_Overwrite_Checkout</yourModule> [3]
</modules>
</args>
</checkout>
</routers>
</frontend>
</config>
[1] Depending on the controllers area ,”frontend” or “admin”
[2] Router node of the module to be overridden (look it up in the config.xml of that module)
[3] The tag can be anything, it must be unique within the node.
Your_Module_Overwrite_Checkout (is mapped to directory)
Your/Module/controllers/Overwrite/Checkout/
to force magento to run sql installer one more time, you have to delete magento’s mark in core_resource table, more info here:
http://magentocookbook.wordpress.com/2009/06/28/magento-module-sql-setup/
great tool to calculate proper ration between font size and line height by using golden ration:
http://www.pearsonified.com/typography/
edit: added link to online downloader
the whole idea of magento connect 2.0 is just stupid.
who the hell would let them to access production server ?!?!
anyway here is how you can download extension directly:
http://www.stilbruch.at/2011/09/how-to-get-targz-tgz-from-magento.html
once i ll start using this extensions more heavily i ll build some script to automate those steps.