Archive for January, 2012
Installing memcache with MAMP
There is a really great tutorial here on how to install memcache with MAMP. However with the latest version of MAMP it has a few steps that don’t work. Here are the missing steps for the latest MAMP: The source code for PHP 5.3.6 isn’t easily available – however you can get it by using [...]
Read moreMarket Garden: Coming Soon in 2012
So, while everyone was off on their holiday breaks the past few weeks, much of the Two Bulls team spent the period busily working away on our latest project: Market Garden. Coming soon to your iOS device in 2012 - MarketGardenHQ.com is your one-stop-shop for Market Garden previews and information. We’re not giving much away just yet… [...]
Read moreMobile Software Engineer – C++/Java (Melbourne)
Specialising in cutting edge mobile development, Two Bulls are a creative, business-aware and technically agile production team. We love incorporating technologies like Augmented Reality (AR), location-based services and social networking to produce engaging mobile experiences. We are seeking a talented and passionate software engineer developer to join our growing Melbourne team! The successful applicant will [...]
Read moreUsing usort() and symfony2
The php documentation on the usort() function isn’t particularly helpful when it comes to using namespaces and how you call function references. So if you are using Symfony2 and you want to make use of usort(), then you’ll need to do something like the following: namespace MyBundle\PathTo\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; class MyController extends Controller { public [...]
Read more