Tag-Archiv für 'binary-blue'

Webdeveloper, 04.02.2006
Auf der Suche nach einer verfügbaren Lösung für AJAX-enhanced Paged Comments bin ich bei bueltge.de auf einen interessanten Tipp gestoßen, den ich denn auch gleich auf seine Wirksamkeit überprüft habe - Zeichenkennten in PHP, die keine PHP-Variablen enthalten, sollte man nicht in doppelten, sondern nur in einfachen Hochkommata einschließen. Da der PHP-Parser solche Zeichenketten nicht auf eventuell vorhandene PHP-Variablen überprüft, kann das bei umfangreicheren Schleifen (etwa in der comments.php von Wordpress) durchaus messbare Gewinne einbringen. Also, ums zu verdeutlichen, noch mal ein Beispiel: < ?php $ohne = 'ohne'; echo 'Dies ist eine Zeichenkette '.$ohne.' inkludierte Variablen'; ?> ist schneller verarbeitet als < ?php $ohne = "ohne"; echo "Dies ist eine Zeichenkette $ohne inkludierte Variablen"; ?> Selbstverständlich habe ich Binary Blue sofort entsprechend behandelt, wo … Kompletten Post lesen
Webdeveloper, Wordpress, 02.02.2006
Last update 23rd of July 2006 Since I started blogging about a year ago (at the time being), I’ve gathered a whole bunch of experience with the different plugins for WordPress that are available throughout the net, and I even have written a couple of them myself. Some plugins are updated regularly, some aren’t, but all of them that I am still using have something in common - they work with both WordPress 2.0 and 2.1 and with Binary Blue without any problems ;) Kompletten Post lesen
Webdeveloper, Wordpress,
This evening I was eager to get something started, up and running, so I sat down and designed the first real alternative scheme file for my theme called Binary Blue. The result of roundabout six hours of hard work and shouting on internet exploder’s inabilities regarding PNG files is currently visible here at the site ;) Kompletten Post lesen
Leben an sich, 30.01.2006
Agenda Introduction Latest release Tip jar Features Download Support Tip jar Introduction Binary Blue is a fully WP 2.5 compliant, heavily AJAX enhanced WordPress theme. Its ZIP package contains more than a dozen different schemes, among them the fabulous True Blue style, which is an improved port of the style with the same name originally created by Steve Lam and included with his explicit permission. Binary Blue contains a fully degradable AJAX enhanced Paged Comments function, which is sort of world exclusive at the current point of time, as there’s no other WordPress plugin or theme yet, which would support such a feature. Each of the AJAX enhanced features degrade automatically and gracefully if a visitor with a non-javascript browser visits the blog; … Kompletten Post lesen
Datensch(m)utz, 23.01.2006
Gestern durch Thomas auf das Phänomen aufmerksam geworden, stolperte ich vorhin beim neuen Blogspam Blog auf eine ähnliche Geschichte. Kompletten Post lesen
Pages:  « 1 2 3 4 5 6 7 8 9 10 »