In this post am going to share few most useful linux putty commands.
Continue reading
Most useful Linux Putty commands

In this post am going to share few most useful linux putty commands.
Continue reading →
Stay tuned for my free Ebook – Images in Web Design. Read more to checkout the topics which i have covered.
In this article am going to talk about how to move or copy files between the servers. When you decided to migrate from your current hosting provider or if you got a new server or some time from your development environment to you might need to move/copy you data to new server.
When Gmail starts to become one of the top free email service, lot of users starts looking for a way to download their email data. Google recently introduce the option to download all your Google data along with your Gmail messages. In this article am going to explain you how to download your Gmail data along with all your Google data.
In this article we are going to talk about how to get the soundcloud embed code or how to embed the soundcloud code from url in PHP. You need to copy and paste the soundcloud url and using PHP we are going to create soundcloud embed script.
In this article am going to explain you how to make HTTP POST using PHP cURL. Some places you may need to post data to remote server where the data will insert to database or process and send you the response. Mostly APIs will use these methods. Apart from API we require it to post the data to remote server from local or for cross domain request.
In this article am going to speak about how to create image thumbnail in PHP. In lot of website and portals we need to show image thumbnail for profile image, products etc. By using PHP you can easily create image thumbnails with required dimensions.
Today i will explain you a short PHP snippet to get the computer mac address using PHP. This is very simple PHP function. We will trigger the system commend and get the mac address.
This article is about how to read the CSV files using PHP. I have implemented simple and easy way of handling the CSV file in PHP. I have used PHP inbuilt function called fgetcsv to open and read CSV files. You can use this method to insert the CSV data to MYSQL database.
In this article am going to explain you how to create a Jquery tooltip using Jquery and CSS. Tooltip also called called as toolinfo or hint. Now a day it’s very common element in websites. Though tooltip is a small element in design, still it has a big role in user’s experience. Jquery and CSS3 made is to create a simple tooltip for our website design.