schmoopy

800
reputation
103 views

Registered User

name schmoopy
member for 1 year
seen yesterday
website
location columbus, ohio
age 36
I like to code and ski
1d
awarded  Popular Question
Dec
11
comment wcf net.p2p:// - does this work over the internet?
Thanks tommieb - thats what i feared :-(
Dec
10
comment wcf net.p2p:// - does this work over the internet?
Thank you tommieb75, makes sense - is there any way to do this with .NET?
Dec
7
revised wcf net.p2p:// - does this work over the internet?
added 88 characters in body
Dec
7
comment wcf net.p2p:// - does this work over the internet?
How does Skype (or other chat programs) work? Ie: i know we sign into a central server, but when i send a file to another peer, it creates a direct peer connection. My custom resolver would be publically accessible but the peers are behind NAT's
Dec
7
asked wcf net.p2p:// - does this work over the internet?
Dec
2
asked PNRP + dont see Global_ on Windows 7
Dec
2
awarded  Popular Question
Dec
2
revised PNRP - How does it work?
added 384 characters in body
Dec
2
asked PNRP - How does it work?
Nov
19
revised LinqToSql + calling .Count fails in production only
added 616 characters in body; added 2 characters in body
Nov
19
asked LinqToSql + calling .Count fails in production only
Oct
27
comment How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
Andy -- i tested in IE7 and it works for me?
Oct
27
comment How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
exactly what i was looking for, thank you.
Oct
27
comment How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
ooohhh >, i will try that and update . sounds very promising
Oct
27
revised How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
added 191 characters in body
Oct
27
revised How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
deleted 111 characters in body
Oct
27
asked How can you create a cross browser css menu that doesnt require you to provide a style for EVERY LEVEL of the menu
Oct
11
awarded  Yearling
Sep
25
answered Best tell-tale sign on their first day that a programmer might not work out?
Sep
25
asked How do you create/edit .mxp
Sep
25
revised Run JavaScript in DreamWeaver CS3
added 102 characters in body; edited title
Sep
24
asked Run JavaScript in DreamWeaver CS3
Sep
21
comment How do you sort a C# dictionary by value?
Great solution - best ive seen for this - and you dont have to create a list of keyvalue pairs before using it.. Very easy to understand :-)
Sep
16
revised Have JS in iFrame get value from element in main page
added 660 characters in body
Sep
16
comment Have JS in iFrame get value from element in main page
Hey thanks - it was actually a combination of things but i was assumming it wasnt just finding the object - it was not finding the object + not finding the script - solution above :-)
Sep
16
asked Have JS in iFrame get value from element in main page
Sep
16
comment Determine if a row for an fk exists in any one of 20 tables
yea thats a little more compact - thank you.
Sep
16
asked Determine if a row for an fk exists in any one of 20 tables
Aug
17
awarded  Popular Question
Aug
7
awarded  Popular Question
Jul
28
awarded  Notable Question
Jul
23
comment Is there a way to get the variables that were used in a RegEx.Replace to use in .NET?
Thank you very much, i am trying this but with no luck - when i use RegEx.Match(orig, pattern) it works, if i do: MatchCollection co = RegEx.Matches(orig, pattern); I get 0 results. Any idea what im doing wrong here?
Jul
23
asked Is there a way to get the variables that were used in a RegEx.Replace to use in .NET?
Jul
23
asked Is there a way to get the variables that were used in a RegEx.Replace to use in .NET?
Jul
8
awarded  Tumbleweed
Jul
3
awarded  Popular Question
Jul
1
asked WCF Service Tier - Use delegation to pass users identity across physical bounderies - how do you do this for Novell?
Jun
25
asked Is there an easy way to convert System.Data.DataTable to a linq entity?
Jun
22
asked linq to sql + update table
Jun
22
comment linq to sql + stackoverflow exception when querying objects
ok, it was an oversight and a newbie to the technology. To resolve the problem: When using 'Auto Generated Value' = True, then you must set 'Delay Loaded' to False - otherwise you get the recursion error.
Jun
22
accepted Linq + Invalid expression term ‘>’
Jun
22
revised linq to sql + stackoverflow exception when querying objects
added 440 characters in body
Jun
22
revised linq to sql + stackoverflow exception when querying objects
added 216 characters in body
Jun
22
comment linq to sql + stackoverflow exception when querying objects
great question and yes i did forget to mention: within the datacontext designer i set the pk on this table to 'Auto Generated Value' this is because i use it as a primary key with auto increment in sql -- cant evaluate call stack or anything after the stackoverflow
Jun
22
asked linq to sql + stackoverflow exception when querying objects