Nov 29th, 2013
CSS is a powerful language used for making creative and attractive websites. Sassy CSS (SCSS) adds some powerful benefit to CSS that makes it more fantastic language by extending CSS and adding great features such as variables, mixins, nesting and much more. SCSS extension, i.e, file ending with “.scss” allows for more concise styling along with CSS. SCSS is the syntax for Sass. Every valid CSS3 stylesheet is a valid SCSS file with the same meaning and it extends all the features and functionality of CSS.
Nov 27th, 2013
The Model-View-Controller paradigm applied to web applications lets you separately display code (for example, HTML and tag libraries that is rendered to the end users) from flow control logic (action classes that performs the required operations on the data) from the data model (data persisting inside the relational databases) to be displayed and updated by the application.
Nov 22nd, 2013
Today Microsoft has released Node.js tools for Visual Studio in Alpha which is one of the most popular platform for writing server side code.
Nov 20th, 2013
Today Tokbox launches its WebRTC Archiving and Android. Now the developers who are working with WebRTC Archiving and android can now build native android applications and can archive live video chats in their apps.
Apache Struts 2 is a smart, effective and extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time. (more…)