Quintin Robinson

10,958
reputation
907 views

Registered User

name Quintin Robinson
member for 1 year
seen 43 mins ago
website
location Phoenix, AZ
age 26
I'm a developer in Phoenix, AZ.

Dec
18
answered Looking for ideas on storage of data on local disk
Dec
17
revised Take the datepicker value
formatting
Dec
16
answered C# class does not implement inherited abstract member
Dec
16
revised Retrieving data from OleDb query not displaying in MessageBox
formatting; deleted 11 characters in body
Dec
16
revised C#: Use up almost all memory
edited tags
Dec
14
accepted How do can I attach a Entity Framework object that isn’t from the database?
Dec
13
accepted How to pass something to Ajax.Complete jquery.
Dec
11
accepted create js array dynamically?
Dec
11
comment Why this js code works?
I believe the reason this is happening is because the script cannot evaluate that the variable in question will ever be defined. Try if(!nosuchvariable){var nosuchvariable=1; alert(nosuchvariable);}.. does that work at all?
Dec
11
comment Why this js code works?
@unknown (google) - Are you just trying to execute code directly inline with firebug?
Dec
11
comment Why this js code works?
Truthy is fairly common terminology for javascript (at least in my world)... "such values can be called "truthy" and "falsy," respectively." - From "A re-introduction to JavaScript" by Simon Willison.
Dec
11
answered Why this js code works?
Dec
10
revised C# anonymous type foreach looping
deleted 14 characters in body; edited title
Dec
9
comment create js array dynamically?
@Tim Whitlock Perhaps you could elaborate on your statement and completely explain scope and preferred JS programming techniques to the OP for his simple question.
Dec
9
answered create js array dynamically?
Dec
9
revised AJAX, setJSONStructKey Issues with multiple sets of data
formatting
Dec
8
accepted Exposing the methods of a DLL in C#
Dec
8
revised How to load a specific patch/rectangle from an image?
edited tags
Dec
8
revised why a[n] is accepted in c during runtime?
formatting
Dec
7
revised Java script to retrive value from grid
formatting; deleted 15 characters in body
Dec
6
awarded  Mortarboard
Dec
5
revised Nested ordered lists
formatting; added 12 characters in body; added 2 characters in body
Dec
4
revised JQuery: pass $(this).parent(); to method?
formatting
Dec
4
accepted T-SQL - How to write a conditional join
Dec
4
answered T-SQL - How to write a conditional join
Nov
29
comment jQuery - Call click
No problem at all.
Nov
29
accepted jQuery - Call click
Nov
29
answered jQuery - Call click
Nov
27
accepted Making text box hidden in ASP.NET
Nov
27
answered Making text box hidden in ASP.NET
Nov
26
comment Object serializing performance
This would be very dependent on language, platform, techniques used, restrictions in place as well as definitions of real-time and serialization.
Nov
26
accepted Dynamic Memory Allocation in C++
Nov
25
revised Can I do a Where Clause on this LINQ Query?
formatting; added 2 characters in body
Nov
21
revised submit View in ASP.NET MVC
added 170 characters in body
Nov
18
answered Why is my “container” div not containing my floated elements?
Nov
16
accepted Hide the close “X” button in Fancybox
Nov
16
revised How bright are computer programming students?
edited tags
Nov
16
answered Hide the close “X” button in Fancybox
Nov
15
revised Send XML in a js variable to FusionCharts
formatting
Nov
13
revised How to Add script codes before the </body> tag ASP.NET
edited tags
Nov
13
answered How to Add script codes before the </body> tag ASP.NET
Nov
12
revised Convert this SQL to LINQ
formatting
Nov
12
accepted Android: Can I take a screen capture from an app?
Nov
12
comment Android: Can I take a screen capture from an app?
I don't have any source that does this sorry, Koushik Dutta made an application I believed he used a hack in the source to trigger the same mechanism that DDMS uses to take it's screen shots.. he has a page up about the app, you will probably find a lot more information on xda developers (android development forum section). Here is the link I was talking about: koushikdutta.com/2008/11/…
Nov
12
answered List of CDN’s for common components/files
Nov
11
comment jQuery parent.parent question
Actually it should only target the first li in the direct parent hierarchy beginning from the anchor. The selector is within context and not asking for all the li elements of the UL.
Nov
11
answered jQuery parent.parent question
Nov
11
comment Possibility of Implementing Minimize-to-Tray in C# in an Attribute
+1 Thats like the materialized version of my answer lol, plust I like the way you accounted for System Shutdown and Application Exit (the things I always forget the first go around). BTW don't feel bad for the downvote, I got downvoted too without explanation, it just happens.
Nov
11
answered Possibility of Implementing Minimize-to-Tray in C# in an Attribute
Nov
11
revised Hiding a link in asp.net
added duplicate info