Jump to content

hey, a recommendation for a project next semester(jan 09)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
mixpage65

mixpage65

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
Hi, next semester i have my last course of computer science and it is a project development.

I already decided that i will develop a home page. That is the future. I just dont want to make a c# or visual basic project, i want to further my leanings in web development.

The real question is what technology i should use? ASP.NET or PHP ? I am already very familiarized with PHP, it is a joy to maintain a d-base with "php my admin". I know nothing about ASP. If i choose ASP, i will learn another technology, but i dont know if i will have the time to get familiarized and develop a nice project in 4-5 months. If i choose PHP i know i will do it better because of the knowledge i already have ( not much, but 100x more than asp lol).

What should i do? What would you do ? Thanks in advance.

#2
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
I would choose php
because asp needs c# or vb

#3
mixpage65

mixpage65

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts

amrosama said:

I would choose php
because asp needs c# or vb

if it is for that reason, i dont really mind because i already know vb, and c# is simple to learn if you know other influenced languages like c++, java, etc.

#4
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
I thought you dont want to use c#
anyways if you dont mind working with c# asp would be very easy and really fast in implementation
what will be your project about?

#5
mixpage65

mixpage65

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts

amrosama said:

I thought you dont want to use c#
anyways if you dont mind working with c# asp would be very easy and really fast in implementation
what will be your project about?

sorry, in the first post i told i didnt want to use vb or c#, but i was referring to do a stand alone application. my bad..


well, i dont know yet, one of the requirements is that the project needs to use a d-base with a couple of tables. So i was thinking to do a mini-social network like facebook with all the basic operations, maybe a wall in the profile too. How that sounds ?

#6
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
Im doing the same project this semester :)
it should be easy to do in both asp and php, wait for another member reply

#7
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
PHP > ASP

#8
mixpage65

mixpage65

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts

John said:

PHP > ASP

in what areas specifically ? i know that php is open source and does not need a microsoft server(iis) , all i know is that asp has visual studio and that is a biggg help. ** cough intellisence cough** hehe.

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Here's the reality for any reasonably complicated site (which many aren't): If you are producing dynamically generated HTML code, you are probably NOT going to find that the language is important. What is important is things like: ease of form data processing (standard ASP sucks at binary data uploads), ease of including modules, etc. If you're relying on anything other than raw HTML/CSS/JavaScript to get your results, you are likely to become very disappointed when things don't work quite as expected.

PHP isn't just popular because it's free, it's popular because it works well.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog