Creating a Login System in Rails
Building the next community driven powerhouse using Ruby on Rails? Let Saurabh show you how easy it is to create a login system for your Rails project, to encrypt your passwords and start and destroy session. A good way to provide access levels in your Rails applications.
Ajaxify your Rails Applications
In recent years, Ajax has become popular with almost all the web development languages and frameworks. This tutorial introduces the way Rails implements Ajax into its applications and how to get started with it.
Building Our First Rails Application
Rails user base continues to grow every day. Moving forward with our series we'll build a basic Rails application that illustrates how easy Rails is to use.
Understanding Rails Terminology, Principles, Components and Architecture
This tutorial will serve as a jargon buster for Ruby on Rails applications. We will take on the basics of the framework architecture and shed some light on some of the terms that form the basic principles of the framework.
vBadvanced: Getting the Basics Up and Rolling
Continuing with our vBadvanced setup we'll get all the basic functionality working, including news feeds, event calendars and recent forum threads.
Install A Custom Apache, PHP, MySQL Web Server on Windows XP, Vista
Setting up a custom Web server on your development computer not only means you have complete control of your development environment, but also that you are able to emulate a production server as closely as possible. Read on to learn how.
Setup Ruby on Rails On Windows Vista
Having trouble getting Ruby on Rails running on Windows Vista or just want to know how? Suarabh Bhatia details the basics to get the RoR framework up and running.
PHP Pagination
Are you having to rewrite needless code every time you need pagination on your website? Explore this simple but effective way of building your own, re-usable PHP pagination class.
Getting Started with jQuery
Discover the power of jQuery and learn how to build flexible JavaScript applications without breaking a sweat.
Open Source from Internet.com
Managing User Accounts with the Zend Framework
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.
Exploring HTML 5's Audio/Video Multimedia Support
The <audio> and <video> tags were among the first features to be added to the HTML 5 specification. Find out how these elements enable the browser to work with both types of media in an easy-to-use manner.