Posts

Showing posts with the label Tips and Tricks

How To Shorten The URL/Link

Have you ever tried to share a link of your post, document or anything and realized that sometimes website links (URL’s) are very long, other times, they are very short. Website urls are shorten for a variety of reasons. Shortening a URL makes it more visually appealing URL and also shortened links will fit in places where you have a limited number of characters to use, for example: Twitter.  Some other times it is because we want to know how many people clicks the link.  So for that purpose we need URL Shortener . What is a URL Shortener? A URL Shortener is basically a way to make a long URL (Uniform Resource Locator) shorter.  URL shortening services are Web tools (or services) that allow you to provide a long URL to a specific webpage and obtain a much shorter URL from the service provider. Many URL shorteners can also give you information about who is clicking on your links and why. Keeping track of this information is one way to increase the visitors to your site. Working of URL

Top 10 Cool Programming Tricks In Notepad

Image
Note:- How to terminate VBS processes Before start to have fun with these cool notepad tricks, you should know that the  problem while trying files with “.vbs” extension is that you might not find how to stop these processes you have just initiated and for that follow the steps below- Open your Task Manager Search for a process named “wscript.exe” or “cscript.exe”. Right click that process and click “End Process” and again “End Process” Voila !! You have ended the process, now no more drive ejection or other hacks will work until you start them again. 1:- Make Your Keyboard Type (Any) Message Continuously-VBS Trick This VBS trick can make any of your friend's keyboard type any message continuously.  Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs. Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell