from my blog

latest Posts


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);...

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...

Magento Layered Navigation is really good for filter the product but problem is that, if we select any attribute like color or price all other attribute hide which are not related to selected attribute. To show all the attribute after...

Magento is really good eCommerce CMS in terms of functionality. Layered Navigation is really good feature of Magento to filter the product in frontend side. Only problem with the layered navigation filter is that it work with query string. for Example www.yourwebsitesite.com/category.html?color=120. Another...

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...

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...

Amazon Product in a Post Plugin is quite a useful tool which can be utilized for the purpose of adding a formatted Amazon Item to any post or webpage by simply using the Amazon product ASIN. It is a wonderful...

Simply putting up a website or a webpage would never be able to get you the kind of results that you need. You would essentially have to put in a lot of efforts to make your brand name popular and...

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...