Skip to content
wade.one

wade.one

wade womersley – york based software engineer

  • Home
  • Programming
  • Page 4

Category: Programming

Link Checker – Free Tool Launched on Site

Posted on October 22, 2009 By Wade No Comments on Link Checker – Free Tool Launched on Site
News, Programming, SEO

I’ve just finished writing version one of my link checker tool and have now launched it on my site. The tool will parse a given  URL, extract all links on that page that point to the same domain and follow them, and keep doing that until it’s finished. It will then show you the results … Read More “Link Checker – Free Tool Launched on Site” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

PHPNW 09 – Food and Optimising front end performance

Posted on October 10, 2009 By Wade 2 Comments on PHPNW 09 – Food and Optimising front end performance
Programming

So lunch was ‘so-so’ – the dauphinoise were undercooked,  the duck sauce was too strong and overpowered the duck (probably good as they were rather cheap legs.) “Optimising your front end performance” was a very mixed talk. There were some generalisations that were seriously poor such as “80% of access to sites by end users … Read More “PHPNW 09 – Food and Optimising front end performance” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

PHPNW09 – PHP North-West 09 Conference

Posted on October 10, 2009 By Wade No Comments on PHPNW09 – PHP North-West 09 Conference
Programming

Just started in the 3rd talk today by a guy called Rowan Merewood (twitter link). I had no idea he worked at Plus.net – for those of you who don’t know me, just take a look on Google for wade womersley plus.net. Unfortunately  that means I’m biased to this talk as he’s talking about a … Read More “PHPNW09 – PHP North-West 09 Conference” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Linux RAID, MySQL

Posted on September 10, 2009 By Wade 2 Comments on Linux RAID, MySQL
Programming, Software

Ubuntu…it’s a great Linux OS to use on servers due to its speed and simplicity – personal preference based on no statistics, only personal use. However, one thing Linux drives me mad with is software RAID. It’s taken me the better part of a day to set up a few RAID partitions, two of which … Read More “Linux RAID, MySQL” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

InnoISAM / District 9

Posted on September 7, 2009 By Wade 1 Comment on InnoISAM / District 9
Films, Gym, Programming

InnoISAM is what I need, a happy medium between InnoDB and MyISAM. I need the speed of inserts of InnoDB with the speed of selects of MyISAM – no HEAP will not work because the JOIN that I do results in the HEAP table being converted into MyISAM. You get two tables that deal with … Read More “InnoISAM / District 9” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Hidden things, lack of fries and pointless data

Posted on September 4, 2009 By Wade 1 Comment on Hidden things, lack of fries and pointless data
Programming, Random Stuff

Ah Friday’s, it’s always a good day in the office, everyone (at least in the dev team) know it’s Friday, and most weeks, Dan’s behaviour is a tell tale sign. Friday also means pub lunch day, something to look forward to…usually – however today was a sad day, our usual pub, the Wellington, let us … Read More “Hidden things, lack of fries and pointless data” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Today’s musings

Posted on September 3, 2009 By Wade No Comments on Today’s musings
Ego-centric, Programming

Today’s work was a standard day, well except for the morning, actually no, that was a standard morning too, things didn’t work too well, they needed fixing, during which there were random jokes at Ben’s expense due to his pure love of graphs. With some help from Remo (my team manager) though, we did manage … Read More “Today’s musings” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Another day, another group of PHP “funness”

Posted on September 2, 2009 By Wade No Comments on Another day, another group of PHP “funness”
Programming, Random Stuff

PHP and Serializing…don’t try and store the result in a plain text file, there’s just a chance you may end up storing NUL so when you go to read a line, you’ll end up only reading part of it (the serialized object had a stack trace in it from an exception.) Incidentally, don’t try and … Read More “Another day, another group of PHP “funness”” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

PHP FUNdamentals

Posted on September 1, 2009February 12, 2015 By Wade No Comments on PHP FUNdamentals
PHP FUNdamentals
Programming

The title isn’t really correct as, well, they’re not fundamentals…however they’re not fun so that was my best effort to get sarcasm into the title. I love programming in PHP, and I must admit, I do enjoy finding solutions to problems that most people would probably tear their hair out over; but from time-to-time, PHP … Read More “PHP FUNdamentals” »

Share:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Reddit (Opens in new window) Reddit

Posts pagination

Previous 1 … 3 4
  • AI
  • artificial intelligence
  • Ego-centric
  • Events
  • Films
  • Food
  • Gaming
  • Gym
  • Hardware
  • Holidays
  • News
  • PHP
  • Programming
  • Random Stuff
  • Reviews
  • Science
  • SEO
  • Software
  • Software Engineer
  • Support
  • Uncategorized
  • Work

Copyright © 2025 wade.one.

Theme: Oceanly News Dark by ScriptsTown