Javascript

Sign in with LinkedIn " functionality

Providing a Sign in with LinkedIn functionality using Scala

Reading Time: 3 minutes To integrate a Sign in with LinkedIn functionality in your social project that is being built with Play 2.2.1, follow these steps ( this post summarizes the work done step by step). 1) Create a LinkedIn app (if you do not have one already) Follow the link https://developer.linkedin.com/documents/quick-start-guide‎ and create an app. Enter all the details including Site URL . The Site URL could be something Continue Reading

A Simple Login Application in Node.js and MongoDB

Reading Time: < 1 minute Node.js, a software platform, built on google chrome runtime. It uses v8, the same run time environment, that google chrome uses. It is one of the best plateform to easily build scalable network applications(especially server-side). We have created Node.js Login Template with a nice User Interface. If you want to use Node.js as plateform and MongoDB as Database then this demo project can be used Continue Reading

KnolX – jQuery Form Validation

Reading Time: < 1 minute This Wednesday, I have presented on jQuery Form Validation at KnolX. Live application can be access here : Form validation with jQuery in Play Framework Github code can be download here : jQuery-form-validation Lets have a look at the stuff:

Introduction of Html/ CSS/ JS

Reading Time: < 1 minute The basic building blocks of the Web — HTML, CSS and JavaScript have been introduced in this knolX session. I talked about Html/Css/Js from the ground up class, How to use these to create a web page. I also illustrated Ajax with example and how to use jQuery.

Play Framework 2.0: Ajax Calling Using Javascript Routing in Scala

Reading Time: 3 minutes Continuing our series on Play Framework, in this blog we’ll learn How to make Ajax call in play using jsRoutes.We have already covered design forms in Play2.0 using Scala and Mongodb in the past. Play2.0 introduces a powerful feature JavascriptRouter which helps us in making Ajax call.The play router is able to generate JavaScript code to handle routing from JavaScript running client side back to Continue Reading