Main > Free Download Search >

Free ruby techniques script

ruby techniques

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 204
Alternate Ajax Techniques - Part 2

Alternate Ajax Techniques - Part 2


In this installment, youll learn how to use images and cookies to enable client-server communication even on older browsers that dont support the DOM. more>> In this installment, youll learn how to use images and cookies to enable client-server communication even on older browsers that dont support the DOM.<<less
Added: 2006-11-10 License: Freeware Price: Free
1078 downloads
Minimal Sanitation Techniques 1

Minimal Sanitation Techniques 1


This tutorial will show you sanitation techiques used by the pros so that your scripts will be secure, and resistant to any attacks. more>> This tutorial will show you sanitation techiques used by the pros so that your scripts will be secure, and resistant to any attacks.<<less
Added: 2008-02-11 License: Freeware Price: $0.00USD
12 downloads
Ruby User Guide

Ruby User Guide


Developing Ruby on Rails applications requires an ability to program in the Ruby language. This guide, written by the creator of Ruby, provides an easy to follow guide to the Ruby programming language, covering all the important topics including more>> Developing Ruby on Rails applications requires an ability to program in the Ruby language. This guide, written by the creator of Ruby, provides an easy to follow guide to the Ruby programming language, covering all the important topics including variables, looping, object-oriented programming, strings, arrays, error handling and much more. This guide is recommended for anyone planning to develop using the Ruby on Rails framework.<<less
Added: 2007-12-04 License: Other Price: $0.00USD
15 downloads
Ruby XCAP Client 1.0

Ruby XCAP Client 1.0


Ruby XCAP Client is known as a useful Ruby library that will implement the XCAP protocol on the client side, allowing applications to get, store, modify and delete XML documents on the server. more>>

Ruby XCAP Client 1.0 is known as a useful Ruby library that will implement the XCAP protocol on the client side, allowing applications to get, store, modify and delete XML documents on the server.

<<less
Added: 2009-07-30 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Caching Techniques in ASP.NET 2.0 1

Caching Techniques in ASP.NET 2.0 1


Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability. Performance is the key requirement of any application. One of important techniques which helps in the performance of more>> Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability. Performance is the key requirement of any application. One of important techniques which helps in the performance of application is Caching.<<less
Added: 2007-11-13 License: Freeware Price: $0.00USD
14 downloads
The Ruby on Rails Wiki

The Ruby on Rails Wiki


With Beginner info, Install guides for virtually any OS, Examples, HowTos(getting RoR to work with your DB, Test, Develop, etc), Tips & Tricks and lots more. more>> With Beginner info, Install guides for virtually any OS, Examples, HowTos(getting RoR to work with your DB, Test, Develop, etc), Tips & Tricks and lots more.<<less
Added: 2006-08-31 License: Freeware Price: Free
1154 downloads
HTTP 301 Permanent Redirection Techniques

HTTP 301 Permanent Redirection Techniques


This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techni more>> This article describes how to properly redirect a web page using an HTTP 301 status code and Location header. The 301 status code is used to indicate that a page has permanently moved. Multiple techniques are presented with recommendations.<<less
Added: 2005-04-07 License: Freeware Price: Free
1664 downloads
Wonderful Ruby on Rails

Wonderful Ruby on Rails


This will show how to validate your fields, by adding the lines of code into your controller. Very easy to use and duplicate in your ROR application. more>> This will show how to validate your fields, by adding the lines of code into your controller. Very easy to use and duplicate in your ROR application.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
12 downloads
Ruby thumbnail generator 1.0

Ruby thumbnail generator 1.0


Will let you generate thumbnails of jpeg, png or gif pictures just by calling /thumb/picturefile.jpg?w= 150$h=150 . You can specify width and height of the thumbnail. It uses cache to save resized pictures and fast load them later when needed. It is more>> Will let you generate thumbnails of jpeg, png or gif pictures just by calling /thumb/picturefile.jpg?w= 150$h=150 . You can specify width and height of the thumbnail. It uses cache to save resized pictures and fast load them later when needed. It is great if you work with image galleries and want to generate real-time thumbnails from your application.<<less
Added: 2008-02-12 License: GPL Price: $0.00USD
14 downloads
Ruby Essentials 1.0

Ruby Essentials 1.0


Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of more>> Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of Ruby on Rails without first learning something about programming in Ruby, and this is where Ruby Essentials comes in. Ruby Essentials is a free on-line book designed to provide a concise and easy to follow guide to learning Ruby. Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered, all combined with easy to understand code examples which serve to bridge the gap between theory and practice. Ruby Essentials is intended to be of equal use both to those experienced in other programming languages and to novices who have chosen Ruby as their first programming language.<<less
Added: 2007-12-04 License: Other Price: $0.00USD
19 downloads
Ruby on Rails or CakePHP

Ruby on Rails or CakePHP


Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though b more>> Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though being very popular among the people, but i have a few reasons which made me to stick with cakePHP.<<less
Added: 2007-05-01 License: GPL Price: FreeAdditionalInfoFREE
613 downloads
Database Normalization And Design Techniques

Database Normalization And Design Techniques


One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to per more>> One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. This 6-page article describes the data relationships and the normalization of data using a simple example.<<less
Added: 2000-08-11 License: Freeware Price: Free
3400 downloads
Error Handling techniques in ASP.NET 2.0 2.0

Error Handling techniques in ASP.NET 2.0 2.0


In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some more>> In this article, I would like to explain about Error Handling in ASP.NET. How to handle the error in ASP.NET 2.0 when an error happens in your website, how to handle unhandled error, tips and tricks for better error handling and also I would give some sample code on how to do Error notifications to you as website owner if there is an error happen in your site. By doing a proper error handling on your website, you can avoid any unprofessional .NET Error to your user and in the other hand, you know what is happening to your website so you can prevent the error from happening again. In the code sample above,you can see that we are using Email notifications when the error happens. For better error logging, you can actually store all the details in your database,so that you can have the history and easier for you to manage code error on your site.<<less
Added: 2007-11-14 License: Other Price: $0.00USD
16 downloads
RubySquad Forum

RubySquad Forum


We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should jo more>> We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should join RubySquad as well. Be a part of RubySquad!<<less
Added: 2007-01-22 License: Other Free / Open Source License Price: Free
594 downloads
9 PHP Debugging Techniques You Should Be Using

9 PHP Debugging Techniques You Should Be Using


Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of... more>> Save yourself time, effort and headaches by employing the debugging techniques discussed in this article. I cover topics from enabling notices to writing Unit Tests, as well as some ideas you may not have thought of...<<less
Added: 2008-05-07 License: Other Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5