Matt Goddard

765
reputation
114 views

Registered User

name Matt Goddard
member for 1 year
seen Dec 5 at 10:12
website
location GB
age 30
I am software developer and user advocate with over 10 years experience working in the software development industry. I live in the New Forest near Southampton in the United Kingdom. I also run my own software development and user experience agency.
Oct
7
awarded  Notable Question
Sep
9
awarded  Yearling
Sep
3
awarded  Popular Question
Aug
17
revised Assign jQuery.get() to a variable?
modified source code
Aug
7
answered Assign jQuery.get() to a variable?
Aug
7
comment substring on a non-object in jQuery.
For clarity: A string is an object in JavaScript. For efficiency sake it's better to use substring() as this modifies the string you're acting upon. Where as substr() returns a modified string which you'd have to reassign.
Jul
10
revised Javascript framework
added 400 characters in body
Jul
10
comment Javascript framework
I wonder if the traction of the appeal of the BBC website(s) will push the design community into using Glow? Worth a look though especially if it activly supports older browsers.
Jul
10
accepted Javascript framework
Jul
10
awarded  Citizen Patrol
Jul
10
comment Javascript framework
I'm out of date BBC Glow (bbc.co.uk/glow) HOW COOL
Jul
10
awarded  Commentator
Jul
10
comment Javascript framework
Have the BBC published Glow? (I understood from diffrent BBC blogs that they wouldn't because they had no way of supporting the community.
Jul
10
answered Javascript framework
Jul
4
accepted Javascript framework that primarily provides just document/onready functionality
Jul
2
answered Javascript framework that primarily provides just document/onready functionality
Jul
1
comment Detecting the exact moment an element appears in the DOM
in terms of a coding strategy this seems to be the only way. Initially i discounted it because didn't want a script tag in the body of my code.
Jul
1
comment Detecting the exact moment an element appears in the DOM
I like this answer - should have though about <noscript>. In the back of my mind i've got a query about this being depreciated.. but i could be wrong.
Jul
1
revised Detecting the exact moment an element appears in the DOM
added 89 characters in body
Jul
1
asked Detecting the exact moment an element appears in the DOM