Kategorien: development, html / css, JavaScript, php, b2evolution
26.01.07
b2evo on ohloh.net
Link: http://www.ohloh.net/projects/3514
ohloh ist ein interessanter Dienst, der Open-Source-Projekte untersucht.
Seit gestern wurde nun auch endlich der Code von b2evolution analysiert.
Es gibt zwar noch einige Schwachstellen in der Auswertung (zB wird ein Verschieben von Dateien nicht richtig erkannt), aber dennoch sehr interessant - zumindest für daran Interessierte ^^.
15.11.06
TinyMCE plugin for b2evolution
Link: http://manual.b2evolution.net/Plugins/tinymce_plugin
I've finally released a packaged version of the TinyMCE plugin for b2evolution.
There's a manual page in the b2evo wiki or you can download it without further reading.
I'm using it currently for this post, but won't use it much myself in the future.
However, I think it's important for the "average user" and a WYSIWYG editor gets requested quite often in the forums.
@hahler.de-Benutzer: Das Plugin ist auch hier installiert und ihr könnt es in eurem Benutzer-Profil aktivieren ("Use TinyMCE").
09.07.06
Bringe Dir Programmieren in nur zehn Jahren bei..
Link: http://www.purl.org/stefan_ram/html/21-tage
Es handelt sich hierbei um die deutsche Übersetzung dieses ziemlich guten Aufsatzes.
Wir sprechen uns dann erstmal in 5 Jahren nochmal.. ![]()
13.05.06
Simulate CSS min-width for Internet Explorer
Link: http://www.cssplay.co.uk/boxes/minwidth.html
Simulating min-width in Internet Explorer 6 is quite difficult, but here's a very good way of simulating it. It only uses CSS/HTML and no Javascript/expression, though it's still a hack by nature.
Thanks to magnat for sending it to me, after I've given up, because the expression-hack I've previously found failed when Internet Explorer (which sucks btw) is in "standards compliant mode" (in contrast to "quirks mode").
Update:
I've just found a quirk with it:
The basic CSS for IE in standards compliant mode is this:
/* for all browsers that understand min-width */
.width {width:90%; min-width:400px;}
/* the bodge for IE6 browsers */
* html .minwidth {
border-left:400px solid #fff;
position:relative;
float:left;
z-index:1;
}
* html .container {
margin-left:-400px;
position:relative;
float:left;
z-index:2;
}
The problem with a more complex layout I just had, was that the text of the page could not get selected/highlighted anymore (by mouse). Removing the emphasized "position:relative" above solved it and had no influence on the efficiency of this workaround.
07.03.06
Technical b2evolution documentation is online again
The Technical documentation for b2evolution has moved to my server and is available again now.
It gets generated once a day from CVS source (version 0.9.x and HEAD), if files have changed.
08.02.06
Eizo Flexscan S2410W
Yessa, er ist da und es ist ein in der Tat ein Augenschmaus:

Die Darstellung ist wunderbar scharf und wider den technischen Daten, die nVidia auf seinen Seiten angibt, schafft meine Grafikkarte auch 1920x1200 und nicht nur 1900x1200. Die 24000 Pixel (20x1200), die ich schon als schwarze Ränder gesehen habe werden also auch genutzt.
Bei der Suche nach Pixelfehlern (mit Gimp) habe ich keinen einzigen finden können!
Wie man auf dem Bild sieht, brauche ich aber auch bei diesem Monitor weiterhin mein "Lehrbuch der Molekularen Zellbiologie", da der Computertisch nicht auf breite Monitore zugeschnitten ist.
27.11.05
b2evolution Phoenix Alpha veröffentlicht
Link: http://b2evolution.net/news/2005/11/27/b2evolution_1_6_phoenix_alpha_released
Nach langer Entwicklungszeit gibt es jetzt endlich die Alpha-Version von b2evolution.
Wir raten davon ab, sie produktiv einzusetzen, aber es gibt schon Blogs, die darauf laufen.
hahler.de werde ich vermutlich erst mit Erscheinen der Beta/Final-Version aktualisieren, da es aufgrund des vorhandenen Mischmasches an Code nicht sehr angenehm ist und ich erstmal genug vom Mergen habe.
Es gibt schon die ersten (nicht-fatalen) Fixes für die Beta, die es nicht mehr in die Alpha geschafft haben und so wie es aussieht, sollten wir recht zügig zu einer stabilen Version 1.6 kommen.
Wie immer kann natürlich die Demo genutzt werden, wo man auch schon den post-phoenix Branch auswählen kann. Das, was dann wahrscheinlich 1.7 werden wird.
