bendewey

8,731
reputation
595 views

Registered User

name bendewey
member for 1 year
seen Dec 18 at 22:54
website
location New York, NY
age 29
I’ve always been a Microsoft guy. I started using ASP my first year in college and have made it my passion to keep up on the latest microsoft technologies ever since. I currently program in .NET as much as possible and have the benefit of working on new projects all the time where I have the ability to use the latest .NET technologies in production environments. I am a big fan of WPF.
Dec
6
awarded  Mortarboard
Nov
26
revised Can Flash or Silverlight be used for kiosk applications? How?
added 7 characters in body
Nov
17
accepted Custom streaming to read BLOBS from MS-SQL - How should I handle the connection?
Nov
16
awarded  Yearling
Nov
10
revised Why is my jQuery plugin for removing text on focus and re-adding it on blur not working?
added 4 characters in body
Nov
10
revised Why is my jQuery plugin for removing text on focus and re-adding it on blur not working?
I accidently removed a paragraph, readded with word changes.
Nov
10
revised Why is my jQuery plugin for removing text on focus and re-adding it on blur not working?
added 1 characters in body; added 114 characters in body
Nov
10
answered Why is my jQuery plugin for removing text on focus and re-adding it on blur not working?
Nov
10
revised Why is my jQuery plugin for removing text on focus and re-adding it on blur not working?
code formatting
Nov
3
comment How do I show something after mouseover longer than 1 second with jQuery QTip
in your sample your binding to mouseover/out, you should be able to just have my code on the top of your page.
Nov
2
answered How do I show something after mouseover longer than 1 second with jQuery QTip
Nov
2
revised How do I show something after mouseover longer than 1 second with jQuery QTip
Title and Puncuation
Nov
2
answered Loading HTML content containing inline script via jQuery
Nov
2
revised Loading HTML content containing inline script via jQuery
formatted; added 17 characters in body
Nov
2
comment Loading HTML content containing inline script via jQuery
by inline script to you mean script tags or onclick=someScript?
Nov
2
comment Loading HTML content containing inline script via jQuery
Is the page you're trying to load from on the same domain name?
Nov
2
comment WPF ListBox - Display properties of the ItemSource
@Ray agreed, only use this if you're setting more complicated UI.
Nov
2
revised jQuery Image Map Question
formatted code
Nov
2
answered WPF ListBox - Display properties of the ItemSource
Oct
18
comment How to select div in table cell using jQuery
@cletus you should chain the focus and blur calls so they don't load the selector twice.
Oct
18
comment How to select div in table cell using jQuery
@Russ careers.stackoverflow.com uses an entry form that has a message on each row. I'm with cletus that he's looking for something like this.
Oct
18
comment How to select div in table cell using jQuery
-1 Unfortunately this wont work if you have more than 1 row. It will show messages on all row.
Oct
18
comment removing css style for element by ID
+1 I think you've covered all the scenarios here.
Oct
16
accepted jQuery hover over child elements makes quirky effects
Oct
15
awarded  Nice Answer
Oct
15
comment jQuery: Move Table Row?
+1 beat me to it
Oct
14
accepted How can I query the Best Buy Remix API w/ jQuery?
Oct
14
comment Interesting test of Javascript RegExp
+1 thanks for the help, setting reg.lastIndex=0 before each test solved my problem.
Oct
10
accepted .NET Asynchronous stream read/write
Oct
8
answered jquery call to javascript function inside LIVE Never occurs
Oct
8
answered How can I know a row index while iterating with foreach?
Oct
8
answered .NET Asynchronous stream read/write
Oct
8
revised How can I build a string from a collection with Linq?
changed to selector
Oct
8
answered How can I build a string from a collection with Linq?
Oct
8
answered A good aproach to events in MVVM
Oct
8
revised jQuery hover over child elements makes quirky effects
removed live
Oct
8
answered jQuery hover over child elements makes quirky effects
Oct
8
awarded  Popular Question
Oct
7
awarded  Nice Answer
Oct
7
accepted check xml for node that doesn’t exist with jQuery?
Oct
7
awarded  Nice Answer
Oct
7
revised $.ajax( { async : false } ) request is still firing asynchronously?
async not asynch
Oct
7
revised How can I query the Best Buy Remix API w/ jQuery?
minor grammer
Oct
6
accepted How to solve a “HTTP Error 404.3 - Not Found” error?
Oct
6
answered How can I query the Best Buy Remix API w/ jQuery?
Oct
6
accepted ASP.NET GridView TextBox Problem
Oct
6
answered How to solve a “HTTP Error 404.3 - Not Found” error?
Oct
6
answered ASP.NET GridView TextBox Problem
Oct
6
answered check xml for node that doesn’t exist with jQuery?
Sep
19
accepted How to return the value of AUTO INCREMENT column in SQLite with VB6.