Blogging, Tutorials | No Comments | May 10, 2013
Creating Snippets with Sublime Text is a breeze. Checkout this video to learn how to create a basic HTML skeleton snippet. You will then be able to create all the snippets your heart desires!
take me to this post to read more...
Blogging, Websites | No Comments | May 3, 2013
There are so many time tracking apps available today. Some of them are very minimalistic with only a few todo lists and some of them can get very complex including multiple clients, multiple projects & deadlines, and many other features. Well, if you are a fan of the pomodoro technique, I would encourage you to [...]
take me to this post to read more...
Blogging, PHP | 1 Comment | January 4, 2013
So, when searching through all the Laravel authentication bundles I found some pretty cool stuff and I learned a lot about the built-in Laravel authentication system; however, I just wanted a simple authentication bundle that would get me up and running with a simple email and password login/signup. So, I went ahead and created my [...]
take me to this post to read more...
PHP | No Comments | December 31, 2012
Laravel is a great PHP framework for rapidly building web applications. One of the advantages of using Laravel is the ability to create re-usable pieces of code. Yes, you could always use libraries and third-party classes; however, Laravel has introduced a new way of building plug’n play pieces of functionality into your application which are [...]
take me to this post to read more...
Blogging | No Comments | November 27, 2012
There are so many PHP frameworks available today and one of the latest frameworks that’s picking up a lot of speed is Laravel. Laravel has so many great features such as migrations, bundles, generators, and much more. The documentation has been put together very nicely, it is in active development, and it uses the latest PHP [...]
take me to this post to read more...
PHP | No Comments | November 15, 2012
I’ve been programming in PHP for nearly 10 years, and I would consider myself to be fairly competent with the language. It’s funny that some of the simplest things that I would program in PHP I would just accept certain aspects instead of looking further into them. I am talking in particular about single and [...]
take me to this post to read more...
Blogging | No Comments | November 2, 2012
If you ever get a chance to come down to San Diego, you really need to connect with the JoyRiders group. They have really been doing some fun things lately. Visit their site here: JoyRiders.TV They always have great outdoor adventures, extreme challenges, and fun holiday events. One of the greatest things about hanging out [...]
take me to this post to read more...
Blogging | No Comments | October 21, 2012
Do you often wonder if the framework, language, or tools you use will reflect the outcome of your web project? Sometimes we can get so caught up in what to use for our latest idea that it can distract us from the thing that’s really important… creating the idea. The Code Editor Let’s take for [...]
take me to this post to read more...
Blogging | No Comments | October 15, 2012
The newly released Lytro Camera is a camera like no other. When taking a picture with a standard camera, you will usually focus on the element you want to photograph. Well, now with the Lytro Camera you can snap your photos and then change the focal point afterwards. Then share the file with your friends [...]
take me to this post to read more...
Blogging, PHP | No Comments | September 27, 2012
So, a couple weeks ago I experienced heavy server overloads on an app due to so many concurrent users. There may have also been some code clean up that was necessary. Either way it was kind of a headache, but also a learning experience. So upon searching the interent I could not find an easy [...]
take me to this post to read more...