Skip to content

ayaskantsahu/5610-ayaskant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayaskant's Blog

Sunday, March 08, 2015       6:53:48 AM

Node.JS experiments

NodeJS is a very powerful javascript based server. Its asynchronous I/O allows it to be much more scalable with much less hardware compared to other servers based on other languages.

  1. NodeJS setup and test
  2. NodeJS JSON request and response
  3. NodeJS routing
  4. NodeJS acreate application and view application object
  5. Server side templating with Jade
Sunday, February 22, 2015       6:36:33 AM

AngularJS experiments

AngularJS can be a complete framework on the UI side with features like routing, services and dependency injection integrated into it

  1. AngularSJ Routing
  2. A sample service and dependency injection was done to demonstrate login feature
  3. Login feature was improved by using $cookieStorage module
  4. More features were added and data sharing was achived betweendifferent controllers. Child controllers were spawned under a parent controller as well.
  5. AngularJS-UI google maps
Sunday, February 15, 2015       7:47:18 AM

AngularJS experiments

AngularJS has come across a very different framework. Unlike jquery which was a library, angular has its own patterns and rules which a developer must understand and use. This took significant time to understand and implement

  1. Data binding with angularJS - This included implementation of tables with angular JS as well.
  2. Search using AngularJS filters
  3. Search using $http and JSON response.
  4. AngularJS form field validations example.
  5. AngularJS-UI google maps
Tuesday, February 10, 2015       5:29:39 PM

jQuery Experiments

Week 3 was spent learning the most popular library available for web UI - jQuery. The APIs were found to be easy to use and the documentation available on the web was extensive. Apart from the goodness of the core library, the jQuery-UI extension provides a rich set of UI controls which are very useful and easy to code with jQuery. My experiments are as follows.

  1. jQueryUi - Drag and Drop
  2. jQueryUi - Sortable elements
  3. jQuery effect() method
  4. jQuery animate() method
  5. jQuery slideshow
Tuesday, February 10, 2015       5:29:39 PM

CSS 3 Experiments

After learning HTML 5, I started with CSS 3. The new features of animations and transitions were specially fancy and they can open up a new era of rich visual experience using web technologies. My experiments are listed as follows.

  1. CSS 3 borders
  2. 2D and 3D animations.
  3. Transitions
  4. Responsive layout with media queries (table)
  5. Background image and resize.
Tuesday, February 10, 2015       5:29:39 PM

HTML 5 Experiemnts

I started learning basic HTML 5 ans implemented a few basic features as experiments. I picked the funky looking features and implemented them. These experiments are listed as following.

  1. Form input and localstorage
  2. Drag and drop
  3. Audio and Video tags
  4. Geolocation
  5. Canvas

About

Web development experiment repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published