Gavin Gilmour

803
Reputation
84 views

Registered User

Name Gavin Gilmour
Member for 5 months
Seen 1 hour ago
Website
Location Scotland
Age 24
Programmer.
Oct
22
awarded  Guru
Oct
18
comment Status bar on bottom of window that looks like interface builder
Good grief cheers for that.
Oct
16
comment can somebody explain me the python yield statement?
Cracking answer. Cheers.
Oct
15
revised The “abc” parameter is missing a value
edited tags
Oct
12
comment PHP Sessions/cookies not storing correctly when using IE6/IE7
Not any help, but I've posted about something similar here: stackoverflow.com/questions/1464477/… with no solution either. Drives me crazy.
Oct
3
accepted After using JQuery “.css” method, how do you change it back to normal?
Oct
3
answered After using JQuery “.css” method, how do you change it back to normal?
Sep
23
comment Session unexpectedly lost?
Hmmm, I'm pretty sure the session is being started everywhere and this is an internal intranet based application so cookies should definitely be enabled everywhere. It's particularly frustrating because it appears to be working fine now, very intermittent :(
Sep
23
asked Session unexpectedly lost?
Sep
19
accepted Why does this javascript/jQuery JSON parsing code not work?
Sep
19
comment How do you add NERDTree to your vimrc?
Thought I'd add that there is a :NERDTreeToggle built in mapping you can map to which makes your custom function rather redundant.
Sep
18
answered Remove colon using VI
Sep
18
revised Why does this javascript/jQuery JSON parsing code not work?
Implicit comparison
Sep
18
answered Why does this javascript/jQuery JSON parsing code not work?
Sep
5
comment how to disable all listbox in a form
you're right of course, though I'd probably prefer Marius's answer entirely. damn frameworks turning the brain to mush!
Sep
5
revised how to disable all listbox in a form
uppercase select
Sep
5
revised how to disable all listbox in a form
third time lucky, only select elements
Sep
5
answered how to disable all listbox in a form
Aug
30
awarded  Organizer
Aug
30
revised Add a row on top of table generated by javascript
edited tags
Aug
30
awarded  
Aug
28
answered Useful JavaScript libraries? including JQuery and beyond…
Aug
26
accepted VIM search for pattern into quickfix
Aug
25
accepted How do pass in a limit to a query run inside a mysql 5 stored procedure?
Aug
25
answered VIM search for pattern into quickfix
Aug
25
answered Code isn’t compatible with IE?
Aug
25
answered How do pass in a limit to a query run inside a mysql 5 stored procedure?
Aug
25
comment Select only some columns from a table on a LEFT JOIN
Probably worth adding that it's a good idea to prefix them with the table they're from e.g. table1.column1, table2.column2 etc so stop ambiguity errors and just for general readability.
Aug
24
comment List of Profanities for Censorship Filter
"profanity list" :>
Aug
24
accepted List of Profanities for Censorship Filter
Aug
24
answered List of Profanities for Censorship Filter
Aug
24
comment Have nautilus open file into new gvim buffer?
I'm on a mac so I'm not 100%, but you could try this :- howtogeek.com/howto/ubuntu/… and use this script instead:- pastebin.com/m7abf308e It might do the trick.
Aug
24
awarded  Enlightened
Aug
24
awarded  Nice Answer
Aug
24
revised why this code is not working ?
html rather than val
Aug
24
accepted why this code is not working ?
Aug
24
answered why this code is not working ?
Aug
24
answered Have nautilus open file into new gvim buffer?
Aug
23
answered PHP Web-App Design
Aug
23
comment Keyboard for programmers
I agree with the positive sentiment here, this keyboard is pretty great. Though, I much prefer the wireless version since it does away with all the NUM PAD junk and is utterly tiny.
Aug
23
awarded  Commentator
Aug
23
comment How do search for complete words in vim?
No. You need to go into search mode first and then type the pattern. So try hitting the keys exactly:- /\<string\>
Aug
23
comment How do search for complete words in vim?
Doing that assumes the words don't have punctuation attached. It also won't match words that might be at the end of a line.
Aug
23
revised Change wrap width in a text file using Vim
added 106 characters in body; deleted 5 characters in body
Aug
23
answered Change wrap width in a text file using Vim
Aug
22
answered Identifying a DOM by something other than id (ie: it’s href tag) in jquery
Aug
22
answered Quick Problem - Extracting numbers from a string
Aug
22
accepted jQuery set the selected text
Aug
22
awarded  Editor
Aug
22
revised How do you get a javascript function to only be running one instance at any one point?
added 179 characters in body