Ideyatech Logo

Introduction to Twitter Bootstrap

January 2013 Posted by Chris Lee

Introduction to Twitter Bootstrap

Twitter Bootstrap is a UI Framework for Front-End Developers, which is known as the most popular project from GitHub. A wide range collection of tools for developing websites and applications. It has 5 Key features that contribute to its value in making instant prototypes; Grid System, CSS Components, Responsive Web Design …

Read more...

Externalizing Application Logic: Business Rules Approach

March 2012 Posted by Arjay Nacion

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...

Recursively Retrieving Values using Java Reflection

May 2011 Posted by Allan Tan

Retrieving Values using Java Reflection

I recently came across this Java code snippet we created for Open-Tides and still find it very useful in developing flexible and dynamic applications.

So, why is there a need to retrieve values using reflection? The answer is simple – to allow your application rules to be configurable through the database.

Read more...

HTML5 – A Step Forward Towards Semantic Web

February 2011 Posted by Arjay Nacion

HTML5 - A Step Forward Towards Semantic Web

Back in 1999, Tim Berners Lee expressed his vision about the semantic web: I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers. A ‘Semantic Web’, which should make this possible, has yet to emerge, but when it does…

Read more...

Book Review: JavaScript: The Definitive Guide 5th Edition

June 2010 Posted by John Jason Reyes

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...

Virtualization with Ubuntu 10.04 – Lucid Lynx

May 2010 Posted by Allan Tan

Virtualization with Ubuntu 10.04 - Lucid Lynx

With the growing projects, we’ve decided to upgrade our test servers to a production grade server and setup virtual machines within the server. This move really makes sense because instead of allocating a workstation for each project as test machine, we are cutting it down into one server with multiple test VMs.

Read more...

Using CSS Position in Creating Boxes w/ Rounded Corners

March 2010 Posted by Kervi Cioco

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...

Dashboards: How to make it effective

February 2010 Posted by Allan Tan

Dashboards: How to make it effective

We’ve seen effective use of dashboards with various applications. Dashboard shows the summary of the entire system operations in just one page. In addition, they make your application look cool and more interactive with use of graphs and charts. So now its your turn to create a dashboard for your killer app, here are some tips to make it more effective.

Related Posts with ThumbnailsRead more...
Copyright © 2012 Ideyatech, Inc. All Rights Reserved.