1,702 reputation
21645
bio website
location
age
visits member for 1 year, 7 months
seen yesterday
stats profile views 165

Jun
6
awarded  Popular Question
Jun
6
awarded  Famous Question
May
29
awarded  Popular Question
May
27
awarded  Popular Question
May
22
awarded  Notable Question
May
15
comment Can anyone think of a better way of stopping a user from clicking on anything?
FYI, if I click on the disable clicks button and then click on the text box like 10 times or more it lets me type in the text box.
May
14
comment Form With Unlimited Fields
Use a for or foreach loop. Also show us your PHP code that you tried.
May
14
comment How to get array value from looping in php?
You missed the $i in your echo statement.
May
8
revised jquery lightbox won't work in css3 based website
Edited code
May
8
suggested suggested edit on jquery lightbox won't work in css3 based website
May
8
comment jquery lightbox won't work in css3 based website
Check the errors in your console. None of your JS files are found so of course it won't work.
May
7
comment Usage of AJAX in an alert box
please show some code.
May
6
revised Add lamecaptcha for Wordpress comments
added 168 characters in body
May
6
asked Add lamecaptcha for Wordpress comments
May
2
comment Toggle query result set php-mysql
Oh man, next time ask some more questions. We'll help you out for a lot less then $150/hr that's for sure. Just do a little and post back on here and you'll get answers.
May
1
comment JQuery Mobile : ajax works locally but not online
You can't do cross domain ajax requests
May
1
comment Get values of multiple buttons via JQuery
look into serialize()
Apr
30
comment How to have index.php load different content
Just google it.
Apr
30
comment PHP - How to add an tag to the second tag, and after the last tag?
I think you'll be waiting a long time for an answer with an unclear question. Please update your question to be more clear. Are you generating from an database? Are you just trying to add those divs with PHP tags?
Apr
30
comment How to change scrollbar direction from right to left?
Please show us some code.