These are some pretty PNG icons that you can freely use in your projects (a link back will be appreciated). The theme of the icons is social media.
There are 11 of them and they come in 64×64 px resolution. Enjoy!
Download DG Social Icons
The new Web Tools
Our nifty Web Tools service just got updated.
Among the new features is the ability to generate sha-256 and sha-512 hashes.
We also ported everything to javascript from php using the javascript equivalent of php functions provided by the awesome php.js project.
Visit Web Tools
Tools:
- md5 calculator
- sha1 calculator
- sha-256 generator
- sha-512 generator
- base64 decode
- HTML entities convertor
- Strip HTML & php tags
5 useful CSS snippets and tricks
Here are 5 useful CSS tricks that I find myself using often, so I thought of sharing them here. Feel free to suggest others in the comments below.
#1 The quick reset
While there are a lot of lengthy and more comprehensive css resets available online, I’ve found that the following piece of code works just fine and provides pretty good reset capability.
* {margin: 0;outline: 0;padding: 0}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {border: 0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul, ol {list-style-type:none}
hr {display: none}
Another free HTML and CSS template
Here is another beautiful free html template created by me.
Download, edit and enjoy.

Live Preview
Download this template
Free HTML/CSS website template
This template is well suited for web design portfolio sites for individuals or agencies.
The template contains four pages with a contact form and jQuery lightbox image gallery for portfolio.
Since this is a free template please retain our link at the bottom of each page, or if you would like to remove the link, please consider buying it for just $5.
Download Free HTML/CSS template
Javascript function to convert decimal to fraction
A while back, while developing a small scientific calculator-like widget, I needed a function to convert a decimal value into a proper fraction form. After a lot of thinking and trial and errors, I came up with this little piece of code that worked quite well.
Read more…
Weather forecast script in php using Google Weather API
Update:
This method no longer works since google now no longer allows public access to this api.
Use the following JSON weather API instead:
Weather forecast using javascript and worldweatheronline.com free api
A few days back , we published an article about currency conversion using Google calculator API and php. Today we are going to show you how to display current weather information and forecast data using php and Google Weather API.
The API is situated at http://www.google.com/ig/api?weather and the callback URL for a specific place looks like this :
www.google.com/ig/api?weather=PlaceName&hl=en
The returned data in XML form contains information such as current temperature , weather condition , humidity , winds and forecast for the next few days. Read more…
Minima – WordPress theme

Minima is sleek minimalistic wordpress theme with a blend of white , black and lime green with many features.
Download Minima WordPress theme
Start your blog design with this minimalistic wordpress theme turtorial.
