Matthew Stocker
Members
-
Joined
-
Last visited
Reputation Activity
-
Matthew Stocker got a reaction from BrowserBugs in Moan, Grumble, Whinge...What about that time I stopped devving and got a job in IT Support.
I.. HAVE.. LITERALLY.... FORGOTTEN... EVERYTHING
-
Matthew Stocker got a reaction from danners2003 in Still using Photoshop?Don't forget your <blink> tag now for good measure
-
Matthew Stocker got a reaction from GoldRush98 in There goes my computer >:(Download this: http://www.hirensbootcd.org/files/Hirens.BootCD.15.2.zip
Burn it to CD and then boot your PC with it. Then run Seatools from it. Do a long test.
That will let you know for sure if its the HDD.
Good luck
-
Matthew Stocker reacted to andy9l in Help for a beginner on CMSWordPress is a common one to start with. Download a copy, install it locally (set yourself up with XAMPP or WAMP) and just play with theming to begin with. There are literally hundreds of tutorials on the web to help you get started.
You don't need to know PHP to make basic customisations to a WordPress install, just odd snippets which anyone with half a brain could piece together. Refer to the WordPress Codex for useful snippets.
In my opinion, WordPress is a little more basic than Drupal, so is a good starting point for you.
-
Matthew Stocker reacted to Adam Boyce in Need help with my contact formYou can always have mine fella
<form action="crazyphp.php" method="post" name="form1" id="form1" onsubmit="MM_validateForm('name2','','R','email2','','RisEmail','message2','','R');return document.MM_returnValue"> <table width="110%" border="0" cellpadding="6"> <tr> <td width="11%" align="left"> </td> <td width="89%" align="left"><label>Name</label></td> </tr> <tr> <td align="left"> </td> <td align="left"><input name="name2" type="text" id="name2" size="35" maxlength="80" /></td> </tr> <tr> <td align="left"> </td> <td align="left"><label>Email Address</label></td> </tr> <tr> <td align="left"> </td> <td align="left"><input name="email2" type="text" id="email2" size="35" maxlength="80" /></td> </tr> <tr> <td align="left"> </td> <td align="left"><label>Message</label></td> </tr> <tr> <td align="left"> </td> <td align="left"><textarea name="message2" id="message2" cols="50" rows="10"></textarea></td> </tr> <tr> <td align="right"><input type="reset" name="clear2" id="clear2" value="Reset Form" /></td> <td align="left"><input type="submit" name="submit2" id="submit2" value="Send Email" /></td> </tr> </table> </form>
<?PHP /* Subject and E-mail Variables */ $emailSubject = 'Crazy PHP Scripting !'; $webMaster = 'your email here'; /* Gathering Data Variables */ $nameField = $_POST['name']; $emailField = $_POST['email']; $messageField = $_POST['message']; $body = <<<EOD <br><hr><br> Name: $name <br> Email: $email <br> Message: $message <br> EOD; $headers = "From: $email\r\n"; $headers .= "Content-Type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<<EOD ***your HTML page in here*** Example: Thank you for your email, I will respond as soon as possible. EOD; echo "$theResults"; ?>
Hope this helps all your problems.
-
Matthew Stocker reacted to BlueDreamer in CSS Curved Edges BottomOr you can do shorthand
-webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
-
Matthew Stocker reacted to Renaissance-Design in Sitemapshttp://www.sitemaps.org/schemas/sitemap/0.9
You can get info on the Sitemap protocol at sitemaps.org.
-
Try Manymoon . Its free & well integrated with google apps. No limits on # of project/users in free version.
-
Matthew Stocker got a reaction from Tom in Johns Website DesignI don't think we should all make complaints guys, I mean come on, we are lowering ourselves then.
John, good luck to you sir, but please, at least listen to some of the advice given here, our industry is just full of complete waste of spaces, and we don't want another one to join the ranks. You say you are at college, I have just left college and I seem to be doing fine, it just depends on how much effort you put into learning the skills.
Thank you and good night
Matt
-
Matthew Stocker got a reaction from Maxson in How do you call a person...Webmaster?
-
Matthew Stocker got a reaction from Meshach in Latest design..I actually really like this design, however I dont know if it is my browser acting up but there is a big white box at the bottom......fill it in!