Featured Post

How to capture long screenshot of apps and website on Android?

Image
Usually, you can take screenshot of only visible area on your display. But what if you could capture screenshot of the app by scrolling up and it will automatically keep capturing the long screenshot until you scroll up. Well, it's easy. In some devices, there is built-in feature called Super Screenshot or Long Screenshot which can capture long screenshot by scrolling up. If your device don't have these features, don't worry, I am going to share best trick to take long screenshot on any Android device. In this tutorial, I am going to share a useful Android app which can be used to take long screenshot of any apps or stitch multiple screenshots into one. The name of the app is LongShot for long screenshot . This is my favorite app to take long screenshot on Android phone. For taking long screenshot, the view must be scrollable. Example, you can take long screenshots on Facebook, Messages, Twitter and any apps which can be scrolled vertically. You can also take the s...

JavaScript Minifier

JS Minifier Tool
JavaScript Minifier tool helps you to reduce the size of your JavaScript code by removing unwanted spaces and line breaks. This tool uses UglifyJS library to minify the JavaScript code. This tool removes the comments, new lines, extra spaces for the minification of your JavaScript code.
JavaScript Minifier helps you to reduce the size of your JavaScript code in just one click without changing the functionality of your code.

Advantages of using Minified JavaScript:

  1. Reduce size of the JavaScript code.
  2. Increase website speed.
  3. Reduce bandwidth cost.
  4. Safe to use as it doesn't cause any errors on your website.

How to use:

  1. Paste your JavaScript code in the input box.
  2. Press the Minify JavaScript button.
  3. Copy the Minified JavaScript code from the output box.
To minify your JavaScript code, paste the JavaScript code without <script></script> tags.
To Minify your JavaScript Code, paste it below:
Always use Minified version of JavaScript on your website/ blog to increase speed and reduce page load time.
If you have any problem or query regarding this tool, drop it to me through Contact Form.

Popular posts from this blog

How to capture long screenshot of apps and website on Android?

How to capture long screenshot of apps and website on Android?

How to run VB.NET programs offline on your Android?