Implementing OAuth Authorization on Social Networks
Walk through all the necessary steps for implementing the OAuth token-based authorization system--a perfect security solution for the social networking age--on both the consumer and provider sides.
Walk through all the necessary steps for implementing the OAuth token-based authorization system--a perfect security solution for the social networking age--on both the consumer and provider sides.
Former Novell CTO takes the vacant CEO spot at the W3C web standards body.
NoSQL database variant gears up with commercial support from cloud vendor and project sponsor Cloudant.
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.
Use these 10 powerful jQuery plugins to enhance your web site UI with usability improvements and some eye candy!
Use these powerful tools to increase your MySQL development productivity.
Turbocharge your PHP development with these five fantastic frameworks: CakePHP, CodeIgniter, DooPHP, Symfony, and Zend.
Meet Git, an open-source version control system that reduces rather than adds to the overhead of managing a software project.
Web developers, the powerful Firefox Web Developer Toolbar add-in can send your productivity soaring.
Combine the power and simplicity of the TrimPath template engine with JavaScript and Ajax to develop next-generation web applications.
Everyone knows that CVS is a legacy tech for code repositories, right?
From usual suspects like Apache, Google and Sun and some lesser-known players, January 2010 brought a steady stream of code releases for Java and open source developers' toolboxes.
Founder of popular open source CMS opens up about new efforts to make Drupal easier to install as version 7 approaches.
A new Firefox release model is now set to take hold, which will see the popular browser's developers embrace more of an Agile-like methodology.
Popular open source app testing project gets funding and commercial products, too.
Facebook is built on open source Apache technology, and now it's making support of the ASF official.
SFLC sues 14 vendors over copyright infringement related to non-compliance with open source software usage and distribution.
As open source adoption grows, so too does the competitive market for helping developers identify licenses and improve software adoption lifecycle.
After admitting that a third-party developer mistakenly used open source code in a Windows 7 download tool, Microsoft makes amends.
Next-gen Google Web tool debuts to help boost browser-based app speed.
Processing user-supplied form data can be fraught with errors. Not so with the Zend Framework! This tutorial shows you how to use the Zend Framework's Zend_Validate component to easily and conveniently validate complex form data.
The Zend_Auth component, part of the Zend Framework, provides a mechanism for authenticating users in your web apps. Jason Gilmore will show you how use this robust component to give users the ability to create their own accounts.
Want to use Spring but don't want to use Java? Spring for Python is an Inversion of Control container for Python with several additional features such as aspect oriented programming. To learn more read on.
Creating the next great community-driven Website? Using the Zend Framework, you can validate and manage your users' file uploads with ease. Read on to learn how.
In the last part of Marc's series we put all the pieces together and write a simple Hello World Application.