Results 1 to 11 of 11

Thread: [RESOLVED] Best technology to create my website in?

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Best technology to create my website in?

    Hi,

    I am currently studying my diploma in web development and have been wondering what is the best technology to create my website (portfolio) in? At the moment I know xhtml, css, javascript, php, xml and flash. Now my experience with xhtml is not a very good one visually and so I prefer creating websites using flash. Now, the problem is there more of an advantage use xhtml over flash, if so why? I know that in flash you can dynamically create the pages but I want to know if there is anything going for xhtml in the case of what to create the website in.

    Thanks,

    Nightwalker
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  2. #2
    Junior Member
    Join Date
    Nov 2008
    Posts
    20

    Re: Best technology to create my website in?

    PHP, php and php once again.

    why?
    1. It's freeware
    2. very very very much companies use this serverside language.


    But, do you really need a serverside-technologie for you portfolio? (okay, you may want that for your contact page, but besides that, I don't really see the need for serverside-programming in a portfolio.)

  3. #3

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Best technology to create my website in?

    I am not asking about php but xhtml and flash!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4
    Junior Member
    Join Date
    Nov 2008
    Posts
    20

    Re: Best technology to create my website in?

    Quote Originally Posted by Nightwalker83 View Post
    Hi,

    I am currently studying my diploma in web development and have been wondering what is the best technology to create my website (portfolio) in?
    hey, just answering the question

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Best technology to create my website in?

    The answer is the same as it is in all things development: It depends.

    What are you going for? A flash dev job? Or an (x)html development job?

    Let me put it like this: Let's say I'm looking for a web developer. You bring me your portfolio, and it's full of flash sites... "OK great," I say, "but our standard here is to use XHTML Strict 1.0 with 802 Accessibility standards. Can you do that?" ....

    Conversely, if I'm looking for a flash developer... and you bring me XHTML sites.... you see where that's going?

    Point is, you need to decide what you want to go for. Do a mix. Show off the flexibility. If you're aiming for a flash job, then make it flash heavy (but not too much so), with some more standards parts to it....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Best technology to create my website in?

    Quote Originally Posted by techgnome View Post
    The answer is the same as it is in all things development: It depends.
    Ah ok! However, seeing as I want to design my own website/portfolio I guess it would not matter which technology I use? I was just asking because I know flash can display objects dynamically while xhtml can't but I don't know if flash is capable of doing everything I'd be able to do with xhtml?

    One example of such is accessibility! I know you can use a-prompt, etc to check xhtml to see whether it is accessibility compliant. However, is flash accessibility compliant how would I check this?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  7. #7
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Best technology to create my website in?

    Well, definitely don't make your entire website in flash. A lot of people still do this. Not only will it load really slow, and run slow on older computers, but if for some reason the visitor doesn't have the flash player installed, or flash content is disabled, then you just wasted a lot of time...

    I would use XHTML and CSS. Definitely keep all styling separate in the CSS file, and make sure your XHTML validates with the online W3 validator. If you want to show off your web design skills, don't write invalid markup...

    I would use flash for any presentation you want on your front page, like a short/flashy video. A lot of sites (like Adobe) use this to showcase new products somewhere on the site. I would also avoid using any sounds.

    I would use CSS for the navigation menu, maybe with a drop-down effect. For any sort of animated effects (ex: hyperlinks that fade from one color to another when you hover over them), I would use a combination of JavaScript and CSS.

    XHTML + CSS + JavaScript really removes any need for flash content, unless it's a short animation or something.

  8. #8
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Best technology to create my website in?

    Quote Originally Posted by DigiRev View Post
    I would use flash for any presentation you want on your front page, like a short/flashy video. A lot of sites (like Adobe) use this to showcase new products somewhere on the site. I would also avoid using any sounds.
    HTML5 includes elements to do this in (X)HTML, notably <video>, <audio>, and <canvas> tags.
    Quote Originally Posted by DigiRev View Post
    I would use CSS for the navigation menu, maybe with a drop-down effect. For any sort of animated effects (ex: hyperlinks that fade from one color to another when you hover over them), I would use a combination of JavaScript and CSS.
    Again, HTML5 has a new tag for navigation menus: <nav>.

    Keep in mind that HTML5 spec is not yet finalised, so some of it is still not yet implemented in client browsers. Webkit/Gecko/Presto currently support the <video> tag, but I'm not sure what else of HTML5 they support yet.

    Check out Mozilla Bespin for a cool demo of HTML5.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  9. #9

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Best technology to create my website in?

    @ DigiRev,

    Yeah, I know what you mean! I have done that for a website I created for my basic flash class last year. I created the basic website in xhtml with css and javascript then used flash to create the buttons, animations and a video. I also included accessibility options in the website to use links if javascript is disabled.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] Best technology to create my website in?

    Do it in ASP.NET, then fit your life around it.

  11. #11

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Best technology to create my website in?

    Quote Originally Posted by mendhak View Post
    Do it in ASP.NET, then fit your life around it.
    I would if I know asp!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width