Check out Tokenizer.
Category Archives: Programming
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.
Top of the page with jquery
This one liner jQuery snippet will force your browser to go to the top of your page: