Jump to content
xisto Community
jopak134

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

Recommended Posts

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 nowi know html css.i am used to microsoft programs not really pertaining to web design programs but microsogt programs in generali have already books about aspprice is not a matter but if its too steep then it matters <_<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 kindi 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 :( ), 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

Share this post


Link to post
Share on other sites

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 Xisto, 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..

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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 Xisto forums.

Share this post


Link to post
Share on other sites

oh Xisto doesn't support asp so i must go for php for now. <_< 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?

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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://forums.xisto.com/index.php?acte=%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.

Share this post


Link to post
Share on other sites

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://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/

* PHP IDE Project - http://forums.xisto.com/no_longer_exists/

* Aptana - http://www.aptana.com/

* PHP Designer - http://www.mpsoftware.dk/phpdesigner.php

* Zend studio - http://www.zend.com/

* Dev PHP - sourceforge.net/projects/devphp/

* Komodo - http://komodoide.com/

* PhpED - http://www.nusphere.com/index.htm?

* PHPEdit - http://forums.xisto.com/no_longer_exists/

* Rapid PHP Editor - http://www.rapidphpeditor.com/

* CodeLobster PHP - http://www.codelobster.com/

* Davor's PHP Editor - http://forums.xisto.com/no_longer_exists/

Edited by delivi (see edit history)

Share this post


Link to post
Share on other sites

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 Xisto?

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

My advice would be to learn PHP unless you are about to enter the business world. If you are about to go into a large corporation, from my experiences they tend to use ASP more often. However, for the general and advanced web developer who works for themselves / plans on that, PHP is the way to go. It is very similar to C++ in a lot of ways since it is Object Oriented with classes and such. If you need help with php just ask since many people here at Xisto know it quite well.

Share this post


Link to post
Share on other sites

I believe the best way to master the language is that you actually working on it without any assistance. In other words, start creating PHP pages with any text editor, notepad would be a good choice. Refer to the documentation if you need any reference to any functions you might want to use. XAMPP is a great tool to use if you are using Windows, if you are using Mac and do not want to load up your site, you can use MAMP, pretty good tool to emulate the apache web server and mysql. I am still learning PHP as we speak, getting to terms with the syntax and also how it works.

Share this post


Link to post
Share on other sites

Personally I would use TextEdit or Dreamweaver Code view as you are totally in charge of your own coding. It would probably be easier if you can find an editor which gives you hints on the syntax and methods available, but then again that's just me.

Share this post


Link to post
Share on other sites

Well if you already have a book about asp, then I suggest you start with that. Although I think you will find more tutorials on php + mysql, plus its easier to find a server with php support. Overall I think php is great, probably even better than asp, but what I do know, is that asp jobs pay more.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.