6 productivity tips that might work for you
A small article giving you some tips for better productivity in whatever line of work you are.
A small article giving you some tips for better productivity in whatever line of work you are.
I noticed that many come to my site with “change image beside page title” query in Google. So, I decided to write a quick tip about favicons.
PHP 5 has brought some nice features. One of my favorite is auto loading classes that you need. Today’s quick tip will show you how to do it properly.
Today, I am going to share four of my favorite PHP methods that I use on top of every application I build. They are really handy and practical.
Today I am sharing a small but valuable collection of Premium scripts which can help you make your web site or application even better.
As I am enjoying my well deserved holiday on a beautiful Adriatic sea (thus the post image), I will share a small tip with you. Basically, making your post title URL friendly by removing spaces and other simple tasks. This little function may come in handy.
Today I am going to show you how easy it is to shorten any URL using tinyUrl web service. This is also a great example on using web services with PHP curl.
I often need to replace some characters in a string, and am using str_replace function. But, what if you need to do it in array, and after replacing, you need intact array? This little snippet will help you.
Few days ago, Google released his new Web fonts API. It basically allow us to use exotic fonts on the web in any modern browser (even IE). So, I decided to give it a try and write a small tutorial.