Archive for October, 2009

Eccstender.org – Take Control of your CSS

Eccstender.org – Take Control of your CSS

I wrote a post about bad CSS support last month, presenting some workarounds for older browsers.

This time it’s another way of doing it that I will present to you.

Aaron Gustafson Author in A list Apart and many other blogs and webzines.

Created a sort of “browser plugin”. presented in the form of a Javascript script.

It will parse the CSS in your page. and apply the styles that are not supported by your browser.

Even better. you can create your own extension. This means you can create your CSS rules as you want.

No more problems with browsers, and we hope the community will quickly create some new extensions to CSS.

First, to support CSS3 and then to support some new ideas.

My Contribution will be a new WordPress plugin. As you understood, I love WordPress for it’s plugin abilities. And I’ll create many new plugins these next months.

To obtain more informations, you may visit the official website :  www.ecsstender.org

October 26, 2009 0 comments Read More
WordPress Single Sign On with PHPBB

WordPress Single Sign On with PHPBB

Long time ago, I tested a plugin which made possible the connection between PHPBB and WordPress.

This worked very well and I was happy with this solution.

But one day, the version 2.8 of wordpress showed up. and the plugin didn’t work anymore.

I don’t remeber when it was, something like february.

But these days I was angry. The team of the original plugin didn’t release a new version of the plugin that was working with wordpress 2.8.

So, I was determinated to create thsi plugin by myself. I read many documentations in the WordPress Codex. Many Tutorials and other websites.

In 20 days, I got it working again. but for my own use, and I made many ugly modifications to the source of phpBB.

I didn’t know that there was no official plugin anymore. When I saw it last week. I knew that I could make the new plugin.

And now it’s done. The plugin is in the official WordPress repository here : http://wordpress.org/extend/plugins/phpbb-single-sign-on/

Or you can search for “phpbb single sign on” in the admin area of your WordPress blog to add it.

Don’t forget to run the installer and to set the path to phpbb.

The phpbb folder has to be within the wordpress folder, preferably in “forum/”.

You need to add the slash at the end of the path.

For support, you can send me a mail with the contact form or just post a comment.

A support forum will be created soon (with this new plugin ;-))

P.S. the contact form had some problems lately. they’re corrected now, I ask to the person who sent me a message to send it again. or I won’t be able to answer them.

October 13, 2009 16 comments Read More