Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 13 of 13
Search took 0.09 seconds.
Search: Posts Made By: acomber
Forum: Java and JSP 04-20-2012, 04:38 PM
Replies: 1
Views: 594
Posted By acomber
Want to start developing dynamic web sites, is jsp usually available on ISP servers?

I am thinking that to develop dynamic web content, JSP is a good approach, but if I am to develop for small business customers, will their current hosting providers likely provide a Tomcat or other...
Forum: Computer Programming 04-04-2012, 11:55 PM
Replies: 2
Views: 559
Posted By acomber
The cin line should return as soon as you enter a...

The cin line should return as soon as you enter a number. Why don't you print out some diagnostic message after the cin line, eg cout << "you entered: " << n << endl; - to see what happens.

If...
Forum: Computer Programming 04-04-2012, 11:34 AM
Replies: 4
Views: 639
Posted By acomber
Functions???

Hi

I assume you are a fairly new programmer and that I have understood your questions correctly. If not apologies.

The easiest way to do what you want is to split up the functionality into...
Forum: Computer Programming 04-04-2012, 11:22 AM
Replies: 0
Views: 302
Posted By acomber
How to get this sample to link - what am I missing?

This is a simple singleton pattern but I when I run it I get a linker error which I cant seem to fix. anyone any suggestions.


#include <iostream>

using namespace std;

class yourapp
{
...
Forum: HTML & CSS 10-14-2011, 04:12 PM
Replies: 4
Views: 507
Posted By acomber
I am actually looking for naming recommendations

I know how to change the style names. What I am asking is how do you name a style? Are there any naming conventions which can be used?
Forum: HTML & CSS 10-14-2011, 04:05 PM
Replies: 4
Views: 507
Posted By acomber
css tag naming

Hi

I have inherited a web site created in Dreamweaver by someone who was learning html. The css styles are called style1, style2, etc. I want to rename them and was wondering if anyone has a...
Forum: JavaScript programming 08-13-2011, 09:39 AM
Replies: 4
Views: 317
Posted By acomber
In the end did it like this

Changed to allow optional second parameter


function dorequest(type, param2) {
try {
if(param2 == null)
...
Forum: JavaScript programming 08-12-2011, 06:39 PM
Replies: 4
Views: 793
Posted By acomber
Try posting your question in a Java forum.

Try posting your question in a Java forum.
Forum: JavaScript programming 08-12-2011, 06:36 PM
Replies: 4
Views: 317
Posted By acomber
And how to resolve my last issue with functions with two parameters

My code so far below. But the action2param is not so elegant. There are two types of functions - those with one parameter and those with two.

Not being so clued up on javascript, not sure how...
Forum: JavaScript programming 08-12-2011, 06:11 PM
Replies: 4
Views: 317
Posted By acomber
Thanks for code - Only thing I don't understand is

document.Telepop[type](document.telepopfrm.extension.value)

Telepop has a number of functions, with names. If javascript function is called like this:
action('Holdcall')

Then will...
Forum: JavaScript programming 08-12-2011, 04:18 PM
Replies: 4
Views: 317
Posted By acomber
How to remove this code duplication?

Hi

I have javascript which calls a load of Java applet functions, there are many of these, and the parameters are all the same. The only thing that changes is the name of the function to call.
...
Forum: JavaScript programming 07-03-2011, 09:48 PM
Replies: 2
Views: 300
Posted By acomber
Thanks for that. yes I see I was confused...

Thanks for that. yes I see I was confused between id and name. Fixed, great :)
Forum: JavaScript programming 07-03-2011, 01:29 PM
Replies: 2
Views: 300
Posted By acomber
Problem with function accessing a form element

Hello

I am fairly new to Javascript. I have a function which takes a string which consists of key value pairs and sets a form control based on key being the form element name and value being the...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT +1. The time now is 03:33 AM.