acll19's Profile User Rating: -----

Reputation: 3 Apprentice
Group:
Active Members
Active Posts:
63 (0.07 per day)
Joined:
20-October 10
Profile Views:
1,816
Last Active:
User is offline Sep 28 2012 10:28 AM
Currently:
Offline

Previous Fields

Country:
CU
OS Preference:
Linux
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0

Latest Visitors

Icon   acll19 has not set their status

Posts I've Made

  1. In Topic: Adding new options to multiple select elements

    Posted 28 Sep 2012

    this one works

    function fillUpSelects2(start, top, who) {
        var optionArray = new Array();
        for (var i = start; i <= top; i++) {
            optionArray.push(new Option(i, i));
        }
    
        var selects = jQuery("select.estanciaselect");
    
        selects.each(function(){
            if(jQuery(this).attr('id') != who){
                jQuery(this).html('');
                for (var j = 0; j < optionArray.length; j++) {
                    jQuery(this).append(jQuery('<option>').attr('value', optionArray[j].value).html(optionArray[j].text));
                }
            }
    
    }
    
    
  2. In Topic: Transforming an xml file issue

    Posted 1 Feb 2012

    I'm sorry I posted this so late, I was having some trouble with my internet.

    Anyway I got to fix the problem. I don't really know why it got fixed, I just created a StreamWriter and passed ti to the StreamResult constructor and it worked.

    Here's the fixed code.

    Thanks for your help.

    if (f.exists()) {
    	    StreamWriter sw = new StreamWriter();
                StreamResult result = new StreamResult(sw);
                DOMSource source = new DOMSource(doc);
                trans.transform(source, result);// here's where the Exception gets thrown
            } else {
                throw new Exception("The file doesn't exist");
            }
    
    
  3. In Topic: uploading an image with HttpWebRequest

    Posted 11 Jan 2012

    Thanks man you saved my day. I guess I gotta learn to search the net, laughing.
  4. In Topic: uploading an image with HttpWebRequest

    Posted 11 Jan 2012

    do I have to tell the request that I'm writing an image into it?
  5. In Topic: jasper reports and table component issue

    Posted 23 Dec 2011

    that would be a resource, but I´m telling you I´m finding really hard to find some information that could help me fix this problem. Thanks for the suggestion.

My Information

Member Title:
D.I.C Head
Age:
25 years old
Birthday:
May 12, 1988
Gender:
Interests:
I'm interested in software development
Full Name:
Armando Collazo Amable
Years Programming:
5
Programming Languages:
java PHP C#

Contact Information

E-mail:
Private
Facebook:
Facebook.com/acll19

Friends

Comments

Page 1 of 1
  1. Photo

    acll19 Icon

    01 Nov 2011 - 18:28
    I was away for a while.
  2. Photo

    no2pencil Icon

    04 Jul 2011 - 20:53
    Hey!
Page 1 of 1