christian studer

589
Reputation
171 views

Registered User

Name christian studer
Member for 1 year
Seen 3 hours ago
Website
Location Switzerland
Age 30
Weathermaker / Webdeveloper
Nov
11
comment Where to find beautiful PHP code to read?
The one ugly thing about CodeIgniter is its PHP4-compatibility. It would probably look nicer without it.
Nov
9
answered input is URL, how to protect it from xss
Oct
23
answered codeigniter, global variable for beta project path, and access from everywhere.
Oct
22
comment Convert RFC 1123 date to timestamp in PHP
Thanks. Umm, can't believe I didn't try that one first, strtotime is almost magical...
Oct
22
answered Convert RFC 1123 date to timestamp in PHP
Oct
22
asked Convert RFC 1123 date to timestamp in PHP
Oct
20
answered Storing multiple dynamic values within one field in mysql.
Oct
15
comment Is there a PHP calculation which could result in a -0 ?
Thanks, I think the culprit was the round()-method which is being applied to some of my values.
Oct
15
comment Is there a PHP calculation which could result in a -0 ?
Like I said: The values can be either strings (Actual letters), integers or floats. This prevents me from rounding or strong typing in the database (Where I store the values in varchars, yes).
Oct
14
asked Is there a PHP calculation which could result in a -0 ?
Oct
2
answered How do you handle library dependencies during deployment using PHP?
Sep
30
comment What ist a RESTful-resource in the context of large data sets, i.E. weather data?
Hmm, thanks for that, I can see a little more clearly now...
Sep
28
comment What ist a RESTful-resource in the context of large data sets, i.E. weather data?
Thanks for your input, I tried to clarify a little in my post.
Sep
28
revised What ist a RESTful-resource in the context of large data sets, i.E. weather data?
added 605 characters in body
Sep
26
comment What ist a RESTful-resource in the context of large data sets, i.E. weather data?
I know about these conventions, I just can't see how to apply them in my case.
Sep
25
asked What ist a RESTful-resource in the context of large data sets, i.E. weather data?
Sep
25
comment Invoke external shell script from PHP and get its process ID
Hehehe, that's actually creative, thank you.
Sep
24
asked Invoke external shell script from PHP and get its process ID
Sep
16
answered How to implement is_empty() in PHP?
Sep
16
comment Best place to get PHP generic code examples
If only that website wouldn't cause headaches everytime I have to look at it...
Sep
15
comment Is there any reason to prefer Prototype to JQuery?
You probably might want to tag this 'subjectiv'. (And that might be the answer to your question, really.)
Sep
14
answered How to integrate the simple openid with my site’s existing logging system?
Sep
14
awarded  Yearling
Sep
10
comment How to judge whether <input type=”checkbox” /> is checked on with PHP?
For future reference: var_dump($_POST); :-)
Sep
2
answered Is there a code style enforcer?
Sep
1
awarded  
Aug
31
comment How do I make an iPhone web app mimic a non-web app?
For the record (And to everyone who stumbles here via Google): The iUI-project is now at version 0.30 (August 6, 2009).
Aug
31
comment How do I maintain high-level documentation along with phpdoc generated documentation?
Thanks for the info, I wasn't really aware of all the phpdoc-possibilities. Guess I'll hit the documentation once more... :-)
Aug
27
comment Last updated date in PHP of current document
You're missing a ', $timestamp' in your second line of code.
Aug
26
comment How do I maintain high-level documentation along with phpdoc generated documentation?
Into a consistent set of texts (HTML, txt, anything...). Like I said, Doxygen or phpDocumentor produces perfectly adequate documentation of the code. I wonder if I can add arbitrary texts to this documentation in an automated manner.
Aug
25
comment How do I maintain high-level documentation along with phpdoc generated documentation?
Yes and no. I don't want to generate tutorials, I've already written some and would like to combine those somehow with the documentation automatically...
Aug
21
answered Test iPhone App on physical iPhone rather than simulator.
Aug
20
asked How do I maintain high-level documentation along with phpdoc generated documentation?
Aug
17
comment How do I append an array to another array in PHP?
Thanks, I was wrong indeed.
Aug
17
asked How do I append an array to another array in PHP?
Jul
15
comment References on creating Charts/Graphs in PHP ?
Basically you can take the examples from pChart and convert them with the help of the migration guide from mtCharts wiki. I haven't gotten around to writing better documentation yet.
Jul
15
comment References on creating Charts/Graphs in PHP ?
I always forget to mention: It uses SPACE TECHNOLOGY!
Jul
15
answered References on creating Charts/Graphs in PHP ?
Jul
15
comment Delete command Issue in PHP
Even better idea: return TRUE or FALSE. (So you can make tests like if($returnVariable)...)
Jul
14
comment Good Knowledgebase Script
I agree. Nowadays, you use Wikis for these sort of things.
Jun
29
answered How to make a website run faster?
Jun
27
awarded  Popular Question
Jun
21
awarded  Necromancer
Jun
10
comment Can I change/set the Google Maps API Key dynamically from JavaScript?
Ah, thanks, that should have been more or less obvious. (And for the selector: Well, jQuery is kinda convenient for that...)
Jun
10
asked Can I change/set the Google Maps API Key dynamically from JavaScript?
Jun
8
awarded  Nice Answer
Jun
3
accepted Codeigniter Multiple Databases
Jun
3
answered Codeigniter Multiple Databases