I have updated the official Techotronic theme, Magenta.
It is now a childtheme of the Thematic framework, it was built from scratch the last time.
Currently, I have no plans of releasing the new theme to the public, as it is not finished.
I have updated the official Techotronic theme, Magenta.
It is now a childtheme of the Thematic framework, it was built from scratch the last time.
Currently, I have no plans of releasing the new theme to the public, as it is not finished.
Auch ich lasse mich kaufen!
3dsupply hat eine Aktion, bei der ich ein T-Shirt kostenlos bekomme, wenn ich diesen Blogbeitrag schreibe und einen Link auf deren Website einfuege.
Sehr gern, denn dieses T-Shirt hat es mir angetan

Boeses Hasi
I stumbled upon this very nice and detailed whitepaper on IBM’s Redbook site.
(links)
IBM Redbooks
Today, I released a new version of my plugin. It is now working for NextGEN galleries!
Changelog:
If your WordPress plugin or theme uses JavaScript, it is essential to know how to include it so that you don’t break other JavaScript libraries or plugins/themes that use JavaScript.
The straight forward way to load JavaScript is of course to embed a script tag with the JS file as a src attribute:
<script src="my-plugin/js/jquery.js"></script>
Of course you can load your own custom JavaScript that way, but don’t do that if you are loading a JavaScript library! Check the list of JavaScript libraries supplied by WordPress. Do not include a library with your theme/plugin if WordPress already brings it along!!!
WordPress offers a nice and easy way to load JavaScript libraries, the wp_enqueue_script() function. If you are including a JavaScript file that depends on e.g. jQuery, you can just tell WordPress and it will load jQuery for you!
Example from my jQuery Colorbox plugin:
wp_enqueue_script('colorbox', plugins_url('js/jquery.colorbox-min.js', __FILE__), array('jquery'), '1.3.6');
I tell WordPress to load the Colorbox JavaScript library that depends on jQuery. WordPress makes sure that the jQuery library is loaded before my JavaScript is loaded so everything will work as expected.
(links)
wp_enqueue_script description @ WordPress
JavaScript libraries supplied by WordPress
Lifehacker has a step by step guide on how to back up and play Wii games from an external hard drive.
Nice, I will try it as soon as I get my hands on a new external hard drive!
(links)
Guide @Lifehacker.com
I have compiled a list of four cheat sheets for WordPress development.

Woorkup WordPress cheat sheet
(by Woorkup)

Graphicrating WordPress cheatsheet
(by Graphicrating)
An extensive list, available online. A reader of that blog uploaded the cheat sheet as a PDF here.

WP TOY Theme development checklist
(by WP TOY)
(by Tekka)
It is always difficult to remember the syntax of APIs. This is where cheat sheets come in handy.
These are three jQuery cheat sheets that I found on the web:

Future Colors.ru jQuery 1.4 cheatsheet
(by Future-Colors.ru)

Impulsestudios.ca jQuery 1.4 cheatsheet
(by Impulsestudios.ca)

Woorkup.com jQuery 1.3 cheatsheet
(by Woorkup.com)
Giulio Bai took the time to sum up ten things to do to speed up jQuery performance.
Today, I released a new version of my plugin.
Changelog: