Categories
Archives
- [—]2010 (3)
- [+]2009 (20)
- [+]December (2)
- [+]November (3)
- [+]October (3)
- [+]September (3)
- [+]August (4)
- [+]July (5)
-
RSS Links
I’m currently reading
-
Category Archives: php
Discovered Quercus
Scalability, security, pooling, long lived connections , container services in general are all aspects where Java has a lot to offer. PHP on the other side is good for fast development cycles with a low maintenance infrastructure, request response orientend with not so much support for long lived connections, caching etc.
Read the full post [...]
FB Series: Java Guy starting with FB development
I recently started with PHP development. Although I have had some small exposure to the
language before, this was my first real project.
What are the big differences to the Java (web) development experience?
interpreted (no compiler to check for errors, just a parser)
dynamically typed (->no “parse-time” type checking in the IDE ..)
essential procedural, object handling completely [...]
FB Series: Locally debug your PHP Facebook App
Starting with Facebook applications is a rather a bumpy road. First there is the scattered and often not up-to-date documentation on the Facebook wiki. Its a pain to go through. But ok once you managed to get the important bits its ok.
What I am talking about is the testing. Its quite astonishing that this is [...]

Subscribe
S.Mail
Website deployments: Plain old Ant