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...
Javascript from Null
7 PostsThanks to the wide adoption of libraries like jQuery and Mootools, JavaScript’s popularity has skyrocketed in the last few years. However, in the process, an interesting thing occurred: many newer developers are learning these libraries without taking the time to actually learn about raw JavaScript techniques. What percentage of jQuery users don’t know how to fade out an element with only raw JS? My guess is that it’s much higher than many would think.View Learning Guide...