Firstly, does anyone know if there is a way (or a program) to alter the mapping of keys on a Mac? I keep hitting ” for @ and vice versa and it’s incredibly frustrating when I’m coding all day and keep surrounding attributes with superfluous @. Update: Instead of re-mapping the keys myself I managed… read full entry »
I think I did well today. Excusing the fact that when my boss asked me to e-mail my colleagues I ended up typing in my personal e-mail address (force of habit) instead of my work address. Then, when I went to upgrade a client’s forum because it was about 10 versions out of date, Transmit… read full entry »
Defensive Design for the Web: How to Improve Error Messages, Help, Forms, and Other Online Crisis Points, by 37signals, Matthew Linderman and Jason Fried, really should be called “Examples of Bad Error Messages, Forms, etc” because although there were lots of pretty screenshots in the book, there wasn’t much in the way of real solutions… read full entry »
I am not usually one for doing those silly memes that you frequently see scattered across the likes of LiveJournal, but I couldn’t resist taking “The Quick & Painless ENNEAGRAM Test” after seeing others’ results. It was scarily accurate. These are my results: “You chose AY – your Enneagram type is EIGHT. ” How to… read full entry »
I’m stuck. I need help to decide which of my two ‘new’ layouts I should work on further and which I should just chuck. Edit (19:49): Thank you for your help so far. An overwhelming majority picked number two (over number one) and I’ve used the comments and suggestions to come up with this: I… read full entry »
I have made some changes to the file that controls comment processing over the past two days — this should allow me to be a bit less strict with the ‘bad word’ list which means no more errors for you genuine commenters. Hopefully. Please let me know if you have any issues adding a comment…. read full entry »
I recently took a look at faqtastic, by Cine of INEXISTENT scripts, to try and figure out why a friend was repeatedly being hacked. Much to my disappointment I found several holes in the script most commonly caused by a lack of validation. It’s also jam-packed with errors (only noticeable when error_reporting() is whacked up… read full entry »
Take a quick look at a handful of teen tutorial websites and you will notice a recurring trend: code is distributed through a multitude of <textarea>s. While these are often coloured, in an attempt at creating some sort of consistent colour scheme, it is rare that the site owner has made an effort to resize… read full entry »
I was directed to pootato.org’s Dynamic Inclusion tutorial yesterday by somebody who has been using it, and as a result have been “hacked” — index page defaced as well as a fake banking website/etc put on her web space. This girl could potentially land in serious trouble, depending on how forgiving her hosts are, because… read full entry »
With the current surge in “hackings” (or rather: script kiddies exploiting known holes to deface websites that don’t support their view on the war) I’ve been going through a lot of scripts to find common and easy to fix vulnerabilities. With my fingers crossed, and perhaps a naive hope that people don’t release scripts with… read full entry »