Hey everyone , i'm new here and also new to the web development world , i want to make a single web application for someone , but i'm pretty much confused , because i don't know whit which technology should i use to make , i googled and i found that with angularjs or emberjs etc ... the job would be done , so i'm pretty confused , so if anyone have any idea on what should i use and WHY haha , i would be thankful. thank you in advance
this might help you? download following cource Building Web Applications With NancyFX http://www.codeprogression.com/bwawn/
Hey kamaf, I guess what you want is a single page web application that dynamically loads contents without reloading the entire page? AngularJS would be the way to go but if you have no development knowledge it can be quite a challenge. However, AngularJS is client sided, you would still need to figure out what stack to use on the server (NodeJS, PHP, Ruby, Python you name it). Good luck!
Hey Kamaf, As Sylvester mentioned AngularJS is a perfect choice, it will mainly depend on upon your overall Application Requirements. AngularJS + PHP is a good to start with. Cheers!