Search results

  1. D

    Extremely difficult client - need advice

    Somehow gather up the money to refund her and graciously wipe your hands of it. There is always a friend that "knows more" about web design that is willing to work for free or next to nothing. Either the friend will never finish the project or end up with a craptastic layout. She'll continuously...
  2. D

    Email address on site

    <script type="text/javascript"> <!-- function x543gd34h53(to){ document.write('&nbsp;&nbsp;<a style="color: #666666"'+' href='+'"mai'+'lto:'+to+'@'+'you'+'rdom'+'ainname.co'+'m">'+to+'@'+'yo'+'urdomai'+'nname.com<'+'/a>');} x543gd34h53('tosomeone'); //--> </script>
  3. D

    Internet Pet Peeve

    These posts with generic questions that will keep getting resurfaced for eternity by newbies/spammers looking to get there 10 post minimum. No I'm kidding really, this post isn't bad :-) I'd have to say business owners that think $120 a year for hosting is too expensive so they switch to free...
  4. D

    Refresh Browser

    THIS explains just about everything to do with web cache and how to clear/refresh
  5. D

    Mobile Site Developement

    I just ran into THIS approach and I say I wish I thought of it a long time ago. Even though mobile browsers are getting much more capable these days it makes sense to design a site for mobile browsing first.
  6. D

    Is unlimited hosting a lie

    A more proper term is "unmetered" but even still these companies probably have a fair use policy because servers do have limited resources no matter how they want to word it. You can also google the term "overselling" which is what these companies are doing. In short, overselling is the act of...
  7. D

    Responsive design breakpoints

    If you want to know a specific devices height/width or capabilities tera-wurfl has a decent database. I was just on a Samsung Galaxy II S that didn't respond to max-width as well. I would also suggest the 768px as devices have that as a common width as well as some odd balls having widths in...
  8. D

    Report Spam Thread

    I think everyone is on holiday :-D Can also get rid of: edsrea03 jasikajin hdnet184 aminkahan
  9. D

    PHP email form not working for some reason

    You can put this in your code to show if there are any PHP errors: // Report all PHP errors error_reporting(-1); That should hopefully lead you in the right directly of why it's failing. Then you can put in a redirect for a faulted attempted. Such as: if(mail($myemail, $subject...
  10. D

    PHP Arrays help

    I believe you are looking for the foreach loop
  11. D

    Simple website position issue

    My GOD, it's horizontal scroll. Why would you want to center it?
  12. D

    Need urgent help...( need to make a simple website )

    Just go to one of those "Design your site online for free" sites. The instructor will be overjoyed with how horrible the code is and the fact it'll only work in IE
  13. D

    Web design website

    You can still have border radius and drop shadow in older browsers using CSS3PIE to accommodate those that still have XP/IE8 such as too many business that don't want to move on ;-) Looks good on Chrome 15.0.874.121 m
  14. D

    Batch Image Resizing Program

    I'm pretty sure you can with Irfanview and it's free. Or Fireworks if you have it.
  15. D

    Print Stylesheet in Safari

    This may sound stupid but have you set the print quality for the acrobat print driver. This information is from Adobe. It's for Acrobat 6 though.. I'll see if I can find a newer one.
  16. D

    Print Stylesheet in Safari

    So the client will be using a PDF print driver to create this PDF then print it? Ages ago I've used a PHP class called FPDF to generate a PDF file. I know it may be outdated and it's a completely different direction but it may get you what you want.
  17. D

    Looking At Web Design Courses...

    I'd also go one step further. Once you find a course that you think would be good, at a accredited brick-and-mortar school, talk to the school as well as the proposed instructor to gauge whether the class would be taught using up to date information. You'd be surprised how many are not trying...
  18. D

    Foreign Domains

    According to wikipedia: Registrants of .ca domains must meet the Canadian Presence Requirements[2] as defined by the registry. Examples of valid entities include: a Canadian citizen of the age of majority a permanent resident of Canada a legally recognized Canadian organization an Inuit...
  19. D

    Server side include help

    You can use PHP $_GET for what you are looking for but you'll need to have .php file extentions. Check it out HERE
  20. D

    Flexible Tables ?

    Well something that was said must be keeping you coming back. If you have Dreamweaver CS5 why would you even consider Frontpage which btw Microsoft no longer supports? That means it's horribly outdated as with most WYSIWYG editors for that matter because web design is changing so rapidly they...
Top