Skip to main content

Posts

Showing posts with the label frontend poular language

Create mapify app using Angularjs and other frameworks

Getting prepared We will utilize the same code that we utilized as a part of the past case as a beginning stage. What’s more, it is suggested that you as of now have Bower introduced on your framework. On the off chance that you don’t have or know Bower, don’t stress, we will exhibit how to introduce it physically. At the root project folder, open your terminal window and type: bower install ngmap --save To get the directive to work properly, you need to add the Google Maps script. In this example, we will use the code directly from the Google CDN through this link: //maps.google.com/maps/api/js. Open the index.html file and add the following script tag right after the mappingService.js script: Add the ng-map script right after the Google Maps script: Don’t place any code inside the tag; when generators run any task, this block of code is always replaced. Open the app.js file and add the following highlighted code to the angularjs dependencies: angular.module('yeomana...

FrontEnd and BackEnd Developement List of Languages.....Enjoy Coading

If you want lists, for back-end languages (in order of my ability to recall): Java (and other JVM languages like Scala, Groovy, Clojure) Nodejs(javascript On Server My Hot Fav) New World Of Backend PHP .NET (C#, VB) Ruby Python Perl Actionscript (Flash Media Server) CoffeeScript C (CGI) Erlang oh, and SQL for db queries For browser-based front-end languages, you're somewhat limited in what the browser can support (excluding launching out-of-browser applications). We could talk about: HTML Javascript(angularjs,jquery,ajax) CSS Actionscript CoffeeScript (compiled to Javascript) XML-based languages (X3D, SMIL, SVG, DITA, some interpreted by the browser, others transformed using XSL) VBScript Silverlight Java (applets) For native PC desktop front-ends, most popular front-end languages would probably be (I'm guessing, in no order): Visual Basic 6 (from my experience with big enterprises, I bet a lot of those are still out there, just like Windows Vista) .NET Java (Swing...