List/Grid

DEV & DESIGN Subscribe to DEV & DESIGN

Elements of Ria – Rich internet applications

Elements of Ria – Rich internet applications

These are the list of RIA’s elements: • Real Time Data Push & Alerting                                               • Utilize a ubiquitous client • Run unchanged across the Internet on multiple hardware platforms •… Read more »

Pagination using Ajax and Json

Pagination using Ajax and Json

To have a grid with paging functionality, that should have the feature to change the paging size (i.e. number of records per page) dynamically. While navigating between pages, the end… Read more »

Dynamic Data for a Static page – JSON Data : Website optimization tips

Dynamic Data for a Static page – JSON Data : Website optimization tips

In a webpage that has huge data in it, the major consumption of the page load time goes on loading the html itself as the html page size is huge…. Read more »

Post-load Components : Website Optimization tips

Post-load Components : Website Optimization tips

When a web page loads all resources are not required to render the page initially. So if we analyze a web page design we can come to know what’s absolutely… Read more »

Web Image Collage : Website Optimization tips

Web Image Collage : Website Optimization tips

In a webpage that has more No. of images rendered on it, the major consumption of the page load time goes on downloading and rendering these images.     For an image… Read more »

JS Crunching : Website optimization tips

JS Crunching : Website optimization tips

JavaScript has the dubious quality of not being compiled. The source code text for the program is downloaded by the client, parsed, and the interpreted by the browser. Verbose, easy-to-maintain… Read more »

CSS Crunching : Website Optimization tips

CSS Crunching : Website Optimization tips

This involves minimizing the size of css whether internal or external. There are a number of third party tools available for this in the market. We achieved this by removing… Read more »

HTML Compression : Website optimization Tips

HTML Compression : Website optimization Tips

By HTML Compression the page size gets reduced by almost 44%.There are various tools available in market for compressing HTML.                                After trying various methods we found that if we remove… Read more »

HTML Coding Standards : Website Optimization Tips

HTML Coding Standards : Website Optimization Tips

Follow the XHTML standards to make it work well on the Cross browsers. One standard which we followed here was always using div based layouts instead of table .The use… Read more »

Website Web Page Load Time Optimization : A definitive Guide

Website Web Page Load Time Optimization : A definitive Guide

Here we’ll discuss various techniques that can be used to optimize a web page and hence can be used to reduce first page load time of a page. These techniques… Read more »