Photosho and Web design tutorials for your inspiration
Create SEO friendly URL`s using mod rewrite in PHP (.htaccess)

Create SEO friendly URL`s using mod rewrite in PHP (.htaccess)

By Csabi on Jan 07, 2012 with 19374 views >> Web Development / PHP In this tutorial I will show you how to convert dynamic URL`s into Search Engine Friendly and easy to understand both for humans and machines URL`s. To change the URL`s we will use the Apache`s mod_rewrite function what can easily match URL`s using regular expressions. If it sounds confusing don`t worry, I will explain everything step-by-step and y... Continue reading
Upload an image and downsize it (in KB`s) using PHP and GD

Upload an image and downsize it (in KB`s) using PHP and GD

By Csabi on Jan 07, 2012 with 7116 views >> Web Development / PHP If you have a website where you let your users to upload images, you know that even the small images (around 100x100) can reach 50 - 100KB. This is way too much, when you could simply downsize the image to around 1 - 5KB, this is only the 1 - 5% of the size of the original image. Just imagine the benefits of downsizing 100.000 images... Continue reading