Curt Sahd

5 Great Plugins for GIMP

Adobe Creative Suite™ reigns supreme as the software of choice for most creative professionals and novices alike- albeit not without a challenge. GIMP (GNU Image Manipulation) is arguably the most…

Continue reading
0 Comments

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

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