7,751 reputation
11632
bio website jason.heddings.com
location Colorado
age 34
visits member for 3 years, 7 months
seen 7 mins ago
stats profile views 409

An all-around-geek who loves music, sports, coffee, and above all, Christ.


Nov
4
comment Passing $_GET variables to virtual directories via .htaccess
What would you expect this result to look like instead?
Nov
3
revised Passing $_GET variables to virtual directories via .htaccess
added 134 characters in body
Nov
3
answered Passing $_GET variables to virtual directories via .htaccess
Nov
3
comment Passing $_GET variables to virtual directories via .htaccess
Is it a requirement to rewrite the additional parameters in the new format, rather than passing them as additional _GET parameters?
Nov
3
revised How do I determine idle time in my C# application?
added 92 characters in body
Nov
3
revised How do I determine idle time in my C# application?
edited title
Nov
3
revised How do I determine idle time in my C# application?
added 557 characters in body
Nov
3
answered How do I determine idle time in my C# application?
Nov
3
comment How do I determine idle time in my C# application?
By "working properly" do you mean that you are getting correct data in Windows 7?
Nov
1
awarded  Civic Duty
Oct
31
revised How to open two separate (default) browser windows instead of new tabs
added 381 characters in body
Oct
31
revised How to open two separate (default) browser windows instead of new tabs
added 381 characters in body
Oct
31
answered How to open two separate (default) browser windows instead of new tabs
Oct
29
revised How to insert data using recursion?
deleted 395 characters in body
Oct
29
comment How to insert data using recursion?
What are you using to determine your CSS class name? Do you have a predetermined set for parent and children, or is it based on your DB content? I don't see where you are adding the CSS class in your example, so I'm not sure how you are calculating it.
Oct
28
revised What script can I use to embed the latest youtube video?
deleted 1 characters in body
Oct
28
revised What script can I use to embed the latest youtube video?
added 234 characters in body
Oct
28
revised What script can I use to embed the latest youtube video?
added 259 characters in body
Oct
28
answered What script can I use to embed the latest youtube video?
Oct
28
comment Regular Expression strings in Java
Definitely the way to go for known substrings and delimiters. Much more efficient than compiling the regular expression. Watch out for case-sensitive searching and other unplanned inputs (i.e. leaving off the port; the string http://www.google.com/ will throw an error here).