Categorie Development

Favicon

1 2 3 4 5 6 /** FAVICON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ function favicon_link() { echo ‘<link rel="shortcut icon" href="’ . get_stylesheet_directory_uri() . ‘/pix/favicon.ico" />’ . "\n"; } add_action(’wp_head’, ‘favicon_link’);/** FAVICON ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ function favicon_link() { echo ‘<link rel="shortcut icon" href="’ .…

CSS: IE bug fixing

FIXES IE ———————————————————————- body { color: red; — all browsers, of course color : green\9; — IE8 and below *color : yellow; — IE7 and below _color : orange; — IE6 }

Happy Naked Day 2009! :)

Where did the Design go? The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and of course, a good ‘ol play on words. It’s…

Nederlands|English|Francais|Deutsch

Goed vanavond I’ m dat als enkel geïnstalleerdeu plugin xLanguage werkt of beter test zei hoe precies het werkt. Deed opstelling 4 talen: het Nederlandse Engels, het Frans en het Duits. Als het boete werkt zou mijn plaats welke te…

WordPress is de 3 miljoen gepasseerd

Het OpenSource software pakket WordPress versie 2.6 is op 13 november 2008 om 17:25u PST. Terecht een felicitatie waard! Zelf maak ik veel gebruik van WordPress en leer bekant elke dag weer wat nieuws of vindt er nieuwe toepassingen in.…

Hoe je je functie ook omschrijft…

… in de meeste gevallen zal die persoon je uiteindelijk vragen of je iets wilt fixen op zijn/haar computer. Hoe voorzichtig je ook te werk gaat. Dit hele euvel is mooi weergegeven in een diagrammetje, waar mijn collega Joris mee…