Articles tagged with: Development

Community Server 2007: Building a Visits counter control

Summary: A guide on building a visits counter control for Community Server 2007.


Arrays in PHP, or to be precise, Collections in PHP

Summary: Explains the difference between traditional arrays and key-value collections in PHP, and how to properly handle them using foreach loops and the ArrayIterator class.


Announcing the beta version of m.kartones.net !

Summary: Announcing the beta version of m.kartones.net.


Zero-cost PHP debugging and testing environment

Summary: A guide to setting up a zero-cost PHP debugging and testing environment using free tools.


The problem of untyped languages: PHP empty() function

Summary: The problem of untyped languages like PHP, exemplified by the empty() function, which can lead to unexpected results.