- Sublime Text Snippets
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!
- Do you need a pomodoro time tracker app?
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 [...]
- MyAuth - Laravel Authentication Bundle
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 [...]
- Hello Bundle - Creating Bundles with Laravel
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 [...]
- Simple Laravel Authentication
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 [...]
- PHP the difference between single and double quotes
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 [...]
- JoyRiders Halloween Surf Jam
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 [...]
- What are the best tools/languages for Web Development?
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 [...]
- Lytro Camera - A Digital Revolution
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 [...]
- How to get Memory and CPU usage in PHP
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 [...]