Archive for the ‘General’ Category

Benefits of Hiring Freelance Web Developer

April 19, 2016

Internet is progressing rapidly over time, and it has introduced with it a worldwide change. The enlarged use of Internet has brought new sorts of job opportunities, one of them is Freelance Web Development. Freelance Web Developer is the one...

How to get Weather Information in PHP

March 15, 2016

Would you like to implement functionality of Getting Weather Information in PHP? Try Below Code. <?php //Note: appid can be obtained after login on http://api.openweathermap.org $city="indore"; $country="in"; // By City Name //$url="http://api.openweathermap.org/data/2.5/weather?q=".$city.",".$country."&appid=b1b15e88fa797225412429c1c50c122a"; // By latitude & longitude $url="http://api.openweathermap.org/data/2.5/weather?lat=22&lon=75&appid=b1b15e88fa797225412429c1c50c122a"; $json=file_get_contents($url); $data=json_decode($json,true);...

Improve The Reach of Your Business With WordPress Development Services

December 28, 2015

Social media marketing has undoubtedly changed the game between companies that are constantly in competition with each other. Not only has social media allowed better access to customer thought and feedback it has also made it possible for companies to...

Must Have Anti-Spam and Security WordPress Plugins

March 30, 2015

WordPress, is a hugely popular open source community platform which is also referred as a CMS. It's user friendly CMS that makes it very flexible and allows users to make the necessary changes as and when required. However, what makes...

Highly used WordPress Plug-Ins

March 25, 2015

Plugins, as the name suggest, are great tools which are used to enhance the functionality of WordPress blogs by addition of a wide range of useful features. They are basically pieces of code that are created or developed specifically to...

WordPress v/s Joomla

March 20, 2015

Although there are a variety of content management systems (CMS) available in the market, but there aren’t many which can compete with Joomla and WordPress, both in terms of popularity and features. Through this article, we will try to analyse...

Make Your Website More Effective and Responsive

February 22, 2015

In today's modern day, customers and readers are less interested in how your office looks and more interested in how well organized and updated your website is. The reason behind this change in preferences of the customers is because now...

Apache wont start on Xampp

November 29, 2011

Many days ago, I wrote a post for "Apache Problem in Xampp". on that article,  skype was problem, but recently I got a query: "Hi e'm trying to install xampp 1.7.7 version in my laptop which is with xp3,32 bit....

URL Opener has been created

September 2, 2011

I created the url opener which can be useful to open multiple url at a time. It can be reduce the time who work on SEO. It is good seo tool. Hope you will like it. Please check it : URL Opener

How to Leverage browser caching

July 5, 2011

We can set the browser caching expiration using .htaccess file. Copy the code below and paste it in your .htaccess file. ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType...