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?

2D Projects FilesApp DevelopmentSecure Your PhotosRestore Old PhotographsGlossy Community LogoWeb 2.0 Style IconGlossy Menu
PHP » 01.08.2012 » by jhonty
0faves
The while statement is simple, it executes the statement(s) repeatedly as long as the condition is true. The condition is checked every time at the beginning of the loop.
PHP » 01.08.2012 » by jhonty
0faves
PHP uses if keyword to implement the decision control instruction. The structure is similar to C language.
PHP » 07.07.2012 » by jhonty
0faves
PHP offers various ways to create Date Formats. Here is an example which shows how to create Date Formats with PHP date() Function.
PHP » 28.04.2012 » by jhonty
0faves
This document provides you with some JSON Example. Examples are associated with XML, MySQL, MongoDB and APIs to add more value. Instead of just writing the JSON code as examples, we thought that it would be of more value to you if we co-relate the examples with those.
PHP » 21.04.2012 » by jhonty
0faves
PHP, an acronym for Hypertext Preprocessor, is a widely-used open source general-purpose scripting language. It is an HTML embedded scripting language and is especially suited for web development. The basic syntax of PHP is similar to C, Java, and Perl, and is easy to learn. PHP is used for creating
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?)





