Netcode 33 Veteran Poster

Working on a large database of health-workers around the country and a GUI in vb.net.

Netcode 33 Veteran Poster

hmmm! thats some logical reasoning

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Good rhymes and lyrics.....lets hope for best code combinations too
Welcome!

Netcode 33 Veteran Poster

We're glad you're here.
Warm welcome!

Netcode 33 Veteran Poster

Hello!

Netcode 33 Veteran Poster

Now, this is a loaded introduction
Welcome!

Netcode 33 Veteran Poster

You did well introducing yourself
Welcome!

Netcode 33 Veteran Poster

Thanks ;)
It just appeared!

Now you got it! Welcome again

Netcode 33 Veteran Poster

No resemblance to me, there's no need trying to get any similarity between Bill and Jordan. There's something close when you compare Abraham Lincoln with John kennedy
http://jepoy.info/2009/05/abraham-lincoln-and-john-f-kennedy-mysterious-similarities/

Netcode 33 Veteran Poster

although finding a free cms is a lengthy process as there are so many.

and the less standard ones are what you see first.....thats what makes the search even more lengthy

Netcode 33 Veteran Poster

@Narue, if that be the case, why have you decided to be a bad cop? You should be a good one.....lol:)

Netcode 33 Veteran Poster

Currently with the questions you have you don't have very many questions to send to the user and the way you choose the next question upon page refresh is a joke.

Mind you that when there are too many questions to be answered before a signup, it may force the innocent human to discontinue the registration process.

Netcode 33 Veteran Poster

i don't think photos are deleted. It remains with your account as long as the user exists. For more information on any site, you should read their terms and conditions because there may be variance.

Netcode 33 Veteran Poster

What exactly is it that you are thankful for? (Genuine question)

Being alive at least.

Happy Thanksgiving!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Much welcome!

Netcode 33 Veteran Poster

Welcome!

Netcode 33 Veteran Poster

Most animals are solid muscle, and so much badder than any human--that's why it sucks so bad to get attacked by anything, even a dog.

They must be feeding well, Australia is blessed with foods and wild life. Would like to visit some day at least to see some kangaroos. Never seen any my whole life

Netcode 33 Veteran Poster

Quite easy. They're fanciful watches, wish i could have one

Netcode 33 Veteran Poster

You sure will.
Welcome!

Netcode 33 Veteran Poster

See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that.
-Douglas Adams

Netcode 33 Veteran Poster

My friends say they can't find me on fb.

Let them try using your email address.

Why wasn't orkut successful? Sounds cool.

To a large extent, it was successful just that there are things/people who must succeed more than others. Come to think of it, if orkut were not successful, you wont even hear about it and you wont be mentioning it now.

Netcode 33 Veteran Poster

You are never too old to set another goal or dream a new dream.

Netcode 33 Veteran Poster
Have you tried blocking all IPs from russia David??

that wont be too good a decision. So many innocent ones would be affected.

RULES OF THUMB:
The most important of these rules is: don’t take it personally. Spammers don’t want to degrade your site. They simply want to get people to their sites and make a larger profit.

1. Don’t Ban Specific IP Addresses

Don’t bother banning IP addresses. Although this is the most logical thing to do, it rarely helps much. Most comment-spammers bounce requests off other computers and servers, so you’ll likely never be able to eradicate them from your site entirely.

2. Don’t Allow HTML

There is no reason for a user of your site to be able to write HTML or JavaScript. This should be obvious, but there are many Websites that allow users to use either, or both, of these languages.

If you feel the need to allow the user to include links, there are a number of ways by which you can code to accommodate that functionality, without making your site vulnerable to attack. The most common method is to inform the user that all URLs will be converted to links automatically, then convert any content that starts with http:// to a link.

3. Use Non-Descriptive Form Names

Good programming requires the use of descriptive names, but in avoiding comment spam, you should stay away from names that describe a form’s fields. Form element names …

Netcode 33 Veteran Poster

Nice!

Netcode 33 Veteran Poster

Take responsibility of your life because it will empower you to make changes.

Netcode 33 Veteran Poster

Data is not information, Information is not knowledge, Knowledge is not understanding, Understanding is not wisdom.

Cliff Stoll & Gary Schubert

Netcode 33 Veteran Poster

this is the general syntax for creating tables

CREATE TABLE
[ database_name . [ schema_name ] . | schema_name . ] table_name
( column_name <data_type> [ NULL | NOT NULL ] [ ,...n ] )

so using your code to create a sample table(even though i don't know what you want to call the table from your code so am using 'personel')

CREATE TABLE Personel
 (ID INT NOT NULL,
  Name VARCHAR(40) NOT NULL)
Netcode 33 Veteran Poster

you could work on speech recognition

Netcode 33 Veteran Poster

first, you have to consider if the control you would be using for image preview to know if it can accept your requirement. The PictureBox is the best for such purpose but am not sure it can accept more than one image at a time. Another way is if you can have multiple PictureBoxes and have them previewed before saving all into the database.

Netcode 33 Veteran Poster

maybe if you show some effort on what you have, it could be picked up and completed from there.

Netcode 33 Veteran Poster

i've really been noticing the number of newly joined members and the total number of members in the Daniweb community and am wondering, can we meet a million target by the end of this year? I would really like us to have a whole new range of digits from next year and if your answer is NO, what can be done to attract more members.....your sincere opinion is needed.
Thanks!

Netcode 33 Veteran Poster

computer science is more like an overall aspect of the IT world which is theroritical with no critical focus on a particular field. Software engineering is directed towards programming and software development which is a more decisive turn and less theoritical and boring courses(at least you get to see things done yourself and not just read them on paper).

Netcode 33 Veteran Poster

it really depends on your phone. I have a land-line and i can check all received, dialled and missed calls on it so i dont need to worry.

Netcode 33 Veteran Poster

What happened to Mosaic. Is the web still compatible with Mosaic?

Fifteen years after Mosaic's introduction, the most popular contemporary browsers, Internet Explorer, Mozilla Firefox and Google Chrome, retain many of the characteristics of the original Mosaic graphical user interface (GUI) and interactive experience so why would you want to struggle with a browser that may have reduced functionality compared to the recent web challenges?

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

Better for you. Was going to suggest uninstalling it and using the default windows copy. I've never really liked teracopy because i've not been convinced it has more speed(my opinion)

Netcode 33 Veteran Poster

At what point does it freeze?

Netcode 33 Veteran Poster

Another thing I like about Teamviewer is that you don't have to install it to use it

What i love most about it is that its free. Who does not like a frebie? ;)

Netcode 33 Veteran Poster

I don't see a graphics card ?

Your graphics card is not visible on the outer part of the computer. You would need to open up the laptop and make a replacement to see if it solves the problem.

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

welcome!