Many people want to sent the email through smtp from wordpress. WordPress uses the PHPmailer in there CMS. But many wordpress developer dont know how to use the wordpress phpmailer functionality. Using PHPmailer you can send the email using STMP … Continue reading
How to use wordpress images in subdomain
Creating subdomain for wordpress images is best way to increase your wordpress download speed. Many shared hosting and wordpress bloggers and websites are using the apache webserver for hosting the wordpress sites. Aapache Webserver is having his own rules and … Continue reading
How to configure haproxy load balancing on amazon ec2
Many people take amazon EC2 cloud hosting. Amazon does gives the load balancer for application load balancing. But Amazon load balancer is not that much good. Amazon load balancer is not working on hardware or software base. That balancer just … Continue reading
File upload with add_meta_box or custom_post_type in wordpress
From wordpress 3.0 version wordpress introduced the custom_post_type function. Many people want to attach the file field with add_meta_box function. In this tutorial I will tell you how to upload file with custom meta box and post type. In this … Continue reading
How to use the custom post type in wordpress 3.0
From wordpress 3.0 version release wordpress gives the facility to add a custom post type functionality. With custom post type wordpress is became more powerful and expendable and more advanced. WordPress recognized the need to people and industry and they … Continue reading
How to connect the amazon instance through linux command prompt
There are many articles we can found for to connect to amazon ec2 machine though ssh. But all I found for windows. Using putty and putty key gen tool you can connect to amazon ec2 linux machine. If you are … Continue reading
How to install the memcached binary on CentOS
I always need to install the memcached on my linux servers like fedora or centos. On fedora box installing the memcached is very easy through yum install. But Centos installing and using memcached is not so easy. For my Ruby … Continue reading
How to install imagemagick binary on CentOS
For many application we need to install the imagemagick on Centos linux server. Many Ruby on rails and PHP applications need the support of imagemagick for image resizing. We all the very traditional way of installing the application on linux … Continue reading
Free 35 Outstanding Twitter Backgrounds
Nowadays twitter is a great website for social networking. Many people likes beautiful and creative backgrounds for their twitter profile. People don’t have enough time to search background designs for twitter that’s why we have searched and select 35 free … Continue reading
How to decode and encode the string in php
Many times php developers want to encode there php or important HTML,CSS or Javascript code. In this article I will show you the very simple encoding with using base64_encode method. Here is working example. you can create your own antilogarithm … Continue reading
