Customize the look of your theme’s default “Read More” button with a simple piece of CSS you can copy-paste into the WordPress dashboard.
web programming
Loading CSV markers data into Google Maps API
Here is a nifty solution designed to populate a google map with geo location markers and infowindow popup boxes.
Hover compatibility of dropdown menus on touch devices.
I’ve seen different attempts to make the dropdown menus work intuitively on touch devices and while some are trying to utilise the double tap (not the best as this triggers zoom) and various jquery contraptions, all you need is for the top level link to ignore the first tap and let the user see the … Read more
CSS margin-top
Did you know that if you set margin-top of a child div as a percentage, it will be calculated based on the width of the parent div? Try it