travis

3,062
reputation
223 views

Registered User

name travis
member for 1 year
seen 12 hours ago
website
location US
age 30
Software engineer at BrandLogic in Rochester NY unhub.com/travis
Dec
7
revised What is the syntax for an inner join in linq to sql?
improved formatting
Dec
2
comment Restrict selection of SELECT option without disabling the field
Damn IE. I wonder if there's an MS-specific equivalent to disabled="disabled"? Maybe readonly="readonly"?
Dec
1
comment How do I set the StripFormattingOnPaste property of a Telerik RadEditor with JavaScript?
Awesome, thanks for the info!
Nov
27
awarded  Tumbleweed
Nov
20
revised How do I set the StripFormattingOnPaste property of a Telerik RadEditor with JavaScript?
_stripFormattingOptions
Nov
20
asked How do I set the StripFormattingOnPaste property of a Telerik RadEditor with JavaScript?
Nov
4
comment How can I start designing my program on paper without over engineering things?
I use them with space-delimited letter-groups
Oct
26
awarded  Enlightened
Oct
26
awarded  Necromancer
Oct
19
accepted Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?
Oct
16
answered Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?
Oct
16
revised Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?
editor.set_html(value)
Oct
16
asked Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?
Oct
14
comment What’s the most useful ValidationExpression used in your RegularExpressionValidator controls? What should be used on every text input?
@Chad: The purpose was to display a friendlier message about potentially unsafe input before a form is even posted back. @Dove: did you mean "would *not*"? @Rubens: thx for the link, I'll check it out.
Oct
14
comment What’s the most useful ValidationExpression used in your RegularExpressionValidator controls? What should be used on every text input?
Actually I do have validateRequest set to true by default. The regex validator will display a much friendlier message than an error message would though.
Oct
14
asked What’s the most useful ValidationExpression used in your RegularExpressionValidator controls? What should be used on every text input?
Sep
29
comment Is there any way to repopulate an Html Select’s Options without firing the Change event (using jQuery)?
It would've been if comments had existed when I added it.
Sep
21
revised Jquery and change() with more than 1 function?
selector switch
Sep
21
answered Jquery and change() with more than 1 function?
Sep
21
accepted Correctly matching an ending tag with its starting tag in HTML with a RegEx
Sep
18
answered Correctly matching an ending tag with its starting tag in HTML with a RegEx
Sep
8
awarded  Popular Question
Sep
1
revised SVN+SSH authentication isses when running CruiseControl.NET 1.4.4 SP1 service on Windows Server 2003
ProjectX
Sep
1
accepted SVN+SSH authentication isses when running CruiseControl.NET 1.4.4 SP1 service on Windows Server 2003
Aug
29
awarded  Notable Question
Aug
28
revised How would you spend $150 on developer tools?
more options
Aug
28
accepted How do I loop through a regex’s matches inside a replace in javascript?
Aug
28
accepted How can in install VS 2008 without using ~6.5GB of space on my C drive?
Aug
28
accepted ASP.Net word count with a custom validator
Aug
28
revised ASP.Net word count with a custom validator
added correct answer
Aug
28
revised SVN+SSH authentication isses when running CruiseControl.NET 1.4.4 SP1 service on Windows Server 2003
oops
Aug
27
answered SVN+SSH authentication isses when running CruiseControl.NET 1.4.4 SP1 service on Windows Server 2003
Aug
27
asked SVN+SSH authentication isses when running CruiseControl.NET 1.4.4 SP1 service on Windows Server 2003
Aug
20
comment Can Prototype or JQuery return an HTTP status code on an AJAX request
If you just wanted to get the status code, I think that type: 'HEAD' might be a little bit more streamlined. Although maybe that's something for the .Net side, I'm not sure if jQuery supports HEAD or not.
Aug
18
answered What is your best programmer joke?
Aug
16
awarded  Yearling
Aug
14
accepted Stalling Regex in VB.Net 2.0 (for ASP.Net)
Aug
11
comment Why does VS 2005 keep giving me the “’x’ is ambiguous in the namespace ‘y’” error?
@Richard: Unfortunately, the power supply on the machine having this issue has died, thus it will be a mystery as to what the actual solution would be, but since I believe this was the closest answer, you get the points and the $5 via paypal to you or the charity of your choice. Just let me know where to send it :-)
Aug
11
revised How do I loop through a regex’s matches inside a replace in javascript?
typos, semicolon, clarification
Aug
11
answered How do I loop through a regex’s matches inside a replace in javascript?
Aug
11
comment How do I loop through a regex’s matches inside a replace in javascript?
Close, I'm trying iterate through the matches of a particular group. so for "abcdcdef".match(/ab(cd)+ef/) how do I loop through multiple matches of $1?
Aug
11
comment How do I loop through a regex’s matches inside a replace in javascript?
Wait, "can you not..." were you saying I had already simplified it too much?
Aug
11
comment How do I loop through a regex’s matches inside a replace in javascript?
I've added a simpler version, does that make more sense?
Aug
11
revised How do I loop through a regex’s matches inside a replace in javascript?
simpler version of problem
Aug
11
asked How do I loop through a regex’s matches inside a replace in javascript?
Aug
10
answered Stalling Regex in VB.Net 2.0 (for ASP.Net)
Aug
10
asked Stalling Regex in VB.Net 2.0 (for ASP.Net)
Aug
10
comment Changing the value of a Telerik RadEditor with Javascript/jQuery
Awesome, I had no idea those were even possible. I think it might be a bit late to refactor my current solution, but that will definitely come in handy in the future, thanks!
Aug
5
revised Are jQuery’s :first and :eq(0) selectors functionally equivalent?
FF3 for formatting
Aug
5
revised Changing the value of a Telerik RadEditor with Javascript/jQuery
final answer