Archive for April, 2007

Play MP3 in Your Car Cassete

You can use your car cassete to play MP3. It would need cassete converter ….
If you want it ..ussualy in computer shop provide it ….
So you use your mp3 player which is connected to your car cassete …
It will better sound because your car tape which provide the sound…
you can see the sample product in
http://www.amazon.com/Coby-CA-706-MP3-Car-Adapter/dp/B00006JPFT

Read More ...

Connect 2 Computer in 1 Monitor

To connect 2 or more computer you can use VGA Switch. VGA switch allows you to use one or more display devices (monitors, LCD displays, projectors) with two or more computers (or VGA signal sources).
If you are looking for a switch that will do keyboard and mouse as well,  you can use VGA Switch KVM […]

Read More ...

Anti Virus Software ( Freeware) in Windows

There are some antivirus which is provided free in internet…
They are very updated everyday ….
And i think it’s very cool … The free antivirus is used only for personal computer ….
There are 2 antivirus free which i can recomended …
They are

AVG Antivirus you can download in http://free.grisoft.com/doc/1
Bit Defender you can download it in http://software.zdnet.com/download.aspx?docid=202220

Read More ...

Create Your Own Toolbar Like Google and Yahoo Toolbar

Have you ever see like yahoo toolbar or google toolbar ?
It appears in Internet Explorer and Firefox …
You may think it’s very hard to make it by yourself …
If you code it by yourself … you need alot of works …
Actualy it’s very simple ….
Because there is a tool to make it … 
This is link […]

Read More ...

HTML To PDF with HTML2FPDF

This code in PHP to produce HTML To PDF. With HTML To PDF you will be easier to manage your code.
You can download the source code here :
HTML TO PDF
<?
function Input($nama,$asal,$memo,$link)
{
$HTML =

<HTML>
<BODY>
<TABLE BORDER=\”1\” WIDHT=\”700\”>
<TR><TD BGCOLOR=\”#00FF00\”><B>Name</B></TD><TD WIDTH=\”240\”>$nama</TD></TR>
<TR><TD BGCOLOR=\”#FF0000\”><B>From</B></TD><TD>$asal</TD></TR>
<TR><TD BGCOLOR=\”#123456\”><B>Web</B></TD><TD><A href=\”$link\”><I><U>$link</U></I></A></TD></TR>
<TR><TD VALIGN=\”TOP\” BGCOLOR=\”#0000FF\”><B>About</B></TD><TD>$memo</TD></TR>
<TR><TD BGCOLOR=\”#654321\”><B>Picture</B></TD><TD><IMG src=\”test.jpg\”></TD></TR>
</TABLE>
</BODY>
</HTML>
“;
return $HTML;
}
$HTML = Input(”gunungpring”,”indonesia”,”Web Site<BR>about<BR>PHP Programming and PHP Tips Trik For […]

Read More ...
Pages (8): [1] 2 3 4 » ... Last »