Sam Wessel

2,326
Reputation
133 views

Registered User

Name Sam Wessel
Member for 1 year
Seen yesterday
Website
Location UK
Age 27
I develop for teh internetz and am certified fresh.
Nov
23
accepted Redirect to Page when not paid
Nov
3
awarded  Good Answer
Oct
28
awarded  Nice Answer
Oct
25
awarded  Popular Question
Oct
20
awarded  Taxonomist
Oct
17
awarded  Notable Question
Sep
29
awarded  Necromancer
Sep
29
awarded  Necromancer
Sep
14
awarded  Nice Answer
Sep
6
awarded  Yearling
Sep
1
comment What are Code Smells? What is the best way to correct them?
It was our company's Smell Of The Week when this question was asked, and I took the definition from our whiteboard, which was probably taken from a textbook.
Aug
17
awarded  Nice Answer
Aug
11
revised How can I provide a textbox that filters results in real time using ASP.NET MVC and jQuery (NOT autocomplete)?
fixed closing braces
Aug
11
answered How can I provide a textbox that filters results in real time using ASP.NET MVC and jQuery (NOT autocomplete)?
Aug
11
comment Getting objects to stay in a scriptaculous droppable.
Chris, you are most welcome. I have felt the pain of haslayout on many occasions and am only too happy I could be of assistance.
Aug
11
comment Getting objects to stay in a scriptaculous droppable.
It throws "object required" errors in IE7/8 as well, at line 361 in effects.js - this is a check for IE haslayout issues. Looks like a scriptaculous bug with IE. Try commenting out lines 361 & 362, and making sure the elements have layout haslayout.net/haslayout so you don't need that check.
Aug
10
comment Getting objects to stay in a scriptaculous droppable.
Do you have a link to this online? It's hard to tell without the full code and implementation.
Aug
10
accepted Getting objects to stay in a scriptaculous droppable.
Aug
10
answered Href=”#” Don’t Scroll
Aug
10
comment Getting objects to stay in a scriptaculous droppable.
Don't feel dumb... I only spotted it thanks to StackOverflow's syntax highlighting! We all work in wtf/min around here :) (feel free to drop me an upvote though)
Aug
10
answered How does a multiple select list work with model binding in ASP.NET MVC?
Aug
10
comment How can I make my web page not be copied?
A good point Chris, but even my online banking lets me take screenshots, print or copy the page if I want to.
Aug
10
answered Getting objects to stay in a scriptaculous droppable.
Aug
10
awarded  Nice Answer
Aug
10
answered How can I make my web page not be copied?
Aug
10
answered Firefox redownloading background-image for each class?
Aug
10
answered What activity should be on every programmer’s daily list?
Aug
10
answered Javascript: How to create a rounded corner tab menu?
Aug
8
comment How can I use Html.Checkbox to delete repeating groups in ASP.NET MVC?
This is a strategy I have used in the past. It's a shame that a few of MVC's helpers seem to make things more complicated.
Jul
30
comment .NET Code refactorings, what is your best practice?
What do you actually want to know? Common smells? Anti-patterns? Refactoring tools? Your question is very vague.
Jul
29
answered Better to have huge Controllers, or many controllers, in MVC?
Jul
27
answered Is it time to start developing with HTML5?
Jul
22
comment Ajax.BeginForm not hiding loading element when onBegin fails
The helper is supposed to do that. Otherwise what is the point of having the loadingElementId option, if it is not compatible with all the callbacks? Seems to me like a bug/shortcoming in the ajax helper. Shame.
Jul
22
comment Ajax.BeginForm not hiding loading element when onBegin fails
This is pretty much what I am having to do. I was just wondering if anyone knew why the helper was not doing this for me.
Jul
22
asked Ajax.BeginForm not hiding loading element when onBegin fails
Jul
21
comment Great programming quotes
If you have to ask, you'll never know
Jun
4
comment Why is my page loading slow
Musa, I'm not aware of any standard in place, but YSlow's grades have always been a useful benchmark for me. Be aware that they are quite strict though - often C or above is a good mark.
Jun
4
accepted Why is my page loading slow
Jun
4
answered Load file after page is complete without redirecting
Jun
4
revised Why is my page loading slow
Provided link to more detailed information
Jun
4
answered Why is my page loading slow