Archive for August, 2007

Guide to simple Database Abstraction

Tagged: Database, PHP, Programming Date: 27th, August 2007

A database abstraction layer is an application programming interface which unifies the communication between a computer application and databases such as MySQL, Oracle or SQLite. Traditionally, all database vendors provide their own interface tailored to their products which leaves it to the application programmer to implement code for all database interfaces he would like to [...]

  • Leave Comment
  • Read Comments (1)

Helping AdSense focus

Tagged: Marketing Date: 24th, August 2007

To cut the long story short…
If you are not satisfied with ads showing in AdSense unit on your page you can help AdSense bot by telling it wich part of the page is most important.

Some content…
Blog story, news, title or whatever you want.

  • Leave Comment
  • Read Comments (0)

JavaScript: PopupGUI 0.1

Tagged: Ajax, JavaScript Date: 20th, August 2007

Few days ago I have created very simple JS class for creating popup html forms.
Task was pritty specific, create dynamic form interface with ajax form submission. Apon completition of the task I noticed that the class was pritty much plug&play so I decided to publish it here.
It has simple controls, you can show, hide and [...]

  • Leave Comment
  • Read Comments (0)