If you are checking a website and is down or not accessible and want to know if it is down for only you or for everyone then you can check using below site whether the website is down for everybody or if it’s just you. Check If a Website is Down 1. First Copy the […]
Tips&Tricks
Simple Alert Box on Windows Using VBScript
Copy below code in a notepad and save it as alert.vbs (as all files) X=Msgbox(“Your system is Hacked! Please Contact IT Support Immediately.”,0+3,”Alert!”) Now run alert.vbs to show alert box on your windows machine. Change 0+3 to 0+16 to show different alert box.
Sidebar Floating Share Buttons
SideBar Floating Share Buttons Code Start Below Tweet SideBar Floating Share Buttons Code End
How to Refresh Page OnClick Using Javascript
Click to Add another Staff
How to Remove Navigation bar in Blogger
To remove nav bar on the top of a blogger blog simply follow below steps: For New Blog Interface : Sign into blogger, now it will show list of your blogs now click on this icon and click on template. Now click on Edit HTML Tab. You will get a warning page avoid and click on […]
Speed up PhpStorm Right away
Are you using PHPStorm IDE, then see below simple tricks to speed up the performance of PhpStorm IDE. Speed up PhpStorm 1. Turn on Power Save mode File -> Power Save Mode or using “Hector the Inspector” icon in the IDE status bar. This mode turns off on-the-fly code inspections This way you can finish […]
How to Detect a Adblock on Website or Blog and Show Pop up Message
Many people these are installing plugins like Adblock to block ads on the websites/blog and for few People earning from Ads are the main income stream, so today I found this below script where it can detect whether the user has installed Adblock any other plugins which are not displaying Ads on the website and […]
5 Websites to Check Keywords For Free Online
If you have a website then struggling to get good traffic or earning less from the sites it is due to the Traffic to get good traffic the quality of an article is very important, so if you are writing an article for your website it is always good to research the keyword for the […]
Important Things To Follow After Registering a New Website for SEO Purpose
If you have a new blog or website or a business website and want to fetch in search results of Google Search or yahoo or Bing then you need to manually submit your website link to the search engines then only the search engine will know that a new website has born, if you not […]
Find Console in Firefox Google Chrome Apple Safari Internet Explorer and all Browser
Firefox http://getfirebug.com/ (you can also now use Firefox’s built in developer tools Ctrl+Shift+J (Tools > Web Developer > Error Console), but Firebug is much better; use Firebug) Safari and Chrome Basically the same. https://developer.chrome.com/devtools/index https://developer.apple.com/technologies/safari/developer-tools.htmlInternet Explorer Don’t forget you can use compatibility modes to debug IE7 and IE8 in IE9 or IE10 http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx http://msdn.microsoft.com/en-us/library/dd565628(v=vs.85).aspx If […]