Releasing new website for Laravel developers – Laravel-Tricks.com

I am happy to announce the immediate release of a new project that my friend (@stidges) and I have been working on for the past 3 weeks: http://www.laravel-tricks.com UPDATE: You can also get the source of the website here: maxoffsky.com/maxoffsky-blog/announcing-release-laravel-tricks-com-source/ Laravel-tricks.com is a website that features tips and tricks on using Laravel framework that developers […]

Read More

Laravel applications to learn from

Couple days ago I posted about Laravel – a PHP framework that allows developers to quickly build applications. Today I will post links to a few source code repositories that you could learn from if you are developing in Laravel. Here are a few applications made in Laravel : Bootsnipp.com – A user driven HTML […]

Read More

iOS and XCode tutorials and resources

Navigation controller and Tab Bar usage and implementation Creating an iOS 4 iPhone Multiview Application using the Tab Bar (Xcode 4) http://www.techotopia.com/index.php Creating an iPhone Multiview Application using the Tab Bar http://www.techotopia.com/index.php/Creating_an_iPhone_Multiview_Application_using_the_Tab_Bar Creating a Navigation Controller Based Application in Xcode for iOS based devices http://www.gurusonthego.com/2011/06/creating-a-navigation-controller-based-application-in-xcode-for-ios-based-devices/ Add a navigation Controller http://www.ralfebert.de/tutorials/iosdev/navigationcontroller/ Using CoreLocation and GPS: iOS […]

Read More