|
May
3 |
|
awarded | Supporter |
|
May
2 |
|
awarded | Editor |
|
May
2 |
|
comment |
How (much) can a metabolism slow down? Done. Was that what you were hoping for? |
|
May
2 |
|
revised |
How (much) can a metabolism slow down? added 804 characters in body |
|
May
1 |
|
awarded | Teacher |
|
May
1 |
|
answered | How (much) can a metabolism slow down? |
|
Aug
31 |
|
comment |
Is it advisable to develop own PHP log? Don't run XDebug on your production server. Use XHProf instead. |
|
Aug
31 |
|
comment |
Is it advisable to develop own PHP log? This is what you're looking for, @invisal. HXProf was developed by Facebook just for being run in production, as opposed to XDebug. |
|
Aug
28 |
|
answered | Developing RESTful web service, can I depend on PUT and DELETE to be available? |
|
Aug
28 |
|
comment |
Developing RESTful web service, can I depend on PUT and DELETE to be available? I have never heard of those verbs being blocked by default. Please elaborate on how they were disabled and what you did you solve it. |
|
Aug
24 |
|
answered | How can I switch between windows of the same application? |
|
Aug
20 |
|
awarded | Yearling |
|
Aug
1 |
|
answered | Internet explorer errors: 'Expected identifier' and 'Object expected' |
|
Jul
29 |
|
comment |
Fabric equivalent in Haskell? Sorry, I don't. |
|
Jul
11 |
|
comment |
If/Else Ternary Operator with Blank Else Statement Issue Why would you ever compare an expression with true instead of just using it as is? Plus the parenthesis are obsolete.
|
|
Jul
11 |
|
comment |
PHP - Traits as helpers It's as correct as using a singleton like that. However in both cases I'd rather go with an Arrayer library, which you instantiate and inject to your Foo class. That way they don't have to be so tightly coupled with each other and you can easily replace one and other when testing the code.
|
|
Jul
11 |
|
answered | PHP - Traits as helpers |
|
Jul
6 |
|
comment |
How to 301 redirect old indexed pages to my new page This is easily achieved with mod_rewrite for Apache. Did you try reading the documentation? httpd.apache.org/docs/current/mod/mod_rewrite.html
|
|
Jul
3 |
|
answered | php classes relation and how to extend classes |
|
Jul
3 |
|
answered | PHP version of Python Clint command-line tools? |