All Posts Tagged: ‘tips’

WordPress Tutorials, Training, and Videos

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.

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.