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
Showing results 1 to 23 of 23
Search took
0.37
seconds.
Search:
Posts Made By:
NKeuxmuis
Forum:
ASP.NET
05-04-2011, 02:10 AM
Replies:
0
Can anyone help me understand this code?
Views:
635
Posted By
NKeuxmuis
Can anyone help me understand this code?
Can anyone help me understand how the following bit of code is working. Basically this code gets an age range from two input boxes on a form. It then selects clients from an XML file whose age is...
Forum:
ASP.NET
04-28-2011, 05:44 PM
Replies:
1
How does my version of Visual Studio look like this?
Views:
1,157
Posted By
NKeuxmuis
How does my version of Visual Studio look like this?
Why does my Visual Studio version look nothing like this picture?
http://upload.wikimedia.org/wikipedia/en/b/bc/VisualStudio2010.png
My version does not have a toolbox on the left hand side or...
Forum:
ASP.NET
04-25-2011, 11:17 PM
Replies:
0
Can anyone explain what this small piece of code does?
Views:
646
Posted By
NKeuxmuis
Can anyone explain what this small piece of code does?
Can anyone explain what is happening in the following code? I want to understand it fully so would like somebody to explain. I especially don't understand the "From client In xmlDS...<client>". I...
Forum:
ASP.NET
04-24-2011, 12:57 AM
Replies:
3
In VB.net how do I concatenate the varied value of 3 tags all with the same name?
Views:
2,731
Posted By
NKeuxmuis
In VB.net how do I concatenate the varied value of 3 tags all with the same name?
How do I concatenate all of the interests from the following XML file into one variable using vb.net 4.
<xml>
<client>
<name>Paul Davis</name>
...
Forum:
ASP
04-24-2011, 12:53 AM
Replies:
2
In VB.net how do I concatenate the varied value of 3 tags all with the same name?
Views:
1,648
Posted By
NKeuxmuis
In VB.net how do I concatenate the varied value of 3 tags all with the same name?
How do I concatenate all of the interests from the following XML file into one variable using vb.net 4.
<xml>
<client>
<name>Paul Davis</name>
...
Forum:
JavaScript programming
04-21-2011, 07:11 PM
Replies:
2
Creating links in Javascript
Views:
826
Posted By
NKeuxmuis
Creating links in Javascript
Below is a javascript function from my website that loops through nodes in an XML file retrieving certain information about those who joined in the current month/year. The part in red creates a link...
Forum:
JavaScript programming
04-17-2011, 05:22 PM
Replies:
5
Why is this function not working in Internet Explorer?
Views:
1,319
Posted By
NKeuxmuis
I think it might be this part that isn't working,...
I think it might be this part that isn't working, does anyone know why?
if(curr_month==month && curr_year==year){
document.getElementById("member").appendChild(newa);}
Forum:
JavaScript programming
04-17-2011, 05:03 PM
Replies:
5
Why is this function not working in Internet Explorer?
Views:
1,319
Posted By
NKeuxmuis
Also I have only pasted the relevant function...
Also I have only pasted the relevant function above so there is code missing. The entire code would be confusing as the problem lies within the date parts of this function
Forum:
JavaScript programming
04-17-2011, 05:02 PM
Replies:
5
Why is this function not working in Internet Explorer?
Views:
1,319
Posted By
NKeuxmuis
Hi, Sorry the code works in all browsers...
Hi,
Sorry the code works in all browsers except IE. X is the length of an XML file but the problem is not related to that. I have just figured out that it is to do with the date aspect of the...
Forum:
JavaScript programming
04-17-2011, 04:42 PM
Replies:
5
Why is this function not working in Internet Explorer?
Views:
1,319
Posted By
NKeuxmuis
Why is this function not working in Internet Explorer?
I have the following Javascript function that just refuses to work in Internet Explorer (since IE is absolute .......). Can anybody tell me why this wouldn't be working in IE and what I need to do to...
Forum:
JavaScript programming
04-16-2011, 01:57 AM
Replies:
0
How can I swap the order of these two sections?
Views:
386
Posted By
NKeuxmuis
How can I swap the order of these two sections?
In the following code I display two buttons in the randommember div. I then append the randommember div with contents of the rana variable. This variable stores information related to a featured...
Forum:
JavaScript programming
04-13-2011, 05:21 PM
Replies:
1
How do I get these 2 functions to load at the same time?
Views:
683
Posted By
NKeuxmuis
How do I get these 2 functions to load at the same time?
Hi,
I am new to Javascript so please be gentle. In the following code how would I get the displaymember() and stats() functions to load at the same time? If I have to combine them into the same...
Forum:
JavaScript programming
04-13-2011, 05:01 PM
Replies:
7
How do you calculate percentages in Javascript?
Views:
7,953
Posted By
NKeuxmuis
Thanks Bullant that worked perfectly, you are a...
Thanks Bullant that worked perfectly, you are a lifesaver. I'm completely new to Javascript and this helped me accomplish what I was trying to achieve
Forum:
JavaScript programming
04-13-2011, 02:01 AM
Replies:
7
How do you calculate percentages in Javascript?
Views:
7,953
Posted By
NKeuxmuis
Thanks for your reply, I did cut out some code...
Thanks for your reply, I did cut out some code because I thought it was irrelevant and would be confusing for those who didn't write it. Here is the full code which basically uses Javascript to open...
Forum:
JavaScript programming
04-13-2011, 12:04 AM
Replies:
7
How do you calculate percentages in Javascript?
Views:
7,953
Posted By
NKeuxmuis
Hi, thanks for the reply I tried what you...
Hi, thanks for the reply
I tried what you said but I am still none the wiser on why I am getting this error. That code you told me just said the values were 3 and 8 which I already knew they would...
Forum:
JavaScript programming
04-12-2011, 10:31 PM
Replies:
7
How do you calculate percentages in Javascript?
Views:
7,953
Posted By
NKeuxmuis
How do you calculate percentages in Javascript?
Can anyone help me with the following Javascript. I am going crazy trying to figure this out because it should be easy. Basically I want to calculate the percentage of a number, but I'm getting a...
Forum:
ASP
04-06-2011, 11:10 PM
Replies:
0
How do I declare XDocument
Views:
1,330
Posted By
NKeuxmuis
How do I declare XDocument
I have a website which is not working because of the following line of code Dim xmlDS = XDocument.Load(Server.MapPath("~/dating_database.xml"))
The compiler basically says I need to declare...
Forum:
JavaScript programming
03-23-2011, 03:42 PM
Replies:
2
How do I replace instead of append the contents of this div?
Views:
878
Posted By
NKeuxmuis
How do I replace instead of append the contents of this div?
I have the following code in a website which is the W3C method of loading XML/XSL via Javascript. The code works perfectly except as you can see from the last line of code it appends the fixed div....
Forum:
HTML & CSS
03-22-2011, 11:08 PM
Replies:
5
W3C rejects my <br /> tags
Views:
1,153
Posted By
NKeuxmuis
W3C rejects my <br /> tags
I have some Javascript in the header section of my HTML page. Within this javascript are some <br /> tags which the W3C validator rejects since as they are within the javascript code, they too are...
Forum:
JavaScript programming
03-22-2011, 11:02 PM
Replies:
1
How do I move to a new line in Javascript
Views:
969
Posted By
NKeuxmuis
How do I move to a new line in Javascript
How do I change the <br /> tags in the follow code to javascript code that performs the same function. I need new lines where you see the <br /> tags and I can't use <br /> since my javascript is...
Forum:
JavaScript programming
02-26-2011, 12:14 PM
Replies:
2
InnerHTML won't work what am I doing wrong
Views:
858
Posted By
NKeuxmuis
InnerHTML won't work what am I doing wrong
I have some code that is basically loading an XSL stylesheet into a div. How do I change the appendChild(resultDocument) part so that it doesn't append. I just want the contents of the div to be...
Forum:
JavaScript programming
02-26-2011, 11:25 AM
Replies:
9
An easy question from a JavaScript beginner. How to add variable to itself?
Views:
2,623
Posted By
NKeuxmuis
Yes xelawho the innerHTML part is outside of the...
Yes xelawho the innerHTML part is outside of the loop and txt stores all of those strings/variables concatenated together. The problem was that it was just overwriting but I used appendchild as...
Forum:
JavaScript programming
02-25-2011, 04:22 PM
Replies:
9
An easy question from a JavaScript beginner. How to add variable to itself?
Views:
2,623
Posted By
NKeuxmuis
An easy question from a JavaScript beginner. How to add variable to itself?
Help me anyone I am completely stuck. If you do this I shall build a shrine in your honour.
In the following code the 'for' loop gets data from the relevant tags of an XML file, then puts them...
Showing results 1 to 23 of 23
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
06:26 PM
.
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.