Doug D

284
Reputation
61 views

Registered User

Name Doug D
Member for 6 months
Seen 1 hour ago
Website
Location Nashua, NH, USA
Age 45
Software Engineer Manager for Ektron, Inc.
Experienced in software engineering and architecture, user interface design and localization.
XML/XSLT/XSD, XHTML, C#/VB.NET, regular expressions, JavaScript and jQuery.
Technical committees: OASIS XLIFF, OASIS OAXAL, and OASIS CMIS.
22m
accepted XSL variable number of child nodes…
Nov
12
answered jquery checkbox issue - do not check if it’s disabled
Nov
12
answered Creating XSD schema for messages validation Problem
Nov
10
comment Direct actions on html() and text() in jQuery
Just a word of caution, in case you have not thought of it already. The search and replace on the HTML has two complications. 1. The replace will apply to HTML tag names and attributes, which may or may not be intended. 2. Some "words" may not be replaced as intended because they are split by tags, for example, [span class="firstChar"]D[/span]irect actions. The replace of "Direct" won't find it because of the injects closing SPAN tag.
Nov
10
awarded  Commentator
Nov
10
comment XSL variable number of child nodes…
BTW, it's also a (legal) shortcut in SGML, which is the father of XML. Sometimes I wish XML had adopted the notation. :-)
Nov
10
comment XSL variable number of child nodes…
It's just a quick (illegal) way to type a closing tag. The xsl:template tag would need to be properly closed.
Nov
7
answered XSL variable number of child nodes…
Sep
9
answered LoadControl vs Construct ASP.Net Control
Aug
21
awarded  Necromancer
Jun
25
answered How to use HTML anchors as a table of contents in email?
Jun
25
awarded  Editor
Jun
25
revised How to inline CSS and javascript through XSL
Added CDATA per comment. Good catch!
Jun
25
comment Hidden Features of JavaScript?
When doing code reviews, always look for this one. Leaving off the ", 10" is a common mistake that goes unnoticed in most testing.
Jun
25
comment Hidden Features of JavaScript?
eval is evil, though rarely necessary
Jun
25
accepted How to inline CSS and javascript through XSL
Jun
24
accepted jQuery string manipulation, regex noob.
Jun
24
comment jQuery string manipulation, regex noob.
This approach does not ensure matching square brackets. I recommend my solution below.
Jun
24
comment jQuery string manipulation, regex noob.
This site provides a place to test regular expressions in either JavaScript or .NET. It also contains many samples, but they are not always correct. regexlib.com/RETester.aspx
Jun
24
answered jQuery string manipulation, regex noob.
Jun
24
awarded  Scholar
Jun
24
answered Possible to do xsl transform on dynamically generated xml?
Jun
24
answered How to inline CSS and javascript through XSL
Jun
5
answered .NET XML Serialization without <?xml> root node
Jun
5
comment Serialize a nullable int
Since SomeValue may be null... public double XmlSomeValue { get { return SomeValue.HasValue? SomeValue.Value : 0; } set { SomeValue = value; } }
Jun
3
comment CMS -WYSIWYG for dummies
Clarification: Ektron offers several licensing models, some of which are for unlimited users. Additionally, membership users (authenticated visitors to your site) are different than cms users (typically employees of your company). Membership users are always unlimited.
Jun
3
comment Experiences with Ektron?
Clarification: Ektron provides licenses per domain as well as server licenses, so it doesn't need to be tied to the CPU.