0

Free Web Template – Alanus

Tags:
Joomla

Bitstorm Web offers a free Joomla template under GPL License. This template can be used free of charge as long as you refrain from removing the link back to our site as “provider of the template.” This template is provided as-is with no technical support or assistance with integration, however, this is a quality xhtml/css [...]

continue reading more »
0

The Advantages of PHP over ASP.Net

Programming PHP

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 [...]

continue reading more »
0

Joomla Mass Content and the K2 Component

Tags: ,
Joomla

The Joomla Mass Content component is something I’ve used for a long time to help make the creation of sections, categories and articles much easier because it enables the developer to create all of these items on a single screen without having to jump back and forth in the control panel. This handy tool can [...]

continue reading more »
0

The Power of Joomla and K2

Tags: ,
Joomla

As a professional developer, I’ve had quite a bit of experience working with the Joomla content management system and I can honestly say I’m very pleased with how versatile it can be in developing a broad range of website solutions. Where Joomla really shines is in its ability to be extended by way of modules, [...]

continue reading more »
0

Inter Process Communication ( IPC ) with PHP

Programming PHP

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 [...]

continue reading more »
0

Singleton Patterns in PHP

Programming PHP

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 [...]

continue reading more »