-
Find me on Mastodon @jrothmanshore@fosstodon.org
Twitter Updates
- @Delta My flight tomorrow was canceled. I keep pressing the "Find Other Flights" button, but it is stuck in a loop… twitter.com/i/web/status/1… 3 months ago
- @paramountplus count me among your very angry customers who are paying for commercial free but getting ads. Fix this or I will cancel! 1 year ago
- @onthemedia Love your show, haven't missed an episode in 10 years, but was shocked you didn't challenge @rsgexp whe… twitter.com/i/web/status/1… 1 year ago
- @SeeClickFix Is there a way to get a daily digest of updates instead of a separate email for each and every report in my area? 1 year ago
- @doteasy Is DotEasy down? We are unable to access our site or access our doteasy account. 2 years ago
What I’m Reading
Tags
- .NET
- advertising
- airplay
- akamai
- apple
- asp.net
- awk
- bluetooth
- books
- browser
- customer service
- cygwin
- debugging
- DNS
- e-commerce
- excel
- experiments
- family
- fitness
- formatting
- health
- home technology
- HTML
- html shortcuts
- iis
- iMovie
- iOS
- iPad
- iPhone
- ISP
- javascript
- jboss
- judaism
- lego
- legos
- localization
- location services
- marketing
- medical
- memcached
- methodology
- Microsoft
- mobile
- MS word
- net neutrality
- networking
- npr
- OSX
- OS X
- outlook
- parenting
- performance
- personal finance
- photography
- plumbing
- powershell
- privacy
- psychology
- routing
- security
- shabbat
- shortcuts
- social media
- sql
- sqlserver
- television
- tomcat
- toys
- tracking
- travel
- voip
- windows 7
- wireless
- Word
-
Recent Posts
- php-fpm 503 timeout error triggered by interrupted client connection
- Shortcut: Simple rubber strips to make a phone easier to hold without the bulk of a case
- Shortcut: Overcome cell network congestion by dropping to 4G
- If you travel frequently, take a look at Arro app for taxis
- Am I really saving money as a cord cutter?
Archives
- January 2023
- April 2017
- September 2016
- June 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- 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
-
Join 753 other subscribers
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