So as I was working on the javascript window.open, I have to override the title as it was taking the default url instead of the title. I did some research as I usually do and found a lot of ways to do this. It was working for a short while but when… read more →
So in this post I’m going to share another real experience with google map api v3. So I was working on google map api and I had a challenge to show the infowindow on marker hover. It wasn’t too difficult as google has great tutorial about all that. But the real challenge… read more →
So in the post I’m going to explain the another real word issue I faced while develop a application with google map and twitter bootstrap 3 tabs. So I have two tabs in my application one for picture and another for map. So the image was working fine, But when I click… read more →
Today, I’m going to show how to fix this error which you can face while deploy to firebase. Actually I was working on startup project using firebase. As I was new to firebase development, my friend created a new instance of firebase for me to develop and deploy. He passed me some… read more →
So in this post I’m going to explain how we can auto post on wordpress blog without any extra work to do. So my friend and I created a facebook page, which has 50k likes. He isn’t tech savvy so I thought why not his page likes converted into some revenue as… read more →
So today I’m going to explain how we can connect with our remote phpMyAdmin mysql with local system mysql. I had same issue, as I’m .net developer and worked most of the time with sql server. I had no idea how to make it working. I did some research but found good… read more →
I have that issue with my hp laptop model 2125 TU. Earlier my wifi was working very fine. But suddenly it stopped working. So I called my internet service provider (Airtel) like I have this type of issue. Then they suggested me it may be due to wifi modem. I purchased new… read more →
Today I’m going to share some information about the generate very clean and impressive invoice for your clients using online free tools. So I’m using waveapps online web application for generating quick invoices for my clients. It’s very easy to use and have very clean and user friendly interface. You can simply… read more →
Learn how to scrape websites data using asp.net with c#. As we all know scripting languages are good to scrape the data like python. But everyone isn’t familiar with python. If you are asp.net developer and want to scrape a website data, this post is for you. The very first thing you… read more →
So I was building a nopcommerce 3.80 plugin. I followed a tutorial and able to add required files, folders and references. But when I tried to build the project. I got weird error. So the easy way to fix this issue, just check your newly added project should have same target framework.… read more →