roosteronacid

4,029
reputation
422 views

Registered User

name roosteronacid
member for 1 year
seen 4 hours ago
website
location Denmark
age 27
I work as a junior developer at a small company in Denmark. I've got a passion for JavaScript but I also do ASP.NET, X/HTML, CSS and pretty much all things web-related.
5h
comment jQuery Tips and Tricks
The filter function removes elements from the collection inside the jQuery object. It does not affect the DOM.
1d
revised Stored Procedure WHERE LIKE ID or NAME
added 40 characters in body
Dec
11
revised Which tools do you use to debug HTML/JS in your browser?
added 16 characters in body
Dec
11
revised Logging errors on Windows 2003 Server using the EventLog class
added 20 characters in body; added 7 characters in body
Dec
11
asked Logging errors on Windows 2003 Server using the EventLog class
Dec
10
accepted What’s the best way to loop through a set of elements in JavaScript?
Dec
9
accepted Deploying a form-less Windows Forms application as an exe-file
Dec
9
revised Iterate through html table using jQuery, converting the data in the table into JSON
edited title
Dec
9
comment IE8 will report error about for in without declaring var item?
Show us the JSON object, please
Dec
8
answered Javascript compressor problem
Dec
8
comment Problem with JsonResult exception
What namespaces are you including?
Dec
8
comment Problem with JsonResult exception
It is. It's a helper like View() is a helper for new'ing up a ViewResult. Perhaps you're not including the right namespaces?
Dec
8
revised Problem with JsonResult exception
added 230 characters in body
Dec
8
answered Problem with JsonResult exception
Dec
8
comment send an array with jquery $.ajax
Great answer! +1!
Dec
8
revised Does jQuery $(this) need to be cached.
added 162 characters in body; added 38 characters in body
Dec
8
revised Does jQuery $(this) need to be cached.
added 239 characters in body
Dec
8
revised Does jQuery $(this) need to be cached.
added 669 characters in body; deleted 39 characters in body
Dec
8
answered Does jQuery $(this) need to be cached.
Dec
6
awarded  Mortarboard
Dec
3
awarded  Nice Question
Dec
2
revised Read contents of a file using a relative path in a Web Application
deleted 114 characters in body
Dec
2
comment Read contents of a file using a relative path in a Web Application
Aye. Server.MapPath() did the trick. Thanks Klaus :)
Dec
2
revised Read contents of a file using a relative path in a Web Application
added 95 characters in body; edited body
Dec
2
asked Read contents of a file using a relative path in a Web Application
Nov
30
awarded  Necromancer
Nov
28
answered is there any site i can type in a HTML color and see the actual color
Nov
27
comment style.visibility not working in FireFox
Show us the rendered HTML --> run your page, view source, copy/paste relevant HTML.
Nov
27
comment Execute client Javascript after RadAjax callback.
Show us some code.
Nov
26
answered Deploying a form-less Windows Forms application as an exe-file
Nov
26
asked Deploying a form-less Windows Forms application as an exe-file
Nov
26
comment How can Aptana show jQuery code assist for $ when jQuery is in no conflict mode?
Aye. But if you structure your code neatly, it shouldn't be that big of a problem.
Nov
25
comment Unable to access ConfigurationManager.AppSettings in a Windows Forms Application
Duh!.. Not used to winforms development--when doing web applications, everything is included by default.. Or so it seams. Thanks mate :)
Nov
25
revised Unable to access ConfigurationManager.AppSettings in a Windows Forms Application
deleted 375 characters in body
Nov
25
asked Unable to access ConfigurationManager.AppSettings in a Windows Forms Application
Nov
25
asked Define an anonymous structure as a parameter in a method
Nov
25
awarded  Notable Question
Nov
24
revised CGI language choice
added 5 characters in body
Nov
24
answered CGI language choice
Nov
23
revised ASP.NET MVC: avoid tight coupling when binding form POST to parameter
edited body
Nov
22
comment two forms with same input id in asp.net mvc
I do this to avoid encountering the problem you are describing in your question :) But perhaps I'm misunderstanding your question?
Nov
22
answered Storing one column of data in a combobox
Nov
22
answered two forms with same input id in asp.net mvc
Nov
22
answered How can Aptana show jQuery code assist for $ when jQuery is in no conflict mode?
Nov
22
comment Javascript - How should I calculate the result use for loop?
Not really sure what your question is about. Could you elaborate a bit?
Nov
22
revised Javascript - How should I calculate the result use for loop?
deleted 12 characters in body
Nov
19
revised Unable to call method: GetVstoObject
Updated headline to make Google happy
Nov
19
comment Build a Google Suggest box and respond to keyboard events without jQuery
Why is it you can't use jQuery?
Nov
19
answered Build a Google Suggest box and respond to keyboard events without jQuery
Nov
19
answered target schema for validation to ie7 in asp.net 2.0