Have you ever worked on a project that was so unwieldy, you were scared to update a file or add a feature? Maybe the problem was that you weren’t using a version control system. In today’s tutorial, we’ll learn the basics of what might possibly be the best VCS in the world: Git.
Monthly Archives: March 2012
How to read comment blocks in PHP?
Check out Tokenizer.
Using CSS :even and :odd pseudo-classes with list items
Is it possible to use CSS pseudo-classes on list items? I’d expect the following to produce a list of alternating colors, but instead I get a list of blue items: http://jsfiddle.net/K3TuN/
Templates for Web Developers
We live in a web centric world right now, and if you haven’t already, you’ll most likely be facing website related dilemma(s). For example, maybe you need an email template to send out your company newsletter(s) but you don’t have the first clue as to how to create one let alone create one that works …
Installing APC Alternative PHP Cache
Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Debian Etch system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It’s similar to other PHP opcode cachers, such as eAccelerator and XCache.
PHP and APC – Tutorial
APC is most widely known for allowing the end user to be able to track the progress of file transfers. APC, which stands for “Alternative PHP Cache” does much more than that. Complex and large scale websites can benefit from it’s ability to cache data and as well as its optimization of PHP code.