Author Archive

Simple search with PHP, jQuery and MySQL

Apr 26, 2010 48 Comments by

Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using jQuery AJAX. So let’s get searchable.

Basics Read more

Universal subtitles on Mozilla Drumbeat

Apr 25, 2010 3 Comments by

Great ongoing project to make open standard for subtitling videos on the web making it easy and doing it in teams. The project is featured on Mozzila Drumbeat page and you can even join the Design challenge for Collaborative subtitling.

Articles Read more

Cache for your database queries

Apr 22, 2010 4 Comments by

You built your site and everything is working fine, but when there is a lot of users on the site, your database becomes a bottleneck. I will show you how to deal with it using simple file cache system for your database results.

Expert, Tips Read more

How to format database dates in PHP

Apr 22, 2010 3 Comments by

You have a great resultset taken from database, it has some datetime fields, and you want to format it differently then MySQL presented it? Here is a small trick.

Tips Read more

How to develop PHP applications on local computer on Windows

Apr 19, 2010 No Comments

Many times people ask me if they can start learning PHP on Windows based computer. This basic tutorial will help you create PHP/MySQL/Apache local environment on your Windows computer using WAMP package.

Read more

What is CodeForest about?

Apr 19, 2010 No Comments

CodeForest is a web development blog by Zvonko Biskup dedicated to small and big problems of web developers around the globe. This is the introductory post, where you will find out what it is all about.

Read more