4,694 reputation
1719
bio website hill30.com/MikeFeingoldBlog
location Chicago, IL
age
visits member for 4 years, 1 month
seen 19 mins ago
stats profile views 252

Recent Languages: C#, F#, Java (Android), Ruby, SQL, JavaScript, CoffeeScript
Platforms: .NET, RoR, Android, Angular JS


May
19
comment how can I determine that an element height is fixed
I modified your jsbin to illustrate: jsbin.com/usojec/5/edit
May
18
comment how can I determine that an element height is fixed
here is a quote from MDN: Percentages The percentage is calculated with respect to the height of the generated box's containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), and this element is not absolutely positioned, the value computes to auto. A percentage height on the root element is relative to the initial containing block.
May
18
answered Disable a h:commandButton when h:inputText has no value
May
17
comment how can I determine that an element height is fixed
Hmm... I do not think this is complete. What about height relative height? AFAIK for relative height the answer to my question will depend on the parent element - right? Am I missing anything else?
May
17
comment how can I determine that an element height is fixed
@epascarello try to change it and see if it does - this might work... feels kludgy though. I was thinking about traversing the css/element tree, but this is more than I would like to take on at the moment
May
17
comment how can I determine that an element height is fixed
do you mean to say that the size is fixed if and only if the css postion is absolute? I do not think it is true.
May
17
asked how can I determine that an element height is fixed
May
16
comment Member wise compare - generic reflection on nested objects
@DominicP - you are correct, sir. As per the code sample in the posting object should suffice here
May
16
revised Member wise compare - generic reflection on nested objects
deleted 3 characters in body
May
16
answered Member wise compare - generic reflection on nested objects
May
16
comment What is the purpose of the ASP.Net MVC HotTowel Template?
well, static html can be served directly by the server and the server does not have to be IIS or Cassini. nodejs would do just fine. ASP.NET is still an important part of the picture, but in this model it is limited to supplying just data - no html. The way we do development is that all client side development is done with nodejs express as a server - it is extremely lightweight and easy to configure, and then the client side code is just replanted to work over the real data side
May
15
answered What is the purpose of the ASP.Net MVC HotTowel Template?
May
14
comment Activity lifecycle unit testing
hmmm.. this just might work... still feels like a kludge
May
13
answered AngularJs- to filter or not to filter. How to print different html response property inside a loop?
May
9
answered Better to use SelectedIndex or SelectedItem for ComboBox?
Apr
27
answered Looping through associated Lists in a class?
Apr
22
answered Sum SQL statement outputs many rows when I expect only one
Apr
15
comment Speed Up Page by Using Javascript to Render Elements?
@S.Valmont This is true, but it is beside the point. There is a ton of considerations when you structure your webpages, and the approach will differ based on how dynamic you site is and how often do you expect it to change. Regardless of anything your main enemy is not speed, it is complexity. Anything you can do to reduce complexity will help. Every time you increase complexity for the sake of performance or anything else - you are sooting yourself in the foot
Apr
15
answered Speed Up Page by Using Javascript to Render Elements?
Apr
12
comment timer depends on capslock
read the first line. It is a C++ winforms