Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 97
Search took 0.72 seconds.
Search: Posts Made By: carlitos_way
Forum: JavaScript frameworks 01-08-2009, 10:47 AM
Replies: 2
Views: 3,756
Posted By carlitos_way
Hi rnd_me, you found the problem, I wasn't...

Hi rnd_me,

you found the problem, I wasn't able to find the way to use all the DOM capabilities because I was working on a string, and not on an object.

Thanks very much for your suggestion!
Forum: JavaScript frameworks 01-07-2009, 05:56 PM
Replies: 2
Views: 3,756
Posted By carlitos_way
Lightbulb [JQUERY] how do I parse text?

Hi All,

I just started using jquery and drupal together. It happens I have an article that is contained inside a textarea, in which I can have various html tags.
As an example see the code...
Forum: Ajax and Design 12-19-2008, 04:41 PM
Replies: 3
Views: 1,568
Posted By carlitos_way
my solution: I found that the XML was well formed...

my solution: I found that the XML was well formed but not valid, so maybe this was the problem with IE (I needed to put a Doctype to the xml)

anyway, I choosed to modify the servlet and receive...
Forum: Ajax and Design 12-16-2008, 11:04 AM
Replies: 3
Views: 1,568
Posted By carlitos_way
I made a few tests and noticed that sometimes it...

I made a few tests and noticed that sometimes it works, while other times it doesn't.

This is an example in which it does not work:

my js (in a function to try reading the response locally):...
Forum: Ajax and Design 12-15-2008, 11:55 AM
Replies: 3
Views: 1,568
Posted By carlitos_way
Exclamation IE Error getting XML result

Hi All,

I'm working on a web-app that, by using ajax, make a request to a server and receives an XML that is used to draw a table on the browser, containing all the result received.

The...
Forum: XML 11-07-2008, 11:19 AM
Replies: 3
Views: 1,366
Posted By carlitos_way
Hi capt_nemo777, I'm sorry but XML Data...

Hi capt_nemo777,

I'm sorry but XML Data Islands only works with Internet Explorer browsers!!!

