Optimized Images at your Desktop in just Two clicks
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.
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.
A useful, free and easy to use tool for Website Optimization from Google.
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 [...]
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 [...]
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 [...]
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) { [...]
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.