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.

HogIT

Privileged
  • Joined

  • Last visited

Everything posted by HogIT

  1. see google copyright/permissions page Google permissions
  2. You have </body></html> before the <p> message. This won't help. </form> </body> </html> <p class="formFooter">When you submit the form above, you agree to contact with a qualifited Life Insurance Advisor. The advisor will be providing Free quotes as well as advice. Submiting the form is an agreement with the Terms and Conditions and Privacy policy found on our website. When your details are collected, they are processed inline with the Data Protection Act 1998. Registration Number: Z1616461</p>
  3. You've already answered your question. If you have noting interesting to say don't bother. "About" pages IMHO should explain to a potential client what you can offer and what relevant experience you have not what size shoe you wear or how many girlfriends/wives you've had.
  4. Not much help I know but using AI cs2 PNG is an export option.
  5. The coding to insert menu.swf is different on the pages where the menu disappears.
  6. The navigation bar on the galleria and contact page disappears ie 7 & 8.
  7. HogIT replied to chris_p's topic in Frontend
    To make the cell in the top row the same width as the table add colspan: <td colspan="2" class="header">cell 1</td>
  8. I believe your sitemap needs to be an .XML file for Google webmaster tools. There are several sites that will help you build one .. just google and try.
  9. HogIT replied to MyshMash's topic in Frontend
    Unless i'm misunderstanding your problem I have viewed your link in IE7 and 8, chrome, firefox and opera and your contact label displays the same in all of them?
  10. Thanks all. Your input on this is much appreciated.
  11. That did the trick, thanks. Any idea why the other solution didn't work, the example I used is used in several examples on the web.
  12. After much experimenting I seem to have narrowed the problem to $headers .= "MIME-Version: 1.0\r\n"; If this appears anywhere before the end the following headers are ignored. If I put it at the end the HTML email displays OK but with the MIME-Version displayed as text. If I leave it out the html email displays. I can't help feeling the MIME header must be important so is leaving it out wise?
  13. I suspect the web designer package would be the one you want adobe web suite Make sure you get the full product not the upgrade option
  14. I have been investigating sending html email via php and have the following test code:- <?php $to = "admin@test.com"; // subject $subject = 'Birthday Reminders for August'; // message $message = ' <html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> <table border="1"> <tr> <th>Person</th><th>Day</th><th>Month</th><th>Year</th> </tr> <tr> <td>Joe</td><td>3rd</td><td>August</td><td>1970</td> </tr> <tr> <td>Sally</td><td>17th</td><td>August</td><td>1973</td> </tr> </table> </body> </html> '; // To send HTML mail, the Content-type header must be set // $headers = 'MIME-Version: 1.0' . "\r\n"; // $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers // $headers .= 'To: Mary <admin@hogit.com>, Kelly <admin@hogit.com>' . "\r\n"; // $headers .= 'From: Birthday Reminder <sep06@uk2.net>' . "\r\n"; $headers = "From: test@uk2.net\r\n"; $headers .= "Reply-To: test@uk2.net\r\n"; $headers .= "CC: test@uk2.net\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; // Mail it mail($to, $subject, $message, $headers); ?> It sends successfully if I include the CC: header param, if I omit it it sends the email as text ... see below: ---------------------------------------------------------- Content-Type: text/html; charset=ISO-8859-1 <html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> <table border="1"> <tr> <th>Person</th><th>Day</th><th>Month</th><th>Year</th> </tr> <tr> <td>Joe</td><td>3rd</td><td>August</td><td>1970</td> </tr> <tr> <td>Sally</td><td>17th</td><td>August</td><td>1973</td> </tr> </table> </body> </html> -------------------------------------------------- Any thoughts or better alternatives?
  15. Don't give up. Treat every interview as a training exercise. If you get the job then brilliant, if not try to analyse what went right and what went wrong ... you can then adjust your tactics for the next interview. Anyway good luck with the job!
  16. Looks good but I don't like the navigation hover image. It looks odd sitting under your header foliage.
  17. I guess the allignment issue with the original site is that it doesn't work when the browser window is resized ..... smaller than the designed width?
  18. You can do whatever you like. I would have thought that previous, happy clients would be fine to include in your application ... it shows that you have produced successful sites.
  19. I like the design, however your contact form doesn't work when javascript disabled. I don't like the banner saying designed for firefox ... as a web designer the browser shouldn't matter.
  20. I think I would make the text span the width of the logo ... looks good though.
  21. I had a similar problem. see thread
  22. Just a thought ... You have exit; at the end of my_review.php <?php if (isset($_GET['sort'])) { BodyFooter(); } exit; ?> Try removing it.
  23. I'm afraid I have to disagree with "cibgraphics", The product that you are selling has a limited client base (web designers) and anybody interested in your product would want to know a lot about what you offer, so there will be a lot of words. I can't see why your site appears untrustworthy and I fail to see how it appears you are hiding something. Having re-read your site it tells me everything I would want to know about your product and makes purchase straightforward. Your 30 day free tial would assure me that your not about to try and dupe me.
  24. I suspect that as the original post was made in 2008 the logo will have been completed ... hopefully.
  25. Guess I must be missing something but it appears identical in IE 8, safari & firefox all be it a bit slow when selecting schools.

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.