Posts

Scenario based tests in Jasmine.js

Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, ...

Using FFmpeg to create video thumbnails in Python

FFmpeg is A complete, cross-platform solution to record, convert and stream audio and video. You can download it from here and install it by following this link for your platform. De...

How to convert HTML to PDF preserving CSS

Converting a web page into PDF becomes very difficult when you want to preserve CSS of your page. There are two ways of performing this task. Client Side Server Side The solu...