VS2012 – Web Forms – Bundling Confusion

UPDATE: This is a new blog post which also talks about this more: ASP.NET article Basically webforms + bundling looks like this due to a bunch of legacy behavior that we weren’t able to change in scriptmanager. In regards to your specific questions: Basically this is so deduping works correctly, script manager has a limitation … Read more

System.Web.HttpException: Request timed out

I don’t know if there’s any underlying problem, but to solve the timeout issue you can specify the request timeout (in seconds) in the web.config, like this: <httpRuntime executionTimeout=”300″ /> For context, here’s a complete web.config with just this setting: <configuration> <system.web> <httpRuntime executionTimeout=”300″ /> </system.web> </configuration>

Radio buttons on Rails

As in this previous post, with a slight twist: <div class=”form_row”> <label for=”theme”>Theme:</label> <% [ ‘plain’, ‘desert’, ‘green’, ‘corporate’, ‘funky’ ].each do |theme| %> <br><%= radio_button_tag ‘theme’, theme, @theme == theme %> <%= theme.humanize %> <% end %> </div> Where @theme = params[:theme]

Firefox 4 Required input form RED border/outline

There’s some new pseudo selectors for some of the new HTML5 form features available to you in CSS. You’re probably looking for :invalid. The following are all from the MDC Firefox 4 docs: The :invalid CSS pseudo-class is applied automatically to elements whose contents fail to validate according to the input’s type setting The :-moz-submit-invalid … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)