The Advantages of PHP over ASP.Net

September 15th, 2010

PHP and ASP have always been rivals in the programming world, even long before ASP.Net was released as ASP’s successor. The ultimate answer to which is the better language rests largely in the developer and how the language is utilized. Beyond developer comfort with a given language, there are several other more practical aspects to [...]

Share on Facebook+1Share on LinkedInShare on MyspacePin it on PinterestSubmit to redditShare on Twitter

Inter Process Communication ( IPC ) with PHP

April 26th, 2010

If you found this article, chances are you were looking for it so I won’t go into great detail on defining exactly what IPC is, but the short description is that it’s a method in which you can pass information to and from another process on the server. In my example today, I will be [...]

Share on Facebook+1Share on LinkedInShare on MyspacePin it on PinterestSubmit to redditShare on Twitter

Singleton Patterns in PHP

March 19th, 2010

Recently I had a little time to educate myself further on object oriented programming, I’ve been an object oriented coder for quite some time now but there were some parts of it that I’d not delved into and one of those ended up being Singleton patterns in PHP. A Singleton allows you to create one [...]

Share on Facebook+1Share on LinkedInShare on MyspacePin it on PinterestSubmit to redditShare on Twitter