@SeanNHenderson
Member since Jan 11, 2012
- Profile: /members/9476-seannhenderson.htm
- Comments: 6
Recent Blog Comments By @SeanNHenderson
-
Thought Experiment: Splitting A Single Data Table Up Into High-Writes And High-Reads For Better Performance In MySQL
Posted on Oct 15, 2019 at 12:57 PM
Probably shouldn't have LastUpdatedAt field in the User table, or really any field that changes a lot as an attribute in a object table. Maybe better to have a log table and stitch together with a view. Some types of these tables, like a User table, can have insert/update/delete triggers on ... read more »
-
The User Experience (UX) Of Having One Computer Monitor
Posted on May 13, 2014 at 9:34 AM
@David 3840x2160 seems more than a little useless. Thanks for the tip about "4k" -- I'll be sure to stay away from such devices. I'm sure everything on them will be so small I'll have to have a microscope to read anything on them.... read more »
-
The User Experience (UX) Of Having One Computer Monitor
Posted on May 7, 2014 at 1:04 PM
Two 19in non-widescreen monitors. I'm with you on disliking wide screen anything, except a movie in an actual movie theater. Most actual work (documents, etc) is done on items fitting more of a portrait orientation (or at least not so wide to be "wide"), so I think it's the influence of m... read more »
-
The User Experience (UX) Of Color Contrast In A Call-To-Action
Posted on Apr 29, 2014 at 11:34 AM
@Ben Threaded view is where the messages are listed by recipient as "conversations" and not as a simple list sorted by arrival in descending order. Another beef with Thunderbird is that it's near impossible to update the subject line of incoming emails to something actually resembling ... read more »
-
The User Experience (UX) Of Color Contrast In A Call-To-Action
Posted on Apr 25, 2014 at 1:42 PM
Email is one of the best of Internet applications. Email applications are the worst, however. There is no email client that has every completely satisfied my front-end requirements. I could list 12 things wrong with every client I've ever used within seconds. Thunderbird - horrible address book ... read more »
-
Using The XPath String() Function In XmlSearch() To Aggregate Node Text In ColdFusion
Posted on Jan 11, 2012 at 1:29 PM
I had thought maybe this would help my CDATA issue, which I still cannot solve. (Using CF8) <cfset myResultsArr=XmlSearch(myXmlDoc,"normalize-space(string(#form.xpath#))")> The //someNode/text() portion I am trying to reach is within a CDATA thing-a-ma-bobber (technical te... read more »