Brand new Twitterfeed

twitterfeed with brand new look, from a small side project to a company.


Installing eAccelerator PHP Optimizer and Caching tool

Installing instructions for eAccelerator. eAccelerator is dynamic content cache and optimizer for PHP. It also encodes PHP code and increases PHP script perfomance by caching them in compiled state thus eliminating overhead of compiling PHP script every time it is accessed.


Split String using Oracle PL/SQL

Oracle PL/SQL provides various string functions, but there is no direct function to split a string into substrings, we need to write a custom code to do this task.