Adult Content Warning

This community may contain adult content that is not suitable for minors. By closing this dialog box or continuing to navigate this site, you certify that you are 18 years of age and consent to view adult content.

Databases and interfacing with them - DB Help Thread

Discussion in 'Technical Board' started by rei, Aug 16, 2011.

  1. $100T2

    $100T2
    Expand Collapse
    Emotionally Jaded

    Reputation:
    108
    Joined:
    Oct 19, 2009
    Messages:
    1,966
    I just downloaded PostgreSQL and will see if I can make heads or tails of it. Sorry in advance when I start blowing this thread up with questions.
     
  2. $100T2

    $100T2
    Expand Collapse
    Emotionally Jaded

    Reputation:
    108
    Joined:
    Oct 19, 2009
    Messages:
    1,966
    So I've been working on a project for work now for the better part of 2.5 years. Right now it's about 12 different related html pages using jquery scripts to load stuff and do a lot of button clicking. I keep thinking that there's a better way to do all this stuff dynamically with some of the tools we've talked about here, but I'm having a hard time wrapping my brain around how they are all going to work together. It seems like my basic html would stay the same, and the DB side would just load specific stuff into fields?
     
  3. Nettdata

    Nettdata
    Expand Collapse
    Mr. Toast

    Reputation:
    2,870
    Joined:
    Feb 14, 2006
    Messages:
    25,796
    Not quite sure what you're looking for, but you might want to look at Backbone.js if you haven't already.

    http://backbonejs.org/

    http://adrianmejia.com/blog/2012/09/11/backbone-dot-js-for-absolute-beginners-getting-started/
     
  4. $100T2

    $100T2
    Expand Collapse
    Emotionally Jaded

    Reputation:
    108
    Joined:
    Oct 19, 2009
    Messages:
    1,966
    Sweet, taking a look at that.