which one will you prefer? .html site or a .aspx site

Discussion in 'HTML & Website Design' started by anee, Apr 19, 2008.

  1. #1
    i would like to know your views on websites

    if you dont need much programing in your sites

    which one(html/aspx)n you will prefer (if both have same cost)

    cheers
    anee
     
    anee, Apr 19, 2008 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    I'd go with HTML if there isn't much to update or anything.

    But really, nothing will beat a database driven site.
     
    twistedspikes, Apr 19, 2008 IP
  3. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't get the question.. ?
     
    Mooseman, Apr 19, 2008 IP
  4. kingofsanda

    kingofsanda Peon

    Messages:
    8,154
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It all depends on what type of website you want but if you don' need much programming you should use HTML.
     
    kingofsanda, Apr 19, 2008 IP
  5. FilthyCro

    FilthyCro Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    strange question....
    if your site is stattic you only need html
    if it is dynamic you need something like asp or php
     
    FilthyCro, Apr 19, 2008 IP
  6. Providence

    Providence Peon

    Messages:
    568
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I don't think you should compare asp.net and html. They have their own uses and should be used appropriately. Unless there is a need for dynamically driven site, you should stick to html.
     
    Providence, Apr 19, 2008 IP
  7. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #7
    Werid question.

    Do you know ASP.NET? If you do, you may as well use it, since it will make things easier in the future (Or does ASP.NET make things harder, I forgot :p).
     
    blueparukia, Apr 19, 2008 IP
  8. raymond222

    raymond222 Active Member

    Messages:
    287
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #8
    aspx = ajax and that is very powerful tool if you can work with it. Definately better than plain html, it also allows dynamic code, but if you dont know it, then html would be easier way
     
    raymond222, Apr 20, 2008 IP
  9. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #9
    You can use ajax in aspx or php. A better question would be which is better aspx (which is asp.net) or php, and the answer would still be, whatever is easier for you to program in.
     
    itcn, Apr 20, 2008 IP
  10. vidal

    vidal Well-Known Member

    Messages:
    186
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    145
    #10
    use html for static pages and aspx for dynamic websites. (aspx is more expensive) you can also use php and that's free
     
    vidal, Apr 21, 2008 IP
  11. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #11
    ASPX is just the extension used by ASP.NET pages. The ASP.NET framework and compiler are completely free; you don't need to buy anything to create aspx pages. Microsoft *wants* you to buy Visual Studio 2008 to program .NET pages, but you don't need it, I don't use it at all. Another option would be Visual Studio Express, the free version of VS, in case you want the full IDE.
     
    itcn, Apr 21, 2008 IP
  12. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Even for "static" pages there are advantages of .Net in the form of Master pages enabling you to take the concept of a single place to update of CSS across the whole site (though not the efficiencies that CSS brings for viewing the site)

    If you had a site where every page was totally designed differently and no commonality at all then there would be minimal difference between .Net and HTML - pure HTML would be a tiny bit quicker to load as it doesnt have to go through the .Net framework before being served but unless you are talking servers running at 99% load then the difference would be invisible.

    As soon as commonality exists then you have the advantage of includes for sHTML/ ASP/ PHP etc or Master pages for ASPX (though they too support includes)
     
    AstarothSolutions, Apr 21, 2008 IP
  13. mz906

    mz906 Peon

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    maybe the question is supposed to be read as "which is better a ASP site or PHP site" :\
     
    mz906, Apr 21, 2008 IP
  14. t2000q

    t2000q Prominent Member

    Messages:
    4,636
    Likes Received:
    192
    Best Answers:
    0
    Trophy Points:
    300
    Digital Goods:
    1
    #14
    html php based sites
     
    t2000q, Apr 21, 2008 IP
  15. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #15
    Hilarious.
     
    blueparukia, Apr 21, 2008 IP
  16. bubaipal

    bubaipal Peon

    Messages:
    939
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Mind that aspx needs Windows server.
     
    bubaipal, Apr 22, 2008 IP
  17. chaitanya.seo

    chaitanya.seo Banned

    Messages:
    625
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #17
    It depends upon your requirement, if you are going to place content which is not going to change through database than html is the best as Search Engine likes and easily crawl those pages.

    But if website fetching content from database than aspx is best, and do URL rewriting and make those URL's such as look like static pages.
     
    chaitanya.seo, Apr 22, 2008 IP
  18. SZ4h(dot)CoM

    SZ4h(dot)CoM Banned

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Html will not force me to have a windows hosting
    but if I need a database and programming code I'd prefer php or jsp
    and if I'm forcing to choose from your choice in programing situation I'll choose aspx for sure cause it's only my valid choice
     
    SZ4h(dot)CoM, Apr 22, 2008 IP