Wednesday, February 20, 2008

HTML code examples

HTML Line Breaks
Use the <br /> tag if you want a line break (a new line) without starting a new paragraph.
Even if <br> works in all browsers, writing <br /> instead is more future proof.

Mailto Links
<a href="mailto:staraphd@gmail.com">Mailto Test Without Subject </a>
Mailto Test Without Subject
<a href="mailto:staraphd@gmail.com?subject=Testing Mailto Links">Mailto Test With Subject </a>
Mailto Test With Subject

Code Box as in forums
<p style="border:2px inset;width:300px">www.smashitsusa.com</p>

www.smashitsusa.com

Create tables
<table border="1">
<tr><th align="center"> Bold Heading</th><th align="center">Bold Heading</th></tr>
<tr align="center">
<td>(1,1)</td><td>(1,2)</td></tr>
<tr align="center">
<td>(2,1)</td><td>(2,2)</td></tr></table>

Bold HeadingBold Heading
(1,1)(1,2)
(2,1)(2,2)

Combine Rows
Bold HeadingBold Heading
Combined (1,1) & (2,1)(1,2)
(2,2)

Combine Columns
Bold HeadingBold Heading
Combined (1,1) & (1,2)
(2,1)(2,2)

Hyperlink to open in a new window/tab
<a href="http://www.staraphd.blogspot.com" target="_blank">http://www.staraphd.blogspot.com</a>
http://www.staraphd.blogspot.com

Insert Images
To insert images from image hosting sites use the "direct link to image" and the following code
<img src="http://img161.imageshack.us/img161/1501/xpaudiocontrollersettinpb8.jpg" />

In a table, add a non-breaking space (&nbsp;) to empty data cells, to make the borders visible
To display HTML code in an HTML document, replace the (<) with (&lt;) (less than) and (>) with (&gt;) (greater than).
If you want to display <>,replace only one of the symbols with corresponding (&lt;) or (&gt;)
To display (&) ampersand in an HTML document use (&amp;).

References:
http://www.w3schools.com

Saturday, February 16, 2008

Easiest way to load songs to your Toshiba Gigabeat Mp3 player

Myths:
1) The only way to load songs into Gigabeat is either using their crappy Gigaroom software or by synchronizing it with Windows Media Player 10.

2)The Mp3's that are loaded into the Gigabeat are encrypted. So they can't be copied back onto your PC.

These myths make it seem that you just cant use the Gigabeat as a normal Hard Drive, where you could create new folders, browse the Mp3's, delete, copy & paste them to your PC.

Well the fact is, YOU CAN!!

Connect your Gigabeat to your PC through the cradle and use it in Windows Media Player mode and you can do all the above without the use of any software.

Steps:
1) Connect the power adapter to the cradle
2) Power on the Gigabeat and put it in the cradle. The PC connections settings should be in the "gigabeat room" mode and not in "Windows Media Player 10" mode
3) Connect the usb cable from the cradle to the PC
4) Push the switch from line out to USB in the cradle
5) The PC would install the necessary drivers and wold appear as "GIGABEAT" drive in "My Computer"
6) Open the drive and you can see all the Mp3's intact as Mp3's
7) To delete Mp3's just select the Mp3's and right click and delete
8) To add Mp3's..select them in your PC and copy (not cut) and paste them to your Gigabeat
9) To create a folder with Mp3's, create that folder and add the Mp3's in your PC first (make subfolders, put more Mp3's and do whatever way you want). Now just copy (not cut) and paste it in the Gigabeat.
10) When everything is done, left click on "Removable Disk" icon and remove it. Unplug the USB cable from your PC.