Binod Singh 0 Report post Posted January 27, 2005 I want to build my website which requires database support. What tools should I use and which one will be better for developing the website?Is HTML, Jscript, VBscript is enough or I have to learn any additional scripting? I know SQL, how can I implement these things altogether? I have seen that Xisto - Support mysql database support. I have installed windows version of mysql, will it do my job. Share this post Link to post Share on other sites
cse-icons 0 Report post Posted January 27, 2005 hi Binod,As far as I know, Html, javascript, vbscript are client-side scripting languages. u cannot access a database on server using these. To use a database u need some server-side scripting language like php,cgi-perl, jsp or servlets. u can use windows version of mysql along with some webserver like apache to test ur site locally. u need to user other servers depending on the scripting language that u choose like tomcat for jsp/servlets. Cheers. Share this post Link to post Share on other sites
mahesh2k 0 Report post Posted January 27, 2005 well as far as flsh goes check kirupa.com and flashforjava.commaybe i will find more for u Share this post Link to post Share on other sites
Tyssen 0 Report post Posted May 9, 2005 As far as I know, Html, javascript, vbscript are client-side scripting languages. u cannot access a database on server using these. To use a database u need some server-side scripting language like php,cgi-perl, jsp or servlets.Not quite true - VBScript is what is used to create scripts for ASP pages which are executed on the server. You still need SQL to be able to interact with the database, but if you have a Windows host and already know VBScript, there's no need to learn PHP etc, just start coding in ASP. Share this post Link to post Share on other sites
Keeper 0 Report post Posted May 9, 2005 If you want to build your website using ASP .NET technology you can try to download Beta version of Web Developer tools from Microsoft it's limited Visual Studio 2005 (whidbey) which oriented on website building check out this link: https://msdn.microsoft.com/en-us/aa336522 What do you get when you combine the "drag and drop" ease of Visual Basic development with the blinding speed of ASP.NET 2.0? Visual Web Developer Express will help you: * Build your first dynamic, data-driven Web site. * Create your own Personal Web Site, Club Site and more with pre-built customizable Starter Kits. * Get your Web application online with ease by signing up for a special Beta 2 Web hosting offer. It were quotes from their official page As for me when i tried it and created my website login system in one click i was shocked ! It's really great thingy Share this post Link to post Share on other sites
michaelper22 0 Report post Posted December 9, 2005 I'm not an expert but here's what I know: VBScript and Jscript are used in ASP. You technicallly can access a database client-side, but the database file (if Access database) must be on the users computer. You can develop for ASP.Net with: Visual Studio, Visual Web Developer Express Edition, or other tools. I don't know how to use a .Net application with MySQL, but I'm sure you can get a data provider somewhere. Share this post Link to post Share on other sites
zaqy 0 Report post Posted December 23, 2005 i would like to give some idea how to make a web. 1) try to make a small web in your pc before you upload to your web or making it in the web.2) if you want to make a web like php. you can find a lot of software like phptriad or other one. you can install in your pc and run it . after you run that software you can type http://localhost or http//127.0.0.1 in your web browser. you can learn one by one and you save your bandwith.I knew a friend he make his website using cpanel and web by online. he try one by one script like mambo,phpnuke,wordpress and so on. one time he open his web and he can't do anything because his bandwith limit is exceed. he must buy more bandwith to make his web online again. Share this post Link to post Share on other sites