from my blog

latest Posts


Since Digital Marketing came into the picture, people are going online to promote their products and services. A variety of businesses are entering the digital era, and most of them are less knowledgeable about how digital marketing works. To promote...

What if you are required to directly access the file, which is present on your server? WordPress is a robust CMS used by millions of people around the globe. However, the widely used CMS doesn’t have built-in FTP client to...

Codes are basic building blocks of highly interactive, engaging and responsive web development. And, these cells of website and software are written on code editors. Code editors are a place where programmer spends all his working hours and it is...

Writing code in minimum time is an essential skill that every code editor must possess in order to remain productive and competitive. Writing code has become a basic necessity for many emerging segments including IoT and AI. As many experienced...

Almost everyone up till now believed that blogs were to be made in WordPress. That's true. But, have you ever tried to make a blog in CodeIgniter Framework? Yes, it is definitely possible and easy too. If you are a...

Have you seen people tracking multiple positions on Google Map? Yes, it is not a new thing to you but it becomes quite difficult for people to automatically update the multiple marker position on Google map dynamically. Here I have...

As an ecommerce website developer or magento website developer, sometime we  get the a situation when we forget the magento website admin access detail. To reset the password of any magento website is very simple. We just need to run...

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

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