JustBlogIt 0.1

November 28, 2004 | In Developer

Now using the JustBlogIt plugin with Firefox 1.0.

Thinking of adding this to the essential list of FF plugins.

Valentina Zelyaeva - Pirelli Calendar Girl, September 2005

November 28, 2004 | In General

Valentina Zelyaeva - Pirelli Calendar Girl, September 2005

Valentina Zelyaeva

More here Style.com.

Sky Movies canned

November 21, 2004 | In General

This evening, I downgraded my Sky TV subscription package and switched to a DVD rental service: ScreenSelect. £14/mo. unlimited rentals, “UK’s widest selection Over 26,500 titles”.
Looks good.

Eclipse: locked workspace

November 16, 2004 | In Developer

Eclipse fails after the “Splash Screen” (and before “Select Workspace”) with a pop-up dialog saying “workspace is locked”.

To fix: kill the Java process(es) in the task manager. Go to run -> cmd (DOS prompt).
Delete the configuration dir and try the workaround using:

-vmargs -Dosgi.locking=none

e.g.

C:eclipse>eclipse.exe -vmargs -Dosgi.locking=none

Avoiding HTTP 400 error, “cgi.force_redirect = 0″

November 15, 2004 | In Developer

cgi.force_redirect = 0

PHP 4.3.9 under IIS threw up a nasty HTTP 400 error. I found the solution(s) here.

IIS CGI configuration:

  • Use C:phpphp-cgi.exe, instead of php5isapi.dll … and Check “Check that file exists”.
  • In php.ini set: cgi.force_redirect = 0 {Otherwise, an HTTP 400 error will result.}

Useful tips.

Next Page »

© 2008 Martin Crockett. Sitemap. RSS Entries and comments feeds. Valid XHTML and CSS. ^Top^