Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 04-05-06
Stellar's Avatar
Registered User
 
Join Date: Apr 2006
Posts: 714
Thanks: 1
Thanked 5 Times in 5 Posts
Stellar is an unknown quantity at this point
  Learning ASP.Net from scratch

Morning all,

I am considering teaching myself ASP.Net and was just after some opinion on how difficult a task that might be. I recently taught myself html, xhtml and css and, while not an expert in any way, I have figured out enough to put a couple of sites together.

Now I need to into the database side of things before my webpages get out of control. Is learning ASP.net a lot more difficult than xhtml/css?

I was considering an adult community college course, but that is not until September. Am I crazy in thinking I can just buy a book like "ASP.Net for Dummies" and teach myself?

Also, is it better to learn ASP.net or PHP? I understand PHP is opensource and therefore free. What kind of software do I need for ASP.Net and how much does it cost?

Ah, so many questions for a Thursday morning!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-05-06
drivetowin's Avatar
Driving to win
 
Join Date: Aug 2003
Location: If I'm not at home, I'm in hospital
Posts: 7,363
Thanks: 5
Thanked 8 Times in 5 Posts
drivetowin seems to know their stuff
What does your webserver run - if it's not a Windows server then as far as I'm aware you can't run asp.net so will need to be php.

My personal preference is php but thats principally because I've been using it for years.
__________________
Never argue with idiots. They just drag you down to their level and then beat you with their experience.

If ignorance is bliss then some of the people I know must be orgasmic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-05-06
uklejon's Avatar
Registered User
 
Join Date: Aug 2003
Location: Shropshire
Posts: 815
Thanks: 0
Thanked 0 Times in 0 Posts
uklejon is an unknown quantity at this point
PHP is easyish, ASP.NET is not. But then if you know neither then your starting from scratch.

Hosting, books, software etc is not cheap for .NET for PHP you can find it all for free.

I've just started converting one of my sites from classic ASP to ASP.NET and its a big learning curve but the power of .NET is superb.

Here's an example. A simple form to email process. In PHP or ASP the most common way is to have a page with a form on it, when the form is clicked you goto a script page (asp or php) which send the email and then directs to another page to say thankyou.

As asp.net is totally event driven (things happen on page when clicked) you can have just one page to do all 3 pages. The code is totally separate from the html which makes life easier. Also with .net you can make sections of pages visible or not depending on whats been clicked on so with the form page once the send button is clicked you can make the form section invisible and the thankyou text visible. 3 pages all done in 1.

I've used php, asp and now .net and i think that the best out the lot is .net.....lots and lots of control over what you want to do and how you want to do it but again, .net stuff you have to pay for, php is pretty much free.

Oh, and hosting is more expensive with .net......a lot more.

For software grab a download of Visual Web Developer Express Edition from MS.....its free and comes with a development server and SZQL 2005 Express database.

Jon pretending to be Carol
__________________
Jon

UK Link Exchange - Find Link Exchange Partners

Last edited by uklejon; 04-05-06 at 12:17 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-05-06
OLBG's Avatar
aka Antony
 
Join Date: Mar 2005
Location: Bristol
Posts: 528
Thanks: 0
Thanked 0 Times in 0 Posts
OLBG is an unknown quantity at this point
Ive learnt asp and php mainly just by using a few sites online, trial & error & I think one book for php with some examples to work through.

I learnt asp first but didnt find it that good - Im happier now with php as its more stable, has more commands that I need and makes it easier to connect to databases (for me anyway). Whatever you decide Id think hard about it as if you chnage your mind later its not much fun moving your sites to a different server and rewriting all your sites in a new language!
__________________
Antony
Free Tipster Competition
Affiliate Program on POR - up to £2/lead
Grand National Guide
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #5 (permalink)  
Old 04-05-06
Stellar's Avatar
Registered User
 
