-
Recent Posts
Recent Comments
- Suraj on jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm
- Eli Thompson on jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm
- Suraj on jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm
- dd on jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm
- Eli Thompson on jQuery UI Sortable + Bootstrap’s Buttons = Perfect Performance Storm
Archives
Categories
Meta
Category Archives: Uncategorized
Unit testing CoffeeScript with QUnit
I got bitten by the CoffeeScript bug and decided that I liked it enough to try to add CoffeeScript support to Cheezburger.com. Paul Betts’ very cool SassAndCoffee library has a method which compiles CoffeeScript to JavaScript which I could easily integrate … Continue reading
Posted in Development, Uncategorized
5 Comments
Turntable.fm: Mute until next track starts
Drag the link below up to your bookmark bar. When clicked, this bookmarklet will mute the current song in Turntable.fm and then unmute when the next song starts playing. Updated 7/5/2011 – Turntable.fm changed the name of their player control, … Continue reading
Posted in Development, Uncategorized
1 Comment
Events on JavaScript Objects
I did a search for javascript events and came up with lots of articles about onclick and onload and all the lovely things we use to make our pages interactive. But in this case, I wanted a C#-style event, like … Continue reading
Posted in Development, Uncategorized
Leave a comment
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 application, chrome, folder, organisation group, regards adi
Leave a comment
Still relevant
Posted in Uncategorized
Tagged dilbert, new ruling class, official dilbert website, pointy haired boss, strips
Comments Off
Basics of Statistics in SQL Server 2005 – Developer.com
URL: http://www.developer.com/db/article.php/3622881/Basics-… I had a table that was too large to get a count of. I tried Select Count(*) from {Table} but the query didn’t want to come back very quickly. Another way to get the size is to get … Continue reading
Posted in Development, Uncategorized
Tagged having, mono linux, open source, queries, server
Comments Off
Java Update – Y U NO understand that I hate toolbars?
Java Update, seriously? You want to install Yahoo! toolbar by default? That’s evil and I hate you for it. I’d be OK if I had to click to opt-in. Amplify’d from cheezburger.com See more at cheezburger.com See this Amp … Continue reading
Posted in Uncategorized
Tagged can has cheezburger, my lolz, my pics, my trophies, my videos
Comments Off
I want you all to feel empowered on this project
Amplify’d from dilbert.com See more at dilbert.com See this Amp at http://amplify.com/u/ivu4
Reseed the identity on a SQL Server table
I’d rather just take the identity off the table I had to use this on, but this is an excellent solution if you over incremented the identity and need to bring it back. Amplify’d from msdn.microsoft.com The following example forces … Continue reading
Posted in Development, Uncategorized
Tagged dbcc checkident, go dbcc checkident, identity, transact-sql, use adventureworks2008r2
Comments Off
Enable IIS to serve .woff and .svg files
I needed this functionality, too. Here’s how to do it. Amplify’d from sebduggan.com By default, the MIME types in IIS 6 are configured to deliver EOT (as used by IE) and TTF files. But WOFF (Firefox) and SVG (iPhone, iPad … Continue reading