RawDev.net - Developing Developement Developing Developers
Home - Mail - About

CeBIT 2010, Wordpress 3.0

Sunday, March 7th, 2010 by Hekos

Yes, CeBIT 2010 is a event to remember with showcases of so many things coming up this year. I talked to a wordpress-deutschland.org representer (sorry didn’t catch your name) about the upcoming WordPress 3.0 and its multi-site feature.

And I got me one of the limited edition WordPress DE bags along with a nice sticker :D , thank you ^^

Maybe a full review of the happenings in Hanover later, as 2300km of bus travel do take the life out of a man.

Tags: ,
Posted in Wordpress - 2 Comments

Wordpress Redirect Registration Page

Saturday, February 20th, 2010 by Hekos

In one particural case, you don’t want to disable WP registration but just redirect the page so some other script takes care of it. That happened to me while working on a WordPress and bbPress website. The solution is quite simple:

add_action(‘login_form_register’, ‘redirectregister’);
function redirectregister(){wp_redirect(get_option(’siteurl’) . ‘/bb/register.php’);}

add this where wordpress will find it, in your functions file or just any plugin.

Posted in Hacking, Uncategorized, Wordpress - No Comments

ScreenSave not quite dead.

Tuesday, December 15th, 2009 by Hekos

Yes, it has been a while since I updated this plugin, but the questions keep coming in — I also noticed a post by a French archive site, thanks for doing a review ;D

http://lesh.fr.nf/joomla15_test/index.php?option=com_content&view=article&id=671:screensave-020-economiseur-decran-j15&catid=6:divers&Itemid=12

This plugin is not quite what most sites want ( or would need ) but can be useful for the same thing it was made – public pc’s with a full-screen browser.

Plugin avaliable here: http://www.rawdev.net/category/joomla/screensave/

Comments, Ideas ?

Tags: , ,
Posted in Joomla, ScreenSave - No Comments

Small update for JoomKey

Thursday, September 3rd, 2009 by Hekos

Just a small update for joomkey, a language file. As I am not using this module actively I don’t have the time or the will to move it forward more.  But some people are using it.

So todays update is a dutch language file, thanks Chris :)

mod_joomkey.nl-NL

And once again for all the others:

As most who use this module probably do so with a kiosk in mind, I would recommend the Firefox keyboard extension I built.

Posted in Hacking, JoomKey, Joomla - No Comments

Jolicloud private alpha2b

Saturday, July 25th, 2009 by Hekos

Image representing Jolicloud as depicted in Cr...
Image via CrunchBase

Finally got my turn to try out Jolicloud, a “cool new OS for your netbook“. I learned about it several weeks ago and it took quite a while for me to get a invite.

(more…)

Tags: , , ,
Posted in Linux, Web - 2 Comments
« Older Entries