jammus

639
Reputation
155 views

Registered User

Name jammus
Member for 1 year
Seen 1 hour ago
Website
Location Leicester, UK
Age 28
Getting less incompetent by the day.
4h
comment Aggregating within the foreach loop
That's great @jacerhea - thanks for your help
7h
comment Aggregating within the foreach loop
Not OP here but interested in answer. I get an invalid cast exception on the foreach line. "Unable to cast object of type 'Grouping[System.String,SolutionName.User]' to type 'SolutionName.User'." Where am I going wrong?
9h
answered Aggregating within the foreach loop
Nov
27
comment Is there a way in Visual C# to get the maximum of two number?
everyone scramble!
Nov
27
answered Is there a way in Visual C# to get the maximum of two number?
Nov
26
accepted TV Show Suggestion Algorithm and SQL
Nov
24
comment TV Show Suggestion Algorithm and SQL
Can you give me a link to your dataset?
Nov
23
comment TV Show Suggestion Algorithm and SQL
I've made a couple of changes. Try it now.
Nov
23
revised TV Show Suggestion Algorithm and SQL
deleted 1 characters in body; deleted 36 characters in body
Nov
23
comment TV Show Suggestion Algorithm and SQL
Whoops. Had a few table/column names wrong. Should be fine now.
Nov
23
comment TV Show Suggestion Algorithm and SQL
You're still selecting from the tvshow table rather than the view. Have updated my answer a little.
Nov
23
revised TV Show Suggestion Algorithm and SQL
matched column and table names
Nov
23
comment TV Show Suggestion Algorithm and SQL
I think this is because you're selecting from the tvshows table rather than a showhitdetails view. (I've updated my answer to show this)
Nov
23
revised TV Show Suggestion Algorithm and SQL
added 95 characters in body
Nov
23
revised TV Show Suggestion Algorithm and SQL
added 48 characters in body; added 41 characters in body
Nov
23
revised TV Show Suggestion Algorithm and SQL
added 216 characters in body
Nov
23
answered TV Show Suggestion Algorithm and SQL
Nov
12
comment Browser-friendly way to simulate anchor click with jQuery?
how about $('a').click(function(){location.href = this.href}).click(); ? It's a little silly but it works.
Nov
12
comment Browser-friendly way to simulate anchor click with jQuery?
What is it you're trying to achieve? Is it to get a browser to follow the link or trigger another event?
Nov
12
answered Classic ASP class properties
Nov
8
answered Why does this only work in Firefox? Rendering Of Asp.net MVC partial View and passing result back through ajax
Oct
26
revised How do I prevent the repetition of business logic?
edited title
Oct
26
revised How do I prevent the repetition of business logic?
deleted 3 characters in body
Oct
26
accepted How can I run sqlcmd.exe from an ASP page? (Free hat)
Oct
26
answered How can I run sqlcmd.exe from an ASP page? (Free hat)
Oct
26
comment Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
I really like this and will making use of it elsewhere. Cheers.
Oct
26
asked How do I prevent the repetition of business logic?
Oct
1
accepted ASP Session value
Sep
14
revised jQuery Fading Opacity Problem
deleted 2 characters in body
Sep
12
accepted jQuery Fading Opacity Problem
Aug
27
comment How many dimensions in my array or get the last one
If MySingleDimensionalArray is a single dimensional array then your first line will error.
Aug
27
answered How many dimensions in my array or get the last one
Aug
27
comment jQuery Validation - Using validation on click, not on submit
.validate() is used to set up the form validation and .valid() is used to test if the form is valid. So no, .validate() is best called at initialization.
Aug
25
comment Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
Great idea. We actually make use of a contract autocomplete elsewhere which searches in the way you mention so this could be implemented fairly easily. This autocomplete also provides a look up button which opens a modal window where the user can page through results, do more detailed searches and of course filter by client by way of a massive long dropdown which goes of the screen. Of course we could replace this with ohmygodithinkiverippedaholeinspaceandtime.
Aug
25
comment Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
PS - thanks for your quick response.
Aug
25
comment Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
Yeah, I'm certainly open to alternative approaches. In the example above the menu it used to filter a list of products by contract. As there are hundreds of contracts in the system the menu has been separated out as follows. Clients -> Letters of alphabet [A-Z] -> Clients beginning with selected letter -> Contracts belonging to selected client. Where we're having the problem is that we've been asked to miss out the step where we separate clients by first letter. When this happens the list of clients runs off the screen or (if the fix is applied) the user is unable to open the contract menu.
Aug
25
asked Creating multi-level, scrollable menus using jQuery and the jdMenu plugin
Aug
25
accepted Can you make an AJAX call inside of another AJAX call in jquery?
Aug
19
comment What Belongs in a Repository and What Doesn’t?
I really like this question. It's so easy for an extra little method to slip in here and there.
Aug
19
revised Free JSP hosting sites
edited tags
Aug
19
answered ASP - Using Function parameter to refer to recordset
Aug
19
comment ASP - Using Function parameter to refer to recordset
The declaration should be Dim rst as this is asp classic.
Aug
19
comment ASP - Using Function parameter to refer to recordset
It should be just Sub DisplayData(ByRef rst)
Aug
18
comment When am I able to access the ASPError object?
Boo. That's what I was afraid of. Thanks for taking the time to reply.
Aug
17
asked When am I able to access the ASPError object?
Aug
13
comment jQuery Fading Opacity Problem
You're welcome. An example of the code being repeat is that headed with '// Sub Options for nav X' comments. All that is changing in these sections is the value of the id. You could instead create a plugin and pass in the value rather than repeat the whole section of code each tme it's required. Ah, litmusapp.com might be the problem as I think it only takes a screenshot of page load (probably before other images have loaded), I'd recommend installing a copy of windows on a virtual machine to check the other browsers.
Aug
12
revised jQuery Fading Opacity Problem
added 165 characters in body
Aug
12
answered jQuery Fading Opacity Problem
Aug
12
answered Can you make an AJAX call inside of another AJAX call in jquery?
Aug
12
awarded  Yearling