Simple & Effective Sign-In using Single-Use code

Recently Windows Live introduced Single-Use code a very simple and effective way to Sign-In to your Live account from a public computer like at the library or school. You can now use a Single-Use Code instead of your password for added security.


Requesting a Single-Use Code:

Each Single-Use Code can be used only one time, but you can request one whenever you need one. When you request a Single-Use Code, you receive it in a text message to a mobile phone number that you’ve added to your Windows Live account.

Comments Bookmark to delicious Digg this Technorati reddit 

Rails: RSS Feed Reader Example

To add content from a RSS feed to your site using Rails:

# rss.html.erb

Comments Bookmark to delicious Digg this Technorati reddit 

ColdFusion 9 update 1 (9.0.1)

A bit late to the party but Adobe released ColdFusion 9 update 1 (9.0.1) a few days ago. The top features in this release:

  1. ORM support for multiple data sources in the same application
  2. Amazon S3 support for both storing and consuming files in your ColdFusion applications
  3. Support for IIS 7
  4. New script functions implemented as CFCs
  5. Support for BlazeDS 4 and LCDS 3
  6. Configurable seed for password encryption
  7. Server monitoring upgraded to run as a separate server to handle load conditions

In addition, there are some enhancements related to Language, Caching, Ajax, SpreadSheet, Solr, and Logging and scores of bug fixes.

Related Links:

  1. FAQ
  2. Release Notes

Comments Bookmark to delicious Digg this Technorati reddit 

How to run your Rails application without a database

If your Rails application is just consuming a Web Service and has no need for a database than all you have to do to is uncomment the following line in environment.rb

Comments Bookmark to delicious Digg this Technorati reddit 

Ruby: Finding each Array Item’s Index

The class Array has a method called each_with_index which provides the index as well as the value.

Example:

Comments Bookmark to delicious Digg this Technorati reddit 

« Previous Page« Previous entries « Previous Page · Next Page » Next entries »Next Page »