This tag is for questions about database view or UI / architectural view.
If you are going down the road of using views, how can you ensure good performance? Or is it better …
mysql database performance optimization viewsIs there a way to generate the views separately using the rails generate command? I would also be willing to …
ruby-on-rails-3 views scaffoldI'm using devise for user auth, but I have nice mockups for the signup, login, etc. pages. I've already done …
ruby-on-rails devise viewsI have the following layout for my mvc project: /Controllers /Demo /Demo/DemoArea1Controller /Demo/DemoArea2Controller etc... /Views /Demo /…
asp.net-mvc viewsI occasionally have to add a class to an html element based on a condition. The problem is I can't …
ruby-on-rails viewsI have used both but what I am not clear is when I should prefer one over the other. I …
sql sql-server-2008 stored-procedures comparison viewsI'm looking for alternative ways to push view controllers instantiated on storyboard programmatically. I've actually found two ways, that I …
ios views push storyboardCan we place a small view over another large view? For example, I have a VideoView which is playing a …
android views android-videoview overlappingI'm following the tutorial on Django's site to create a simple poll app. However, Django is unable to resolve "//127.0.0.1:8000/polls" , …
django views django-urlsIs there a way to check if a modal view is present? I'd like to run a method only if …
ios views modal-dialog