Archive for the ‘Internet’ Category

Windows Live Writer

Monday, August 14th, 2006

Due to holidays and now illness (flu!), I’ve been away from the online world for a couple of weeks.. however few posts on my Google Reader subscription list were regarding this new Windows Live Writer.. so I decided to post this from it!

It’s good, I got it setup in less than a minute, detected my Wordpress and can download existing posts and hopefully post new stuff (this :))

The interface is clean and it even downloads your current theme to preview your posts as they would appear on your weblog.. nice

I’ll post a more detailed review after I’ve had more chance to use it, right now however I’m a bit under the weather so will retire now back to bed!

New Netscape Exploited

Wednesday, July 26th, 2006

It seems the new netscape digg clone has a few unfortunate bugs!

Netscape exploit screenshot thumb

Netscape exploit message

Whoever did it only used alert to put up a couple of messageboxes, I think a digg.com redirect would’ve been better for comedy value :)

StumbleUpon, Analytics, Mint & Adsense!

Thursday, July 13th, 2006

People who read this blog (yes, that’s you two over there!) might know that I’m currently working on a health/fitness/bodybuilding website in my spare time

We’ve created a pretty useful exercise encyclopedia full of instructional exercise videos

The only problem is getting it noticed! I don’t really want to pay for a link from a high traffic/high PR website.. I want the SEO to be natural, i.e. site geared for optimal user experience = natural SEO

I stumbled upon an interesting site that helps you to discover great websites on the web that others have visited and rated highly. Yesterday I placed a comment on Coopers Guns via StumbleUpon and since then there’s been a steady stream of traffic from StumbleUpon.. the techy nature of the users of StumbleUpon means little to no ad revenue but I’m more interested in mere eyeballs at the moment

Here’s some Analytics graphs to illustrate the above:

Visitors and Page Views

Visits By Source

Geo Map Overlay

New vs Returning Visitors

I’ve also purchased a licence for Shaun Inman’s Mint.. I like analytics but Mint gives me a clearer and more concise picture of 0-second statistics

Most visitors to the site use Firefox:

Browser Family

And not many use a resolution below 1024×768 (thankfully!)

Screen Resolution

I was a bit worried that Adsense wasn’t counting impressions properly as the “page view” count difference between Analytics and Adsense was off by quite a margin. I realised though that quite a lot of savvy/techy web surfers actually use stuff like adblock, etc… that explains the difference!

Spam email subjects list

Friday, July 7th, 2006

The spam quarantine directory on my mail server just reached around ~200MB and ~22k emails so I decided it was time for a cleanout.. before that though I compiled a list of the subjects from all the emails for your viewing pleasure!

spam subjects list

spam subjects top 100

Google Reader Update

Wednesday, June 28th, 2006

I don’t know how long this update has been out but Google have finally added a fast way to limit your reading list to a certain subscribed feed or label set.. about time too! :)

Google Reader Update Screenshot

Unobtrusive onkeypress with behaviour.js

Wednesday, June 21st, 2006

The following seems to work quite well for some AJAXified forms I have (a behaviour.js rule):

'#form_field_id' : function(element){
	element.onkeypress = function(e){
		e = (e)?e:window.event;
		var kc = e.keyCode ? e.keyCode : e.charCode;
		if(kc == 13) {
			do_something();
			return false;
		}
	}
}

WordPress 2.0.3 bugs & fix

Wednesday, June 7th, 2006

I’ve updated most of my WordPress installs to 2.0.3 and there’s a few dodgy bugs which are quite annoying - confimation when editing stuff that shouldn’t be there and also extra backslashes being inserted when editing things

Fortunately Mark Jaquith has produced a plugin which fixes these bugs

Google Spreadsheets

Tuesday, June 6th, 2006

Just seen this on DiggGoogle Spreadsheets

Google Spreadsheets

Looks very interesting!

Medion MD40734 XP SP2 SIS AGP fix

Thursday, December 22nd, 2005

If you’ve got a Medion MD40734 laptop and are having trouble getting Windows XP SP2 to function (garbled/frozen screen on bootup, even safemode won’t work) then this is for you..

You can get Windows working if you boot with your XP CD and go to the recovery console.. then type:

disable uagp35
exit

Now windows will boot but your display will be extremely slugish

That should sort it out for you

digg q update!

Tuesday, December 20th, 2005

The digg auto refreshing AJAXy queue/spy have been updated, they are now much more functional and aesthetically pleasing :)

digg queue update