Test Your Server’s PHP Mail
Is your server’s PHP mail function enabled or disabled? Test it with this quick script. If you get an email, it works! <?php mail("username@domain.com", "Test Subject", "Test Message Body"); ?>
Read MoreSketch Up Your Concept
Articulate Your Idea Conceptualizing the page or website with other principals on the project helps unify the group’s expectations regarding the final product. By sketching up the a rough outline, you’ll give your idea a small but valuable nudge in the direction of formality before the rest of your team starts working on it. By presenting your design team with a visual aid, you can...
Read MoreLet Google Serve Your jQuery
Whether you have moved to jQuery or are using prototype.js, you can include your JS library directly from Google’s code library. Getting your library from google gives you an awesome perk: There’s a good chance that users visiting your site have it cached because they’ve previously visited Google (or another site getting the code from google). This essentially makes it a...
Read More