0
votes
3answers
42 views
iphone application layout
Hi there,
I'm trying to get started with an iPhone application, I had a look around at other questions but i'm still sorta stuck so hopefully someone can help...
First thing is I …
1
vote
2answers
85 views
Edit method is creating new records, instead of just updating existing ones
My question is: How do I make the edit/update methods for my profiles controller stop creating new records when I edit a profile page?
I have a user model and profile model.
use …
0
votes
4answers
173 views
Most efficient design to search for this data in my database?
Hi folks,
I have the following database tables and a view which represents that data. The tables are heirachial (if that is how u describe it) :-
EDIT: I've replace my 3 table …
0
votes
3answers
40 views
Programatically get list of MVC Views?
Is there a way to get a list of all the Views defined in an ASP.NET MVC project? Is there a built-in enumeration anywhere or should I be looking toward reflection?
0
votes
1answer
23 views
Passing Variables between views / view controllers
Hi I'm new to ObjectiveC / IPhoneSDK and I'm informally trying to study it on my own. What I'm basically trying to do is from one view there are 12 zodiac signs. When a user clicks …
0
votes
1answer
38 views
drupal: hide single taxonomy term in particular view display
Have a documents content type, with three taxonomies applied to it. Taxonomies are document type (form, policy, other), document group (hr, i.t., training, project specific, etc.), …
0
votes
1answer
25 views
CRM Filtered Views through VPN access
Hi,
I'm currently developing a set of reports for Microsoft CRM. I'm using Visual Studio 2005 to create and design the RDL files from my local development machine which sits on a …
1
vote
2answers
17 views
Set values for an exposed field in a block (in Drupal)?
I've set up a view of "properties". One of the fields is "price". Now, i've exposed price in a block, so that you can search for it from the block. The problem is that when you vie …
0
votes
1answer
32 views
Intelligent Keyword Searching
Hi,
I have a taxonomy vocab assigned to a content type in Drupal 6. I've then exposed (using "is one of") it as a field in views which allows a user to search via keywords.
The p …
2
votes
2answers
22 views
Unable to generate a custom path in ASP.NET MVC Master Pages.
I am working in an ASP.NET MasterPage and am having trouble with <link href="..." />.
I am trying to substitute in a stylesheet with a specific name:
<link href="/Conten …
0
votes
4answers
67 views
Rails - Too much logic in views?
I have an application used by several organizations and I want to check that users of one domain (a.domain.com) cannot edit users of another domain (b.domain.com). My question is w …
0
votes
3answers
52 views
cakePHP: how to combine two or more application views on one cakePHP layout page?
Using cakePHP my goal is to combine the index view of two or more controllers in one layout page.
Example:
I have controllers for: news, events, links.
I want to show the last fiv …
0
votes
4answers
43 views
DRYing my views, helper / method / something else?
Have written some RoR sites in the past, but never bothered too much at DRYing up my views as it's only ever been me looking at the code.
Just starting a new site, that is likely …
0
votes
3answers
17 views
Defining Views Based On Selection
Well the title isn't very descriptive but I'm not exactly sure how to explain but here goes!
I have a web application (can use either MVC or standard web forms) which a user signs …
0
votes
3answers
594 views
Can I use one single exposed filter to filter multiple block views on a different page?
I have four block views on a page (call it "info" page) that are filtered by proximity to give me four pieces of information relating to one particular filtered location.
I would …
