Archive

Posts Tagged ‘table’

Image Swap with Text for Search Engine Optimization

Nov 29th, 2009

Example image swap code for SEO. This code meet certain requirements which are mentioned in the article. Few are:template kind of code, image size can differ.

Show Current Database in MySQL

Oct 13th, 2009

Know which database is in effect! All Queries are executing against which database?

Table’s Width Fixing Hack

Nov 26th, 2008

fix html table width. It is a hack using javascript where I do not have a privilege to increase upper table width.

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

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.