Author Archives for vlucas

Confoo 2012 Montreal

April 13, 2012 12:00 am Published by Comments Off on Confoo 2012 Montreal

My second year speaking at Confoo was more fun than my first. This year I met a lot of new... View Article


Setup Ubuntu 12.04 with Nginx and PHP-FPM

December 8, 2011 12:00 am Published by Comments Off on Setup Ubuntu 12.04 with Nginx and PHP-FPM

If you are getting the error: Couldn’t find any package whose name or description matched “php5-fpm” The instructions below are... View Article


php|tek 2011

June 27, 2011 12:00 am Published by Comments Off on php|tek 2011

Chicago – May 24-27 php|tek in Chicago was fun as always. It is the best PHP conference I have ever... View Article


Android+iPhone SEO App

April 13, 2011 12:00 am Published by Comments Off on Android+iPhone SEO App

I just released a new iPhone SEO app and Android SEO app called SEMTab SEO Pro. The basic idea is to... View Article


Self Employed

March 22, 2011 12:00 am Published by Comments Off on Self Employed

This post comes with a bit of a delay, as it is already three months into the year, but as... View Article


Versioning Android App Releases with Titanium

December 23, 2010 12:00 am Published by Comments Off on Versioning Android App Releases with Titanium

Customize AndroidManifest.xml: https://appcelerator.lighthouseapp.com/projects/32238/tickets/315-android-build-doesnt-handle-version-for-androidmanifestxml http://developer.appcelerator.com/doc/mobile/android-custom-androidmanifest Android Versioning Guidelines: http://developer.android.com/guide/publishing/versioning.html


Practical Uses for PHP 5.3 Closures

October 19, 2010 12:00 am Published by Comments Off on Practical Uses for PHP 5.3 Closures

Closures are a new language-level feature that has been added to php 5.3, along with namespaces, late static binding, and a... View Article


MongoDB Gotchas

July 7, 2010 12:00 am Published by Comments Off on MongoDB Gotchas

Most developers are coming from a background with relational database-specific experience, and then trying out some new NoSQL databases like... View Article