treehouse : what would you like to learn today?
Web Design Web Development iOS Development

mdgrech

  • if else statement issue

    var element = get.YourElement if (element.hasClass('foo')) { do.something }
    Comment by mdgrech December 2010 permalink
  • My First UI

    Dang, good work I like it! The only thing I'm uneasy about is the icon set you went with. I would go w/ something a little more light both in color and in nature to go w/ the rest of the site. Check out smashing, they have a ton of free icons y…
    Comment by mdgrech December 2010 permalink
  • php contact form

    You can post the form to itself and include the php file at the top of your document. You can steal/download my contact form at http://mdgrech.com to see what I mean. Basically it goes like this though:
    Comment by mdgrech May 2009 permalink
  • my php contact form

    Alright gangsta give this a whirl, and if that doesnt work make sure your server is properly configured to send mail. Name: E-mail: Leave your comment here:
    Comment by mdgrech April 2009 permalink
  • PHP Header

    Figured it out...I needed one more ../ so I ended up with: header('Location: ../../index.php'); so use one ../ for each directory you want to go back. I could of sworn you only needed one ../ to get back to the main dir, guess not.
    Comment by mdgrech March 2009 permalink
  • PHP Header

    Nope, does make it any difference at all...its still looking in http://localhost/sm/system/index.php
    Comment by mdgrech March 2009 permalink
  • CMS - When to use?

    Its hard to complain about wordpress....going with the php mysql option will really help create an application built just for your needs but you will most likely spend a considerable amount of time building it, then again customizing wordpress to yo…
    Comment by mdgrech March 2009 permalink
  • Linux for Web Developers

    At its heart its a Ubuntu distro, it uses gnome, and the apt-get package manager. You could of course install deb package or yum as well. Also as far as I'm aware Ubuntu does not come pre-installed with Apache or MySQL. To an experienced Lin…
    Comment by mdgrech February 2009 permalink