Wednesday, 27 January 2016

Little About AngularJs

AngularJs

AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.
Angular is what HTML would have been, had it been designed for applications. HTML is a great declarative language for static documents. It does not contain much in the way of creating applications, and as a result building web applications is an exercise in what do I have to do to trick the browser into doing what I want?
Donwload AngularJs PDF Tutorial

 

Monday, 4 January 2016

Magento 2 and Magento 1.x folder structure comparison

Differences between Magento1.0 and Magento2.0

Although still in development phase, Magento 2 comes with a distinctive set of changed/improved frontend approaches compared to its predecessor Magento 1.X. The big difference is that frontend is now updated with newer technologies such as HTML5, CSS3 and jQuery.

Download Magento from git hub
or
Download from Magento Community

There are also significant changes/improvements to overall layout manipulation, file structure and a brand new introduction to Magento UI library heavily based on LESS preprocessor with built in compiler.


Information about Magento Version 2's Folder structure,

i.e " Folder app/code, Module Declaration, Layout & Template, Skin & Js ".

In Magento2 there is a drastic change in structure of the code. To understand how to create a module in Magento2, we list the differences between these two versions of magento as bellow


Magento 2 comes with a distinctive set of changed/improved frontend approaches compared to its predecessor Magento 1.X. THE BIG DIFFERENCE is that frontend is now updated with newer technologies such as HTML5, CSS3 and jQuery.


about new GraphQL freature in Magento2

GraphQL: GraphQL is a data query language developed internally by Facebook in 2012 before being publicly released in 2015. Magento impleme...