cragllo
Members-
Content Count
954 -
Joined
-
Last visited
Everything posted by cragllo
-
Rounded Edges For Textarea With Css CSS way of formatting elements
cragllo replied to rvovk's topic in General Discussion
When I read this i thought you mean input textarea, But anyway, awesome tutorial, plain and simple, easy to follow. -
Thanks peeps, I just need to expetiment more, learn more trick, follow more tutorials, them maybe I will have ideas and be able to do good graphics. I used to be so creative when I younger, then I lost it all when I was about 11
-
Saw all you doing it, to i thought id conform and join in. Not the best Ive ever seen, but it sorta reflects... me. I love monochrome
-
Awesome! Shame about IE not supporting png transparancy (unles you use special css) glad i dont use it
-
Cragllo Gift Sig V2.1 this is a litt better
cragllo replied to Saint_Michael's topic in Graphics, Design & Animation
WOW, just saw this, lol, that looks awesome, im gonna have a go at making my own -
My Url Stopped Working! Yet another problem
cragllo replied to Jettison's topic in Web Hosting Support
I still think its a problem with FTP and cPanel! Just my little theory... -
My Url Stopped Working! Yet another problem
cragllo replied to Jettison's topic in Web Hosting Support
Maybe its DNS problems, as for the forum problem, i have no idea. -
My Url Stopped Working! Yet another problem
cragllo replied to Jettison's topic in Web Hosting Support
cPanel updates automaticaly, and when it does, sometimes it takes all the sites down for a while, they do come back up again, maybe that is what happened. -
Web Design Is Changing! screen resolution wise...
cragllo replied to cragllo's topic in Websites and Web Designing
The governent have stated that over 50% of internet connections in the UK are now broadband, by large images i dont meam 1000x500, more of abour 400x200, some sites dont use graphics at all to please dail-up users,!A site with no graphics is better than a site with bad graphics!" -
Windows xp's default resolution is 800x600, The reason, tonnes of people still has 14" monitors, now almost a decade sinse 1024x768 became an 'normal' screen resolution, Windows Vists (as far as i know) will have a default screen resolution of 1024x768, 800x600, i hope, will soon be only for people who have tiny monitors or cant see well, no more trying to cram in all you can to fir an 800x600 resolution, the standard is soon to be 1024x768! Finnaly!All my sites are designed to fit in a 800x600 resolurion, to please everyone, Im am about to change this, Im tired of running out of room, or people complaining that images are too small, we live in the age of 10mbps connection, large images re fine these days.Say no to small resolution, join the masses and get big!!!!!!over 60% or was users have a resolution of 1024x768 or greater! If your still at 800x600 or smaller, try 1024x768, you may find that you are viewing sites as they were designed to be viewed.
-
Most Stable Windows Version What do you think was the most stable...
cragllo replied to cragllo's topic in Operating Systems
Dont forget to VOTE for the most stablet too! -
Most Stable Windows Version What do you think was the most stable...
cragllo replied to cragllo's topic in Operating Systems
If you actualy set the password for the profile, you WILL need a password, if you dont you can just press enter, if the password has been set and you just press enter, it dosent load a profile, just default settings. -
Most Stable Windows Version What do you think was the most stable...
cragllo replied to cragllo's topic in Operating Systems
KuBi, you mean this screen? -
Need A Few Good Graphics People To help out on my site.
cragllo replied to cragllo's topic in Graphics, Design & Animation
Blank banners and button for other users to use as bases, templates for sites and forums, website baclground graphics.... I want it to be a webmasters resource where users share their created graphics. -
Need A Few Good Graphics People To help out on my site.
cragllo replied to cragllo's topic in Graphics, Design & Animation
they are pretty awesome templates, better than i can do, ive lost my creativity -
This tutorial will give you the code needed and tell you how to implement it. First off you need to create a file called mailing.php this will be the file that processes the adding of emails to the list. <?php$email = $_POST['email'];$file = fopen("mailing.txt", "a");fwrite($file, "\n" . $email);fclose($file);header("Location: mailing_thankyou.php");?> Next you need to create a file called mailing_thankyou.php, simple a page thanking them for signing up. Now create a file called mailing.txt with nothing in it, when uploaded to the server set it writable (chmodd 666 or 777). Now you need to form for teh people to enter their email address, put this on any page <form action="mailing.php" method="post" class="style16"><input type="text" name="email" size="30" value="your email here!"><input type="submit" value="GO!" name="submit"></form> Now you need a file to send the newsletter, create a file called anything you want. <?php$send = $_POST['send'];if($send){ $email = $_POST['email']; $emailfile = file_get_contents("mailing.txt"); $emaillist = explode("\n", $emailfile); foreach ($emaillist as $value) { mail($value, $_POST['subject'], $_POST['message'], "From: $email"); } echo "<b>Email sent!</b><br />";}?><form action="<?php $_SERVER['PHP_SELF']; ?>" method="post"> <table width="481" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="84" align="right" valign="top" class="style32">Subject:</td> <td width="397" align="left" class="style32"> <input name="subject" type="text" id="subject" size="41" maxlength="100"> </td> </tr> <tr valign="top"> <td width="84" align="right" valign="top" class="style32">From:</td> <td align="left" class="style32"><input name="email" type="text" id="email" size="41" maxlength="100"></td> </tr> <tr valign="top"> <td align="right" valign="top" class="style32">Message:</td> <td align="left" class="style32"> <textarea name="message" cols="37" rows="4" id="message"></textarea> </td> </tr> <tr valign="top"> <td align="right" valign="top" class="style32"> </td> <td align="left" class="style32"> <input name="send" type="submit" id="send" value="SUBMIT"> <input name="Reset" type="reset" id="Reset" value="RESET"> </td> </tr> </table></form> Thats you all done, to send the newsletter, simply go to the file you just created fill in the spaces, and click send, there is no warning/confirmation. so check before you send! Please note: I will be improving on this script as time goes on, hopefuly to make it able to remove people from the list too, So check back soon!
-
Its also different on different windows versions different on ME, 200/NT, XP
-
Need A Few Good Graphics People To help out on my site.
cragllo replied to cragllo's topic in Graphics, Design & Animation
Thanks people, its just when it comes to 'good' graphics, I realy suck. I opened this site something like 2 years ago, Used to have some good stuff on there, but the site has since gone dead. -
Need A Few Good Graphics People To help out on my site.
cragllo replied to cragllo's topic in Graphics, Design & Animation
Well, my site is sort of automated, when you sign up and login, you can add content yourself, http://forums.xisto.com/no_longer_exists/ you could maybe be in-house staff, featured artists or something -
Need A Few Good Graphics People To help out on my site.
cragllo replied to cragllo's topic in Graphics, Design & Animation
Things like blank buttons (88x31) and banners (468x60) or larger, standard sizes, Maybe even whole website templates and CMS skins. Also, abckground images and such... -
Hello, I run http://forums.xisto.com/no_longer_exists/ hosted here at Trap, I want it to be a webmasters resource, I have a few templates and graphics already, but hardly enough, now you guys are some of the best ive seen, and was wondering if you can submit content to the site, Even become a moderator im my forums, I promis Will promote it soon, I havent had enough time latley. Thanks, Craig.
-
Well, i never even kenw that msn has a maps service, shows how good it is :DAs for google moon, cheeeeese!