Pages

Thursday, 30 September 2004

Tips: Halang Email Anda Dari Spammer!

Ini satu cara untuk korang mo halang email korang yang korang letak di webpage korang daripada dicuri oleh robot-robot spammers yang mo kasi banjir email ko dengan email yang inda ada guna-guna. Banyak tu... Sia pun mo paning kepala nampak tu semua. Bikin marah saja...

Bahagian 1: Masukkan ni kod dalam <HEAD> korang.

<script type="text/javascript">
function mailto(domain,user) 
document.location.href = "mailto:" + user + "@" + domain;
}
</script>

Bahagian 2: Masukkan ni kod dalam <BODY> ko. Taruhlah di mana-mana saja, yang penting masih dalam <BODY></BODY>. Jan lupa ubah example.com pigi hotmail.com kah, etc. dan daniel pigi username untuk email ko.

<a href="javascript:mailto('example.com','daniel')">daniel 'at' example.com</a>

Selamat Berjaya Kie!

Wednesday, 29 September 2004

Duh!


I hate this when my web browser crashes again! It has been few times and all I have to is to download a new browser (again) and install it. Damn! Bikin marah butul! Now, I'm currently downloading Maxthon 1.1.035. Fuh! Nasib baik the connection speed is fast, even though it's a dial-up. 

By the way, I have my web with new layout and some minor changes. Not much... Just *a pinch of salt* Cewah! The theme ahh? Black lor! LOL... The banner up there dibikin by me using Photoshop. The girl up there is me... 

How to make a dotted/dashed table? Here's the code for you to get a dotted/dashed table...  Just put this code style="border-style:dashed" bordercolor="white" into your desired table HTML. You can change the dashed into dotted, etc. as long as the code can be recognized by the system lah.

Example:
<td width="179" height="12" align="left" valign="top" bgcolor="#333333" style="border-style:dashed" bordercolor="white">
:: I've made one! ::


I've got to end now, my new browser is ready to be installed by me! Ta Ta! Meet me in Sumandak.Com then! 

Tuesday, 28 September 2004

Tips & Tricks

Wanna have your own cursor on your website? But the code will only work with Internet Explorer 6.0 and above. 

Steps to follow:

Upload the desired cursor into your web, your cursor must end with a .cur or .ani file extension.

Copy this code and paste it into your style type="text/css" which can be found in your HEAD. Do not paste it into your BODY:

body, a 
{cursor: url(http://www.url.com/cursor.cur);}

Replace youraddress.com/cursor.cur with the url of your cursor.

Good luck then!