English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - August 2007

[Selected]: All categories Computers & Internet Programming & Design

Hi, my friends and I have set up a website, and we want to add a forum to it, by linking to it from the current website.

I am hoping someone can advise me of a good site for free forum hosting?

I tried freewebs forums, but they are available to any freewebs user and we don't want that. I tried eamped, but it doesn't allow the backing up of the forum, and we also noticed there was a guest (not registered user) who somehow had access to every area of the forum, including private messsages! So I have issues with the security there.

I'd be extremely grateful if anyone can recommend a good site for me! Also, if you have had experience of different forum hosting sites, please tell me about it!

Thank you!

(btw we want to take the free route to see how the site performs)

2007-08-06 22:56:35 · 6 answers · asked by Anonymous

when date, month, and year are stored seprately in in integer variable then how to calculate no of days betwen these?
e.g. no of days between 12/12/2004 and 1/2/2007 using java programing

2007-08-06 19:44:24 · 6 answers · asked by mscuttypie 1

hey everyone i have created this web site with a template as a background...
http://www.ccwdsupport.com/client_projects/johnanderson2/index_new2.html

When i make the text LARGER in my browser it becomes all distorted, how do i make the table stay a certain width and not expand at all NO matter what? I have set the table to 695 pixels but still expands when i make text larger.. need this fix so any advice you have please send it over

2007-08-06 18:49:56 · 3 answers · asked by Pure Genius 3

does anyone know a program that accepts movie clip files from actual movies like Cars? so that i can take them and put them together and make something like a movie of my own? if that doesn't make sense, please say so. i want the best answer i can get pleeeeeeeeeeeaaaaaaasssssse. im desperate!!!

2007-08-06 18:46:21 · 6 answers · asked by blue-a-touille 2

I have a Header file, a implementation file with all the functions, and a main file. when I compile the implementation file, its fine. But when I compile the main file, it says ONE of my functions undeclared (first use of this function).

It doesn't happen for any of my other functions...why this one? Heres the situation:

Lets say my header file has a Class Poo, that has all its own functions. as a public member function we have
void read (Poo [], int);

Then in the implementation file we have:
void Poo::read(Poo array[],int size)
{
//code
}

Then in the main file, it includes "Poo.h"
and it calls the function by saying
Poo array[num];
read(array, num);
why is it saying 'read' undeclared (first use this function)?

2007-08-06 18:36:04 · 4 answers · asked by Anonymous

people please tell me where I can download something like these after effects program for free ? or how much does it take to purchase it ? its the effects in this video here :

http://youtube.com/watch?v=LCdLt3BaA70

2007-08-06 18:25:20 · 2 answers · asked by Anonymous

2007-08-06 17:58:33 · 2 answers · asked by Peggy M 1

I am very new to the whole programming game. I bought a book not to long ago called "C++ Without Fear", but I am having a hard time reading what this guy writes half the time.

I have also been to "Teach Yourself C++ in 21 Days" but again, this website assumes too much knowledge in programming in my opinion.

Is there a *FREE* website that offers a tutorial to fluently (or at least close to that) learn c++?

2007-08-06 15:09:27 · 8 answers · asked by eevilcheese 4

i need some help im 14 and have very little income(if u could even call it that). i need some help picking out the tools i will need 2 use 2 program games with c++ and where 2 get it. i need to know wat kind of ide, compiler, library's, graphics things(not sure wat their called), font tools, audio, and anything else i might need(if u can suggest stuff that is free or cheap). i need 2 know wat they r used 4 also...
as u can tell i need alot of help

2007-08-06 14:09:12 · 2 answers · asked by midge 2

I started on html and now I'm hooked. :p
What's the best way to start learning how to program?
and where do I take it after that?
thanks :)

2007-08-06 13:56:22 · 5 answers · asked by Dr. C∂ƒƒee £ips :} 4

Whenever I go to a webpage, even when checking my email, if there is an advertisement to be loaded it will say, "Waiting for ad.doubleclick.net" at the bottom until the entire page is loaded at which point it will say, "Done." What is this? Is it a website where companies post advertisement to loaded onto a webpage by engineers? Does it have viruses? Any information would be helpful.

2007-08-06 13:49:37 · 6 answers · asked by DJC 5

