onekidney

1,381
Reputation
148 views

Registered User

Name onekidney
Member for 1 year
Seen 16 hours ago
Website
Location USA
Age 32
You can see it all at my site - but i wouldn't go there.
18h
accepted ASP.NET MVC: Controlling naming conventions of controllers / views?
1d
comment ASP.NET MVC: Controlling naming conventions of controllers / views?
Actions could get tricky if you're trying to do the same thing...you could wind up with a whole mess of routes to handle each action - if too many routes are a concern (which makes sense - you wouldn't want a route to correspond to each and every action - sheesh) then you'd probably need to look into one of the more robust solutions offered by the people with WAY more rep than I have... ;)
1d
answered ASP.NET MVC: Controlling naming conventions of controllers / views?
Nov
20
answered how to load a big picture or swf file by calling Loader.load() in Flex, and make the container adjust the size of the loading content?
Nov
20
comment Action Script 3 code design question
Gotta give you an upvote just for being so thorough!!
Nov
20
answered 2d game engine for race game built to web-page.
Nov
20
answered DTD flash open source engine?
Nov
20
comment PHP/Flash advice
Would you be using actionscrip 2 or 3? Better yet, what version of Flash would you be targeting? Version 8 or less (actionscript 2) or 9 and higher(actionscript 3)?
Nov
19
answered Can’t make navigable rendered component
Nov
18
answered How to load xml item one at a time as3
Nov
11
comment ASP.Net MVC: Best Practices for dbml files…
That's really helpful, didn't even know SQLMetal existed! How does a product with such a cool name go so unnoticed?
Nov
11
comment ASP.Net MVC: Best Practices for dbml files…
yeah - that's the way we started out writing everything (using separate dbml for different logical models) but ran into too many problems with overlapping relationships. Glad to know someone else is dealing with the same thing. :)
Nov
11
asked ASP.Net MVC: Best Practices for dbml files…
Nov
10
accepted I need to position my movie over my Flash website.
Nov
10
comment ASP.NET: Strategy for handling really large reports…
Well, in our situation the users want a full report..we do have a paginated option but it's not giving us trouble like these ones that have all of the records in them...
Nov
10
comment ASP.NET: Strategy for handling really large reports…
I'll definitely have to look into that - thanks!
Nov
10
comment ASP.NET: Strategy for handling really large reports…
@blesh - pagination is an option but the reports we are having trouble with are the ones where the user wants everything... @JB - good point, hopefully we have millions of records one day and the work I'm doing now will help to deal with all of those :)
Nov
10
comment ASP.NET: Strategy for handling really large reports…
The report would either be html or csv (and we're not using third party tools for this) - thanks for the tip on reducing whitespace!
Nov
10
comment ASP.NET: Strategy for handling really large reports…
Awesome idea, I'll definitely think about that one - thanks!
Nov
10
comment ASP.NET: Strategy for handling really large reports…
Hmmmm, that's a really good idea. The data doesn't need to be up to the minute and it might make sense to just create reports at night. Great idea - thanks!
Nov
10
asked ASP.NET: Strategy for handling really large reports…
Nov
10
comment ASP.NET MVC: How should it work with subversion?
Wow - very helpful - thanks so much!
Nov
9
answered I need to position my movie over my Flash website.
Nov
9
comment ASP.NET MVC: How should it work with subversion?
ok - that makes a lot of sense. We're just copying files over now but it makes much more sense to do what you are saying - thanks!
Nov
9
asked ASP.NET MVC: How should it work with subversion?
Oct
26
awarded  Popular Question
Oct
23
awarded  Popular Question
Oct
15
answered Possible: use Flex/Air to build a chromeless CD autorun app
Sep
17
awarded  Popular Question
Aug
29
awarded  Yearling
Aug
14
awarded  Popular Question
Aug
4
asked Create a new image on the file system from System.Drawing.Image?
Jul
9
comment Best way for Flex to communicate with C# backend?
There's JSON serializers for both sides so you don't have to do a lot of tedious work there. There's a great post on how to do that here: thegrubbsian.com/2009/01/…
Jul
3
accepted fade in of added component with Actionscript
Jul
2
revised fade in of added component with Actionscript
add a code sample
Jul
2
answered fade in of added component with Actionscript
Jun
7
comment How do I remove “http://” from a string in actionscript?
Wow - very informative response - thanks!