My favorite box shadow for overlays
My favorite box shadow for overlays is box-shadow: 0 2px 5px 0 rgba(0, […]
My favorite box shadow for overlays is box-shadow: 0 2px 5px 0 rgba(0, […]
Div with transparent background The div that has the background and the […]
You can easily make a slider that scroll vertically, just initialize it […]
If you want to redirect all non-www requests to your site to […]
Applying a very large border radius work on many browsers (IE9+, FF, […]
Assuming you have a Photo model than belongs to a Gallery model. […]
Imagine you have many galleries each one has many photos. When you […]
Let’s say you have a photos table with a field view_count. Every […]
If you have a page with slug /slug and in that page you […]
If you want to redirect all traffic from http to https, just […]
If you forgot your admin password then add the following line in […]
Open regedit. Goto HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics Set the values of BorderWidth and PaddedBorderWidth […]
If you have links inside your slide and you want to be […]
If you get some errors like ’ instead of apostrophe try the […]
If you want to use the skycons icons with forecast.io then the […]
If you want to align a div vertically center and you don’t […]
Fahrenheit to Celsius converter: function f2c(ftemp) { return Math.round((ftemp – 32) * […]
Create a circle and animate it forever! .cirlce { border: 1px solid […]
Get Youtube video id from a Youtube Url /** * @param String […]
Just copy paste the following code in server.js file inside your node […]