31 October 2011 in jQuery

jQuery Mobile Masterclass: Build a Simple, Attractive Twitter App for iPhone

jQuery Mobile Masterclass: Build a Simple, Attractive Twitter App for iPhone
jQuery Mobile is a great framework for building mobile web apps, and as the 1.0 release gets nearer it's really starting to mature into a stable platform.

In this tutorial you'll delve deep into jQuery Mobile. You'll build a simple, nice-looking, easy-to-use iPhone Twitter app called "CloseFriends" that displays your closest Twitter friends' latest tweets.

Along the way you'll explore a variety of topics, including jQuery Mobile's API, the Twitter API, HTML5 local storage, app theming, media queries, and lots more!
30 September 2011 in Website Authoring

Responsive Web Design Demystified

Responsive Web Design Demystified
Responsive web design is a hot topic these days, especially as websites need to adapt to the growing number of mobile devices with their relatively small screens.

However, the whole topic can be somewhat bewildering at first glance. Responsive design is a relatively new idea, and it is rapidly evolving. It's full of rather confusing terms, such as responsive layouts, adaptive layouts, media queries and viewports. Where to begin?

In this article, you get a gentle introduction to the world of responsive web design, and learn how to create a simple responsive website layout.
9 September 2011 in JavaScript

5 JavaScript Libraries You'll Love

5 JavaScript Libraries You'll Love
As you start to use JavaScript to build larger and larger web apps with complex data structures and rich user interfaces, it becomes clear that the JavaScript language alone is not really up to the task.

Fortunately, some great JavaScript libraries have sprung up in recent years to make your life as a web developer much easier.

In this article, Matt Doyle focuses on five fairly recent libraries and technologies that are starting to gain traction: Backbone, Underscore, Knockout, Sugar, and CoffeeScript.
25 August 2011 in Web Development

MySQL for Absolute Beginners

MySQL for Absolute Beginners
A database is an essential part of most websites and blogs, but setting up and using a database can be a daunting task for the beginner web developer.

In this tutorial you learn - in simple terms - how to install, set up, and use a MySQL database on your computer. This will give you a good grounding in MySQL that you'll find useful when you start developing database-driven websites using PHP, Ruby, or your language of choice.
12 August 2011 in JavaScript

Make a Rotatable 3D Product Boxshot with Three.js

Make a Rotatable 3D Product Boxshot with Three.js
Three.js is a fantastic JavaScript library that lets you create realistic, animated 3D scenes, right in the browser. However, while Three.js is relatively easy to use, it can still be daunting if you're not familiar with the concepts involved in computer-generated imagery.

In this tutorial, you get a gentle introduction to Three.js's features and concepts, and you then put your new-found knowledge to practical use by creating a rotating 3D boxshot scene.

Enjoy!
5 August 2011 in jQuery

Now Out! Master Mobile Web Apps with jQuery Mobile

Now Out! Master Mobile Web Apps with jQuery Mobile
We're delighted to let you know that our new eBook, "Master Mobile Web Apps with jQuery Mobile", is now available!

Matt's new book teaches you how to quickly create great mobile web apps using jQuery Mobile. This comprehensive guide has been fully updated for the latest release of jQuery Mobile: Beta 2.

You'll learn how to:

* Get up and running quickly with jQuery Mobile

* Build pages, buttons, toolbars, dialogs, forms and interactive list views — using nothing but HTML

* Theme your apps to give them a unique look and feel

* Integrate your own JavaScript code with the jQuery Mobile API

* Create a fully-functioning, multi-user task manager app using jQuery Mobile, PHP and MySQL

Find out more and grab your copy today!
20 July 2011 in Website Authoring

Markup-Service Giveaway: Win $300 Credit for Your Next PSD to HTML Job!

Markup-Service Giveaway: Win $300 Credit for Your Next PSD to HTML Job!
We have a great new giveaway for you this week! By entering, you have a chance to win this fantastic prize: $300 credit to spend on your next PSD-to-HTML conversion over at Markup-Service.com.

Using a PSD to HTML service like Markup-Service is a great way to save time with your site builds, freeing you up to work on other areas of your business.

Enter now for your chance to win!
12 July 2011 in HTML

7 Lovely Things About HTML5 Markup

7 Lovely Things About HTML5 Markup
HTML5 has been creating quite a stir over the last couple of years, as more and more browsers implement the latest and greatest HTML5 features.

HTML5 is quite a broad term, encompassing everything from the revised markup specification through to new API features such as audio, video, canvas and geolocation.

In this article, Matt Doyle focuses on the markup language itself, and looks at 7 ways that HTML5 markup is nicer than HTML4.
29 June 2011 in PHP Objects

Object-Oriented PHP: Autoloading, Serializing, and Querying Objects

Object-Oriented PHP: Autoloading, Serializing, and Querying Objects
Welcome to our fourth object-oriented PHP tutorial!

In this tutorial, you're going to tie up some loose ends and look at some other useful OOP-related features of PHP. You'll find out how to load classes automatically on demand; convert objects to strings (and back again); and use special PHP functions for discovering useful information about classes and objects.
17 June 2011 in Web Design and Style

Redesigning a Site For Mobile: What's Involved?

Redesigning a Site For Mobile: What's Involved?
How do you take an existing website, and design a version that looks and works great on mobile devices?

In this article, Simon Meek shows how you might redesign an existing site for mobile, using (what else?) the Elated site for inspiration. You'll see how the process of paring down features can produce a clean and elegant mobile design.

Follow Elated