July 19th, 2009 by Tim
2 comments »
This is a software update loop that has been annoying me for a while now when Thunderbird tries to update itself on Windows. Well, before you go removing any files or removing Thunderbird and starting from scratch, try this somewhat abstract method. I’ll bet more times than not it works:
- Ctr+Alt+Delete and open your Process manager.
- End the process “Quickcam.exe”.
- Restart Thunderbird, install the update and sleep peacefully.
July 11th, 2009 by Tim
No comments »
We’ve launched another client project over at Zumo Internet and this one is pretty exciting. We worked with 2 other media companies to provide a new survey application for the Orange UK’s business site.
For our part we used jQuery, PHP and MySQL to write a custom built petition that triggers every nth visitor.
It’s a tiny part of a huge site, but nevertheless we are pretty chuffed to have been involved.
April 8th, 2009 by Tim
1 comment »
The latest project of my fledgling web design company in Spain, Zumo Internet has left the shelves. Sports Recruitment International is a re-tool of an already successful web site for a major recruiter of professionals in the sports and leisure industry.
We built the site in co-operation with T-MAX media from Oxford. Our input was cutting the new designs into valid XHTML and CSS, building some custom jQuery functionality and programming new features into their content management system. The result is a high-impact site for a major corporate client – and all just as Zumo Internet turns 1.
February 26th, 2009 by Tim
No comments »
The most recent project from my web design company in Spain, Zumo Internet has been launched. IPS UK Ltd supply commercial roofing products. They supply and arrange contracting for some of the largest roofing projects in the UK as can be seen from their case studies of installed roofing systems.
» Read more: New Launch Commercial Roofing and Single Ply Membrane products.
February 22nd, 2009 by Tim
3 comments »
Recently I noticed that whilst my new project the Vietnam War Timeline was organically racing up the search engines, through virtue of being in a niche and growing daily in content, the bounce rate was exceptionally high. A lot of traffic was coming in but not venturing beyond the entry page.
After a very quick investigation it became apparent why this was: all links off the timeline fire a new Thickbox window with the relevant content. It’s a nice way to keep people within the timeline when they need to look at more content. Moreover, it’s unobtrusive, meaning the links can just be followed as normal by non-javascript enabled browsers. » Read more: Thickbox, accessibility and search engine optimisation.
February 20th, 2009 by Tim
8 comments »
Firstly thanks Microsoft for another of those beautifully crafted error messages.
I got one of these nice 0×80040600 Send and receive failed on all of my Outlook email accounts and after an hour of Googling and fidgeting with my laptop I managed to get to the bottom of it and find the fix. So here it is. » Read more: 0×80040600 (how to fix a corrupt Outlook pst data file)
February 12th, 2009 by Tim
No comments »
It’s been a long time coming, but at last my company website for my services of web design in Spain has been launched.
The site promotes my services of web design in Spain (that is the most gratuitous bit of SEO I have ever undertaken in a post) and has been dangling around for 9 months as just a holding page. I decided to employ HTML 5 to develop the site just out of plain curiosity to learn. Although the elements in there make use of existing HTML elements rather than pushing the envelope too much.
It’s been a nail-biting, but exciting year for my fledgling business and slowly but surely enough clients have rolled in to give me a solid base to expand upon. I have more plans for the coming year, but nothing was ever going take precedence over the web site. It’s straight to the point at the moment but I intend to build upon it in the coming year to match the progress of the business. But for now, just enjoy it.
February 6th, 2009 by Tim
2 comments »
Bypassing PHP to manipulate dates.
I despise working with dates in PHP. So much so that I now manipulate my dates using MySQL so I have everything I want in a php variable delivered by one SQL statement. Adding, subtracting, calculating differences and performing other date manipulations can be a pain in PHP. If you have a database connection running in your application it can be much quicker and easier to read if you work with dates in your SQL. The key to this is that you don’t need to work with tables and records in a database to use SQL. Many of the examples below don’t make queries against any record sets and yet they return valid results. » Read more: Tips for Manipulating dates in MySQL.
January 16th, 2009 by Tim
No comments »
This is the shortest article I have ever written on the subject of accessibility. For me it’s a comforting thought that it really is this simple to make a web 2.0 app accessible.
- Make a web site that works without JavaScript and follows the Web Content Accessibility Guidelines.
- Grab a library such as jQuery that allows you to inject your bells and whistles with an onload / document ready method and keep your JavaScript out of the body of your HTML.
More accessibilty techiques can be found at the recently re-launched Made For All.
January 7th, 2009 by Tim
No comments »
The remainder of the archived articles from the original made for all are online:
What strikes me when reading through these 5 year old articles is how relevant they all still are, more so with the growth in mobile browsing devices. With content from Ian Lloyd, Anitra Pavka , Joe Clark, Gez Lemon and of course the author of this blog these articles are a little piece of the web that begged to be saved.