Mobile and web design development (Android, iPhone, WordPress)
Google+TwitterLinkedinFacebook
Subscribe
HomePHP

PHP

Project Gazell source code released to public

In an effort to improve private torrent trackers the Project Gazelle team has created a reliable, lightweight and secure codebase. It was designed from the ground up to be secure against SQL and XSS injection attacks and at the same time be able to handle thousands of users.

The source code, which is currently undergoing beta, is available via the Project Gazelle SVN. The source code comes with a C++ based tracker, PHP frontend and complete administration panel.

You can find more info at the Project Gazelle web site.

Detecting web visitors that use mobile phones

With all the thrusts nowadays towards using mobile devices to surf the Net, it would be great if your WordPress blog is mobile device friendly. The concept is actually simple and you can incorporate a mobile friendly version of your blog by understanding some simple things.

The main thing that you need to know is that when visitors to your WordPress blog (actually any web site but let’s use WordPress for this example) browses your site, you can identify the type of computer or mobile device that they are using. Once you have identified the device, it’s easy to create a separate CSS stylesheet for your mobile visitor.

Continue reading …