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

Archive for the Category "Hacking"

« Older Entries

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

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

About IE8 Marketing

Friday, June 19th, 2009 by Hekos

Microsoft once again on the trail of mischief, as the old “get the facts” got hold of Internet Explorer 8.

http://www.microsoft.com/windows/internet-explorer/get-the-facts/browser-comparison.aspx

If you looked at that and got a head-spin, you are not the only one. First let me note the language the so called “facts” are presented in. One would expect more from the “worlds biggest software company”.  http://kilianvalkhof.com/ie8fun/ makes more sense.

Now lets talk about the lenghts MS is going to promote IE8

$1.15 per download to Feeding America® up to a maximum of $1,000,000

They only want to get 860k downloads ?  Firefox 3 got 8mill in 24hours http://www.spreadfirefox.com/en-US/worldrecord/ and Safary got 11 mill in 3 days http://www.apple.com/pr/library/2009/06/12safari.html.

IE8 Competition

http://www.microsoft.com/australia/ie8/competition/default.aspx

* Hekos expects a banner with ” you just won 10,000$ ”
<Hekos> blinking and all
<Hekos> you can only see it in IE8 cause FX has a working ad/popup blocker
<Hekos> and you cant see it in <ie8 cause it crashes your system
That’s for making me stay up late to debug IE again, M$.

Hey MS what do you think about people just not caring about you ? Fact is, if they KNOW about other browsers, they are using them. If they are using them, they know you are full of sh1t. No add is going to help you. If you want people to upgrade, why not force the upgrade on them with a Update like you always do ?

Related Links:

http://www.geektechnica.com/2009/06/busting-ie8s-mythbusting/

http://www.webmonkey.com/blog/Taking_Microsoft_to_Task_Over_IE8__Myths_

Posted in Firefox, Web - No Comments
« Older Entries