HI there i have made a websote advertising forum and now have just opend it up currently having no members gives me a time to make adjustments before i start getting a load of them. Please could you visit my forum and tell me what you think
www.advertisemywebsite.tk
P.s You can sign up if you want to ;)

2007-08-06 12:56:05 · 3 answers · asked by a7jdw 1

Why is that when I copy and paste the source (html codes) of a site (in this case, tsn.ca), save it as a file, and then open it in my web browser, it doesn't turn out right. Its just a white page that has none of the pictures on, the text isn't there, and its the wrong color. The only thing that comes up is all the links that were on that page.

2007-08-06 12:15:55 · 5 answers · asked by dustin m 1

I'm trying to make a form on a Java Applet, however I'm finding it very difficult to get the text labels and corresponding textboxes to align themselves one per line. GridLayout is what I need to use (I think) but when I use that, it adjusts my textbox components to fill the entire region of their alloted Grid cell -- not what I want. There must be an easy way to make a simple form on an Applet? Any help appreciated.

2007-08-06 11:42:38 · 1 answers · asked by Tigian 1

Hi,

Im trying to make an if statement that will set a string depending on the value of another string, I have this so far but it doesnt appear to work...

if($titleflag) == 1) {
$checked = " checked";
}
else {
$checked = "not checked";
}

2007-08-06 10:44:04 · 5 answers · asked by jeff lemon 1

I am passing this via POST:

SELECT * FROM tbltesting WHERE (upper(title) LIKE '%2006%') OR (upper(category) LIKE '%2006%')

But when I echo it after being passed, it looks like this:

query: SELECT * FROM tbltesting WHERE (upper(title) LIKE \'%2006%\') OR (upper(category) LIKE \'%2006%\')

Obviously this doesn't work because of the extra slashed. How do I prevent this from happening?

2007-08-06 09:09:49 · 6 answers · asked by brisbane15 2

2007-08-06 09:00:53 · 1 answers · asked by LadyJ 2

I can't figure out how to get the text to write sideways (if that makes sense). I am using Word

2007-08-06 07:25:27 · 1 answers · asked by slw 2

I would like to learn how to create websites its well appreciated for your help

2007-08-06 07:03:22 · 3 answers · asked by BJ 2

its within a folder on my computer like in the my computer folder i cant move the address bar around and some one told me to unlock the menu bar but they dont know how and neither do i please help.

2007-08-06 06:34:17 · 1 answers · asked by Anonymous

2007-08-06 05:57:48 · 3 answers · asked by Anonymous

How can I make this standard from button be replaced by an image (e.g. btn.jpg)



Thanks

2007-08-06 05:54:14 · 3 answers · asked by jeff lemon 1

have edited a flash template and when I try it out it works great but when I try to insert it into dreamweaver it doesn't work? The background is there but there are no pics or anything. I have all the files in a folder on my desktop, the photo's, the movie file , an xml document, an html document. Where does each file need to go and do they all have to go into my website?
I could email someone with sceenshots to explain what I am trying to do if that helps.
Any help would be appreciated.

2007-08-06 05:40:05 · 3 answers · asked by deelightuk2004 3

I created and saved a page usiing Microsoft Publisher

I tried Browse Upload and overwrite the page to Web Shell

I do not see any preview button

Do I have to use the Angelfire Template

2007-08-06 04:59:34 · 1 answers · asked by toms r 1

2007-08-06 04:49:56 · 3 answers · asked by Jonaskizal 2

I want to learn and I'm using an online tutorial, but ppl keep telling me that computer programming is a waste of time. I don't think so, but there are more against it than for it that i know.
thanks :)

2007-08-06 04:39:49 · 7 answers · asked by Dr. C∂ƒƒee £ips :} 4

I want to actually learn how to do it. :p crazy, huh?

2007-08-06 04:35:17 · 2 answers · asked by Dr. C∂ƒƒee £ips :} 4

2007-08-06 03:41:57 · 1 answers · asked by nuzykhan 1

I need to write a permutation algorithm in ABAP language. For a given set of letters, I need to determine the unique permutations as follows:

Example set includes [A, B, C, D]

Unique permutaions include: A, B, C, D, AB, AC, AD, BC, BD, CD, ABC, ACD, BCD, ABCD.

Note: AB = BA.

2007-08-06 03:15:15 · 1 answers · asked by Dieselnc 1

fedest.com, questions and answers