Archive

Posts Tagged ‘design’

Get Better Search Engine ranking for web site without doing any SEO work

Mar 12th, 2010

From the title, one may thought that I will tell some tricky or black hat SEO works to apply on your web site, but I am not. I will discuss about getting Search Engine Ranking without doing any SEO job you may know come under SEO.
1st is content. It… READ MORE

Optimized Images at your Desktop in just Two clicks

Nov 7th, 2009

You can get all background images and other images, you are using on multiple pages, on your website get optimized in two clicks. You will find it at your desktop. Image optimization is very important for your page loading time and speed of your site. It saves valuable bandwidth also… READ MORE

Google’s Website Performance tool – Page-Speed

Oct 18th, 2009

Google has introduced website optimization tool, which is like
yahoo’s yslow. Like Yslow, page-speed also use Firebug as a
platform. So, before installing page-speed, install Mozilla Firebug Add-on on
your system.
It is simple to use and understand. It comes with ready and easy to use help guide.
Page-speed can… READ MORE

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… READ MORE

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… READ MORE

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… READ MORE

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) { div1 =… READ MORE

Client-side Table Sorting Using Javascript

Jun 30th, 2007

What about the idea of giving the user power of sorting the table’s column using JavaScript. User can sort any column of the table.
I saw this facility from a software I was using. It was running very fast and smoothly. That web app was using JavaScript from another site.… READ MORE