Archive

Posts Tagged ‘design’

Optimized Images at your Desktop in just Two clicks

Nov 7th, 2009

Get optimized images at your desktop in just two clicks. Image optimization is a must for your site if you are getting lots of visitors or you have plan of attracting lots of visitors.

Google’s Website Performance tool – Page-Speed

Oct 18th, 2009

A useful, free and easy to use tool for Website Optimization from Google.

Make Image’s Corners Round using GIMP

May 15th, 2009

GIMP is a One of the best image Editor available. It is released under GNU license. So, you can use it free of cost. GIMP is an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
For person like me, who do not like [...]

Simple SEO (Search Engine Optimization)

Sep 21st, 2007

Writing good page content is useful for retaining your users and attracting new users. It is the best mantra (tips) for your online success. Search engine give you readers free of cost. So,why miss it? These are the simple tips for SEO from my memory:

Use <h1> tag for your headline on each page. This [...]

Design Dynamically Generated Data for Excel Sheet

Jul 11th, 2007

Many times you may have created excel sheet dynamically by server side script and you may have thought that for adding color and header etc. is possible only using spreadsheet software. This can be done by person who will use this generated sheet.
You can add color and other designs to your dynamically created excel file.

Add [...]

Save Your Web Page’s Visual Space

Jul 3rd, 2007

This is an example of how to save visual space of web page using show-hide div, p, etc. Click on Details and see the effect.On first click it will expand and on next click it will become hidden.
.hide {display:none;} .show {display:block;} .hover1 {cursor:pointer;color:blue;}
function toggleView (id) { [...]

Client-side Table Sorting Using Javascript

Jun 30th, 2007

Sort column/field data in ascending / descending order while maintaining row data with the help of JavaScript only. So, no server-side script and no page refresh.