Posts Tagged ‘tips’

All posts tagged tips.

WordPress Tutorials, Training, and Videos

Posted by: Jen | No Comments »

Categorized: Web Development, Wordpress

There is now a great resource for WordPress users and developers alike: WordPress.tv. The site offers all kinds of tutorials, videos from WordCamps, tips, tricks, and all kinds of information to make WordPress work for you. If you use WordPress – check it out!

check php syntax errors before committing changes.

Posted by: Jen | 1 Comment »

Categorized: Hints, Web Development

I learned an important and valuable lesson today. Before committing code to a live server, always run: php – l filename.php to check for syntax errors if you cannot view the file beforehand. Enough said.

Tagged: , ,