check w3schools (http://www.w3schools.com/Xml/xml_dont.asp) for more info about it.

To do the...
Forum: Java and JSP 11-03-2008, 05:39 PM
Replies: 1
Views: 2,559
Posted By carlitos_way
Lightbulb jsessionid and xmlhttprequests

Hi All,

I'm working on a code that makes XMLHttpRequests to a servlet under tomcat, and have a problem with JSESSIONID.

when I go to the root page of the servlet, I see that the browser gets a...
Forum: Ajax and Design 10-25-2008, 01:47 AM
Replies: 6
Views: 2,366
Posted By carlitos_way
Primarily, you should divide the url from the...

Primarily, you should divide the url from the parameters:


url = "login.php";
parameters = "?game=game1";


Then you can use POST this way

req.open('POST', url, true);
Forum: Ajax and Design 10-22-2008, 05:12 PM
Replies: 1
Views: 974
Posted By carlitos_way
Lightbulb external domain requests

Hi all,

for test purposes I need to call a java servlet on another domain different from the one where my projects lies.

I remember that a lot of time ago I used for a similar application a...
Forum: Java and JSP 10-22-2008, 02:59 PM
Replies: 3
Views: 1,784
Posted By carlitos_way
Yes, in fact I used exactly that class. ...

Yes, in fact I used exactly that class.

Thanks,
CB
Forum: Ajax and Design 10-17-2008, 11:40 AM
Replies: 1
Views: 2,171
Posted By carlitos_way
ajax and octet-stream

Hi there,

do u know if I can use AJAX to send the parameters of a form with Content-type = "application/octet-stream"?

Thanks
CB
Forum: Java and JSP 10-15-2008, 05:57 PM
Replies: 3
Views: 1,784
Posted By carlitos_way
Lightbulb unescape uri

Hi all,

is there a way to unescape characters so that:

"martin%20luther" becomes "martin luther"

?

Thanks
CB
Forum: JavaScript programming 10-15-2008, 10:52 AM
Replies: 4
Views: 1,774
Posted By carlitos_way
can you explain yourself better? are these dates...

can you explain yourself better? are these dates in a form? Are they in a array?
Forum: DOM and JSON scripting 10-14-2008, 09:32 AM
Replies: 5
Views: 1,394
Posted By carlitos_way
Hi rnd_me, I noticed the byte overhead but I did...

Hi rnd_me, I noticed the byte overhead but I did a few tests before deciding what to use, and I noticed that when I was using only the encodeURIComponent function, I had a problem during the response...
Forum: DOM and JSON scripting 10-13-2008, 09:23 AM
Replies: 5
Views: 1,394
Posted By carlitos_way
Yes, it worked by using, in the requests ...

Yes, it worked by using, in the requests

encodeURIComponent(escape(str))

while in the responses

unescape(str)

Thanks!
CB
Forum: DOM and JSON scripting 10-10-2008, 12:01 PM
Replies: 5
Views: 1,394
Posted By carlitos_way
Lightbulb write parser for sending/receiving data

Hi All,

I have an issue in my web/dynamic program about the parsing of characters when sending them to the server.

I use AJAX to make a post request of the variables of the form.
As normal,...
Forum: HTML & CSS 05-26-2008, 02:06 PM
Replies: 3
Views: 759
Posted By carlitos_way
the validator says: Error Line 2, Column 2121:...

the validator says:
Error Line 2, Column 2121: document type does not allow element "script" here; assuming missing "body" start-tag.

…</head><script type="text/javascript">


that's because...
Forum: HTML & CSS 05-26-2008, 12:36 PM
Replies: 3
Views: 759
Posted By carlitos_way
Lightbulb too many scrollbar in this page

Hi all,

I'm working on the customization of a dynamic web gallery, but since I have never studied CSS, I'm facing a serious problem about scrollbars..

if you please could tell me what I'm...
Forum: JavaScript programming 09-20-2007, 11:06 AM
Replies: 4
Views: 2,111
Posted By carlitos_way
sure i know that, but i was asking a different...

sure i know that, but i was asking a different thing: how to handle communication without having a browser?
Forum: JavaScript programming 09-19-2007, 12:08 PM
Replies: 4
Views: 2,111
Posted By carlitos_way
Exclamation Javascript + Indesign

Hi all,
I'm programming on Indesign by using Javscript, JAVA, etc.. and need a suggestion about Javascript features:

I need to make a connection to a servlet.
Since in Indesign I don't have the...
Forum: HTML & CSS 09-11-2007, 07:59 AM
Replies: 3
Views: 754
Posted By carlitos_way
you must use this sintax: color:#293356;!

you must use this sintax: color:#293356;!
Forum: HTML & CSS 09-11-2007, 12:27 AM
Replies: 0
Views: 577
Posted By carlitos_way
bad positioning in ie, good in safari & FF

Hi guys,
I'm working on a site that at the end will be similar to this:
http://www.viniolindog.it/test/images/lastShot.jpg

everything was working.....
Forum: HTML & CSS 09-03-2007, 09:44 PM
Replies: 1
Views: 488
Posted By carlitos_way
list-style and hr

Hi men,
I have 2 problems with this website (http://www.viniolindog.it/test/):

1- attribute "list-style:none" does not works on the vertical menu on the left

2 - i need to put the two hr at...
Forum: DOM and JSON scripting 08-03-2007, 04:30 PM
Replies: 3
Views: 1,463
Posted By carlitos_way
now study the DOM.. and take a look at this old...

now study the DOM.. and take a look at this old post (http://codingforums.com/showthread.php?t=109801)
sorry if i'm too rude :)
Forum: DOM and JSON scripting 07-27-2007, 11:27 AM
Replies: 3
Views: 1,463
Posted By carlitos_way
read about JSON do it with DOM ...

read about JSON



do it with DOM



do it with DOM also
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT +1. The time now is 07:16 AM.