Samsung and Panasonic will start selling 3-D TVs in U.S. stores this week. This inaugurates what all TV makers hope is the era of 3-D viewing in the living room. Samsung and Panasonic will start selling 3-D TVs in U.S. … Continue reading
Create red vintage photoshop effect with photoshop
In this tutorial we are going to be showing you how to create a photo effect First select one your favorite photo Here is select this Now make it duplicate layer & select blend mode darken Create another blank layer … Continue reading
How to create multi colorful effect with photoshop
Here I am going to show you how we can make colorful photo image First here I select a photo which is I downloaded by google given below Second step go to select >> new adjustment layer >> hue / … Continue reading
wordpress and wordpress mu is merging in april 2010
This is really great news we got from wordpress. After wordpress 3.0 release wordpress and wordpress MU is merging. This is really great news to multiple blogger community. After April 2010 we can able to handle multiple blogs though only … Continue reading
wordpress 3.0
Automatic is targeting to launch the wordpress 3.0 in April. So many wordpress developers are contributing to wordpress 3.0. About wordpress 3.0, we are all very excited and want to know ab0out wordpress 3.0, what is coming in 3.0 Here … Continue reading
Get the recent comments without using wordpress plugin or widget
You can display the most recent comments of your entire blog without any wordpress plugin. I want to display the comments in footer area. I created following code. You can copy paste the code in your sidebar.php or footer.php file. … Continue reading
how to remove the default post and comment from wordpress
When we install the wordpress then wordpress put the dummy post and comment called “hello world” If we want remove that you can easily done this. Using following wordpress plugin. Delete Default Post Download the wordpress plugin This plugin will … Continue reading
how to create wordpress pages by script
You can create the pages by using script. You can execute any script using the “$wpdb->insert” or “$wpdb->query”. For creating wordpress post or page you can use the wp_insert_post function. Before calling wp_insert_post() it is necessary to create an object … Continue reading
How to remove the www from URL with nginx server
Nginx web server is becoming most popular in last year. Best server response time and minimum execution time is the advantages of Nginx server. Many people want to remove the www from URL. I will tell you the tip how … Continue reading
How to remove the www from url with rewite rule
Now these days keeping www in URL is becoming old fashion. How can check many websites for that and the current example is twitter.com I specially dont like to put www in URL so we can easily remove the www … Continue reading