Archive | PHP RSS feed for this section

Handy Tips from Tipster

Handy Tips from Tipster

There have been a ton of helpful and interesting tips posted to Tipster recently, so I thought we’d pull a few out for you all (and give the submitters a bit of well-deserved publicity). Topics that we’re covering are: MySQL, CSS, JavaScript, PHP, JQuery, life hacks and server admin. MySQL Geo Search Here’s a MySQL statement to [...]

Continue reading...

Silverlight for PHP Developers

Silverlight for PHP Developers

A Microsoft browser plug-in might seem an odd target for the PHP developer, more used to working with open source platforms such as Linux, Apache and the MySQL database server. However there is much about Microsoft Silverlight that makes it a good match to such technologies. For a start, it is a free download and [...]

Continue reading...

How to Create an RSS-Enabled, Micro-Blog with Twitter

How to Create an RSS-Enabled, Micro-Blog with Twitter

Have you ever wanted to create a simple multi-person blog, but didn’t want to bother setting up an entire WordPress installation? If so then we’ve got just the answer. By combining Twitter Search, Atom feeds, hash-tags and PHP, you can create an RSS-enabled, micro-blog using Twitter and be up and running in less than 10 [...]

Continue reading...

Give your web app international appeal with PHP, Part II

In part one we covered the basics of how to get your website internationalised. In this part we're going to take things a stage further and look at some of the real world problems you might encounter when working with other languages. Plurals Dealing with plurals is the first challenge when internationalising a website. Let's imagine [...]

Continue reading...

Give your web app international appeal with PHP, Part I

Building web apps can be a lot of fun - particularly if people like and use them. If you dig through your stats the chances are that people from all over the world are visiting you and they speak lots of different languages. By only serving your app or website in English you’re assuming [...]

Continue reading...