HTML5 Boilerplate: A Rock-Solid Default for HTML5 Awesome



HTML5 Boilerplate was developed by Paul Irish and Divya Manian. This project took almost three years to be completed having first been announced on August 10th, 2010.
Read more…

Technology:

E3 - My Recap and Rundown


E3 Main Image
Last week, I had the good fortune to attend E3 at the Los Angeles Convention Center. It was a great experience to see all of my favorite developers and companies all in one place, showing off their products and their visions for the future. I thought I would share my thoughts on what I found to be the most compelling exhibits at E3 and why.
Read more…

Content Development General Topics Interactive Technology:

E3 2012: Nintendo’s Wii U vs. Microsoft’s Xbox SmartGlass



E3 2012 opened with a bang as Nintendo and Microsoft each squared off to fight for tablet supremacy with announcements to bring Second Screen to the console.
It seems that we’re destined for tablet-gaming future. So which one will make the cut?
Read more…

General Topics Mobile Technology:

Tech Tutorial: How to Build an Echo SMS Server Using Twilio API


twilio
Twilio is a SMS/Voice gateway that allows us to turn our app easily into a voice and SMS app without dealing with the service provider.
For instance, when a user text messages or calls the Twilio number, Twilio will make a request to your application and interact with the user based on the output of your application.
Read more…

Technology Tutorials:

List: Successful YouTube Channels



As I discussed in my last post about YouTube advertising resources, YouTube is definitely the big dog in online video. Soon, I’m going to elaborate on what the YouTube platform has planned for the future as well as my thoughts on the proposed shift in media consumption, but first I thought I’d share a list of the some of the most successful channels on YouTube as a quick way of starting the conversation. These are not organized in any particular way and don’t show every single large channel, just a selection of some of the top performers. For a more detailed list, you can check YouTube’s own channels page or this unofficial list from VidStatsX.
Read more…

Advertising Content Development Film and TV General Topics Mobile Social Media Technology:

Resource: Advertising on YouTube



YouTube is a giant in online video. From its humble beginnings in 2005, it has quickly become one of the top destinations on the Internet for video content consumption. Advertising on YouTube can be advantageous for brands because it can reach targeted audiences or simply reach the whole of YouTube. No matter which way you decide to slice it, I thought I would put together a quick little guide to advertising on the video platform for the uninitiated to get you started.
Read more…

Advertising Marketing Mobile Resources Technology:

Tech Tutorial: Cropping and Resizing Images in PHP


big_sur_crop_main
PHP is a great script language that has many applications when it comes to web development. It is a particularly useful tool when working with images. You can create and manipulate images files in variety of different formats (JPEG, PNG, GIF). If you are interested in manipulating animated GIFs, my coworker made a great tutorial about that. Today we’ll look at cropping and resizing images in PHP.
Read more…

Technology Tutorials:

Tech Tutorials: Building a Database



An important step in the process of building a website or web application is the conception of the data structure. Most of the problems that come up during the development of project come from a poorly conceived database. Bad modeling will create superfluous terms, incapacity and lost data. Good modeling makes the project more flexible for possible improvements. The more robust your model is, the less issues you will run intro when you retrieve data through PHP or ASP. It also makes access to the data faster and simpler.
Read more…

Technology Tutorials:

Tech Tutorial: Making Use of APIs



When I think of APIs, I see them as magical and amazing tools. There are more and more APIs made available by services on the web such as the Google Maps API, the Facebook API, the Twitter API, the Tumblr API, to name a few.
Read more…

Technology:

Tech Tutorial: Server Configuration – cURL


main_cURL
During the deployment of one of our last projects on a client’s server, we had difficulties because we didn’t consider the difference between local and remote servers earlier enough. We had to go into a long debug process before realizing that the problem was not a programming issue but instead came from the server’s PHP configuration
Read more…

General Topics Resources Technology Tutorials: