Introduction to webOS SDK Development
5 PostsThis session will guide you through the process of getting started with webOS app development. You will learn how to install the webOS development environment and create a simple application. In this session, you'll also create a usable application that allows you to browse and display the latest articles on the Tuts+ network.View Learning Guide...
Learn Objective-C
6 PostsWelcome to the session on coming to grips with the awesome language that is Objective-C. Throughout this session, my aim is to take you from no prior experience with Objective-C to using it confidently in your own applications. This isnʼt a rush job - so donʼt expect to just skim through the basics and be away - weʼll be going through not just the bare essentials, but also the best practices you can apply to ensure your code is the best it can be. Letʼs jump straight in!View Learning Guide...
Create an SMS Signup form
2 PostsSMS is a worldwide technology used by almost everyone with a cell phone. Despite having a much greater reach than the smartphone market, SMS programming receives far less coverage and often remains uncapitalized. In this session, I will show you how to create a web site signup form that allows users to enter a mobile number. I will then show you how to use PHP for server-side phone number verification to check that the mobile number the user has entered is actually his mobile phone. Along the way, we will use jQuery to perform client-side validation and CodeIgniter as our development framework.View Learning Guide...
Mobile WordPress Theming
4 PostsMore and more people visit the web on mobile devices and this means that your website needs to be optimized for a mobile experience. In this session, we'll take a look at how you can leverage WordPress to accomplish this goal.View Learning Guide...
Building an iOS SDK “Poke” App With APNS
3 PostsThis session is all about working with the push notification features of iOS 3.0+. It will cover everything you need to do to get push notifications working in your application, such as registering for notifications, configuring your application in the iOS Provisioning Portal, sending notifications to Apple’s Push Notification Service (APNS), and handling them in your application. Let's ge started.View Learning Guide...