Board index » delphi » Web Development Question
PM
![]() Delphi Developer |
PM
![]() Delphi Developer |
Web Development Question2006-09-23 03:59:07 AM delphi77 Has anyone built any web application using Borland Development Studio 2006 professional? If so, did you use Delphi? Are there any good tutorials available? Thanks in advance. PM |
David Clegg
![]() Delphi Developer |
2006-09-23 04:22:27 AM
Re:Web Development Question
PM writes:
QuoteHas anyone built any web application using Borland Development Studio though, but many of the features used apply to Pro too). That being said, as part of this role I have created a couple of web services and other minor web apps. QuoteIf so, did you use Delphi? QuoteAre there any good -- Cheers, David Clegg XXXX@XXXXX.COM cc.borland.com/Author.aspx QualityCentral. The best way to bug Borland about bugs. qc.borland.com "Wait a minute... I am in no condition to drive... hmm... Hey, I'm drunk! I shouldn't listen to myself !" - Homer Simpson |
Chester and the water hose blues band
![]() Delphi Developer |
2006-09-23 04:49:50 AM
Re:Web Development QuestionQuoteHas anyone built any web application using Borland Development Studio |
Bob Swart
![]() Delphi Developer |
2006-09-23 04:58:20 AM
Re:Web Development Question
Hi PM,
QuoteHas anyone built any web application using Borland Development Studio been replaced by regular ASP.NET controls. As one public example, take a look at www.eBob42.com/courseware (currently offline since the web server is being rebooted) which is written in ASP.NET and Delphi 2006. The courseware details page is the one using DB Web controls, but all others are just normal ASP.NET controls that could have been made with BDS 2006 Professional (or Turbo Delphi for .NET). As for tutorials: the above application sells my courseware applications, including Delphi 2006 Advanced ASP.NET Web Development which describes this very application in detail (from scratch to deployment and extensions using AJAX). For some shorter (and free) articles using Delphi 2006 and ASP.NET, see www.drbob42.com/examines and look for the ASP.NET articles QuotePM -- Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi Blog: www.drbob42.com/blog - RSS: drbob42.com/weblog.xml New Delphi 2006 Courseware e-books at www.eBob42.com/courseware |
Danijel Tkalcec
![]() Delphi Developer |
2006-09-23 05:58:03 AM
Re:Web Development Question
"PM" writes:
Quote
RTC Forum was written in Delphi and compiles with BDS 2006 Pro: www.realthinclient.com/forum (can be compiled as a stand-alone Server, or as an ISAPI extension) Best Regards, Danijel Tkalcec, Team RTC www.realthinclient.com |
Phillip Woon
![]() Delphi Developer |
2006-09-23 07:35:15 AM
Re:Web Development Question
I wrote an Asp.NET application with Delphi 2005 and BDS 2006. I used
Pascal. I simply googled everything I didn't know. It just occurred to me that I didn't use any tutorials. Although I think when I was looking for a job in 2004, I read some ASP and C# books, which helped. I read, Mastering ASP.NET with C# - Sybex, etc. At the time, since I wasn't programming ASP.NET a lot of it didn't make sense. However, when you have a project that needs to get done with ASP, you tend to just jump right in and learn as you go along. I knew a little about ADO programming, but for DotNet it is a different, and that was one of the difficult aspect of ASP.NET: ADo.Net. But once you get that, you're almost there. The hardest thing to realize in web programming is the postback nature of web apps: it is all about posting pages to the clients, and submitting requests from the clients back to the server. One other thing that will help is a to learn Javascript. PM writes: Quote
|
Bob
![]() Delphi Developer |
2006-09-23 09:17:17 AM
Re:Web Development Question
PM writes:
Quote
dont know what is needed to get started. So how does one start in the world of web development as a complete newbie. Seems wierd being called a newbie after so many years of w32 development. Any pointers for someone walking in cold? Where to start? -- |
Kyle A. Miller
![]() Delphi Developer |
2006-09-23 09:56:24 AM
Re:Web Development Question
Bob writes:
QuoteSo how does one start in the world of web development as a complete I suggest you try 3 resources: 1) Delphi for .NET Developers Guide 2) delphi.about.com/od/aspnet/ 3) The Eco book. you will learn and do some asp.net. tinyurl.com/mrdg9 |
Nils Boedeker
![]() Delphi Developer |
2006-09-23 02:16:18 PM
Re:Web Development Question
Hi,
wie use delphi (ISAPI + IBX + Firebird) to develop our own web-CMS that drives more than 40 Webpages: Mainsite: www.ulmer.de cms.ulmer.de at the time wie don't use ASP / .NET in live application... but we like to use it in the future... with best regards Nils Bödeker Quote
|
Bob Swart
![]() Delphi Developer |
2006-09-23 02:46:27 PM
Re:Web Development Question
Hi Bob,
QuoteSo how does one start in the world of web development as a complete www.drbob42.com/examines/examin52.htm Borland Delphi 2005 and ASP.NET Enhancements bdn.borland.com/article/0,1410,33279,00.html Deployment of Borland Data Provider (BDP) Applications www.drbob42.com/examines/examin66.htm ECO and ASP.NET (Weblog) www.drbob42.com/examines/examin68.htm AJAX with ASP.NET and ECO www.drbob42.com/examines/examin78.htm Example applications written with Delphi for .NET and ASP.NET are: www.bobswart.nl/blog/ (ECO III Powered ASP.NET weblog) www.eBob42.com/courseware (courseware selling application) www.ukbug.co.uk/topics/Topics.aspx (UK DG Topics database) If you need more, then perhaps one of my ASP.NET PDF manuals could help... Groetjes, Bob Swart -- Bob Swart Training & Consultancy (eBob42.com) Forever Loyal to Delphi Blog: www.drbob42.com/blog - RSS: drbob42.com/weblog.xml New Delphi 2006 Courseware e-books at www.eBob42.com/courseware |
Pat Fleck
![]() Delphi Developer |
2006-09-24 12:32:03 AM
Re:Web Development Question
If it is a web application why not look at Intraweb bundled with
BDS2006. You will need the Architect version to deploy as a dll. I use it all the time professionally at work. -- |
cmss
![]() Delphi Developer |
2006-09-25 08:47:34 AM
Re:Web Development Question
Nils,
Thank you.. Do you have a tutorial on how you combined ISAPI + IBX + Firebird to create your site? Thanks, PM Nils Boedeker writes: QuoteHi, |
cmss
![]() Delphi Developer |
2006-09-25 08:51:04 AM
Re:Web Development Question
Bob,
Thank you for your assistance, I am looking at a few of the examples you provided. I am a newbie to Web development. All of my programming has been DB related over the past 10 years. Thanks, PM Bob Swart writes: QuoteHi Bob, |
Robin
![]() Delphi Developer |
2006-09-25 02:30:13 PM
Re:Web Development Question
PM writes:
QuoteHas anyone built any web application using Borland Development Studio QuoteIf so, did you use Delphi? QuoteAre there any good -- Robin. |