Drupal 7 theme – Mobile boilerplate

Mobile Boilerplate is a professional front-end template that helps you build fast and robust mobile web applications. Spend more time developing and less time reinventing the wheel. Features Mobile browser optimizations. CSS normalizations and common bug fixes. A custom Modernizr build for feature detection and a polyfill for CSS Media Queries. Home page icon for Android, iOS, Nokia. Cross-browser viewport optimization for Android, iOS, Mobile IE, Nokia, and Blackberry. Mobile IE conditional switch....

September 5, 2013 · 1 min · 135 words · Shafiq Alibhai

jquery datatables hide column without removing it from DOM

And define hide_column class in your css like this .hide_column{ display : none; } that should make that column hidden…

April 23, 2013 · 1 min · 20 words · Shafiq Alibhai

Some of my favorite cell phones

Nokia 8800 Sirocco Nokia 8600 Luna LG KE850 Prada Nokia 8800 Arte Samsung Armani O2 Cocoon LG KF750 Secret Nokia 8800 Carbon Arte Nokia 8800 Gold Arte Motorola Aura LG BL40 New Chocolate Sony Ericsson XPERIA Pureness Nokia 7900 Prism Samsung Serenata Samsung M7500 Emporio Armani

January 23, 2012 · 1 min · 46 words · Shafiq Alibhai

9 skills developers will need in the next five years

With the recent changes in the economy, a lot of developers are focused on their short-term job prospects. At the same time, it’s important to make sure that you get the most bang for your buck when it comes to taking the time and energy to learn new skills. Here is a list of 10 skills you should be learning right now to make sure that your resume is relevant for the next five years....

July 12, 2009 · 5 min · 963 words · Shafiq Alibhai

CSS Browser Compatibility Improvement Tip

Always use the following CSS code when not explicitly mentioning padding and margin. Not all browsers take zero padding and margin by default. html { padding: 0px; margin: 0px; } body { padding: 0px; margin: 0px; }

June 6, 2009 · 1 min · 37 words · Shafiq Alibhai

css fail

never use . position:absolute; left:99px; . its a handy little quick fix to position an element but it doesn’t ever work.

May 11, 2009 · 1 min · 21 words · Shafiq Alibhai