Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Coding Search Websites

  • 10-07-2007 7:51am
    #1
    Closed Accounts Posts: 81 ✭✭


    Hi all,

    I am definitly a newb at programming but i was just wondering how websites like http://www.restaurants.com/ are coded. Any help would be brilliant, Thanks in advance, Ciaran


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    http://www.w3schools.com/html/default.asp is a good place to start.


  • Registered Users, Registered Users 2 Posts: 706 ✭✭✭DJB


    Ususally a site like that consists of:

    - Database: MSSQL or MySQL Database with all the information in them.
    - Frontend: ASP/PHP pages that open the database, look for the required information and displays it nicely to the end user.
    - Backend: More ASP/PHP pages (secure this time) that allow an administrator to update the database with new information and records.

    A good place to start is with a book maybe:

    http://www.sitepoint.com/books/phpmysql1/

    Rgds,

    Dave


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    I'll just point out that ASP is almost (if not entirely) a legacy technology it has been replaced by ASP.Net which is based on the .Net framework.


  • Closed Accounts Posts: 120 ✭✭samelterrance


    Hi Shoot,

    I would recomment downling Microsoft SQL Server Express Edition (free)
    and Microsoft Visual Web Developer (free)

    You'll find loads of video (free) tutorials for beginners on www.asp.net.

    Populate a test database and use visual web developer to create datasources etc and bind them to grids etc to look nice to the user. There are lots of wizards and is generally very easy and straight forward to get up and running.


  • Registered Users, Registered Users 2 Posts: 4,276 ✭✭✭damnyanks


    Ruby on rails is pretty simple to pick up.

    If you're really keen on making some sort of website for money you'd probably be better off finding some indian kids on the internet to develop it.


  • Advertisement
Advertisement