Skip to content

Zvonko Biškup

A passionate web developer with more than 13 years experience in PHP and other web related technology. My main interest is WordPress and new PHP frameworks. Owner of Influendo Programming. Enjoys exploring new stuff and possibilities, using new technologies and just having fun developing awesome stuff.

memcached banner75

How to install Memcached on Windows machine

Many of us use Windows machines for development. Sometimes it is hard to test some cool Linux stuff like Memcached on Windows and I am often too lazy to install some virtual machines. So I googled for a while and installed Memcached on Windows. Here is how you can do it too.

form

PHP basics – Forms

Today I am going to cover forms in PHP. Forms are basic thing when you need to post some information to your application in order to save it to database, email it or print it. I am going to show how to pass information through form to another page and how to do it using AJAX, so your page does not need to refresh.

hacker

PHP security tips

PHP is the most used programming language on the web today. This fact is actually scary when it comes to PHP security as many hackers have a large collection to pick their victims. So, let me give you a few tips on how to secure PHP web site or application.

bol1

9 interesting web sites in Croatia

My country, Croatia, is small, but has many beautiful and interesting web sites. This is an overview of 9 of them. If someone is not on the list, you are welcome to add suggestions in comments, so I can add the sites in some future articles.

universalsubswidget

Universal subtitles on Mozilla Drumbeat

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.

speedo

Cache for your database queries

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.