database-driven

Tutorials For Database-Driven Routing in Zend Framework?

I am working on a project that needs to use a database driven MVC scheme where the route to the controllers and views are controlled through a single database table. However, I haven't been able to find any tutorials that demonstrate this with a current version of the framework (they all appear to have been written several versions ago) ...

Do you create classes to handle "entities" for data driven apps?

I'm a newbie and when messing around with creating database applications I always just created my forms and put all the code and bindings in there. Instead of having arrays and lists that held information I made changes to the database directly. Now that I have evolved a little bit let's say that I sold widgets to customers and kept th...

How to create a database driven login system

I want to create a website that the login system shouldn't be handled by cookies, but on (a) table(s) in the local (on the server) SQL DB. Is there a way to do it? Even no partial way? What and where should I save instead of the cookie??? ...

ASP.Net MVC Database-driven menu with caching

Hi. I am trying to create a menu for my website. It needs to meet the following requirements it must be database driven, pulling data from DB to build up the menu structure the data being pulled from the DB needs to be cached - I do not want to hit the DB for each page request At the moment, I have a simplistic example running, but ...

SEO on a Database Driven Website

I have a question about a site I'm developing. It is a database driven directory site where people can make a profile and list themselves in one or many area codes and in one or many fields of work. When someone is looking for a person to hire, they enter one or more area codes to look in (or select them with checkboxes) and when the f...

How should a database-centric Java Swing application be designed?

I have been writing a database-centric Java Swing application for a while. The GUI and DAO-code ends up in a big tree like: JFrame | JTabbedPane | +--------------------+----------------------+-------------+ | | | | JPanel1 JPanel2 JPanel3 ...

how to add dynamic math to webpage

Hi, I'm a math teacher wanting to insert some dynamic math into a website. What I'd like to achieve is to have a button that a student can press to randomly vary a question so that it's the same type of question, but with different numbers. For example, Factor the quadratic expression of the form ax^2 + bx + c, where a = 1, and b and c ...