acll19's Profile
Reputation: 3
Apprentice
- Group:
- Active Members
- Active Posts:
- 63 (0.07 per day)
- Joined:
- 20-October 10
- Profile Views:
- 1,816
- Last Active:
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
-
macosxnerd101 
07 Oct 2011 - 08:51 -
cfoley 
23 Sep 2011 - 03:00 -
brep 
19 Sep 2011 - 19:03 -
ShaneK 
07 Jul 2011 - 18:45 -
no2pencil 
04 Jul 2011 - 23:20 -
Codey09 
30 Jun 2011 - 02:40 -
pbl 
29 Jun 2011 - 20:02 -
arvindthakur 
29 Jun 2011 - 00:18 -
v0rtex 
29 Jun 2011 - 00:05
Posts I've Made
-
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)); } } } -
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"); } -
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. -
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? -
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
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
acll19
01 Nov 2011 - 18:28no2pencil
04 Jul 2011 - 20:53