Subtle CSS3 Typography that you’d Swear was Made in Photoshop

“Thanks to text shadows, outlines, transitions, and even text gradients, we can now create cool typography that you’d swear had to be made with a program like Photoshop. Nope, all CSS3 baby! Let’s take a look in this video quick tip.”

Video Icon

Quick Tip: An Introduction to Sammy.js

“You’ve been seeing it for a while now with Google’s Reader, Gmail, and most recently, on Facebook. Probably, you, too, would like to write RESTful evented JavaScript applications. Well, fellow developers, meet Sammy.js, a tiny JavaScript framework built on top of jQuery. Sammy utilizes the URL hash (#) to allow you to create single page AJAX applications that respond to your browser’s back button. Interested?

“In this article, I’ll be providing a short overview of the framework, and then a brief demonstration of what it’s like working with Sammy.js, with the hope of enticing you enough to consider it for your projects.”

Link Icon

HTML5 Apps: What, Why, and How

1 Notes

“If you want to build web apps, you might want to think about using HTML5. HTML5 is the new hotness when it comes to app development, and it has the potential to change the way software is made and sold. It also activates the millions of people out there who know how to make web pages, and never thought their skill set could be used for something else. But before jumping into development, there are some things you should know about HTML5. In this tutorial, I’ll teach you the basics!”

Link Icon
Building Persistant Sticky Notes with Local Storage
“HTML5 local storage is like cookies on steroids; it’s incredibly simple to use and yet still so powerful. In this tutorial, I’ll show you how to create ‘sticky notes’ functionality, that allows your users to take persistent notes while browsing your site.”

Building Persistant Sticky Notes with Local Storage

“HTML5 local storage is like cookies on steroids; it’s incredibly simple to use and yet still so powerful. In this tutorial, I’ll show you how to create ‘sticky notes’ functionality, that allows your users to take persistent notes while browsing your site.”

Photo Icon

Who Needs University? The Best Nettuts+ Screencast Training Courses

1 Notes

Who Needs University? The Best Nettuts+ Screencast Training Courses

“Education is expensive…very expensive! But, luckily, 95% of the tutorials and courses on Nettuts+ are free! And, should you require more training, a Tuts+ premium subscription is extremely cheap, at only $9 per month. Whether you’re hoping to learn jQuery, WordPress, CSS, Tumblr, PHP, CodeIgniter, or JavaScript, we’ve got you covered! Further, if screencasts are your thing, you’re particularly in luck, thanks to our in depth video courses, listed below!”

Link Icon

The Problem with PHP’s Prepared Statements

“PHP’s prepared statements (for database access) are fantastic. Not only do they help secure your database queries, but they’re also particularly more efficient for larger products. However, there are a couple issues that appear to make these methods less flexible than we’d hope. For one, we must utilize the bind_result method, and pass in a specific number of variables. However, what happens when this code is within a class, and we won’t immediately know how many variables to pass? Luckily, there’s a solution! I’ll show you what it is in today’s video tutorial.”

Video Icon
1 Notes

CodeIgniter from Scratch: Profiling, Benchmarking & Hooks

“In this 15th episode of the series, we are going to learn about three subjects: Profiling, Benchmarking and Hooks. You can use these tools to analyze your CodeIgniter applications performance, and figure out what part of the code you need to optimize. We are also going to make even further improvements to the Profiler library to suit our needs.”

Video Icon
How to Authenticate Users With Twitter OAuth
“Beginning August 16th, Twitter will no longer support the basic authentication protocol for its platform. That means the only way to authenticate users will be through a Twitter application. In this tutorial, I’ll show you how to use Twitter as your one-click authentication system, just as we did with Facebook.”

How to Authenticate Users With Twitter OAuth

“Beginning August 16th, Twitter will no longer support the basic authentication protocol for its platform. That means the only way to authenticate users will be through a Twitter application. In this tutorial, I’ll show you how to use Twitter as your one-click authentication system, just as we did with Facebook.”

Photo Icon

How to Use CakePHP’s Access Control Lists

1 Notes

“If you’re building a CMS, you’ll probably need different user roles—superusers, admins, users—with different permission levels. Too complicated to code? Enter CakePHP’s ACL (Access Control Lists). With the right setup, you’ll be checking user permissions with just one line.”

Link Icon

Start Using HTML5 WebSockets Today

2 Notes

“One of the cool new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we’ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol.”

Link Icon