Installing WordPress On Your Desktop Can Make Life Easy For WordPress Developers. Learn How And Why In This Post.
Do you know which script WordPress is written in? OK, I know you know that. It is PHP. So, if you are thinking about becoming a WordPress Developer, y ...
It, happens, sometimes out-of-box, strange solution is required. I needed (for some reason can’t remember why) to disable CSRF protection on one ...
URL shortening services became really popular after Twitter went mainstream. The leader in URL shortening services is definitely Bit.ly. In this tutor ...
Recently Twitter announced they are going disable basic authentication mechanism. Basic auth can be used until June 30th 2010, so there is only less then one month left (assuming you ...
It’s counter intuitive but, there is no such thing as comments list template, ie the template file where you can define each comment look and feel. Of course (like with ...
Somewhere in the past i already covered autoloading on this blog but lately while developing my WordPress Job Board Plugin i decided to add an autoloader (there are over 30 ...
This is the second part Advanced XML and PHP series. If you haven’t read first part you can find it here: Introduction to XPath in PHP. You may be not ...
Few days ago my friend Mark, added on my blog interesting comment regarding autoloading objects in PHP. While i think it is great to have quality comments like each of ...
In my opinion SQL injection is an major issue when it comes to web application development. Typically programmers deal with it by escaping strings, while this is probably the best ...
Recent Comments