I need large Calendar (not jQuery datepicker) with possibility to schedule events and show them on calendar. Calendar must support month/week/day views. It is very desirable for Calendar not to reload whole page when view changes (AJAX refresh). It must be easily customizable (CSS themes) and localizable. It should support drag & drop (f...
I work in a web shop as a PHP programmer. Most of the time we use good coding practices but not much structure to the site as a whole.
I have now entered my phase of being bored with some of our practices and want to branch out and simplify and generate some things in a helpful way not just for me, but the hybrid-programmer web develop...
I was trying to use RoR or ASP.NET MVC but at my first impression it seems to me that MVC is a drastic way to change the programming paradigm. Is this just my resistance to changes or it is really weird? Some times i feel really lost! Any suggestion or I just have to turn back and program in the old fashion way?
...
As far as I know, there isn't.
Do you know any?
...
Hi guys,
the situation:
a user on the page in question selects a category from a dropdown which then dynamically populates all the users of that category in a second dropdown beside it.
all the data is being retrieved using LinqtoSQL and i was wondering if this can be done
a) using html.dropdownlist in a strongly typed view?
b) using...
I have three classes MainMenu, SubMenu and Secondary SubMenu. I have a cascading drop down box which is used when creating Secondary Submenu. A main menu is selected which then shows a drop down with sub menus. When I select an item in the MainMenu drop-down box I get an error:
System.InvalidOperationException: A circular reference was ...
One of the goals of the MVC approach to web development is to separate out the model, view, controller.
Lets say in a J2EE Struts like environment, you associate the Struts Action with the controller, a Java bean with the model, and JSP and/or ActionForm with the View.
My question, where do you tend to perform any logic to populate dat...
Hi,
Firstly anyone else trying to get onto forum.hibernate.org.
I have been trying for a while. Can't believe its down.
I am new to NHibernate. Go easy.
I have an MVC app and I have an entity called Recipe
and it has HasMany collections Comments, Ingredients
and Images.
In the action of a MVC controller I am loading the first
20 rec...
I have a site that is taking around 20 seconds to load every page (no matter what it does)
So i put in a /scripts/test.html that isn't part of a route and it still takes this long... no db hit nothing.
I renamed the web.config to _web.config and it loads instantly, rename it back... back to around 20-30 second load times.
Running the ...
In all MVC Diagrams i've seen, there is always a connection between the View and the Model, indicating that the View has access to the Model.
I just wonder: When does this apply? At the moment, I have my Controller Action taking in a Parameter from the QueryString, query the Model in order to get MyObjectViewData, and then return a View...
Create an MVC project, and its "Scripts" folder will include MicrosoftAjax.js (release and debug versions).
In Visual Web Developer 2008 Express Edition at least, the Scripts folder does not contain any of the Globalization scripts, i.e. the 205 files (e.g. "af-ZA.js") that define and set up '__cultureInfo' for that culture.
They are a...
I've came across this new acronym, SOFEA, apparently a new programming paradigm for web applications.
Still didn't manage to make sense of it - if someone volunteers to make it clearer for me I'll be very thankful.
...
I've been desperately searching for a Javascript MVC framework to create rich client side applications with a Rails backend and I come across junction framework. It highly appeals to me due to its similarity with rails and offline capabilities. but unfortunately it has not been actively maintained for a long time.
I just wanted to know ...
I'm trying to build a very light re-usable framework for my games, rather than starting from scratch each time I start a game. I have a component driven architecture - e.g. Entity composes a Position component and a Health component and Ai component etc.
My big question is whether my model composes view components to allow for more tha...
Is it possible to develop ASP.NET MVC with MS Visual C# 2008 Express Edition and IIS?
The tutorial states that 'Visual Studio 2008 or Visual Web Developer 2008 Express' are required.
...
What is the roadmap for ASP.NET MVC? I would like to understand which versions I should be running and when.
I tried Scott Guthrie's website but had trouble finding mention of anything later than MIX.
...
In modern web frameworks like Rails and symfony the concept of partial includes or partial views is well documented and recommended.
What I am having trouble with lately is deciding how much design to include in the partial.
It's kind of hard to explain but I want to know what others do when creating a partial and including it in a tem...
Some of the responses to a question I asked today earlier today have caused me to question my assumption that it should be possible to use Rails in a non-MVC manner as opposed to simply using a microframework like Sinatra for barebones non-MVC-type apps.
Has anyone used Rails in a non-MVC manner without it causing major problems or coul...
Model-View-Controller seems to allow two types of changes to the view:
Whenever the model changes, the view receives a change notification so it can update its visual representation accordingly.
The controller is given direct access to the view's API for the purposes of "View Selection".
What exactly is "View Selection", and under wh...
I have an Asp.Net MVC application that works in the vs.net development web server. When I publish to IIS7 I get the following error. I have spent many hours and still no solution!
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.PipelineStepManager.ResumeSteps(Exception error) +929
System...