-
Coming Up in the new WebDev Blog
Coming up tomorrow, just as promised, will be my b2evolution v2.0’s Skins 2.0 short and simple guide.After that, I will be (finally!) posting my (long-delayed) topics about the (not-so)-new (anymore) Web-Fonts 2.0. And from then on, topics about web d…
-
Midnight skin for b2evolution v2.0.x-alpha_1
The deciding factor if I will release a v2.0.1-alpha_1 compatible Midnight skin was satisfied, a Midnight skin user requested for it!So here it is, just click me to download.However, some notes to remember:1) This is for b2evolution v2.0.1-…
-
(Updated) Guide to Skins 2.0 of b2evolution v2.0
With the alpha release of b2evolution v2.0.x comes the new Skins 2.0, with it the question “How to skin b2evo v2.0?”In this post I will explain in the shortest and simplest way the parts of the new Skins 2.0.In b2evolution prior to v2.x, the…
-
how_to_test_your_site_under_ie6_without_.html
add( ‘No blog param received, checking extra path…’, ‘detectblog’ ); $BlogCache = & get_Cache( ‘BlogCache’ ); if( preg_match( ‘#^(.+?)index.php/([^/]+)#’, $ReqHost.$ReqPath, $matches ) ) { // We have an URL blog name: $Debuglog->add( ‘Found a potential URL blog name: ‘.$matches[2], ‘detectblog’ ); if( (($Blog = & $BlogCache->get_by_urlname( $matches[2], false )) !== false) ) { // We…