2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMPInkscape
3D GraphicAudio & VideoAdobe PremiereAdobe After EffectsAdobe AuditionSound ForgeFinal Cut StudioEyeon FusionReasonSony Vegas
Desktop ProgrammingWebsite DevelopmentDatabaseBusiness ApplicationsOtherTutsBuzz Stuff 
What kind of tutorials are you interested in?

PHP » 02.02.2012 » by csabi
0faves
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...
PHP » 02.02.2012 » by csabi
0faves
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 you can always leave a comment!
PHP » 22.11.2011 » by chist3r
0faves
A lot of people asking what’s OOP, why OOP so hard for me to understand, why using OOP and there’s functions, etc… In this tutorial I will explain what’s OOP and how easy to understand it.
PHP » 04.11.2011 » by chist3r
0faves
Sending emails seems to be one of the most important options you want to ad to your php application because you can use it to send welcome emails, verfication emails, forgotten password and more.. So, Today together you will know how to send emails using the famous function mail().
PHP » 06.10.2011 » by gearup
0faves
So, lets assume you want to paste your email all over your website, but you dont want those nasty crawlers getting a hold of it (you get enough spam already right?)
PHP » 01.10.2011 » by csabi
0faves
As of March 2011, the current average number of “Tweets” the world sends per day is 140 million. This tutorial demonstrates how to create a custom Twitter widget from scratch that uses the Twitter API, Web Intents and @Anywhere. Using the Twitter platform to create a fun, interactive tool for your w
PHP » 30.06.2011 » by gearup
0faves
In this tutorial we'll see how to setup our own database using phpmyadmin and how to connect to it and use mysql queries to interact with it.
PHP » 31.03.2011 » by pubpixel.com
0faves
Learn How To Apply Special Effects To Your Images Using PHP
PHP » 17.02.2011 » by pubpixel.com
0faves
If you ever need to strip out the HTML or PHP tags from data, PHP gives you a way to do this via the strip_tags() function.
PHP » 17.02.2011 » by pubpixel.com
0faves
Learn how to grab a web pages meta data using PHP




