Main menu:

Sponsoring

Please consider a small donation:

 

Thanks to TekLinks in Birmingham, AL, for providing colocation and bandwidth.

 

Also appreciated: support me by clicking the ads (costs nothing) :-)

Page Rank

Recent posts

Recent comments

About this blog

I am Eric Hameleers, and this is where I think out loud.
More about me.

Search

My Favourites

Slackware

Calendar

May 2013
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
2728293031  

RSS Alien's Slackware packages

RSS Alien's unofficial KDE Slackware packages

RSS Alien's multilib packages

Tag cloud

Meta

Archive for the tag "sqlite"

Using SQLite for this blog

Just to let you know, I created a permanent page (as opposed to a blog article) called “PDO Powered“. You’ll find it in the left sidebar of the blog – right below the link to my  “About” page. A few posts back when I wrote about a blog upgrade where I finally fixed my database [...]

Blog updated to 3.4, sqlite database fixed

I just upgraded my blog to WordPress 3.4. My blog’s database backend is not MySQL but instead (for portability reasons) I am using PDO for WordPress, a plugin which uses PDO (a PHP data access abstraction layer) to allow the use a sqlite database; i.e. a simple file. Unfortunately this sqlite backend is not 100% [...]