Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 9th, 2006, 7:30 AM   #1
adonettos
Newbie
 
Join Date: Feb 2006
Posts: 4
Rep Power: 0 adonettos is on a distinguished road
VB online

Do you know any way I can use Visual Basic on-line? real-time? Something like Java applet or anything similar...
Thanks
adonettos is offline   Reply With Quote
Old Dec 9th, 2006, 8:32 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
What do you mean, "real-time"? The phrase has a distinct meaning in the programming world, and online doesn't qualify.

Random observations engendered by your post, in general: Leet speak is the art of disorganizing complexity. While it once had valid uses (anti-censorship), it is now almost invariably the sign of a prepubescent mind, regardless of calendar age. Just sayin'.

Incidentally, your stated goal of making your site fast to load is marginally achieved, at best. I get about 30 seconds, uncached.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Dec 10th, 2006, 11:50 AM   #3
adonettos
Newbie
 
Join Date: Feb 2006
Posts: 4
Rep Power: 0 adonettos is on a distinguished road
Thanks a lot for your comments.
Regarding to my webpage load time, it only takes about 5 seconds on my PC, with nothing cached..
Of course, the load time you refer to, must be on a 56kbps connection.. and I don't think there are many people out there still connecting with that speed.. anyway..

About the first post, what I mean is.. Can I take a program I created with Visual Basic, i.e. the basic Form, and use it on a webpage, where someone can enter i.e. his information and submit the date he/she enters on a database on the server?
If this is not possible, which is the SIMPLEST language in which I could do this?
I would also like to be able to create an encrypted registration form, that would be used to save usernames, passwords e.t.c. so that someone can log in and access protected data..
How can I do this?

Thank you in advance
adonettos is offline   Reply With Quote
Old Dec 10th, 2006, 12:02 PM   #4
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 416
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
ASP.NET is what you are looking for
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Dec 10th, 2006, 12:04 PM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I'm actually on high-speed cable, Time Warner in central New York, probably among the fastest "normal" commercial cable services.

As far as submitting forms from a web client (browser), that's what (X)HTML is for. I don't know if you're familiar with the client-server nature of the paradigm. If you want to send encrypted information you need secure interchange.

Registration processes are a dime a dozen (see any of lebenty-jillion forums, for instance). One uses server-side code to accomplish this and to accomplish interactions with the database. PHP and other languages are commonly used. ASP.NET is among them, but not the most widely portable. The whole thing is a 3-tier process: client, server, and database.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Dec 10th, 2006, 12:28 PM   #6
adonettos
Newbie
 
Join Date: Feb 2006
Posts: 4
Rep Power: 0 adonettos is on a distinguished road
Thanks a lot for your help! I'll get back to you if I ineed further assistance...
adonettos is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling Maverik 6.2 (from C) megamind5005 C 16 May 3rd, 2006 5:41 PM
How to get an email to fill out an online form? r2d246 C++ 2 Jan 16th, 2006 12:42 PM
Eternity Online Lucid Project Ideas 4 May 12th, 2005 9:54 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC