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

I want to sign up for a domain name. I know how to run a website-- make layout, code them, etc. I've had a couple very popular ones in the past. Now I want to dedicate myself to a new website and I want to sign up for a domain name. Does this cost money? If so, how does it all work? (making and coding pages, etc.) I usually use freewebs when starting up. Does it work the same way as that basically-- except with a .com/.net name? Please tell me everything I need to know.

Btw- what is the difference between the .com, .net names? I know the difference between like .tv or .biz but which one is the best to go with?

2007-08-16 04:01:57 · 5 answers · asked by Anonymous

I need a HTML code for comments box to be created . Also, I need the comments to be submitted to an email address.
This table should be:525px wide, Cell Pad: 0, Cell Space: 2, Align: Default . If you can not get the size any comment space box HTML code will due.

Thank you

2007-08-16 03:48:44 · 1 answers · asked by Key Key 2

Is there a new method of communication being developed.

2007-08-16 03:28:19 · 4 answers · asked by Ruby P 1

I am setting up a new blog, and have posted a few articles on various subjects. The only problem is that I am not sure that my links work between pages or if the links leading our of my site work.
I set up a program to help me keep track of my flow of traffic, but so far it doesn't seem to be working.

My site address is http://www.finance-your-life.com

Any help would be great, thanks!

Dave

2007-08-16 02:43:15 · 4 answers · asked by daveguy48 2

I am posting a slideshow and don't want it to just say the link, i want it to say click here, can't find quick tutorial online. how do I insert the link into the words click here?
Hope this makes sense.THANK-YOU!!!

2007-08-16 02:34:11 · 5 answers · asked by nomosno64 2

I've got a website using three frames (I know, it's archaic but I haven't had time to update it much). What I'm wondering is what the best practice is for loading the same .css file into each frame. I think that if I put the same css file on each of the three pages that's loading, it loads them as separate files. Is there a way to load it for all frames at once?

2007-08-16 02:32:43 · 4 answers · asked by Matthew L 1

ok so if ever i have the domain site already.. is it just a domain... or there's already a ready made layout for me?


ok so complicated..

i mean.. if i buy a domain name.. who will put up my desired content? will it be me to do all the job? or is there a wizard or ready made layout for me? i mean im still no good at web developing and web designing...

its for an offical school website by the way.. and im the computer club president.. but im no good at things like this.. x_x

im really a noob at this.. im sorry if i cant explain it much.. but if you have any idea what im talking bout.. pls give my stupid question a helpful answer..

thank you! x_x

2007-08-16 02:24:52 · 4 answers · asked by xjad10_blueskorpzzz91x 2

Hi, my Grade 8 son who loves everything to do with computers is being home schooled for one year before starting Grade 9. He has done several games programming 'camps' which were successful, and I thought that studying a proper programming language might be fun for him. I found some books in our local bookshop - "C++ made simple" which looked like he could handle them (he's a good reader). So my question is, would this be a good program for him to learn? If so, what book would you experts recommend? BTW, our computer runs WIndows Vista. Thanks a lot!

2007-08-16 02:22:47 · 20 answers · asked by clio 4

I am a web designer/coder, installer of servers.
I have been recently approached to set-up a server capable of sending 1,000,000 emails per hour, 24/7...
Good money, but I refused.
I intend to design an OPEN SOURCE program to be installed on SERVERS (with server's owner's consent).
- On detection of a spam passing through (and with "manual" control), the messages would be discarded and NOT forwarded.
- The name of the originating server (IP address) would be put to a DB list of "unwanted submissions". Any further mail from these servers would be discarded.
- The names of spam servers would be stored in DB, and communicated to all other servers affiliated.
- If possible, some sort of "search and destroy" program would search on these servers the DB of addresses and destroy it.
So, if your are a white hacker or a very good programmer, I would like to hear from you. Email me!

2007-08-16 00:58:10 · 3 answers · asked by just "JR" 7

our principal want me to build a website for our school... coz it'll celebrate its 75th yr anniversary.. atleast at this time we should have our own website right??

as the computer club president.. i am responsible for it.. but i dont have any idea where, how, and to whom we will purchase a domain.. please help me if you could..

im still a newbie to things like this.. coz i personally use only a free hosting sites for my website.. x_x

2007-08-16 00:57:09 · 4 answers · asked by xjad10_blueskorpzzz91x 2

I am currently working on a person's portrait and would like to add another image on that portrait (i.e. flowers in her hair, butterfly in her hands, etc). How would I be able to open another image, edit it, and put it on to the original image I am working on?

2007-08-16 00:46:59 · 4 answers · asked by Accalia 2

2007-08-15 17:36:24 · 2 answers · asked by Anonymous

can anyone tell me what is the option in stead of frames, i want to give navigation on the left side and links will open on the right hand side. so wat can i use instead of frames.. also i want to use div based pages only,, please answer ASAP.

2007-08-15 17:35:19 · 7 answers · asked by Ankush S 1

-
ReadFromFile.java
-
import java.io.*;
import java.sql.*;

public class ReadFromFile
{
public static void main (String [] args) throws IOException
{
BufferedReader fromFile = new BufferedReader(new FileReader("Guest.txt"));

int a = 2000;
String [] sex = new String [a];

for (int i = 0; i < 2; i ++)
{
sex[i] = fromFile.readLine();

System.out.println ("Customer Sex: " +sex[i]);
}
}
}

-
Guest.txt
-
MR Alex 30
MS Alice 20

-
Output
-
MR Alex 30
MS Alice 20

The above is the java file & txt file. It can read the file, but the output i want is:

-
expected output
-
Sex: Male
Name: Alex
Age: 30

Sex: Female
Name: Alice
Age: 20

If MR, MSTR will have sex = Male. If MRS, MDM, MS will have sex = Female.

Other than that, i also like to put the Male/Female into String sex, put the name into String name, and age into int age.

How i can do all of these?

2007-08-15 17:20:32 · 2 answers · asked by scottcky1985 3

2007-08-15 17:10:43 · 8 answers · asked by Anonymous

I've looked all day for tuts online, but couldn't quite find something that seems right. Please help me

I heard from a friend that in the "old days", you have to "define" each and every web page (i.e. font, colors...), but NOW there is an easier way if you use PHP and CSS. That sounds fantastic, but how do I do it? If you know of any good and easy to understand (noobie/beginner) tuts online, please do share. =)

