How will WebRTC Transform the Internet?

Posted on Leave a commentPosted in Custom Programming, Idea Center, Technology Center

How will WebRTC Transform the Internet?

WebRTC is the latest technology on video conferencing and peer-to-peer network that is contributed by Google to the Open-Source Community. For regular users, WebRTC means easier way to call your friends and family. You can use your regular web browser to call and achieve better quality than most communication tools out there.

read more...

Externalizing Application Logic: Business Rules Approach

Posted on Leave a commentPosted in Custom Programming, Java, Stories

Externalizing Application Logic: Business Rules Approach

Enterprise applications usually consists of multiple layers. Primarily presentation layer, business logic layer and persistence layer. The business logic layer is considered the heart among these layers, and this is where all processes and decisions take place. Requirements for this layer also changes more often than the rest of the application.

read more...

Book Review: JavaScript: The Definitive Guide 5th Edition

Posted on Leave a commentPosted in Book Review, Website Design

Book Review - JavaScript: The Definitive Guide 5th Edition

Considered as an essential resource for JavaScript programmers. O’Reilly’s JavaScript: The Definitive Guide 5th edition is one of the books to look for when it comes to JavaScript.

As good as the introduction sounds, the book is unfriendly to those who are unfamiliar with programming. But, is a good book to those who know programming but is new to JavaScript.

read more...

Using CSS Position in Creating Boxes w/ Rounded Corners

Posted on 7 CommentsPosted in Website Design

Using CSS Position in Creating Boxes with Rounded Corners

There’s this CSS trick I came across a couple of years ago that never seize to amaze me. It’s the use of 2 position attributes to control elements within a defined boundary. It is, by far, one of the most lucrative piece of info that I get to apply in so many design situations and actually, if you’re starting to learn about CSS, this is going to take you far.

read more...