Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 4
1
2
3
>
Last
»
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
[JQUERY] how do I parse text?
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
[JQUERY] how do I parse text?
Views:
3,756
Posted By
carlitos_way
[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
IE Error getting XML result
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
IE Error getting XML result
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
IE Error getting XML result
Views:
1,568
Posted By
carlitos_way
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
data island + browser help
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
jsessionid and xmlhttprequests
Views:
2,559
Posted By
carlitos_way
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
post vs get methods
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
external domain requests
Views:
974
Posted By
carlitos_way
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
unescape uri
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
ajax and octet-stream
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
unescape uri
Views:
1,784
Posted By
carlitos_way
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
dates in descending order
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
write parser for sending/receiving data
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
write parser for sending/receiving data
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
write parser for sending/receiving data
Views:
1,394
Posted By
carlitos_way
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
too many scrollbar in this page
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
too many scrollbar in this page
Views:
759
Posted By
carlitos_way
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
Javascript + Indesign
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
Javascript + Indesign
Views:
2,111
Posted By
carlitos_way
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
Text Styling Problem in Sliding Door Menu
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
bad positioning in ie, good in safari & FF
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
list-style and hr
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
Javascript Object List: display and sort- How to?
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
Javascript Object List: display and sort- How to?
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
Page 1 of 4
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:16 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.