What is persistent database connection? Persistent connections are links that do not close when the execution of your script ends. When a persistent connection is requested, PHP checks if there’s already an identical persistent connection (that remained open from earlier) … Continue reading
Category Archives: tutorials
How to use the the_post_thumbnail In WordPress 3.0
Now WordPress 3.0 is released and the new post thumbnail function will not changed until. You can provide 4 picture formats to the function (change the width and height values to your need): You can set how the images should … Continue reading
how to create text with shadow using css
This tutorial explains how to create a text with shadow using CSS. First let’s create a structure of our text container together with a text. HTML code: <html > <head> <link href=”stylesheet.css” rel=”stylesheet” type=”text/css” media=”screen” /> </head> <body> <div id=”wrapper”> … Continue reading
how to change opacity of image when mouseover with css
In this tutorial we will make an opacity rollover effect with css. It can use for menu items and much more. first create a folder to contain this whole project, save the three images above in the folder. Now open … Continue reading
simple steps to add glow to photo with photoshop
In this tutorial we’ll show you how to add glow to your photo using Adobe Photoshop. This is the pic I used for this tutorial: Lets get started. Step 1: Open Photoshop & open your image in Photoshop which you … Continue reading
simple steps to turn a photo into sketch effect using photoshop
In this tutorial we’ll show you how to convert your photo into sketch effect using Adobe Photoshop. This is the pic I used for this tutorial: Lets get started. Step 1: Open Photoshop & open your image in Photoshop which … Continue reading
How to increase the upload_max_filesize in WordPress
The default upload file size is in php settings is 2 MB and for wordpress also default upload size is 2 MB. When we try to upload big size image or media files in wordpress we got the following error … Continue reading
How to install wordpress 3.0 multisite and multi blog – step by step WordPress 3.0 Multisite Settings
First download the wordpress 3.0 from following location http://wordpress.org/latest.zip Start the wordpress 3.0 installtions: First create database and put your database information Second step Login to wordpress admin panel After Installtion complition. Open the wp-config.php file from wordpress root folder. … Continue reading
how to add angled lines effect to photo using photohop
Step1: Open your image in Photoshop. Double click on Background & press OK to work on it. Step 2: Create New Document with 3 pixel width, 3 pixel height and transparent background. Step 3: Select your foreground color dark yellow(#ff9900) … Continue reading
how to convert photo into dust effect using photoshop
In this tutorial we’ll show you how to add dust in your photo using Adobe Photoshop. We are going to use Channels Tab in Layers Palette. Lets get started. Step 1: Open Photoshop & open your image in Photoshop which … Continue reading