Archive for the ‘Coding Tips’ Category

Detecting IOS And Android Devices

There are many reasons why you might want to detect the presence of a visitor who is using an Android device or an IOS device, such as the iPhone, iPod Touch or an iPad. But, how is it possible? It is quite simple. Just add the following bit of code to the top of your [...]

Leave a Comment

With the growth of Apple, your flash is wasted

Have you recently looked through your website stats to see just how many people are accessing your website using Apple technology? Ignore those on Apple Macs – test for Safari and they are happy. But count up the iPhone, iPod Touch and iPad hits. On one site that I looked at recently mobile devices accounted [...]

Leave a Comment

How CSS Can Clean Up a Website’s Code

Using CSS to create your website can take a bit of getting used to if you are still coding in tables. Why is CSS better and what can it do for you? Writing With Tables Laying out your website page with tables can be very easy and if you are displaying data, then sometimes it [...]

Leave a Comment

Testing different adverts

Many site owners with good traffic try their hand at a little bit of advertising. But, which advert out of the choice of many works best? Well that is the question I faced. I knew adding another advert to one of my websites would make it too heavy in the advertising front. And the problem [...]

Comments (2)

Securing Your Site Admin Areas

If you are coding your own website and it has an admin area, then you might be surprised at how much security you have to include. If you do not, then a nasty surprise might be around the corner! An ideal way of securing the admin would be by only allowing access to one IP [...]

Leave a Comment