Skeleton

Posted in css, frameworks

Lightweight grid framework for responsive sites. http://getskeleton.com/

Make a link open on double click

Posted in css

Great resource on Stack Overflow on how resolve the issue of mouse hover navigation on mobile devices. You lose the ability to hover over a link for a dropdown submenu. You need to click on top level navigation to display the submenu. Otherwise the click takes you directly to a link without displaying submenu. http://stackoverflow.com/questions/4562012/make-a-link-open-on-double-click […]

.htaccess

Posted in css

#to redirect a site set up for https to http EXCEPT for one folder. The commented out line is to except one page. I found that didn’t work as the images/css were not recognized as https which defeats the purpose. I ended up putting the one file I wanted as secure in a folder with […]