rball
|
Registered User
|
|
|
1d |
comment |
which open source project(s) uses the castle activerecord? Do any of these show a use of complex queries or optimized updates? They all seem like simple projects. |
|
2d |
comment |
How can I store and query schedule data? Wow, simply awesome. As far as I can tell this works, and the code you've provided was super easy to setup and test. |
|
2d |
comment |
How can I store and query schedule data? Thanks I'll digest and get back to you. |
|
2d |
comment |
How can I store and query schedule data? Thanks, a lot of information here, let me check it out and I'll get back to you. Much appreciated. |
|
2d |
comment |
How can I store and query schedule data? Again, pretty cool, but how the heck do I see an outlook of the dates themselves? Like, how would I query that to show all events coming up in the next two weeks. |
|
2d |
comment |
How can I store and query schedule data? I think the only problem is how do I correlate the event with an actual date? Say that I have a view of the next week, how would I know which days to show with the query above? I think it would show that there is the event in the next week, but not the particular days - at least I think... |
|
2d |
comment |
How can I store and query schedule data? Hourly would be fine, but I don't think it's that difficult and I don't need anything to run, but instead have a way to see all events across a date period, not just the first one. |
|
2d |
comment |
How can I store and query schedule data? Looks cool, that seems like it'll work for the first two just fine. |
|
2d |
accepted | In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found? |
|
2d |
asked | How can I store and query schedule data? |
|
2d |
comment |
How can I keep a jQuery dialog on the screen? Unfortunately no |
|
Nov 21 |
answered | In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found? |
|
Nov 21 |
comment |
Will the Spark view engine interoperate with webforms master pages? Spark already does this itself. The problem isn't rendering the correct file, it's having the file .spark or .aspx use a single master page. |
|
Nov 20 |
comment |
Why should (or shouldn’t) I prefix fields with ‘m_’ in C#? It's just convention. Makes it easy to find the interface as well. I have tried removing it and I didn't really like it as some concrete classes were named the same ICustomerService and CustomerService, if you drop the I then they are the same. I don't want to have to think about naming it more cleverly, I just want to move on with the code. |
|
Nov 20 |
comment |
What are some bad programming habits to look out for and avoid? Great answer. I do finish, but what ends up happening is that I have to cut "cool" features left and right and go with the most simple version of what I have in my mind. Once I get it out the door, then I start to add cool crap based on what other people have to say about the software. |
|
Nov 20 |
revised |
In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found? added 603 characters in body; added 26 characters in body |
|
Nov 20 |
revised |
In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found? added 337 characters in body |
|
Nov 20 |
asked | In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found? |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector The error I'm seeing isn't the selector, it's trying to set the text of both of them later. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Also just a FYI: From jQuery docs Quotes are optional in most cases, but should be used to avoid conflicts when the value contains characters like "]". So i don't think the quotes are doing it. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Unexpected call to method or property access. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Tried that, it literally froze the browser. Also tried *[id$=Me]. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Full line: $component = $("span[id$=Me]").add("input[id$=Me]"); no dice |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector $("span[id$=Me]"); with or without quotes is working. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector $("span[id$=Me],input[id$=Me]"); throwing an error...how wierd. I believe you, I'm just confused why the heck it's throwing the error. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector I tried that first, same result. I'll retry one more time. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Crap, the asp.net hidden field doesn't have a cssClass property. Yah! :( |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Tried $("span[id$='Me']").add("input[id$='Me']"); threw a js error. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector Doesn't seem to work. Shoot. |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector asp.net so I'm matching the ends, that's why I have an attribute selector |
|
Nov 18 |
comment |
How do I select more than one element using the jQuery attribute selector That's a good idea |
|
Nov 17 |
asked | How do I select more than one element using the jQuery attribute selector |
|
Nov 12 |
comment |
What is your motivation? You are my idol. This is what I'm trying to do, but we'll see if it happens :) |
|
Nov 12 |
comment |
What is your motivation? Maybe it's time to take those ideas, roll them into your own and start doing it yourself. |
|
Nov 12 |
comment |
What is your motivation? vava, the lego's NXT are easy enough to learn (took me 10 minutes) and the family had a fun time too. I consider it a robot :) |
|
Nov 12 |
comment |
What is your motivation? Blech, terrible reason. You should have been a doctor, lawyer, politician, president of a company. Garbage men make more money in some areas than developers. |
|
Nov 12 |
comment |
What is your motivation? Wow, that sucks. Feel bad for you. |
|
Nov 6 |
revised |
Possible to select (inner)text of content that is loaded through a async (ajax) call? Changed event to live event; added 65 characters in body |
|
Nov 6 |
asked | Possible to select (inner)text of content that is loaded through a async (ajax) call? |
|
Oct 30 |
accepted | ASP.NET/Jquery: document ready in update panel? |
|
Oct 23 |
revised |
How do I align text/images on bottom/right/center/middle of a container using the blueprint css framework? bigger sample |
|
Oct 23 |
asked | How do I align text/images on bottom/right/center/middle of a container using the blueprint css framework? |
|
Oct 20 |
accepted | How do I change the value of a extended ButtonField? |
|
Oct 20 |
answered | How do I change the value of a extended ButtonField? |
|
Oct 19 |
asked | How can I keep a jQuery dialog on the screen? |
|
Oct 6 |
awarded | ● Tumbleweed |
|
Oct 2 |
awarded | ● Enlightened |
|
Oct 2 |
accepted | MooTools vs JQuery |
|
Oct 2 |
awarded | ● Nice Answer |
|
Oct 2 |
answered | MooTools vs JQuery |
