Archive

Archive for November, 2008

Bookmark/Jump in document; Interlink section of the document with different section of another document

Nov 26th, 2008

1) Bookmark/Jump in document
<span id=”a1″>This can be referenced by somewhere (id=1) </span>
For linking to the section in the same document:<a href=”#a1″ rel=”external”>go to section where id is 1. </a>. TestPlease, create a long data document to check the usability of this.
2) Interlink section of the document with different section of another documentSuppose there is an [...]

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.

Play with Unicode characters

Nov 24th, 2008

Here are few links to convert Unicode characters to code point/Uri percent encoding/decimal NCR etc.
905 represent hex अ in Hindi:
http://people.w3.org/rishida/scripts/uniview/uniview.php?codepoints=905
Get full details of each character at this FileFormat.info site. This link will shows Unicode character “अ” detail.
Convert any char to code point/numeric value:
Need to use any char which is not a supported language in your [...]

Drupal Is Second Time Winner Of The CMS Of The Year Award

Nov 24th, 2008

Founder Dries Buytaert released content Management System – drupal as an Open Source project in 2001. CMS Drupal manages many high traffic web sites. Drupal received $5,000 in prize money.
Drupal has won the CMS award of 2008 organized by the Packt Publishing. Joomla came second. Drupal was release in 2001 as Open Source project by [...]

Correcting Orkut Profile Link for Online Use

Nov 15th, 2008

Submitting Social Networking site Orkut’s profile link at many places can give error like “Please enter a valid url”. Orkut profile link is in this form: http://www.orkut.co.in/Main#Profile.aspx?uid=xxxxxxxxxxxxxxxxx, where xxx.. is your profile number. For making it work for accepting as a link, remove the ‘Main#’ part from your orkut profile. Then your Orkut Profile link [...]

Check And See Your Website/Blog Alexa Ranking Graph!

Nov 14th, 2008

Cannot you see your website’s Alexa ranking graph! and you want to see you Alexa ranking now! Here is your solution to see your Alexa ranking graph without any hiccup. J
Hope your website have ranking on the Alexa. Even if you have low ranking ( < 100000) then also it will work.
Use any website which [...]

PHP Output Buffering

Nov 6th, 2008

Output buffering in PHP is useful in many cases. At many places it can be a handy tool. One example use of ‘Output Buffering’ is to stop the “header already sent” problem. It can help your user to get the response fast. It means decrease the waiting time for your reader.
Output Buffering can get you [...]