Twitter Updates
- Mac malware signed with Apple ID infects activist’s laptop ars.to/16EkLX6 1 day ago
- iOS 6.0 gets US federal government's security stamp of approval imore.com/ios-60-gets-us… via @iMore 5 days ago
- Dear the Oatmeal, I see your Mantis Shrimp post, and I raise you my favorite animal… thedoghousediaries.com/5076 via @willrayraf 5 days ago
- RT @dursunovic: I Don't Want Your Fucking App idontwantyourfuckingapp.tumblr.com 6 days ago
- @gisellis that would be a wonderful silver lining if it worked out that way! 1 week ago
What I’m Reading
No data foundTags
.NET airplay akamai asp.net awk books browser customer service cygwin debugging DNS experiments family google home technology iis iMovie iOS iPad iPhone ISP javascript jboss judaism location services memcached methodology mobile networking npr parenting performance personal finance photography powershell routing security shabbat shortcuts social media sql sqlserver television tomcat travel-
Recent Posts
- Caught cheating while reading my daughter’s bedtime story
- How I became one of those jackasses with a bluetooth headset
- Trying out GoldieBlox on my five year old daughter
- A parent’s emergency mnemonic for bolting out the door with kids
- TripIt Pro is absolutely worth the money, even if you travel infrequently
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
RSS
Categories
Meta
Tag Archives: javascript
Solved: IE encounters ERROR_INTERNET_INCORRECT_HANDLE_STATE when opening a popup window
One of our engineers asked me to take a look at a bizarre problem in an application. When accessing the application using IE8, they would click a link that opens a popup window. Rather than the popup window loading, the … Continue reading
HTML Shortcut: Dynamically populate a select list drop down when it is first clicked
e were recently making some modifications to a configuration options page. The page was set up a type of table, where each record had its own row, and each column represented a different type of data that could be edited. … Continue reading
HTML Shortcut: Dynamically switch to RTL mode based on the opener #localization #l10n
As we were working on adapting one of our applications to support right-to-left (RTL) languages like Hebrew and Arabic, we tripped over an issue with a static HTML document. Changing a page to by RTL is pretty easy. You can … Continue reading
Solved: Printing using CTRL+P stops working in IE8 on Windows 7 after modifying security settings
Many of our customers are large, global organizations with hundreds of thousands of employees and thousands of locations. With such a vast infrastructure, their IT organizations take great pains to keep their computers stable and secure. While in theory only … Continue reading
Performance: Yes, time-taken in IIS includes network time
I’ve written previously about many of the useful types of analysis you can perform using the time-taken field in your web logs. However, I would be remiss for not pointing out some limitations of the data it provides. When poring … Continue reading
Performance Tuning: Clear hidden form variables to avoid unnecessarily large post backs #browser #html #javascript
To create rich web applications, it is fairly common to encode data in JSON on the server and then manipulate it using javascript on the client. For example, when creating a rich Datatable in YUI, rather than rendering the data … Continue reading
