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

CSS Minifier

CSS Minifier Tool
CSS Minifier tool helps you to reduce the size of your CSS code by removing unwanted spaces, newline, comments, etc.
Using minified CSS in your website helps to load your webpages faster because it need to retrieve less amount (size) of data from the server.
CSS Minifier is also called CSS Uglifier as it uglifies CSS Code by removing extra spaces, line breaks, indentation, etc. It is also called CSS Compressor as reduce the size of the CSS code without changing it's functionality. CSS Minifier can minify your CSS code in just one click.

Advantages of using Minified CSS:

  1. Reduce size of the CSS code.
  2. Increase website speed.
  3. Reduce bandwidth cost.
  4. Easy to beautify the Minified CSS code if needed using CSS Beautifier tool.
  5. Safe to use as it doesn't cause any errors on your website.

How to use:

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

Comments

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?