Join Date: Apr 2006
Posts: 714
Thanks: 1
Thanked 5 Times in 5 Posts
Stellar is an unknown quantity at this point
Thanks for your posts, very helpful.

I am with Clook at the moment and it doesn't look like they support asp.net, so I may have to go with php.

I'm more concerned with ease of use and cost than the power of the language, so it looks like php may be the thing for me.

Do you know where the best place is to get php software?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-05-06
Ste's Avatar
Ste Ste is offline
It's a hard life .....
 
Join Date: Apr 2004
Location: Lancashire
Posts: 607
Thanks: 0
Thanked 0 Times in 0 Posts
Ste is an unknown quantity at this point
Hotcripts.com should be in your favourites for scripts and software if you use PHP and also www.php.net for the functions list. I also started with the one book – SAMS teach yourself PHP in 24hrs (More like 24 weeks!) but its a good read, but there are probably better books available now.
__________________
A World of Poker - Its the Nutz! www.aworldofpoker.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-05-06
Shane's Avatar
Moderator
 
Join Date: Aug 2003
Location: sheffield - Worldwide Skiver
Posts: 3,154
Thanks: 8
Thanked 48 Times in 20 Posts
Shane seems to know their stuffShane seems to know their stuff
We did a fair bit of research before deciding to go for PHP and employ a full time php developer, it does seem a wiser choice for what kind of applications we / most affiliates would require although I do know some guys use ASP quite happily.
__________________
Shane
Dreamweaver Templates I RevenueAddict I BrandWatcher
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #8 (permalink)  
Old 04-05-06
Paul Wright's Avatar
Fishboy
 
Join Date: Jan 2005
Location: London
Posts: 1,657
Thanks: 5
Thanked 8 Times in 4 Posts
Paul Wright is an unknown quantity at this point
Your host should already have the latest versions of php and mysql so no need to download and install them.

I think most people involved with servers will agree that configuring and setting up apache, php and mysql would be a nightmare for a beginner. Best to leave it up to your host and specify any special settings such as mod rewrite that they may not have present by default.

If you’re after local version to run on your computer to test things I can certianly recommend easyPHP which is a small program that installs them all and gets you up and running in minutes. Only good for local testing though.

Cheers
Paul.
__________________
Paul Wright | Affiliate Marketing Director | Mediaedge:cia
e: paul.wright@mecglobal.com | t: 0207 803 2976 | m: 07834 697 130
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-05-06
Registered User
 
Join Date: Feb 2006
Location: Gillingham
Posts: 503
Thanks: 0
Thanked 0 Times in 0 Posts
Donk is an unknown quantity at this point
If your host has php and mysql installed it probably has a collection of scripts called "fantastico" ready to install from your cpanel.

These include bulletin boards, blogs, content managent etc.

For more specialised scripts the best place is sourceforge.net/ and for the php user manual go to php.net

If you get stuck you can allways post a question here. Most get answered within a few hours.

If you are serious about writing your own scripts it is better to install PHP on your own computer. Either as Paul says use easyPHP or do a full install of Apachee (or IIS) with PHP and MySql.



Bob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-05-06
Registered User
 
Join Date: Mar 2005
Posts: 103
Thanks: 0
Thanked 0 Times in 0 Posts
Jeffco is an unknown quantity at this point
http://www.vtc.com offer online training courses for asp and lots of other programmes. $30 a month gives you unlimited online access to all of the courses available in their 'online university'

you could go straight to vtc... or I could shamelessly supply you with this affiliate link


http://TutorRoom.co.uk/tutorial.php?...ting&sku=33598
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #11 (permalink)  
Old 04-05-06
pricethat's Avatar
data muncher
 
Join Date: Sep 2004
Location: Berlin
Posts: 2,485
Thanks: 0
Thanked 0 Times in 0 Posts
pricethat is an unknown quantity at this point
php is much more supported than asp by an open community, also you can run php on either linux or windows servers so you have that benefit too.
__________________
Nothing to see here...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote