mdgrech
-
if else statement issue
var element = get.YourElement if (element.hasClass('foo')) { do.something }
-
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…
-
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:
-
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:
-
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.
-
PHP Header
Nope, does make it any difference at all...its still looking in http://localhost/sm/system/index.php
-
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…
-
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…