Jrgns

1,765
Reputation
249 views

Registered User

Name Jrgns
Member for 1 year
Seen 4 hours ago
Website
Location Johannesburg, South Africa
Age 28

I'm currently working for Branded Internet as a systems developer. I love coding in PHP, and doing any web related work.

Check out backend, my web framework.

Oct
16
comment How to implement URL pattern interpreter as used by Django and RoR in PHP
I'm not sure I understand what you're trying to say?
Oct
16
comment Workarounds for PHP’s array_reduce integer third parameter
The reaon I want to use the function isn't quite clear in my examples. It's quite complicated, BUT I need the third parameter.
Oct
15
awarded  Popular Question
Oct
15
asked Workarounds for PHP’s array_reduce integer third parameter
Oct
15
awarded  Popular Question
Oct
13
awarded  Popular Question
Oct
12
awarded  Popular Question
Oct
9
answered PHP: get classname from static call in extended class.
Sep
21
awarded  Popular Question
Sep
17
awarded  Nice Answer
Sep
16
awarded  Yearling
Sep
9
comment Interpreting Accept Headers as intended in IE and Webkit
Whitelist: Yea, true, the only problem is that User-Agent headers are sometimes untrustworthy, so I try to stay away from them. Order of elements: The parser I use assumes that if no preference is given, the first takes precedence.
Sep
9
comment Interpreting Accept Headers as intended in IE and Webkit
It matches against image/jpeg, as the app can serve images as well. It's in the question :P
Sep
9
revised Interpreting Accept Headers as intended in IE and Webkit
Some formatting
Sep
9
asked Interpreting Accept Headers as intended in IE and Webkit
Sep
3
comment Have I covered all bases with security when echo’ing a server variable to the page?
It definitely has some problems on some versions of IIS, if combined with a <input type="file", IIRC...
Aug
17
comment Post a JSON object to server using PHP & Jquery
Also add any errors PHP might show.
Aug
14
answered Should a function have only one return statement ?
Aug
11
awarded  Popular Question
Aug
4
revised How do I get current page full URL in PHP
Syntax fix
Aug
4
answered How do I get current page full URL in PHP
Aug
3
answered MySQL Join excluding certain records?
Jul
28
answered Common programming mistakes for PHP developers to avoid?
Jul
22
comment If I use jQuery, must my Web App be GPL’d?
And that's why I love SO.... Quick, quality answers!
Jul
22
comment If I use jQuery, must my Web App be GPL’d?
So as long as I don't change / extend jQuery, only use it, I can license the rest of the code (including my own JS) under the EPL?
Jul
22
revised If I use jQuery, must my Web App be GPL’d?
Added clarification on code which should be licensed
Jul
22
asked If I use jQuery, must my Web App be GPL’d?
Jul
17
awarded  Nice Question
Jul
16
answered PHP Cookie Security Question
Jul
16
comment previewing HTML code in an HTML page
@mgroves Just because it works, doesn't mean it's the correct answer. Answers that will continue to work is the best :)
Jul
10
comment Hidden Features of PHP?
With more flexibility, you will have more complexity. But also more flexibility :)
Jun
22
awarded  Good Answer
Jun
18
comment CSS Framework - off the shelf or homegrown?
Awesome framework. Can definitely recommend it!
Jun
17
asked How feasible is a daemon written in PHP, using ignore_user abort and set_time_limit(0)
Jun
10
comment HTTP Post headers, received differently from what’s being sent
How are you acutally sending the headers? With the header() command? At the moment you are just adding headers to an array, nothing else. Show us that code, and we can help :)
Jun
4
awarded  Self-Learner
Jun
2
answered Writing a PHP file to read from CSV and execute SQL Query
Jun
1
comment Bazaar plugin: List of modified files on pre-commit hook
Awesomeness, thanx!
Jun
1
asked Bazaar plugin: List of modified files on pre-commit hook