General

Add CSS stitched border effect

Add a stitched border to a div in CSS: .stitched { padding: 20px; margin: 10px; background: #6fa348; color: #fff; font-size: 21px; font-weight: bold; line-height: 1.3em; border: 2px dashed #fff; border-radius:…

Continue reading
0 Comments

Gallery Widget

Remove password from PDF Ubuntu

A neat little utility to remove the password from a PDF is qpdf. To get started install qpdf sudo apt-get install qpdf Remove the password using the following command qpdf –password=YOUR-PASSWORD-HERE…

Continue reading
0 Comments

What is A2DP?

The Advanced Audio Distribution Profile, or A2DP, is a subset of profiles with which a device must be compatible with in order to use Bluetooth ® technology. This technology enables…

Continue reading
0 Comments