Liam

2,336
reputation
174 views

Registered User

name Liam
member for 1 year
seen 22 hours ago
website
location Ireland
age 26

It took me half an hour to create my Mii on my Wii.

When I tried to find an online Mii maker to make this image for Gravatar/StackOverflow, I found that the default guy that I started with looked just like me.

Go default guy!

2d
comment Remove Safari/Chrome textinput/textarea glow
Very interesting, this outline CSS rule seems to be very under-used.
Dec
11
awarded  Popular Question
Dec
8
revised HTML Canvas element implemented in Flash?
added 245 characters in body
Dec
8
comment HTML Canvas element implemented in Flash?
ExplorerCanvas uses VML and so it only offers support for IE. Thus there is no support for non-IE browsers made before the canvas element was introduced.
Dec
3
asked Will multiple FileSystemWatchers clash?
Nov
26
comment HTML Canvas element implemented in Flash?
Any older browser that didnt support canvas but does support flash, such as Firefox 2.0 or IE.
Nov
25
comment How to convert an 18 Character String into a Unique ID ?
If digits are allowed, then make that 18^((2*26)+10), worse again.
Nov
25
asked HTML Canvas element implemented in Flash?
Nov
24
comment Browser based 3D games with LWJGL in Java
Last time I looked, the Nehe LWJGL tutorials were for a slightly old version of LWJGL.
Oct
19
awarded  Popular Question
Oct
16
comment How can I read XMP data from a JPG with PHP?
That would explain why there is no XMP specific functions in PHP.
Oct
16
revised How can I read XMP data from a JPG with PHP?
added tags
Oct
16
asked How can I read XMP data from a JPG with PHP?
Oct
9
comment How do you spell check a website?
This tool is really great. I find it useful to run it on a site and paste its output into Excel, and spell check again there, using the 'ignore' button.
Oct
8
comment Blank page in IE6
Yes, any tags about content-type and charsets use only characters from the basic ASCII set, as these have the same byte values in many different encodings. If a title tag appears before the content-type, a browser may fail to read the content-type correctly.
Sep
29
revised GSA Administrative API
added 4 characters in body
Sep
25
comment Newbie question about Java
Also, JavaScript runs in the browser, while Java Scriptlets run on the server (as they are part of Java Server Pages).
Sep
24
comment JavaScript event.keyCode constants
@kangax Thanks, I didn't know how to use typeof.
Sep
24
comment Pirated software at a company?
What if several jobs you get put you in the same situation again?
Sep
23
comment JavaScript event.keyCode constants
@kangax Could you explain further please?
Sep
23
comment JavaScript event.keyCode constants
So are the constants in Firefox's KeyEvent expected to be standard in future?
Sep
23
asked JavaScript event.keyCode constants
Sep
22
comment What single URL should every web developer have bookmarked?
Also available as the HTML Validator extension, to check markup as you browse.
Sep
19
awarded  Yearling
Sep
16
comment Hidden limitations of Google App Engine?
I heard that this is on the way soon!
Sep
15
comment Google Mini only serving linking pages
And do you get zero results if you search the default collection for something general like 'com' or 'aspx'?
Sep
15
comment Google Analytics & iFrame
Are your pages on the same subdomain?
Sep
15
answered Google Mini only serving linking pages
Sep
15
answered Vacuum PostgreSQL DB from PHP
Sep
15
comment Vacuum PostgreSQL DB from PHP
Timeout is not a problem, it is a PHP script that is called by cron and wget and carries out several other maintenance tasks.
Sep
15
comment Vacuum PostgreSQL DB from PHP
Removed 'FULL', you are correct.
Sep
15
revised Vacuum PostgreSQL DB from PHP
removed 'full'
Sep
14
asked Vacuum PostgreSQL DB from PHP
Sep
11
awarded  Tumbleweed
Sep
4
asked GSA Administrative API
Aug
21
comment PHP: List all includes
Excellent, somehow I could not find it in the docs.
Aug
20
asked PHP: List all includes
Aug
13
comment Incorrect FileSystemWatcher behaviour with Samba
Yes, on Windows. The Windows copy command does not have the same effect.
Aug
13
revised Incorrect FileSystemWatcher behaviour with Samba
added 20 characters in body
Aug
13
asked Incorrect FileSystemWatcher behaviour with Samba
Aug
11
revised How to escape php exec() command with quotes
confirmed working solution
Aug
11
answered How to escape php exec() command with quotes
Aug
11
comment How to escape php exec() command with quotes
Oh I tried this and it did not preserve double quotes entered by the user. Kudos for the single quotes though, far more common in my input!
Aug
11
comment How to escape php exec() command with quotes
Thanks, this was really helpful in understanding the problem. It looks like exiv2 got its non-standard shell arguments by allowing exiv2 commands (designed to be written in a file) to also be written as shell arguments as a shortcut.
Aug
10
asked How to escape php exec() command with quotes
Aug
10
comment PHP @exec is failing silently
More info: stackoverflow.com/questions/982904/…
Aug
10
comment PHP @exec is failing silently
I think so too, yet I am not certain. Those docs need work.
Aug
4
comment PHP warning: headers already sent in Unknown
I have the exact same warning, and also tracked it down to ob_gzhandler. My pages still seem to be working ok. Is it safe to ignore this warning (in this case)?
Jul
31
comment Standalone SVN client for Mac OS X
Yes, it must be graphical
Jul
31
asked Standalone SVN client for Mac OS X