About 3 months ago we made the switch to WHMCS as our billing system. It is heralded as one of the best billing systems for web professionals, with a particular emphasis on web hosting. As a company that’s main form of business is designing and developing websites, but does some hosting, we wondered if this [...]
Continue Reading...
I found a great site that lists some very useful CSS, HTML and PHP code snippets. They can be found below: Part 1 Part 2 Part 3 Part 4
Continue Reading...
Well here is something I was sure was impossible until the other day. I managed to use a remotely hosted include file in one of my pages. The reason I did this was because all of the coding needed to connect to a database on another site. I think the only reason it worked though [...]
Continue Reading...
Sadly, this just isn’t possible. You would think you would be able to do the following: [source: php] include (“filename.php?variable=123″); [/source] But you just can’t. There is an alternative though. You can set the variable just before you include the file, for example: [source: php] $variable=123; include (“filename.php”); [/source]
Continue Reading...
I think the best tool I use often in developing a website is the internet itself. If there is anything I don’t know or am stuck with, I Google it. As you probably know Google is now actually a verb in English dictionaries. This is due to the fact that so many people use Google [...]
Continue Reading...
I thought for this blog item I would write about something fairly simple, that should help a lot of people. PHP has a very useful built in function simply called date(). Guess what it does? That’s right it returns the current date, but it can be used with other functions to do much more. Here [...]
Continue Reading...
Hi and Welcome Apparently in 2007 blogs are going to peak, meaning after that they will decline. As a web designer I have decided I don’t want to miss out and have decided to build up a blogging empire! I have 4 main objectives in writing these blogs as listed below: 1. As another creative [...]
Continue Reading...