loudej

828
Reputation
64 views

Registered User

Name loudej
Member for 1 year
Seen yesterday
Website
Location US
Age 38
I make software

I like to cook

I like to help people solve problems

I have three dogs, a son, and a wife

All five are insane

Sep
13
awarded  Yearling
Aug
24
comment Is there a better way to find midnight tomorrow?
It's not saying the formula is the same as today plus one. It's intentionally misunderstanding the sentence structure of the question, as if I believed Dre was asking if a better formula not currently available might present itself if he waited a day. "Is there a better way to find midnight tomorrow?" See? To which you could quite rightly reply, "If you have to explain it, it ain't funny."
Jul
31
comment Nested “Layouts” in Spark?
You'll want to remove the <content:view>... The name view is the default output, so you can't capture into it.
Jul
10
accepted Is there an ASP MVC equivilent to JSTL tags?
Jul
10
awarded  Commentator
Jul
10
comment Visual Studio Language Service with C# intellisense
cMapping is the size argument for the mappings array, the ref [0] is address-of-array to interop. Same with cPaints and paints. Mapping is exactly right - it's an array of substring offset pairs for each little window where code in the template show through as code in the generated file. Paint is an array of substring offsets and color types in the original source. That information is used to colorize the rest of the non-code text. To be honest the biggest pain was reworking the parse/gen code to carry forward and capture all of the input/output text offsets.
Jul
10
answered Is there an ASP MVC equivilent to JSTL tags?
Jul
9
accepted Cannot use Html.ActionLink in asp.net mvc spark files
Jul
9
comment Avoiding first chance exception messages when the exception is safely handled
Sure it does. "Is there a way to hide these first chance exception messages?" - the first chance exceptions would not appear with this loop. :)
Jul
7
accepted Getting “The ‘WhatEver’ view or its master could not be found” with Spark View Engine when going to the login page
Jul
7
answered Getting “The ‘WhatEver’ view or its master could not be found” with Spark View Engine when going to the login page
Jul
7
answered Cannot use Html.ActionLink in asp.net mvc spark files
Jun
27
comment What are the benefits of using an alternate ASP.NET MVC view engine?
Something giving the sugar more than empty calories would be the fact the scope of the each="" and if="" is tied to the start and end tags of the element. As your html is well-formed so is your code, avoiding the <% } } %> scavenger hunts. There are more features as you look further, but in seven lines this gives you a pretty reasonable first impression.
Jun
17
accepted What’s the equivalent syntax for this MVC view code in Spark?
Jun
17
revised What’s the equivalent syntax for this MVC view code in Spark?
added 462 characters in body
Jun
17
answered What’s the equivalent syntax for this MVC view code in Spark?