Implementing OAuth Authorization on Social Networks
Walk through all the necessary steps for implementing the OAuth token-based authorization systema perfect security solution for the social networking ageon both the consumer and provider sides.
OAuth: Token-Based Authorization for the Social Networking Age
The OAuth token-based authorization system allows users to grant third-party access to their resources without sharing their usernames and passwords. It's perfect for the age of data scattered across many social networking sites.
Apply Behavior Driven Development to Ruby on Rails with Rspec
Applying the Behavior Driven Development (BDD) methodology to your Rails development takes you beyond traditional Test Driven Development. Learn how to do it with the Ruby-based BDD framework RSpec.
Date Manipulation with PHP
Let PHP's powerful array of date-related features ease the often ugly task of date formatting and manipulation.
Practical PHP: Sending E-mail
PHP's native capabilities for sending e-mail make e-mail distribution from your web site a breeze. Learn how to use one of PHP's most practical features.
PHP 5.3.1 Released, Security Beefed Up
By focusing on stability and security, the PHP team has introduced more than 100 bug fixes and tweaks to the overall framework.
Introducing the Zend Framework's Application Configuration Component
Tired of fretting over the organization of your Web application's configuration data? The Zend Framework's Zend_Config component removes this tedious task from your TODO list by offering a great way to manage and access your configuration data from within a centralized location. Read on to learn how.
Better Coding Standards in JavaScript 5
JavaScript 5 (ECMAScript 5) has just been released and it promises to bring stricter code and better coding standards to the table. To learn more about this exciting new update to the Internet's workhorse, read on.
Open Source from Internet.com
Flex RESTing with MySQL
Using the REST infrastructure will allow you to focus on your application's look and feel to create more elaborate and elegant Flex applications.
JSF 2.0 Views: Hello Facelets, Goodbye JSP
In JavaServer Faces (JSF) 2.0, Facelets replace JavaServer Pages (JSP) as the view technology for pages. Find out why that's a very good thing.