Greg

44,211
reputation
3179 views

Registered User

name Greg
member for 1 year
seen 3 hours ago
website
location UK
age 28

PHP + Javascript programmer.

Twitter

Codivore - My new blog

2d
accepted Javascript JQuery link to download a txt file
Dec
11
answered Coding horror is dead?
Dec
11
answered what is the difference in variable delaration here?
Dec
11
revised JQuery update javascript snippet
formatting
Dec
11
awarded  jquery
Dec
10
accepted PHP Newbie… What am I doing wrong?
Dec
10
answered Javascript JQuery link to download a txt file
Dec
10
answered PHP Newbie… What am I doing wrong?
Dec
10
answered How can I improve my PHP code to make it more efficient?
Dec
10
answered Can mysql-database save strings casesensitive, like UNIX?
Dec
10
answered changing and hiding parts of a table
Dec
10
revised changing and hiding parts of a table
Formatting
Dec
10
accepted if function inside sql query?
Dec
9
accepted jquery hiding works in .live and fails in .ready
Dec
9
comment jquery hiding works in .live and fails in .ready
You'll still need .ready unless the code comes after the <input> in the HTML source.
Dec
9
answered jquery hiding works in .live and fails in .ready
Dec
9
accepted Input PHP Variable into HTML Select Tag
Dec
9
answered Input PHP Variable into HTML Select Tag
Dec
9
answered if function inside sql query?
Dec
9
answered jQuery get height & width.
Dec
9
comment PHP and MySQL calendar issue
He does say in the comments it's for the sake of keeping the article simple.
Dec
9
accepted Returned AJAX array not being copied to array
Dec
9
comment from multi dimensional array to mysql
John is in the array...
Dec
8
answered PHP Contact form editing
Dec
8
accepted need simple explantion about .htaccess
Dec
8
answered need simple explantion about .htaccess
Dec
8
comment ORDER BY RAND() alternative
Could you just cache it at the application level?
Dec
8
accepted How to add a div class to Wordpress Auto Nav?
Dec
8
answered How to add a div class to Wordpress Auto Nav?
Dec
8
answered javascript proplems
Dec
8
answered Returned AJAX array not being copied to array
Dec
8
comment libzip corrupting PNG files when compressed on iPhone device, but not in Simulator
Looks like old.nabble.com/CgBI-error-td19563316.html - doesn't seem to give a solution though
Dec
8
comment Java: Regex replacing
What should happen to numbers within words - 123foo, foo123 or foo123foo? Then there's signed numbers (-123), formatted numbers (1,234) and decimals (1,234.567).
Dec
8
comment Removing javascript created content…
It's a semicolon, and it's optional (though good practice to use)
Dec
8
accepted How to count the number of listbox using javascript
Dec
7
comment add key => value to an associative array in a loop?
Where does $tagcount come from?
Dec
7
revised Curl cookie handling
Tags
Dec
7
answered Recursive File Search (PHP)
Dec
6
awarded  Epic
Dec
6
awarded  Mortarboard
Dec
6
comment Why would curl ignore CURLOPT_TIMEOUT_MS (but honor CURLOPT_TIMEOUT)?
Check phpinfo() to make sure you have at least curl 7.16.2
Dec
6
accepted How to Include Variable inside Class in php
Dec
4
revised PHP/MySQL Ordering MySQL Data problem?
Formatting
Dec
4
answered How to make a workeable <a href.. in PHP
Dec
4
comment Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
hmmm maybe that was the prototype library not jquery then
Dec
4
accepted Cookies can not be retrieved using PHP
Dec
4
answered Cookies can not be retrieved using PHP
Dec
4
answered Why does $.ajax call for json data trigger the error callback when http status code is “200 OK”?
Dec
4
answered How can we use $(this) and option selected
Dec
3
answered Php - Insert Autoincrement Value - For Parent/Child Tables - Concurrency Problem