Search found 9 matches

by darkeyes
Wed Mar 22, 2006 6:34 am
Forum: Graphics tutorials
Topic: csszengarden graphic
Replies: 5
Views: 3361

by darkeyes
Sat Mar 26, 2005 1:34 am
Forum: Graphics tutorials
Topic: csszengarden graphic
Replies: 5
Views: 3361

ok i think i have found a way to make the transparent effect. just change the opacity to someting lower.. it should work just fine.
by darkeyes
Fri Feb 25, 2005 5:19 am
Forum: Webmaster related discussion
Topic: Mambo and Banner
Replies: 5
Views: 3247

http://mamboserver.com/ try this.. all these time i was using my own coding .. now i'm a bit confused with mambo..
by darkeyes
Mon Feb 21, 2005 6:05 am
Forum: XML, HTML & CSS
Topic: FREE XHTML 1.1 Editor!
Replies: 16
Views: 12948

why don't you use dreamweaver? i know i used to use frontpage too but when i learned to use dreamweaver i've never used frontpage again.. its so much easier and cuts time in half to make a page.. however i hear theres a bug with dreamweaver mx 2004 .. but i use dreamweaver MX and so far i cant ...
by darkeyes
Sun Feb 20, 2005 8:45 am
Forum: Graphics tutorials
Topic: csszengarden graphic
Replies: 5
Views: 3361

csszengarden graphic

i want to make a similar graphic effect like the bonsai tree of csszengarden.com ... is there anyone who can show me how to make that semi transparent angle shape shadow effect on the image? i will provide my own image.. i just wish to learn it.. thanks.

the tree is this one http://csszengarden.com ...
by darkeyes
Sun Feb 20, 2005 8:30 am
Forum: Graphics tutorials
Topic: Imageready
Replies: 14
Views: 7630

yeah i dont know it either. have u tried studio.adobe.com ?? usually they have more tutorials about it.. i'm a newbie on adobe world.. so i guess i have a long way to go .. :arrow:


oh i think u probably know it by now.. try http://good-tutorials.com they have good tutorials for newbies like me ...
by darkeyes
Wed Feb 16, 2005 5:54 am
Forum: XML, HTML & CSS
Topic: help making a form
Replies: 19
Views: 13321

few more things to tell

note: i've wrote

<body>
<form action="mailto:yourE-mailAddress@domain.com?subject=yourChoice"

You have to put your email address there where u want the form to be forwarded (i've used email forward system but u can just change it) and i put a subject on it .. you put anything of your choice ...
by darkeyes
Wed Feb 16, 2005 5:46 am
Forum: XML, HTML & CSS
Topic: help making a form
Replies: 19
Views: 13321

form code with javascript validation

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!-- start of script



function emptyvalidation(entered, alertbox)

{


with (entered)

{

if ...
by darkeyes
Wed Feb 16, 2005 5:28 am
Forum: XML, HTML & CSS
Topic: Is XHTML better than PHP?
Replies: 23
Views: 12531

xhtml can do wonders with the help of css

well to be honest with u.. i havent learned php yet. i'm starting to learn it. however i like xhtml because with the help of css you can do wonders and not to mention it makes the site faster to load. for example before we had to use javascript to use the rollover effect but now with css its much ...