Category: "b2evolution"

Web application caching

Blogs, as most current web applications, need to address the server-side caching issue in order to reduce webserver load.

It looks like most people are quite happy with caching static versions of their pages for some defined amount of time. This method has often been called something like "half-baked/half-fried" in reference to the long running baked (static) versus fried (dynamic) discussion.

I'd actually call it "baked on demand"... but regardless of what name we use, I would not be satisfied with this.

I have actually done some experiments caching my blog homepages which is enough to significantly reduce load, but this really makes them too static for me. I do want to log some stuff in realtime, I do want new user comments to show up instantly, and most of all: I do want the page to be customized for each user: display new posts since last visit, display his personal choice of categories, etc... Caching a whole page for every possible combination seems plain stupid. (And it is! :>> )

Actually, the only smart caching mechanism one can be satisfied with in high-end web-applications is block-caching. As a matter of fact, a web page can actually almost always be considered as an assembly of different blocks. Some are static, some are dynamically updated several times a day, some are related to the user himself and some are so dynamic they change everytime the page is displayed, no matter what! By caching each of these blocks individually when it makes sense and rebuilding only those necessary at a given time, you can then reconstruct your whole page dynamically significantly faster than if you had to reconstruct all blocks from scratch every time.

And there you have it: performance and functionality. Yeah, Okay, I know... it's also much more complex to implement than any other caching mechanism... ;D

b2evolution official website

Thanks to Brian LARTER from memenet [dead site] offering hosting to the b2evolution project, we now have an official b2evolution.net website with a lot of horsepower under the hood! :D

First two concrete applications already available are:

  1. An online running demo of b2evolution where everyone can try it out.
  2. Full featured support forums like the good old original b2 ;)

b2evolution 0.8.0 NOW AVAILABLE!

b2evolution 0.8.0 NOW AVAILABLE!

By popular demand, b2evolution 0.8.0 is now publicly available!

You can get it here!

If I told you it's so good you'll never need to download anything else, you wouldn't believe me... and you're right: you'll want next version too! :)) Nevertheless, you may want to check out what others have to say about it! ;D

Introducing evoSkins

b2evolution 0.8 will come with blog skins (evoSkins).

What are blog skins?

Well basically if you've used any skin-enabled software (like WinAMP) you probably have an idea. ;)

Bloggers using b2evo will be able to select a complete look & feel for their blog by just clicking on the "skin" they like the most.

b2evo will come with a few selected blog skins from cool people who already allowed their design to be included in the release package. B) Hopefully, new skins will be made available in the community so bloggers not knowing or willing to design their own will have a great choice available... :D

The other benefit of evoSkins is that your readers can also choose, from a selection of skins you provide, which one they like the most! :D

(Of course, this is optional... in case you don't like the idea! ;) )

What about my current blog template? :?:

If you already have a b2 blog template and just want to upgrade, you can just reuse it without worrying about skins.

Alternatively, you can turn your existing template into an evoSkin (instructions provided) and take full advantage of the evoSkins skinning system.

What's the difference between evoSkins and a CSS style switcher? :?:

Good question! Why do we need evoSkins when we already have CSS? :)

As a matter of fact, a blog skin can be as simple as a custom CSS design. But evoSkins can also provide more variations than what you can do with CSS. Here are a few examples:

  • Some evoSkins may have popups for comments while others display them inline
  • Some evoSkins may have a very light HTML footprint for use on Palm and mobile devices and others may have a full-featured output
  • Somes evoSkins may use plain standard HTML/XHTML, others XML, others WML, others cHTML, and others even FLASH! (=> BTW, if you are a Flash designer and want to work on accessibility compliant Flash Blogging, please contact me! :) )

I'll put up a demo as soon as I have a minute. I'm a little overloaded by the upcomming week-end right now... :roll:

Announcing b2evolution 0.8.0 !

Tonight I upgraded this site to 0.8.0.

is was relatively easy since this site was already running b2evo 0.7.4, but still... everything went smoothly, which is cool! We're one step closer to release! B)

In the next few days I'll be upgrading a couple of other blogs running the original b2 0.6.1. I'll also be activating a few of the new features here! ;) If this, as well as beta testing goes well, we should have a public release in a week or so.

Get ready for the beast! :D

PS: if you want to participate in the upcoming beta test, please join the group [gone]!