Php Or Asp? - need help on opinion what to master first

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #20) by heavensounds on Mar 14 2008, 09:47 PM. (Line Breaks Removed)
I'd also suggest using PHP first but you have to know that eventhough there are similarities between ASP and PHP mostly in the usability on the web, these two are very different languages and learning one of them usually does not mean you'll learn the other one. Why PHP? I think it is easier for beginners mind to dive into php since it is made for the internet and the logic behind it is ve... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > The Internet > Web Design

Php Or Asp? - need help on opinion what to master first

jopak134
i need help what to master first.

first of all can some of you help me decide what to master first but here are the things that ia have now

i know html css.
i am used to microsoft programs not really pertaining to web design programs but microsogt programs in general
i have already books about asp
price is not a matter but if its too steep then it matters laugh.gif

also a lot of questions:

from a noob website maker like me what is the easiest to master/study asp of php?

what is the majority using, the known sites are using like google or something?

asp is incorporated in expression web, does php has one too?( i know its open source) what i mean is a php editor of some kind

i have seen websites that are asp and php both of them are good is it really a just a matter of preferrence?

some say asp is faster at loading but supports only some database( don't know the meaning of this but wth laugh.gif ), while some say php is faster and support almost all database?

and the last thing: if your gonna study/master if for a week can you make your own scripts/code or copy paste codes/script but know what they are, which is better in this criteria php or asp



 

 

 


Reply

jlhaslip
asp is a Microsoft scripting language, I believe, and php runs across more platforms, like Apache, which is the pre-dominant web server.
Asp is not available on the trap17, and php is more widely used than asp.

I learned php and mysql because they work together so well and are so much more useful across the web..

Reply

masrawy
Asp.net is microsoft technoloy and here is a positive side because in asp.net you can write with more than one programming language ... you can write in asp.net with visual c sharp or visual basic, actually I did not practice php so I cannot talk about it.. thank you

Reply

sonesay
It all comes down to preference if you are used to Microsoft products then ASP might seem much easier to learn then PHP. PHP is more widely available so unless you have easy access to setting up an ASP server then I would go start with PHP. I've only worked with ASP once and it was a tutorial to build a ajax type of user interface where you have forms and it will submit data, compute it and display it back. In the source code of ASP I did not like the bulk of the ASP tags. It seems as though they have proprietary <tags> that make learning HTML confusing if you are new to both. They have custom asp tags for form elements etc I believe. With PHP the code does not resemble HTML so you wont get confused as easily and its much easier on the eyes IMO. The choice is up to you of course what you go for. I would suggest PHP because we have a lot of users here and if you new to programming there will be a lot more help available on trap17 forums.

Reply

jopak134
oh trap17 doesn't support asp so i must go for php for now. ohmy.gif

if so then, can anybody point me to a php tutorial site?

and should i learn php now or learn something else first like javascript?

Reply

darran
PHP is a server script, while JavaScript is more of a client script. PHP will form the bulk of your site's functionalities, JavaScript on the other hand will enhance it. So I would advice you to start off with mastering PHP before making use of JavaScript to further enhance your site. Of course, if you do not know basic HTML and CSS, be sure to learn it before hopping onto a server side language

Reply

jlhaslip
Check the tutorial sub-forum right here on the trap. Lots of good, basic information in there. Log-in scripts, mail forms, and many others.
Ghostrider wrote up some pretty good tutorials for php last year, eight of them that went quite a ways into understanding lots of good stuff.

http://www.trap17.com/forums/index.php?act...e=%2Bghostrider

Start out with those and also, become familiar with the php.net site. They have all of the functions defined, explained, with code snippets and syntax examples.

And be sure to ask for help by posting a Topic in the php programming section. Many of the Members know php and are more than willing to assist you.

Reply

delivi
ASP is the Server-Side Scripting language from Microsoft. Microsoft Visual Studio is used for developing & designing using ASP.NET. ASP.NET has a lot of prebuilt bundled components so you can save a lot of time writing code for the things that you use commonly. You can learn more about ASP.NET at http://www.asp.net/.

PHP is an Open Source Server-Side Scripting language currently managed by Zend. PHP is the most commonly used web programming language, the reason being it is free and you get cheap and free hosts for PHP sites. You cna learn more about PHP at http://www.php.net/.

Here are my collection of the comparison between PHP and ASP.NET, this will help you to decide which one to go for,

* WebProNews : ASP vs. PHP
* netconcepts : PHP versus ASP comparison
* PRECISION : PHP and ASP.NET Go Head-to-Head
* Oracle Technology Network (OTN) : PHP vs. ASP.NET Redux
* builder au : PHP, ASP or ASP.NET?

For coding in PHP you've a lot of editors that are similar to those for ASP. Here are a few,

* PHPEclipse - http://www.phpeclipse.de/tiki-view_articles.php
* PHP IDE Project - http://www.eclipse.org/php
* Aptana - http://www.aptana.com/
* PHP Designer - www.mpsoftware.dk/phpdesigner.php
* Zend studio - http://www.zend.com/
* Dev PHP - sourceforge.net/projects/devphp/
* Komodo - http://www.activestate.com/Products/Komodo
* PhpED - http://www.nusphere.com/
* PHPEdit - http://www.waterproof.fr/
* Rapid PHP Editor - http://www.blumentals.net/rapidphp/
* CodeLobster PHP - http://www.codelobster.com/
* Davor's PHP Editor - http://www.download.com/Davor-s-PHP-Editor...4-10154060.html

 

 

 


Reply

jopak134
thank you for the replies i'm getting excited learning php. but what should i do first? download the php editors first?( joomla is php editor right?) if so what's the best one for beginners? or should i download first the one in php.net?

and another thing, i have read somewhere that if your hosting service support php you don't really need to install anything just make a txt with .php as file type is this true? if true then can i do this here in trap17?

Reply

sonesay
Joomla isnt a PHP editor its a Content Management System built on PHP. What your after if your starting off to learn PHP is a basic text editor with simple highlighting for syntax so you know when you miss-type a keyword. Maybe having the editor be able to show you hints will help out too. Dreamweaver has this for PHP.

Yes you can just work on the file then save it as file.php and upload it with FTP to your hosting account in the correct folder. All you will need to do is type in the URL address in your browser then you can start viewing it. Make sure you ftp your files into www folder.

Once you get the hang of it you will probably want to setup your own testing server as uploading and checking can take a bit of time where as being able to test locally is much quicker. You can then download and try xampp that is your own personal web server with PHP built in. Google it.

Reply

Latest Entries

heavensounds
I'd also suggest using PHP first but you have to know that eventhough there are similarities between ASP and PHP mostly in the usability on the web, these two are very different languages and learning one of them usually does not mean you'll learn the other one. Why PHP? I think it is easier for beginners mind to dive into php since it is made for the internet and the logic behind it is very simple - at least it is to me! You should also bear in mind that by learning one of these languages, you'll probably find it hard to learn the other one, because they are so different in the way you write them..so search the internet for pros and cons of each of them and start on the one you think it will be better for you on the long run!

Reply

sonesay
QUOTE(jopak134 @ Mar 15 2008, 04:38 AM) *
ill stick with php for now, i have a friend with a bookstore biggrin.gif. But he don't have any for php but i have found one so ill start with this first before crawling the web.

i have another question, i know this is off-topic but people are noticing this one. one of my friend told me to start with javascript first because it has less problems with support in hosting. and if your website is not that dynamicall you should start with this first? is this true i want a second opinion on what he said


To some extend javascript would be able to do what PHP does like parsing out HTML code and it can do things PHP cannot like modify the page content dynamically. In most cases what you will want to do futher down when you want more interactive sites is use a combination of both. There is no reason why you cannot learn both at the same time if you have good memory and can pick up concepts fast.. You will need to grasp HTML > (PHP + Javascript + CSS (MySQL)). How much you need to learn in the parenthesis depends on what you need to do in your web page.

Reply

tricky77puzzle
I'd say use PHP. If you're not going into any serious business, I'd suggest you use that, since most applications for servers nowadays are written for PHP anyway.

Reply

jopak134
ill stick with php for now, i have a friend with a bookstore biggrin.gif. But he don't have any for php but i have found one so ill start with this first before crawling the web.

i have another question, i know this is off-topic but people are noticing this one. one of my friend told me to start with javascript first because it has less problems with support in hosting. and if your website is not that dynamicall you should start with this first? is this true i want a second opinion on what he said

Reply

sonesay
I forgot you mention you had a book on ASP. If you do then you may as well try get going on that even though PHP may be much easier to find help on online. ASP is pretty big as well so I don't think you will have much trouble either there. Just setting up an ASP testing server might be more difficult then on PHP. But yeah you have the book so just use it. I wouldn't want to own an ASP book and let it go to waste collecting dust. There should be plenty of tutorials and examples to give you a solid foundation to progress into good or even expert status if you wish.

What ever you choose good luck and work hard it will pay off.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Similar Topics

Keywords : php asp opinion

  1. Snews: The Developer's Cms - It's the best CMS (my opinion), why? (0)
  2. My Opinion About Web Design - Total description (5)
    Hey There, Webs are my ultimate specialty, I started learing when I was about 10 years old. It was
    really helpfull to start young because as you knowthe younger the better. I really like doing webs
    and designs and other specities. One of my freinds showed me how to make a real live robot that
    walks and talks with only 12 dollars, his name was Omar Barghouthi. Hes going Professional in this
    web designing specialty. If you are intrested in talking to him reply to me and i will telll you
    more about him....
  3. Divx Movies Your Opinion - (3)
    Do you think DivX Movies you be legal to download and sell for free if so say yes or no? ...
  4. Your Opinion About A Site - (11)
    Hi. I just wanna know your opinion about the design of this site... http://www.hersandesign.com
    me i find it veeeeeery cool !...



Looking for php, asp, opinion, master

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for php, asp, opinion, master

*MORE FROM TRAP17.COM*
advertisement



Php Or Asp? - need help on opinion what to master first



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE