1 June 2011 in jQuery

Coming Soon: Master Mobile Web Apps with jQuery Mobile

Coming Soon: Master Mobile Web Apps with jQuery Mobile
We're pleased to announce our first book! Master Mobile Web Apps with jQuery Mobile shows you how to build great-looking mobile web apps easily using the up-and-coming jQuery Mobile framework.

This 250-page book is packed with useful info, including a detailed markup and API reference, theming tips, and a "getting started" guide. There's also an in-depth tutorial showing you how to build a complete to-do list web app using jQuery Mobile, PHP and MySQL.

As well as the book, you get a zip file containing all the source code, so you can easily follow along with the examples in the book.

We're looking to publish the book in July. Enter your email address on the book page, and we'll send you an email the moment we publish it.

Have fun!
26 May 2011 in PHP Objects

Object-Oriented PHP: Working with Inheritance

Object-Oriented PHP: Working with Inheritance
Welcome to our third object-oriented PHP tutorial. In this tutorial you'll explore the idea of inheritance in object-oriented programming, and how inheritance works in PHP. With inheritance, your objects and classes can become much more powerful and flexible, and you can save a lot of time and effort with your coding.

The tutorial covers the concept of parent and child classes; overriding methods; final classes; abstract classes, and interfaces. It includes lots of code examples to help explain the topics.

Happy coding!
18 May 2011 in CSS

LESS Is More: Make Your CSS Coding Easier with LESS

LESS Is More: Make Your CSS Coding Easier with LESS
CSS stylesheets are becoming longer, more complex, and harder to manage. It's not uncommon for a typical stylesheet to run into hundreds of lines of code, with a large number of interdependent rules.

For this reason, various dynamic stylesheet languages are starting to spring up. These allow you to write your CSS rules using a more flexible, powerful language that is then turned into regular CSS for the browser to interpret.

In this article you'll learn how to use LESS, an increasingly popular dynamic CSS language that you can use to streamline your CSS coding, saving you time and effort.

Stock Photos Giveaway: Win a 1-Year StockedPhotos Membership Worth $99.99!

Stock Photos Giveaway: Win a 1-Year StockedPhotos Membership Worth $99.99!
Time for another great giveaway here on Elated! This week, we're giving away two 12-month stock photo accounts over at StockedPhotos.com. This account lets you download as many pro-quality, royalty-free stock photos as you like during the 12-month period. No daily limits, and no per-photo fees. Nice!
6 May 2011 in jQuery

Cover Flow Remade with CSS and jQuery

Cover Flow Remade with CSS and jQuery
If you've used a Mac or iTunes at all, you've probably come across the Cover Flow view. This shows you a series of album covers, photos, or other documents in 3D, allowing you to flip between them by clicking them, dragging a scrollbar, or using the arrow keys.

It's a nice effect, but it requires a fair bit of processing power to accomplish. I thought it'd be a fun challenge to recreate it as closely as possible in a browser using CSS and JavaScript. At the start I had no idea if this was even possible, but I'm pretty happy with the result!
2 May 2011 in Misc

Elated Joins the Smashing Network!

Elated Joins the Smashing Network!
We're delighted to announce that Elated is now part of the Smashing Network! This means that our best content will now appear on Smashing Magazine's curated network posts page.

This move will be a great way to introduce more readers to our content, and it will also ensure that we're motivated to keep creating very high quality articles and tutorials for you here at Elated.
29 April 2011 in PHP Objects

Object-Oriented PHP: Delving Deeper into Properties and Methods

Object-Oriented PHP: Delving Deeper into Properties and Methods
Welcome to the second article in our series on object-oriented PHP programming.

In this article, you're going to delve a bit deeper into properties and methods in PHP. You'll explore constructors and destructors; static properties and methods; class constants; type hinting; and the __get(), __set(), and __call() magic methods. We've included lots of code examples to help you learn the concepts.

This article will give you a solid grounding when it comes to using objects in PHP, before we move on to more advanced topics such as inheritance in later articles.

Ultimate Designer Toolkit Giveaway: Win a VIP Account Worth $99!

Ultimate Designer Toolkit Giveaway: Win a VIP Account Worth $99!
Time for another giveaway, dear readers! Today, we're offering 3 one-year VIP accounts for Ultimate Designer Toolkit, worth $99 each. Ultimate Designer Toolkit is a collection of resources to make your life easier as a web designer or coder.

A VIP account gives you access to over 60,000 premium resources, with more being added each day.

Enter now for your chance to win!
15 April 2011 in CSS

IE9 Is Here! 7 Cross-Browser CSS Tricks You Can Now Use

IE9 Is Here! 7 Cross-Browser CSS Tricks You Can Now Use
Last month, the newest version of Microsoft's Internet Explorer browser, IE9, hit the streets. While its CSS3 support still has some major omissions, IE9 has much better CSS3 support than previous versions of IE.

In this article we'll explore some of these new CSS features that are, at last, supported by Internet Explorer, and show what these features can do for you as a web designer or coder.
8 April 2011 in PHP Objects

Object-Oriented PHP for Absolute Beginners

Object-Oriented PHP for Absolute Beginners
Welcome to the first in a series of tutorials covering object-oriented programming in PHP. In this series you'll explore the various ideas and concepts involved in object-oriented programming, and learn how to build robust object-oriented PHP applications quickly and easily.

In this tutorial, we're going to kick things off nice and gently by looking at some really basic concepts of object-oriented programming. You'll also learn how to write simple object-oriented PHP scripts.

Follow Elated