Tag Archives: chrome

jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm

I ran into this crazy performance problem on: jQuery 1.7.1 jQuery UI 1.8.16 Twitter’s Bootstrap 1.4.0 Windows 7 / Chrome 16.0.912.63 See how the button starts dragging from the top left corner and drags really slowly? I stripped down the CSS … Continue reading

Posted in Development | Tagged , , , , , | 7 Comments

Getting the version number of your own Chrome Extension

http://siphon9.net/loune/2010/07/getting-the-version-number-of… This is so kludgy. I hope they make it better sometime, though :-/ See this Amp at http://amplify.com/u/a1arws  

Posted in Development | Tagged , , , , | Comments Off on Getting the version number of your own Chrome Extension

Building Chrome extensions from a service account

So I got our build system to call the chrome.exe to build my Chrome extension, but it didn’t work. It said: Could not find exported function RelaunchChromeBrowserWithNewCommandLineIfNeeded The build system runs in a web application, so I’d have to guess … Continue reading

Posted in Development, Uncategorized | Tagged , , , , | Comments Off on Building Chrome extensions from a service account