Everything posted by HogIT
-
Are google maps copyrighted?
see google copyright/permissions page Google permissions
-
Text wont drop down , stays on the side
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>
-
How am I supposed to write an "About Me" page when my life is so boring and depressing?
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.
-
Export to PNG in Illustrator
Not much help I know but using AI cs2 PNG is an export option.
-
My first website project
The coding to insert menu.swf is different on the pages where the menu disappears.
-
My first website project
The navigation bar on the galleria and contact page disappears ie 7 & 8.
-
Table problem
To make the cell in the top row the same width as the table add colspan: <td colspan="2" class="header">cell 1</td>
-
Is my Site Map built correctly?
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.
-
Browser problem
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?
-
Send HTML email via php mail
Thanks all. Your input on this is much appreciated.
-
Send HTML email via php mail
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.
-
Send HTML email via php mail
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?
-
Help - got a mac, CS4? What next?
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
-
Send HTML email via php mail
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?
-
Previous clients as referees on job applications?
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!
-
New Portfolio!
Looks good but I don't like the navigation hover image. It looks odd sitting under your header foliage.
-
Drumcorn Farm Cottage JPEG Redesign
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?
-
Previous clients as referees on job applications?
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.
-
Web Design Website for Review
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.
-
Logo Review
I think I would make the text span the width of the logo ... looks good though.
-
Flash/Jquery z-index problem
I had a similar problem. see thread
-
php script - include_once
Just a thought ... You have exit; at the end of my_review.php <?php if (isset($_GET['sort'])) { BodyFooter(); } exit; ?> Try removing it.
-
Another Site to review.
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.
-
Help with logo design
I suspect that as the original post was made in 2008 the logo will have been completed ... hopefully.
-
Safari + a:hover = fail.
Guess I must be missing something but it appears identical in IE 8, safari & firefox all be it a bit slow when selecting schools.