Categories
ColdFusion HTML-JS-CSS Tech

Dynamic Form Templates with CFInclude

ColdFusion is a pretty powerful language when it comes to managing all your server / enterprise resources, but it is also useful to manipulate user interfaces. In this post, we speak about using the CFInclude tag to build intuitive user experiences. To start with, here is our problem. We had multiple pages in a website, […]

Categories
HTML-JS-CSS

New found love for the Foundation Framework

Foundation is a beautiful framework for authoring HTML JS websites. I believe that this framework stikes a perfect balance between being just right ‘heavy’ while accomplishing what a designer-developer would want it to. What more, it also comes with a customization package to help you keep it simple. But that said, it is the framework […]

Categories
HTML-JS-CSS Tech

Coping with incompatible browsers

You hear of new software’s to browse the internet before you know it, be it new browsers or new versions. But how many of these really run the code on your website as expected? In spite of the W3C’s (World Wide Web Consortium) attempts to establish common standards, not many browsers comply, not to mention […]

Categories
HTML-JS-CSS

Maps : Zoom into appropriate location

Visitors end up seeing the entire world on the map when GeoCoordinates are not available. There are two ways to combat this, Either position map (calculate longitude) based on the timezone from system date, The entire map is still seen, but the map is positioned with the visitors location at the center. Below is the […]