soderlind.no

I code for fun

10.2.2010
by PerS
1 Comment

Fighting spam

I have reduced the number of  splog attacks on my site

I use the Akismet and WP-DenyHost anti-spam plugins for WordPress. Akismet is a must-have and has, since I installed it, caught 304,056 spams (!!).  When Akismet catch a spammer, it logs the spammers IP address. WP-DenyHost, written by me, prevents spammers from getting access to my site a second time by blocking access from this IP address.

I installed WP-DenyHost in the fall 2009 and, as you can see from the graph above, the number of spam has dropped dramatically.

.

2.2.2010
by PerS
1 Comment

Mobile blogging

Please enable Javascript and Flash to view this VideoPress video.

Earlier WordPress.org has release their WordPress for iPhone and WordPress for Blackberry, today they released WordPress for Android

You’ll find WordPress for Android in the Android Market. If you are visiting my site from an Android device, you can download it here

15.1.2010
by PerS
0 comments

jQuery 1.4 Released

*DRUM ROLL*  jQuery 1.4 is released !!!

It has a lot of new features and enhancements like the examples below:

jQuery("<div>", {
    "class": "test",
    text: "Click me!",
    click: function(){
        $(this).toggleClass("test");
    }
}).appendTo("body");

jQuery("<input>", {
    type: "text",
    val: "Test",
    focusin: function() {
        $(this).addClass("active");
    },
    focusout: function() {
        $(this).removeClass("active");
    }
}).appendTo("form");

18.12.2009
by PerS
1 Comment

Bergensbanen, a 7 hours train ride in HD released under Creative Commons

UPDATE: The 1080i 50P ProRes file is available as a torrent (NOTE, it’s a 246GB file !)

Friday November 27th over 1,4 million Norwegians watched parts of “Bergensbanen” on NRK2. The longest documentary ever? At least the longest we have made, almost 7 1/2 hours, showing every minute of the scenic train ride between Bergen on the Norwegian west coast, crossing the mountains to the capital of Oslo.
.. source: http://nrkbeta.no/2009/12/18/bergensbanen-eng/

To wet your appetite, here’s a 10 minute video, from Finse:

YouTube Preview Image

Facts:

  • 7 hours continues front view recording.
  • Recorded on a Sony 700 camera in XDCAM HD 1080 50i.
  • Available as 720 50P, 1280×720 version, 22 GB file, and as a 1080i 50P ProRes file (NOTE, it’s a 246GB file !)
  • Released under Creative Commons

Trivia:

For more information, and the download, head over to http://nrkbeta.no/2009/12/18/bergensbanen-eng/

18.11.2009
by PerS
5 Comments

delicious tagroll for WordPress

October 25th 2011: Delicious has removed their javascript feed, and the plugin doesn’t work any more. I writing a new version, and will release it soon. The new version is available at WordPress.org

December 19th 2010: Rumor says that Delicious is shutting down, this is NOT true.

The Delicious tagroll for WordPress plugin adds a new shortcode to WordPress, the the shortcode shortcode. The shortcode creates a tag cloud or a list of tags (see parameters below).

13.11.2009
by PerS
0 comments

Free SharePoint

NetConnect recently launched the Team Portal Free Version:

The dashboard

Now you can make use of SharePoint to share information, documents and tasks with others – free of charge. Invite as many members as you like to your Team Portal site.

Key features

  • Hosted SharePoint
  • User friendly dashboard for managing sites, people and resources
  • Create tasks and assign them to other members – track the progress
  • Online document and file sharing with document check-in and check-out for efficient document collaboration
  • Discussion forum
  • Shared team calendar
  • No software installation
  • Limited to 50 MB storage and one SharePoint site per account. Upgrade possible for more storage and more sites

Continue Reading

Rodney's 404 Handler Plugin plugged in.