Results 1 to 10 of 10

Thread: Building a Website - Need a Little Help.

  1. #1

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Building a Website - Need a Little Help.

    I have a few friends that sit on the board of directors for a local charity. This charity is new to my city, but very established world wide. Since this charity is coming to my city, my "friends" asked me if I could build a website for them. All they want at this point in time is a splash screen that basically says "we're coming to cityx very soon, click here to donate". They volunteered me because I'm a computer programmer, it didn't seem to matter that I'm not a web designer

    Anyway, I want to set them up with this welcome page. My question is, what language would you guys/gals recommend? I'm not totally out of my league here. Like I said, I'm a programmer and I have built a few websites using raw HTML (am I dating myself or what?...actually, I'm 29). I'm sure I'll catch on pretty fast to whichever language I choose. I'm asking this question to see which language is more robust and will lend itself to expanding the site more in the future.

    I'm thinking PHP is the way to go but I really haven't settled yet.

    Thoughts, suggestions, advice? I've also heard of something called "Ruby on Rails" although that looks to be more for the application-based websites.
    Last edited by The_Grudge; Oct 1st, 2007 at 07:47 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Building a Website - Need a Little Help.

    If you are familiar with raw HTML, then why not whip one together using that.

    It doesn't sound like it has to be any fancy.

  3. #3

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Building a Website - Need a Little Help.

    Agreed. But I've been looking for an excuse to obtain some more up-to-date web skills and this would be perfect.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Building a Website - Need a Little Help.

    In that case, then I would go with PHP if that is something that you would like to pick up.

    It seems like the perfect opportunity as the site you are being asked doesn't sound like it would be too demanding.

    As I'm sure you know, we have a PHP section here a VBF, and some very talented PHP folks roam around that section on a frequent basis so I'm sure any help you would need would be quickly forthcoming.

  5. #5
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Building a Website - Need a Little Help.

    [brag]I am one of the talented phpers [/brag]

    PHP is the best, open source, way to go. There are great tutorials available on the net.

    If you have the resources, there is also ASP.net available. You would need Windows server.

    PHP + MySQL and ASP.net + MSSQL are the leaders of web development
    My usual boring signature: Something

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Building a Website - Need a Little Help.

    A "welcome" page doesn't need anything more than static HTML.
    I realise that you want to expand your skill set, but don't use technology just because you can.

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Building a Website - Need a Little Help.

    Well you sound a little biased there dclamp as you fail to mention the correct #1 is Oracle. The #1 rdbms in the world. MS SQL Server is #2.

    You absolutely do not need a windows server to run asp.net as 2005 express provides a virtual iis server for you to run during development time and then just obtain a webhost thatprovides the platform you desire.

    So in reality the door is wide open for you to develop under any platform.


    My suggestion would be along the lines of Hacks post. Just do the minimum as you can get it up and runnning fast in basic HTML and then they will be impressed.

    If you propose a good enough reason, you can get any training you want for this. You just need to make the point for its need. ASP.NET has power over PHP but PHP is a non-ide development "language" which may slow down development and testing etc.

    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Building a Website - Need a Little Help.

    sorry for my biasness.. I thought that those are the 2 combo leaders. Sorry for my misleading post
    My usual boring signature: Something

  9. #9
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: Building a Website - Need a Little Help.

    If your wanting to update your skills forget about scripting languages such as PHP et al and stick yo plain old HTML but update your webdesign skills by using CSS for all the layout and appearance properties.

  10. #10

    Thread Starter
    Fanatic Member The_Grudge's Avatar
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    836

    Re: Building a Website - Need a Little Help.

    Quote Originally Posted by FishGuy
    If your wanting to update your skills forget about scripting languages such as PHP et al and stick yo plain old HTML but update your webdesign skills by using CSS for all the layout and appearance properties.
    That's exactly what I've done. I'm doing the page in Dreamweaver using HTML with CSS.

    CSS is freakin' cool!

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