TJB
|
Registered User
|
Sr. SWENG @ Motorola San Diego doing security applications.
Really into .net, C#, ASP.net and Silverlight.
Visual Studio is my one and only ruler.
that and my beautiful family >D
Personal interests:
Pixar
Padres
Chargers
|
|
Nov 17 |
answered | How to make a string length limited to a specific number ? |
|
Nov 14 |
awarded | ● Yearling |
|
Nov 11 |
answered | How does a programmer work across multiple computers? |
|
Nov 9 |
accepted | restaring slide show |
|
Nov 2 |
comment |
Do you say No to C# Regions? Thanks all for the nice comments, good to see people are being open minded. |
|
Oct 30 |
comment |
How can I convert PDF to HTML? This is probably your best bet. Parse the PDF using the library and generate HTML from the data. |
|
Oct 26 |
answered | Problem of session state |
|
Oct 20 |
comment |
Need Silverlight Browser Control I guess if you're planning on using silverlight you should find a host that supports it. Once you can host it in one place then other websites can point to it by using some sort of object tag I believe. Or, you could find one place just for hosting your xap then point your main website to that i suppose... but yes someone somewhere has to server up the xap unfortunately. |
|
Oct 15 |
accepted | Call public function in another application |
|
Oct 15 |
answered | C# OnPaint mousemove high cpu usage |
|
Oct 15 |
comment |
cant update the data @Ed Swangren thanks, i can't 1337 without sleep ; ) i'm glad to see the autocomplete for the tag gave me the proper spelling ;) |
|
Oct 15 |
awarded | ● Organizer |
|
Oct 15 |
revised |
cant update the data edited tags |
|
Oct 15 |
comment |
cant update the data I just downvoted this and favorited it, cause it LOLd so hard. Just the fact that it has the most vague title 'can't update the data' and absolutely no text in the question, just a big code blob... its like an epiffany of a givemethecodez question... |
|
Oct 15 |
comment |
Cannot add new Workitems using TFS API Can you include error text? |
|
Oct 15 |
comment |
Why Wait for Asynchronous Web Services Calls It all depends on what development you're doing (win forms, web, silverlight?) here's one though just on pg 1 of googlehttp://msdn.microsoft.com/en-us/library/aa480520.aspx |
|
Oct 15 |
answered | Why Wait for Asynchronous Web Services Calls |
|
Oct 15 |
answered | Call public function in another application |
|
Oct 15 |
answered | WCF primitive type vs complex type |
|
Oct 15 |
revised |
Pass MasterPage ImageButton event to content Page Fixed bug |
|
Oct 15 |
awarded |
● |
|
Oct 15 |
answered | Pass MasterPage ImageButton event to content Page |
|
Oct 14 |
comment |
Using LLBL as Model in MVC I don't remember where I read about it, i think its somewhere in the Nerd Dinner tutorial, but the example I saw was really more about how the View template generator couldn't reflect a LINQ2SQl generated class because it had some sort of circular reference... Actually I think it may have been JSON serialization in that case... Also, there have been several instances where an object has a member that's another class and visual studio couldn't generate a template for it. I guess its a somewhat different case than the one here, but I think the same principle may help |
|
Oct 14 |
answered | How to debug ASP.NET MVC Controller after it passes control to the View? |
|
Oct 14 |
answered | Using LLBL as Model in MVC |
|
Oct 14 |
answered | Need Silverlight Browser Control |
|
Oct 14 |
asked | Recommended OpenGL / GLUT Reference |
|
Oct 14 |
comment |
How would I implement a “Community” account-like data structure on StackOverflow? @Daniel A. White : Is putting it in your code not automatic enough? Wherever you have the code to add the user to your system (e.g. add user entry to database) just add the code which puts them in that group. Any way you slice it, that code will have to go somewhere might as well simplify it and put it in whatever place seems most logical. |
|
Oct 14 |
answered | How would I implement a “Community” account-like data structure on StackOverflow? |
|
Oct 13 |
comment |
FileReader class in C# @Pavel Minaev Added support for that, thanx for the suggestion |
|
Oct 13 |
revised |
FileReader class in C# Added support for multiple values on one line per comments |
|
Oct 13 |
answered | FileReader class in C# |
|
Oct 9 |
answered | Visual Studio IDE Issue |
|
Oct 7 |
answered | Silverlight interaction with the Web Server |
|
Oct 6 |
accepted | How to make website dropdownlist work better for iPhone |
|
Oct 6 |
accepted | Can I use a C# collection to hold class instances with self-referential relationships? |
|
Oct 6 |
comment |
Can I use a C# collection to hold class instances with self-referential relationships? Also, you could omit the parent list or make it an array as well, depending on what you need. It may be useful to write up some psuedocode of what you want to achieve, and then shape the data structure accordingly. |
|
Oct 6 |
comment |
Can I use a C# collection to hold class instances with self-referential relationships? Its just a reference, like a pointer, so you can add an existing web file to the list of 'children' without duplicating it |
|
Oct 6 |
answered | Can I use a C# collection to hold class instances with self-referential relationships? |
|
Oct 6 |
answered | How to make website dropdownlist work better for iPhone |
|
Oct 1 |
comment |
How can you store state between screens in SketchFlow? @Justin Thanks for the guidance. I've decided to avoid saving any state between screens and if necessary provide different links to redirect to different screens if i need to show different data, sketchflow makes it easy to just duplicate screens anyway. Thanx! |
|
Sep 30 |
accepted | User feedback remains when changing state in Sketchflow |
|
Sep 29 |
comment |
How can you store state between screens in SketchFlow? That's a good suggestion, and most likely the path i'll take, but I'm often conflicted between making the prototype 'dynamic' to be closer to the real functionality or to keep it simple. For example, say its a shopping website where a user can select from a list of product to make their order. Do I boost the complexity and handle different product selection or just direct the user to select a specific product to keep the prototype simple? Thanx! |
|
Sep 29 |
asked | How can you store state between screens in SketchFlow? |
|
Sep 29 |
answered | User feedback remains when changing state in Sketchflow |
|
Sep 28 |
comment |
How can I create custom UI for desktop application? Can you be more clear? is your list a list of things you want to do? What language / framework are you using? If you are a bit more specific then you'll get better answers. |
|
Sep 26 |
comment |
funny or inspiring programming related quotes Duplicate stackoverflow.com/questions/58640 |
|
Sep 26 |
comment |
In ASP.NET MVC, deserialize JSON prior to or in controller’s action method. awww snap, weilin with 133t MVC skills, you better teach me on monday ; ) |
|
Sep 26 |
comment |
How can I paste my scanned signature onto a photograph in a PDF document? belongs on super user? |
|
Sep 26 |
answered | MS Expression Blend: Sketchflow - Populating a sub datagrid with data upon selecting a specific row of a master datagrid!? |
