Drawing floating columns/bars in Flot
Let me say first of all, that I mostly like Flot as a charting application. It provides a lot of charting functionality and is reasonably good looking. But sometimes it is a bit of
Let me say first of all, that I mostly like Flot as a charting application. It provides a lot of charting functionality and is reasonably good looking. But sometimes it is a bit of
I was having this really weird problem in PhoneGap where when the orientation would change the webview would not resize to fit the whole screen. Turns out that the meta viewport tag was causing
Get viewport size width and height with javascript – Javascript – Blog / Andy Langtons Website. This is a neat little snippet of JavaScript code to get the size of your viewport on a
Just a quick one today. I have read on several web pages that if you want to speed up the rendering of your site that you need to add -webkit-transform: translate3d(0,0,0) to the page elements
I’ve been doing a lot of work in Phonegap lately and I really like it. However, one of the things I don’t like is that click events are really, really slow. There’s a reason