Paul D. Waite

1,239
reputation
125 views

Registered User

name Paul D. Waite
member for 1 year
seen 7 hours ago
website
location GB
age 28
Self-employed web developer (and aspiring programmer) from Croydon.
Dec
4
awarded  Popular Question
Dec
3
accepted Memcache maximum key expiration time
Dec
1
answered Memcache maximum key expiration time
Nov
27
answered Regular expression to extract URL from an HTML link
Nov
20
awarded  Popular Question
Nov
12
revised How do I apply a stylesheet just to the iPhone (and not IE), without browser sniffing?
Shamlessly editing the wording to try to get more views. Stopped short of putting references to weight-loss or Miley Cyrus in there.
Nov
12
awarded  Popular Question
Oct
19
revised How do I unload (reload) a Python module?
Actually made the code correct, jeez.
Oct
10
answered How do I unload (reload) a Python module?
Sep
30
comment How do I find out my python path using python?
Bravo. Iteration: it works.
Sep
30
comment How do I find out my python path using python?
Ah, excellent. Thanks guys, I suspected I was doing something wrong. I’ve deleted my wrong answer; Mark, if you could edit your answer to include the os.sep bit, the points will rightfully be yours.
Sep
30
awarded  Disciplined
Sep
30
asked How do I convert a .vhd disk image to work with VMWare?
Sep
28
asked How do I find out my python path using python?
Sep
17
comment As a programmer without formal CS training or a CS degree, what am I missing?
Code complete, oh yes.
Sep
12
awarded  Yearling
Sep
3
answered Multiple versions of Safari on Windows XP?
Aug
27
asked What does @cc_on mean in JavaScript?
Aug
26
comment How do I merge two arrays in JavaScript?
Oh yeah! Sweet, thanks.
Aug
26
asked How do I merge two arrays in JavaScript?
Aug
20
answered Handling key-press events (F1-F12) using JavaScript and jQuery, cross-browser
Aug
19
comment What is better: CSS hacks or browser detection?
“all of the sites I develop, need to work completely in all browsers” — nonsense. You don’t test in IE 2 or Netscape 4, because making the site work in them the same way it works in newer browsers would be very time-consuming, and not enough people use them to make it worth the extra effort. At some point, this will be true for IE 6 too.
Aug
19
answered What is better: CSS hacks or browser detection?
Aug
19
revised Handling key-press events (F1-F12) using JavaScript and jQuery, cross-browser
edited tags
Aug
11
asked Is there a commonly-used filename extension for unified diff format?
Jul
30
awarded  Necromancer
Jul
24
comment Learning Javascript vs. jQuery
You might also want to consider moving jobs if you're stuck with the sort of boss who'll tell you to learn things without actually knowing what they are :( Best of luck.
Jul
24
comment IE is losing ClearType
This has worked for me the couple of times I've come across the issue. I think you need to set the background colour on the element that's being faded in or out.
Jul
22
comment [SOLVED] Is it possible to render web content over a clear background using WebKit?
Nice work. I'm not sure CSS3 is necessary for the transparent background; I would have though the old CSS1 BODY{ background-color: transparent; } would work. Haven't tried it though.
Jun
23
revised Jagged Button edges in Internet Explorer
Reformatted for readability
Jun
15
accepted What’s the correct scope value to use for an HTML th table cell than spans several columns?