Tag: code | Tutorial Depot

The Best Way to Learn PHP

October 22, 2011 at 11:45 am Tags: | |

net.tutsplus.comAssignment #7a: Practice more, write your own easy apps like a simple CMS or a contact form including validations. I think it’s not good for the learning curve if you work with frameworks very quickly. You need learn how-to write code first. If you’re able to write your own apps, it’s much easier to understand the OOP concepts used in most bigger frameworks. Check also the PHP manual frequently, there are so many examples and comments you can learn from.

Source…

Posting Source Code In WordPress

May 12, 2011 at 9:53 am Tags: | | | |

en.support.wordpress.comI know SyntaxHighlighter since a while and didn’t know that this library is supported by default in the hosted version of WordPress. While there is a WP plugin for SyntaxHighlighter and self-hosted WordPress sites, It would be nice to build the feature into the core version. On my ToDo list: Test the SyntaxHighlighter plugin for WordPress!

Source…