Search results

  1. D

    Report Spam Thread

    I think we are under attack captian!! remove rimonrockes1 and all associated posts.
  2. D

    Flexible Tables ?

    Doesn't sound like he wants to learn at all.
  3. D

    Please help! I just can't center this page

    Your code is a mess! All the elements are positioned absolute so of course they wont center. Getting rid of all the inline styles will help as well. My suggestion will be to read up on how to ACTUALLY use CSS
  4. D

    Mobile Web Design

    And if you want older browser support you can use Jquery Media Queries Write your media queries like you would for browsers with native support. The script will parse your CSS and apply the styles for positive media query tests realtime (also when you resize). * Here's a nice little tutorial...
  5. D

    My php include is not working

    If you page templates inside a folder and your includes inside a different folder you may have to use ../ or ./ before the address.
  6. D

    QR Code generator website

    Very cool. Thanks Leroy
  7. D

    Direct editor of MySQL database?

    Follow THESE instructions on how to change the session timeout value.
  8. D

    Direct editor of MySQL database?

    look into PHPMyAdmin
  9. D

    "No-repeat" makes my image disappear. :(

    You can also try Jsfiddle.net
  10. D

    CSS Creator Aims To Kill Browser Scroll Bars

    I agree. I feel this will be an excellent alternative to flash catalogs (flipping book) if it can be recreated using simple css.
  11. D

    CSS Creator Aims To Kill Browser Scroll Bars

    Run into THIS article although I haven't checked out the examples yet. Sort of like a page flip with generated by CSS.
  12. D

    Roe Designs Redesign

    Hey Ron.. Looks good! how much to advertise? :-) The font face of the logo looks a big blocky, is that just the type of font used or is something else happening there? The only other thing that stands out to me is the 'Hire Me Now' button. It's probably just me but it seems a bit demanding. *...
  13. D

    PHP Short Tags

    I'm pretty sure I have read that ages ago. Never really made much since to me anyway, it's not like it's short hand that spans throughout the whole spectrum of code so you are only talking a handful of bits worth of data saved anyway. So in other words it's pointless, hence it's eventual...
  14. D

    first peak

    indeed indeed What's the purpose of the entry page? Is it to give time to load the main content? I'm not on the fastest connection but it took 2m 35s to load from fresh at a killer 3.7mb I'd rather see the overly fancy gallery as a side feature verses the entire site. It actually adds...
  15. D

    How do I mirror an image in Fireworks?

    HAHA.. oh man.. I forgot one.. here ya go
  16. D

    Placing an image/text on a transparent surface.

    You can do it dynamically with jquery or manually in photoshop, or illustrator, or gimp, or inkscape Hope that helps.
  17. D

    PHP & RSS Date Weirdness!

    If you set the default timezone in PHP does that help the issue? date_default_timezone_set('MDT');
  18. D

    Good Online WYSISYG Editor

    I agree with Dave. In fact, you can get all kinds of portable programs such as XAMPP, Filezilla, Inkscape, Gimp, Notepad++, Kompozer, and even browsers. Check out Portableapps.com
  19. D

    Help with Mobile CSS - Adaptive Web Design

    check out Tera-WURFL which can determine many of the the mobile devices capabilities.
  20. D

    Computer hardware question - 3 monitors

    I know you don't want to hear it but you can spend 600 to 1000 bucks on a new machine with so much more capability that you'd ever get with upgrading your old machine. The key of course building it yourself. If you are from the States the Newegg.com is your best bet. If you are from Australia...
Top