Quantcast
Channel: my linux world » postaweek2011
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Actionmailer

Hi frinds, I created a module for random password generation using “Actionmailer” in rails 3  And also I’m trying to find a solution for sending password to mobile via sms. but i didn’t succeed so for....

View Article


Image may be NSFW.
Clik here to view.

Working with SMS module

Hi friends, Today i have worked with SMS module on rails 3

View Article


Image may be NSFW.
Clik here to view.

How to Send a mail using Gmail account with Rails3, ActionMailer and SMTP

Hi friends, Action Mailer: Action Mailer is a framework for building e-mail services. You can use Action Mailer to receive and process incoming email and send simple plain text or complex multipart...

View Article

Image may be NSFW.
Clik here to view.

Sending SMS via “freesmsapi.com”

Hi friends, I found a site which sends sms via website and programs. http://freesmsapi.com. They provides their own API and programing codes in ruby,python.php.java,c,c#., etc., First we have to signup...

View Article

Image may be NSFW.
Clik here to view.

Power of PYTHON and RUBY languages

Hi friends, Since last week i had worked with Send SMS via rails application. After long search, i found a site called “freesmsapi.com” which provides API and sends SMS. This site  is very much helpful...

View Article


Image may be NSFW.
Clik here to view.

Google Maps In Rails3 Application

Hi friends, There is a Ruby Gem Called “gmaps4rails”. Using a gmaps4rails gem to display a map in our application. I’ll show  the procedure to integrate this into the rails application in my next article

View Article

Image may be NSFW.
Clik here to view.

Google maps in Rails3 Application — Sample Application

Hi friends, (New update: For new version(0.9.1) check Jay’s comment below) (Update: this tutorial works only on gem version 0.7.7 and won’t work on latest gem version 0.8.7) Using a gmaps4rails gem to...

View Article

Image may be NSFW.
Clik here to view.

Linux 20-years celebration video in tamil

Hi friends, At 1991, Linus Torvalds, released his Kernel as open source. After that, the Linux Revolution happened. To celebrate the 20 years of Linux, The Linux Foundation, is doing various...

View Article


Image may be NSFW.
Clik here to view.

Multiple File uploading in Rails3 Application using “Papercilp”

Hi friends, Lets see how to upload multiple files in a rails 3 application. First create a new rails project and go inside of the project directory. $ rails new fileuploading $ cd fileuploading Add the...

View Article


Image may be NSFW.
Clik here to view.

Find Web browser user agent using rails 3

Hi friends, In rails 3 there is a easy way to Detect the web browser user agent . By adding the one line in the controller page, we can get the UA.(@user_agent = request.env['HTTP_USER_AGENT']) In...

View Article
Browsing all 10 articles
Browse latest View live


Latest Images