Browsing Category
Tutorials
Make your website mobile friendly (RWD)
This post will mainly focus on making a website mobile friendly. Nowadays, with the increased usage of mobile devices and the rise…
Less: The programmable Stylesheet Language
CSS is plain and simple but it's time for dynamic CSS with the help of LESS.
Make WordPress secure
WordPress’ extensibility increases its vulnerability? plugins and themes house flawed logic, loopholes, Easter eggs,…
Triple DES (Cryptography)
In cryptography Triple DES stands for Triple Data Encryption Algorithm block cipher, which applies the Data Encryption Standard…
Java swing watermark program (video)
Here is an example that I have created for testing purpose.
Watermark Program-Java swing from Bouzouksis on Vimeo.
Download the…
Simple Image Watermark in JAVA
The post is about a simple image watermark program that I have developed in JAVA swing environment. In order to make it more user…
How to install portable local server on your windows PC using XAMPP
XAMPP is a collection of software that includes Apache, MySQL, PHP and Perl. It also includes Tomcat, FileZilla FTP server and…
How to import CSV to HTML
CSV (comma-separated values) stores tabular data (numbers and text) in plain-text form. Plain text means that the file is a sequence…