• Home
  • Latest comments
  • Contact
  • Log in

A sneak peek on b2evo v5

September 20th, 2012
spacer

Today I just felt like posting a quick sneak peek on b2evolution version 5.

There are quite a few interesting details in this screenshot. Many new feedback options of course. But you can also see the premisce of a style change for the backoffice as well as a menu structure change...  And last but not least... Forums support! ;)

Posted in State of the Evolution | 1 feedback »

Planning for a new Manual

September 6th, 2012
spacer

The b2evolution User Manual has been following a rocky path all these years.

Our latest attempt was to sort of crowdsource the Manual by using a Wiki platform to run it. This resulted in many tips & tricks pages, a lot of spam pages... and not a lot of core documentation.

Well, we are going to put the manual back in the hands of the developers. And out goes the Wiki, which is really not that convenient to use for editing anyways. This doesn't mean, though, that there is no space for user input. As a matter of fact, the new manual will be based on a b2evolution blog (which gives us 100% control on how we want to deal with spam) and each page will have a comments section.

We plan to run this a little bit like the PHP Manual... which has user comments... but they are heavily moderated and edited for clarity... so that the signal to noise ratio can stay as high as possible. (Unmoderated speach is available in the Forums).

One aspect where the PHP Manual falls a little short still... is the structured chapter navigation. Well it's not as bad as the Wiki which has no chapters and no structure at all, but still, it's a bit difficult to know exactly where you are in the PHP manual... you know approximatelty but you're never sure if you're at the last level or not.

So we are developing a "manual skin" inspired by the PHP manual but with a little bit more visual cues as to were we are.

There are 2 mockups attached to this post. One shows what happens when you are browsing through chapters & sub-chapters. The other shows what happens when you reached a manual page.

If you have thoughts about this, please send us your feedback below so we can adjust our target if need be.

Full story »

Posted in State of the Evolution | 2 feedbacks »

Exciting times...

September 11th, 2011

I feel like life’s been keeping me far too far away from b2evolution for the last 6 or 12 or maybe 18 months!

Actually, I can’t even recall the last time I was as precisely focused on the development of b2evolution as I have been for the last month. (Though, I can recall quite a few depressing “life’s a bitch” situations in the last 18 months… but that’s not the point!)

Looking back, I’m still pretty happy with b2evolution v4 so far. It has once again proven rock solid and dependable, just as I like it. (My ex Boss actually keeps telling me how amazed he is about his b2evolution powered sites still running smoothly after years with no supervision at all.)

As a matter of fact, b2evolution 4 gave me just the industrial strengh reliability I needed during those times where I had other things to deal with than breaking down servers…

Now, I am even more happy with version 4.1 which actually makes using b2evolution quite fun in previously boring situations, like killing spam for example. It’s so easy now ;) Sometimes, I log in and I almost wish there was more spam so I could play shooting it a little more. (Okay, *almost* !)

The next act – b2evolution 4.2 – is going to be even more exciting though. This one will really bring to life the community oriented features we’ve been aiming at!

Well, this may not be for everyone, but if you are running a blog website for a community like maybe a class, a whole school, a church, a user group, a club or maybe even a small town (and we have some of these using b2evolution already) you actually have a community of users comming to your site.

Now picture this: with b2evolution, these users will be able to create accounts for themselves and upload profile pictures very conveniently, without leaving your blog, without needing to understand the backoffice or the file manager for that matter. They’ll very easily update their profile and all their comments will be personalized, thus bringing your blog and your online community to life!

Furthermore, they’ll be able to send private messages to each other, still in a friendly end user interface, integrated with your site design, and still no need to go to the backoffice. Your users will even be able to have group discussions involving multiple members at a time.

And this is only the beginning… Can you think of what’s next?

Though we don’t have a roadmap set in stone, we’ve now arrived at a sweet spot where our patiently built infrastructure allows us to add really exciting user-oriented features on a regular basis…

This, to me, gives a whole new life to the project! ;)

Posted in State of the Evolution | 4 feedbacks »

About b2evo, coupling and reusability

November 8th, 2010

Back in 2006, I wrote this little piece about the internal design of classes in b2evolution & evoCore... This is still pretty much relevant. So here it is again... ;)

There is a whole (almost) product called b2evolution. It's like a car. Let's say a car for driving in the city.

Inside of b2evo, there is a framework called evoCore. It's like an engine. One specific engine design can be used inside of different cars. But not in ANY car. Using a compact car engine in an SUV won't work well. Using a tank engine in an SUV won't for well either. For different reasons. Designing a different engine by extending the design of a previous one MAY work though.

Inside of evoCore there are Classes. It's like screws in an engine. A particular screw can be used for many different things, including different motors and including things that have nothing to do with a motor. Still, there are thousands of different screw designs. They all do the exact same thing. Think about it! They all have the exact same purpose! Yet they do it with a thousand different details that have their importance. And no single screw can do it all!! In the 21st century, no single country, no single company, no single engineer has managed to standardize on ONE SINGLE SCREW DESIGN. (Though IKEA has done an incredible optimization here, I must admit. They did not succeed anyway. And the more they standardize, the more they produce crappy designs. My opinion here ;)

The point is: the highest priority is the coherence of the b2evolution product.

When possible we also try to maintain evoCore as a reusable framework that *may* be apprioriate for resuse in *some* other web applications. But this is *not* the highest priority.

Finally, like the screws, the Classes cannot just be taken out and just reused anywhere else as they are. Trying to do achieve that goal is impossible.

Classes are just blueprints. It is very rare you can reuse them as they are in a different place. They just provide a basis to start with. When you think about it, about any class you ever imported into anything, I bet after sometime you always modified it in some way. We like to call that "improvement". But what it really is is "customization"! We customize the classes for our projects.

And in b2evo, the classes should be customized for b2evo, not for something else.

Posted in State of the Evolution | Send feedback »

Testing b2evolution v4...

July 18th, 2010

The upcoming b2evolution v4 release is intimidating on several counts:

  • It includes more new features than any other single release before...
  • It includes code from more different contributors than ever before...
  • and last but not least... I haven't made a release in 6 months, so I'm pretty scared about screwing something up...

This leads me to runs extra tests even for the alpha version, just to make sure it's working all nice and clean, especially the upgrade process, which is pretty intense this time. I mean that on a code level. It's all automatic, so for the user it should be transparent.

At this point I have tested b2evolution v4.0.0-alpha on the following hosts: InMotion, HostMonster, BlueHost, FastDomain, FatCow, HostGator, HostPapa, LunarPages, ANhosting, HostIcan, JustHost, GreenGeeks and IX. I found a few small issues along the way, got them fixed, and so far it's looking good.

I also upgraded my personal blog, and now this blog right here... it seems to be working fine but I'm tempted to keep it under observation for a couple more days... unless you guys want me to rush it out as fast as I can now?

Update July 18th: The b2evolution.net site now also runs on b2evo v4. We are finding small bugs, nothing major, but we'll try to fix the most itching ones in the next couple of days... and then release.

Posted in State of the Evolution | 1 feedback »

1 2 >>

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.