I browsed through a lot of web sites/pages today and I noticed that some of the addresses end like this: http://www.name.com while some are like this: http://name.com...why is it like that? I also noticed that some addresses end like this: ...name.com/something, while some are like this ....name.com/something.html and some like this ...name.com/something.php. Again, why is it like that? Can you remove/hide the .html or .php part of a web address?

Sorry for asking all these embarrassing noob questions. Thanks.

2007-08-15 16:01:06 · 6 answers · asked by Jill 2

is it possible to create a JAVA application or code for my website that will display a different Synonym for a word everyday? A different synonym for the same word everyday.

2007-08-15 15:53:54 · 2 answers · asked by ihaveques 2

I am using MS Publisher to design a web-site and would like to place an image on the home page with fade-in-fade-out effect. I know that this can be done by gif animation. I have photoshop element but could only do flipping effect and not the aforementioned effect.

Are there any software which would allow me to do the above effect. If yes, I would like to try out first before I purchase them. Therefore would appreciate your help if you can advice one which would not leave watermarks on the image during the trial period.

Thanks in advance!

2007-08-15 15:50:51 · 3 answers · asked by Anonymous

Exception in thread "main" java.lang.NoClassDefFoundError: AddGuest (wrong name:
com/selectv/cxs/billing/AddGuest)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

> What does this error means & how to fix it?

2007-08-15 15:45:35 · 3 answers · asked by scottcky1985 3

I wrote a Java program using J creator and Easyinput, I have 2 .class files and 2 .java files. How do i launch it externally so i don't have to open J creator every time i want to run it?

2007-08-15 14:03:23 · 2 answers · asked by Digital Hazard 2

Hi,

Heres my query:

$query = "INSERT INTO tags (tag_id, tagger_id, location_name) VALUES ('$fn', '$ln', '$e')";

My problem is that it only works when tag_id, tagger_id, location_name are in the database as the first three columns, what am I doing wrong?

2007-08-15 12:24:14 · 3 answers · asked by jeff lemon 1

I am trying to make a easy batch file and have used the "choice" command to display 1,2,3,4,5 for the options. How do I proceed so that the corresponding keypress will execute the appropriate external following batch file that corresponds to the number pressed? I have tried to use the "IF" command and was only able to get "1" to work. All following keypresses executed the same batch as pressing "1". Kinda lost and new to the wonderful world of dos. Thanks for any help.

2007-08-15 12:23:17 · 0 answers · asked by C Y 1

I've asked this question before but got no answers so im gonna simplify the question. What is the best way to send a constant "1" signal through a serial cable with Liberty BASIC? All it needs to do is trigger a transistor to turn a motor on and off. I know, I should use C or something, but im fairly familiar with BASIC languages and the liberty site boasts good hardware interface. THANKS!

2007-08-15 11:28:26 · 4 answers · asked by Legs M 3

2007-08-15 08:37:55 · 5 answers · asked by mohammed y 2

ive seen other answers, but im 14, and they all involve paying, but i cant pay,

2007-08-15 08:37:50 · 5 answers · asked by Anonymous

I want to check if a variable is null. Apparently...

If var1 Is Not Null Then

is no longer supported.

2007-08-15 08:31:39 · 9 answers · asked by DrDebate 4

2007-08-15 08:26:47 · 5 answers · asked by dover1238 1

I know that posting as request.querystring is much easier, but unfortunately, for this project, I'm required to post it using PUT, not GET so that it can be read by a Request.Form statement in Classic ASP.

2007-08-15 05:55:56 · 2 answers · asked by Scotty Doesnt Know 7

fedest.com, questions and answers