samjudson

4,171
Reputation
172 views

Registered User

Name samjudson
Member for 1 year
Seen 2 days ago
Website
Location GB
Age 35
.Net Developer, Wrox Technical Editor (XSLT), Rock Climber...
Nov
24
awarded  Enlightened
Nov
24
awarded  Nice Answer
Nov
10
comment Evernote export format (ENEX) to HTML, including pictures?
Well personally I'd process them in C# because I'm a .Net developer, but you could use Java (in which case there are almost unlimited XSLT processors - Saxon being the best IMHO). Each processor has its own way of implementing extension methods however.
Nov
8
accepted Evernote export format (ENEX) to HTML, including pictures?
Nov
3
revised XSL media:content - Trimming strings in XSLT
changed title.
Nov
2
answered Evernote export format (ENEX) to HTML, including pictures?
Oct
30
awarded  Nice Answer
Oct
28
accepted XSLT For Declarative Language
Oct
13
comment XSLT - how to parse xml with recursive elements to Eclipse toc.xml?
In XSLT 2.0 either will work, but in XSLT 1.0 only the latter will work.
Oct
12
accepted XSLT - how to parse xml with recursive elements to Eclipse toc.xml?
Oct
12
answered XSLT - how to parse xml with recursive elements to Eclipse toc.xml?
Sep
28
accepted jQuery :cant use split function
Sep
16
awarded  Nice Answer
Sep
16
awarded  Nice Answer
Sep
8
accepted PowerShell App.Config
Sep
8
answered Using the current HTTP request identity as the default credentials for SharpSVN
Sep
1
revised How to fire TextBox.TextChanged event on jquery onkeyup?
edited title
Sep
1
answered C#: Where to unsubscribe events in a UserControl
Sep
1
revised C# String output: format or concat?
deleted 24 characters in body
Aug
28
accepted Load an XmlNodeList into an XmlDocument without looping?
Aug
25
accepted Easiest way to convert a URL to a hyperlink in a C# string?
Aug
20
awarded  Yearling
Aug
13
accepted Iteration in JQuery
Aug
7
accepted Transact SQL CASE over a variable length input_expression
Aug
6
answered Transact SQL CASE over a variable length input_expression
Aug
6
answered T-SQL datetimes substracting.
Aug
6
comment jquery callbacks being called multiple times
Apologies - should be 'numDivs' inside the function.
Aug
6
revised jquery callbacks being called multiple times
added 2 characters in body
Aug
6
comment Windows built-in ZIP compression script-able?
You can 'zip' files up into a single file without compressing them, much like 'tar' in unix. This allows you to distribute the files as a package, but does not reduce their size of disk space.
Jul
25
accepted Converting XSLT 1.0 to XSLT 2.0
Jul
8
comment I want to be able to see the ‘displayrmuform’ when rmuboolean and effectivedate (right after inputting date) is not null
What do you mean by 'not working' - do you get an error, if so list it.
Jul
8
revised I want to be able to see the ‘displayrmuform’ when rmuboolean and effectivedate (right after inputting date) is not null
added 42 characters in body
Jul
8
comment I want to be able to see the ‘displayrmuform’ when rmuboolean and effectivedate (right after inputting date) is not null
You have tagged as C#, yet that looks like JavaScript to me.
Jul
8
revised I want to be able to see the ‘displayrmuform’ when rmuboolean and effectivedate (right after inputting date) is not null
added 96 characters in body
Jul
8
answered What is TKey and TValue in a generic dictionary?
Jul
7
answered XSLT For Declarative Language
Jul
7
revised Creating an web API in ASP.Net
added 54 characters in body
Jul
7
comment Creating an web API in ASP.Net
Agreed - reworded answer.
Jul
7
revised Graphical web library which allows to click “arcs” on diagrams (see the screenshot)
spelling
Jul
7
answered Creating an web API in ASP.Net
Jul
7
answered Named Groups in Regular Expression
Jul
7
revised Named Groups in Regular Expression
formatting
Jul
7
answered Converting XSLT 1.0 to XSLT 2.0
Jul
7
comment How to manipulate nodes coming from a $.get request?
Are you sure you don't just mean $(newHtml)?
Jul
7
comment handling events of controls added during runtime
Put "Button thisButton = (Button)sender;" in the event handler.
Jul
7
accepted handling events of controls added during runtime
Jul
6
comment handling events of controls added during runtime
Yes, right after the Button edit = new Button() line.
Jul
6
comment handling events of controls added during runtime
The first time I did this it was not setting the ID that really got me for ages.
Jul
6
revised ASP: convert milliseconds to date
added 4 characters in body
Jul
6
answered ASP: convert milliseconds to date