User Profile

Collapse

Profile Sidebar

Collapse
amulyab
amulyab
Last Activity: Mar 25 '08, 11:09 AM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amulyab
    started a topic Send Email in Ruby
    in Ruby

    Send Email in Ruby

    Hello,
    I want to know how to send email in ruby on rails from my local machine.Whether have to make any smtp settings.How to configure?I am using instantrails to run my application.Ple ase help me.Its urgent.

    Thanks
    See more | Go to post

  • amulyab
    started a topic Link inside text area

    Link inside text area

    Hi,
    M using browse button to select a text file.The contents of text is made to display inside text area.Now i have to add some links for the some parts of text which is inside text area.How can i do this?Please help me.Is there any way to do in ajax or javascript.
    See more | Go to post

  • amulyab
    started a topic Ruby on Rails (Links inside text area)
    in Ruby

    Ruby on Rails (Links inside text area)

    Hi,
    M using browse button to select a text file.The contents of text is made to display inside text area.Now i have to add some links for the some parts of text which is inside text area.How can i do this?Please help me.
    See more | Go to post

  • amulyab
    replied to Display of line numbers
    [HTML]<HTML>
    <HEAD>
    <SCRIPT>
    function readFile (fileName) {
    alert("aaa");
    if (document.layer s && navigator.javaE nabled()) {

    netscape.securi ty.PrivilegeMan ager.enablePriv ilege('Universa lFileRead');
    var bfr = new java.io.Buffere dReader(new
    java.io.FileRea der(fileName));
    var line;
    var content = '';
    while ((line...
    See more | Go to post
    Last edited by gits; Dec 21 '07, 08:03 AM. Reason: added code tags

    Leave a comment:


  • amulyab
    started a topic Display of line numbers

    Display of line numbers

    Hi all,
    I want to display the line numbers for the text which resides inside the text field.How can i do this?Please help me.
    See more | Go to post

  • File Upload

    Can we resize the browse file text box based on the browse location to display all text?
    See more | Go to post

    Leave a comment:


  • Resize browse file text box to display all text based on browse location

    Can we resize the browse file text box based on the browse location to display all text?
    See more | Go to post

  • Browse file, open it, read it and write contents to text field

    Hello all,
    I ll select one file(any files like .rhtml,.rb,.c,. xsl,.doc,.txt etc) through browsing.How can i get the whole path of filename which i have selected in the server side or client side?How can i open that file and read it and write its contents into text field?Its very urgent.Please help me to solve this
    See more | Go to post

  • amulyab
    replied to Text Segmentation on clicking button
    sorry.. source code is nothing but plain text. on selection of some text and click on button start,selected part should be marked with start and end segment....
    See more | Go to post

    Leave a comment:


  • amulyab
    replied to Text Segmentation on clicking button
    Ruby on Rails( Text Segmentation)

    There is a piece of source code.On selection of some part of source code and click on button say"Create Segment".Segmen t should be created. Structure for this is:
    /*Start Segment1*/
    {
    ------------------------
    -----------------------
    ----------------------
    }
    /*End Segment1*/

    On clicking the create segment button, for the selected...
    See more | Go to post

    Leave a comment:


  • Yes the file contains plain text....
    See more | Go to post

    Leave a comment:


  • File read and write

    I have one text area and one button called import source code.When click on that button the text area named source code should get filled with the contents of the selected file.I have used browse button to select the file.How can i proceed now.Please help me.I need one java script for this.
    See more | Go to post

    Leave a comment:


  • amulyab
    started a topic File read and write contents to text field

    File read and write contents to text field

    I have one text area and one button called import source code.When click on that button the text area named source code should get filled with the contents of the selected file.I have used browse button to select the file.How can i proceed now.Please help me.I need one java script for this.
    See more | Go to post

  • amulyab
    started a topic Text Segmentation on clicking button

    Text Segmentation on clicking button

    There is a piece of source code.On selection of some part of source code and click on button say"Create Segment".Segmen t should be created. Structure for this is:
    /*Start Segment1*/
    {
    ------------------------
    -----------------------
    ----------------------
    }
    /*End Segment1*/

    On clicking the create segment button, for the selected text start and end segment should be created.Please...
    See more | Go to post
No activity results to display
Show More
Working...