255 reputation
217
bio website
location London
age 21
visits member for 1 year, 2 months
seen May 14 at 1:32
stats profile views 45

Student and amateur web developer using basic PHP generally within the Wordpress framework - but expanding as fast as I can manage!

Also developer for iOS and Android using Flash and AS3.


47m
awarded  Nice Answer
May
17
awarded  Notable Question
May
14
comment Cannot update background image with jQuery
The jsfiddle is an example but not my exact code. Yes you are correct, however my code function still does not work - in this fiddle you see what I am trying to do - on click, have the background image change.
May
14
comment Cannot update background image with jQuery
It's not loaded at all. There is no request sent out for it at all visible in Network tab.
May
14
comment Cannot update background image with jQuery
jsfiddle.net/uGAWn/1
May
14
comment Cannot update background image with jQuery
I saw @MartinTurjak, but it doesn't not work in my code! And there is nothing else that interferes with it, as it was only an update of very similar code that worked fine.
May
14
comment Cannot update background image with jQuery
Replace the code with this: $("#venueID-"+nid).css('background','-webkit-radial-gradient(center, ellipse cover, rgba(158,221,0,1) 0%,rgba(138,182,107,0.56) 44%,rgba(57,130,53,0) 100%)'); and it works, with the only difference being calling an image url. The element does not change in DOM inspector.
May
14
comment Cannot update background image with jQuery
@pickypg, "#venueId-" + nid is fine. @zerkms, I had no issue when using the same code to change the background to a gradient. The issue has only arisen when trying to use an image via url.
May
14
asked Cannot update background image with jQuery
May
10
awarded  Popular Question
May
6
awarded  Yearling
May
2
awarded  Popular Question
Apr
20
awarded  Popular Question
Apr
11
awarded  Popular Question
Apr
10
comment MySQL input returning error without text
The error log says "PHP Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'" on the line $sth = $dbh ->("INSERT INTO venues (id,author,name,locationnum,locationrd,location1,location2,locationphone,pint,co‌​st,food,premium), I do not understand the error at all. I can't find what's wrong!
Apr
10
awarded  Critic
Apr
10
comment MySQL input returning error without text
I've edited the code as per resources found on the internet but I'm getting a 500 Server Error whenever it's processed (pastebin.com/saRaayjM)
Apr
10
revised MySQL input returning error without text
Added updated code.
Apr
10
asked MySQL input returning error without text
Mar
27
accepted Installing Cordova Plugins with Phonegap - no Cordova.plist