Yet another reason to not use IE — Smashing Magazine
This must be reason #84 at this point to use anything (even Opera) instead of IE…
This must be reason #84 at this point to use anything (even Opera) instead of IE…
how NTLM proxies were conceived
Source: Big Numbers The easiest way to start a flamewar….
As a current long-time customer of Netflix (since way before they had streaming) I’ve found their movie selection lacking, almost as bad as HBO/Cinemax/Show...
The natural state of a Developer How do I keep up with all of this? 70/20/10 rule
Researchers at Proofpoint recently discovered a Phishing campaign that originated from select job postings on CareerBuilder.
We have some materialized views but are not sure they’re being used after index and schema changes were made to improve performance. Enable auditing: AUDIT...
I was issued a new laptop, HP 840 G1, so needed to set up a proper development environment. The first time I set it up I manually downloaded and installed m...
Oracle has an “Early Adopter” version of SQL Developer, a tool I have “become accustomed to” at a prior job where they couldn’t/wouldn’t pay for developers t...
Found a quick way to generate a DB entity model diagram with Oracle’s SQL Developer. Here is a description of how to do it, but in short: Open up the Data ...
There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton Long a favorite saying of mine, one for which I ...
TL;DR, #1: merges in all branches in a directory/local repo will be pushed regardless of the current branch when push is done, #2 use a new clone “every” tim...
A MS SQL Server instance can be configured to use NTLM authentication for connections so that it goes against Active Directory for authentication and authori...
This piece asks about the most unusual place you’ve written code. My most unusual place was in PowerPoint at FL280 and in a Lincoln. I had an interview ass...
Found a cool feature of jaxb/xjc, -Xinject-code. With example xsd from prior post, look for ‘ci’. The code should probably be wrapped in a CDATA element. [s...
Finally got the magic incantations correct to have a generated jaxb extend an existing class. http://confluence.highsource.org/display/J2B/Inheritance+plugi...
I always forget this idiom: [sourcecode language=”java”] public static Collection getFirstN(int numRecs, Collection records) { List rtn = new Ar...
Return a processed array, leaving underlying array unaltered var arr = Array.apply(null, Array(5)).map(function (_, i) {return i;}); var processedArr = $.ma...
Tried using Freewall, a small tiling library written in jquery. It looked nice in the demos and easy to incorporate but didn’t like tiles composed dynamic aj...
After spending $200 on approvals and other bureaucracy to send a t-shirt to someone (acrophyal?), HootSuite CEO appoints a “Czar of Bad Systems”, Czar Noel,...
I haven’t used Synergy in…years, but it was mostly reliable when I did use it last.
just, perhaps, maybe that I think/I believe All adverbs and most adjectives really, very, seriously, … Don’t use big “two dolla...
I’m taking the plunge and finally finishing up moving this off of Dreamhost and onto Github pages. It’s been “staged” on github for a while now, finally all...