Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Matthew Stocker

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    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
  2. Like
    Matthew Stocker got a reaction from danners2003 in Still using Photoshop?   
    Don't forget your <blink> tag now for good measure
  3. Like
    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
  4. Like
    Matthew Stocker reacted to andy9l in Help for a beginner on CMS   
    WordPress 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.
  5. Like
    Matthew Stocker reacted to Adam Boyce in Need help with my contact form   
    You 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.
  6. Like
    Matthew Stocker reacted to BlueDreamer in CSS Curved Edges Bottom   
    Or you can do shorthand
     

    -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
  7. Like
    Matthew Stocker reacted to Renaissance-Design in Sitemaps   
    http://www.sitemaps.org/schemas/sitemap/0.9
     
    You can get info on the Sitemap protocol at sitemaps.org.
  8. Like
    Try Manymoon . Its free & well integrated with google apps. No limits on # of project/users in free version.
  9. Like
    Matthew Stocker got a reaction from Tom in Johns Website Design   
    I 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
  10. Like
    Matthew Stocker got a reaction from Maxson in How do you call a person...   
    Webmaster?
  11. Like
    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!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.