Hi, I have few questions to answer pls.
1) Whats a different between .NET, PHP, JavaScript, Python, Silverlight and AJAX
2) For what exactly is every language, like what is for WEB app. for app like any kind of players..
3)If I want make a dynamic web what should I use?
4) What are XML, XPath, XSLT ?
Thx a lot
Loading
VulpesPosted Sep 18, 2011, 8:34 AM
http://msdn.microsoft.com/en-us/beginner/bb308760.aspx
To learn about Javascript, AJAX, XML, XSLT, XPath and a host of other stuff, I'd start here:
http://www.w3schools.com/default.asp
For more detail, I'd also check out the large number of articles that have been published on this site dealing with various aspects of these technologies.
Vilas GitePosted Sep 18, 2011, 10:28 AM
Hi Adam..
As per said Vulpes and Sam sir, there are not only 4 questions in a single thread but I think those days IT technology covered in a single thread… Adam, you can search article one by one technology in this site, definitely you can got it here…!
Start from here…:http://www.c-sharpcorner.com/Beginners/
Thanks!
----------------------------------------------------------------------
If this reply helps your post…then check "This is correct answer"
Sam HobbsPosted Sep 17, 2011, 9:52 PM
.Net, AJAX and Silverlight are not languages.
Originally PHP was not object-oriented but apparently it has been improved so it is more object-oriented.
If you know what it is that you need to do, then someone can suggest what to use. Otherwise you should invest a little time to learn about the languages and such.
For developing web sites, you can use Silverlight in ASP in IIS or you can use PHP. There are other choices but those are the two that you asked about.
You need to learn about server-side and client-side. PHP and ASP execute server-side and JavaScript executes client-side.