James Sulak

1,992
Reputation
164 views

Registered User

Name James Sulak
Member for 1 year
Seen Nov 25 at 20:53
Website
Location US
Age 26
Developer at Jones McClure Publishing.

Projects I've done.
Nov
9
comment Cannot use pinvoke to send WM_CLOSE to a Windows Explorer window
Thanks, this works perfectly. Informative link, too.
Nov
7
comment Cannot use pinvoke to send WM_CLOSE to a Windows Explorer window
Interesting idea, but I'd like to avoid that. The app is a task switcher that gives the user the option to close the application instead of switching to it, so I want the close operation to be safe.
Nov
7
asked Cannot use pinvoke to send WM_CLOSE to a Windows Explorer window
Nov
5
revised How to redirect input in cmd
edited tags
Nov
4
comment how do i add a comment to an xpath ?
Hah, kind of clever.
Oct
20
comment XHTML to XHTML with XSLT and its encodings
I think you need to mark whatever you put after (2) as code using `s.
Oct
18
comment Using Linq to filter possible values of System.Windows.Forms.Keys
Thanks, Jon. A lot of great info here. I figured there I was probably doing something fairly boneheaded to get those weird results.
Oct
18
asked Using Linq to filter possible values of System.Windows.Forms.Keys
Oct
17
answered xpath: how can you select a specific text node before and after a <br> tag ?
Oct
17
accepted xpath select referenced xml node
Oct
17
comment xpath select referenced xml node
True, I hadn't thought of that, if this is what you are going for.
Oct
17
answered xpath select referenced xml node
Oct
16
accepted Parsing XML: Colon in my element causes XPath to miss it
Oct
16
answered Parsing XML: Colon in my element causes XPath to miss it
Oct
15
accepted I’ve never used ido mode. Do I want to?
Oct
15
answered Can an XSLT parse a string of text?
Oct
13
revised XSL Transform, select on prefix namespace ?
Changed version to "1.0" to avoid potential confusion
Oct
13
answered XSL Transform, select on prefix namespace ?
Oct
12
answered I’ve never used ido mode. Do I want to?
Oct
12
comment add tar/gzip to windows command line
Another option is GnuWin32: gnuwin32.sourceforge.net
Oct
12
answered how to find all the child nodes inside the matched elements (including text nodes) ?
Oct
11
comment Is it possible to use a Dynamic xPath expression in a xslt style sheet?
Hmm, in that case you'll have to use an extension function, per the discussion in CNutt's answer. saxon:eval() is an option: saxonica.com/documentation/extensions/…
Oct
11
revised Is it possible to use a Dynamic xPath expression in a xslt style sheet?
more information
Oct
11
answered Is it possible to use a Dynamic xPath expression in a xslt style sheet?
Oct
11
answered Valid XML, Valid schema. Where have I gone wrong?
Oct
11
revised How do you use “not” in xpath
edited tags
Oct
11
accepted How do you use “not” in xpath
Oct
11
answered How do you use “not” in xpath
Oct
11
comment Is it correct that an XSLT will not process child nodes of the current node unless apply-templates is explicity called?
Thanks, I misspoke.
Oct
11
revised Is it correct that an XSLT will not process child nodes of the current node unless apply-templates is explicity called?
corrected misstatement
Oct
10
answered Is it correct that an XSLT will not process child nodes of the current node unless apply-templates is explicity called?
Oct
10
accepted Xpath in XSLT: select elements that are between 2 other elements, part II
Oct
10
revised Xpath in XSLT: select elements that are between 2 other elements, part II
filled it out a bit, added link
Oct
10
answered Xpath in XSLT: select elements that are between 2 other elements, part II
Oct
7
comment Snap Open for Emacs?
Nice. Didn't know that one.
Sep
17
comment Can I assign a BaseUri to an XDocument?
Thanks, I hadn't thought of using an annotation.
Sep
17
asked Can I assign a BaseUri to an XDocument?
Sep
14
answered Proper way of creating a background hotkey with WPF C#? (preferably without using legacy code)
Sep
11
revised How do I add a document type to an XDocument?
edited body
Sep
11
asked How do I add a document type to an XDocument?
Sep
10
awarded  Popular Question
Sep
7
comment C# - Get list of open tasks
"If (p.MainWindowHandle != 0)" errors, but "If (p.MainWindowTitle != '')" works, even if it is a bit of a hack.
Aug
4
awarded  Yearling
Jul
31
answered How do I close an automatically opened window in Emacs?
Jul
22
answered Any emacs add-in for visual studio?
Jul
22
comment Are there any emacs key combinations reserved for custom commands?
In addition, C-x C-k 0 through C-x C-k 9 and C-x C-k A through C-x C-k Z are reserved for keyboard macros, so you could use those if you wanted. (gnu.org/software/emacs/…)
Jul
22
awarded  
Jul
17
awarded  Popular Question
Jul
11
comment Emacs ido-style shell
I've often wished more applications behaved like ido-mode.
Jun
4
answered What are some useful constructs for using XSLT to produce XSLT?