Author Archives: Jesper

WordPress latest user login hack

I needed a way to log the date and time the last time a user logged in I looked around for a plugin to do this for me, but found none, so I decided to try and write a function … Continue reading

Popularity: 6% [?]

1 comment

Running a cronjob with Godaddy shared hosting

It’s not rocket science, but it took me a while to figure out how to run a cron job on a PHP script with Godaddy shared hosting. Without further ado, here it is: /web/cgi-bin/php “$HOME/html/yourpath/yourpath/yourscript.php” Hope it helps someone. Popularity: … Continue reading

Popularity: 4% [?]

Comments Off

Web development success and failure

About a year ago I started with the idea that I should build and host a blog community with dozens of bloggers writing every day, slowly building an blogging empire. I hardly knew what a blog is (yes it’s true) … Continue reading

Popularity: 3% [?]

Comments Off

Firefox add-on: GraphSense for AdSense

Every now and then comes along a tool that is just so awsome you have to tell about it. Todat I stumbled over a Firefox add-on called GraphSense. This tool allows you to create graphs on-the-fly directly in your browser … Continue reading

Popularity: 3% [?]

Comments Off

Really simple rounded corners with CSS

I’ve been looking for a long time for a solution to produce the oh so popular rounded corners on my DIV elements and finally I found what I was looking for over at A list apart where Dan Cederholm describes his take … Continue reading

Popularity: 3% [?]

Comments Off