The Storyteller Recent Blog Posts

Using new PECL Memcached extension for storing session data
on Oct 17, 2009 in Apache OpenSource PHP howto idea memcached pecl performance debian memcache session Many of you already know that managing session is a critical task for web applications, specially when you want to avoid I/O hop and also a significant load over your database by writing a custom session handler. Beside that, if your application make...



RackSpace Cloud Server Client Library for PHP
on Oct 12, 2009 in CURL Cloud Computing Interesting Links PHP RESTFul Web Service howto API Cloud Cloud Server RackSpace RackspaceCloud We, the developers at Leevio are currently developing an open source group collaboration application. We are using RackSpace Cloud servers since the very beginning of the development and we will also deploy in on rack space cloud. As a part of our s...



Using iPaper API to convert office documents to flash movie on the fly :)
on Oct 7, 2009 in Cool Webapps Interesting Links PHP Tricks howto Document Conversion Flash Movie iPaper ScribD Web Service Embedding documents in web applications is a challenging work. Because you need to convert these documents into flash movie and only then you can embed them in your web applications. There are many converters available out their for use. Some of them...



jQuery:hooking form submit and making it ajax request
on Oct 1, 2009 in Javascript Tricks idea frontend hook jQuery modern javascript frameworks are big blessings to every front end developer. they made our life so much easier so that we can sleep more and become fat day by day – i am a big fan of jQuery and mootools. in this post i am going to show you h...



hosting source code and projects for free – compare the available options
on Sep 23, 2009 in git subversion bug tracking issue tracking meeting project hosting todo list version control whiteboard when you work as an individual (or even a small team/company), it often requires you to host your project files, source code (using svn/git/mercurial) for free, discuss with people and definitely to use some issue trackers, task list managers. fortun...



converting standard wordpress into a SQLite powered multi user blogging platform
on Sep 22, 2009 in PHP SQLite pecl wordpress multiuser pdo wpmu wordpress is one of the very popular blogging platform which is not only free but also released as a open source project. officially wordpress runs only on mysql. so if you want to run it with SQLite, you will not find any official support for that.