Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
7answers
233 views

how to add dynamic math to webpage

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 ...
4
votes
3answers
120 views

Client side javascript driven websites [closed]

Is it possible to build dynamic web applications using client side javascript as the pivotal point? I'm not talking about server side javascript (like node), I'm talking about handling most of the ...
4
votes
1answer
422 views

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 | ...
2
votes
3answers
83 views

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 ...
1
vote
3answers
1k views

ASP.Net MVC Database-driven menu with caching

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 ...
0
votes
3answers
129 views

How do database driven blog-style websites work?

Before I start: I know this is a very broad question, but it is the best way I could phrase it, I have searched around a lot and can only seem to find generic explanations. I searched SO and didn't ...
0
votes
1answer
44 views

database driven fields (field ids)

I need to make all the fields on my website database driven so I can do field level tracking and assign validations/field types etc to each field type. Current schema: L_SystemFields sys_field_id name ...
0
votes
1answer
123 views

Filemaker or web framework?

I have to build many data-driven web application for various clients. The aim is to build quickly CRUD screens with ACL (based upon tables and fields). I'm looking for the pros and cons of every ...
0
votes
1answer
485 views

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. ...
0
votes
5answers
484 views

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 ...
0
votes
3answers
1k views

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 ...