991216.html | WebReference

991216.html

((((((((((((((((( WEBREFERENCE UPDATE NEWSLETTER ))))))))))))))))) December 16, 1999

_____________________________SPONSORS_____________________________

This newsletter sponsored by: HearMe.com, Verisign, Demicron and DestinationIT.com __________________________________________________________________

******************************************************************

Is your Web site stuck in the silent era? HearMe VoicePresence quickly and easily adds live voice to your Web site for FREE. By adding a few lines of HTML to a Web page, visitors to your site can participate in real-time voice and/or text chat. Got 30 seconds? Get HearMe VoicePresence from https://www.hearme.com/company/products/vp.

******************************************************************

Now with over 91400 subscribers!

https://www.webreference.com https://www.webreference.com/new/ https://www.webreference.com/new/submit.html New this week on WebReference.com and the Web:

1. FEATURED ARTICLE: 10 Reasons to Develop in ASP 2. NET NEWS: * Attention Discount Surfers * Security Flaw Discovered in Netscape Mail * Windows 2000: It's done - Finally * Intel announcing 750MHz, 800MHz PIIIs? * Sun Offers Linux Directly to Customers * Sun imposes Java Branding Royalty

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>Submit & Win!

Every Thursday the Update features a new article contributed by our readers through our Open Publishing Initiative. We encourage you to submit your own article ideas. Those that make the cut receive a free copy of Adobe GoLive 4.0 and a cool internet.com T-shirt!

https://www.webreference.com/new/submit.html

This week, writer Alan Mendelevich gives us a ten point introduction to ASP development.

>Subscribe & Win!

Can't write? Still want to win? Don't worry, you can! Sign up for the WebReference Update today and you could win a free copy of Dreamweaver/Fireworks Studio 3.0. Each week we'll draw new winners from our new subscribers - you could be next. Already a subscriber? Not a problem - just fill out the form, and you'll be automatically entered to win.

https://www.webreference.com/new/contest.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. FEATURED ARTICLE: 10 Reasons to Develop in ASP

Active Server Pages are a server-side scripting technology primary developed to work under IIS (Internet Information Server) on Windows NT Server (3rd party products exist enabling the use of ASP on other server platforms). ASP enables the server to deliver dynamic, database driven content to the client with minimal effort.

The goal of this article is not to move developers from other wonderful technologies to ASP, but to explain the advantages of Active Server Pages to Web designers, programmers and anyone interested in Web development. ASP is not my first server-side scripting technology. I was developing with Netscape Server-Side JavaScript, Borland IntraBuilder and Oracle Web Application Server before I moved to ASP. Now I'm an ASP developer, and I will try to explain why I think ASP is currently the best choice for general Web developer.

>Ease of Use

Active Server Pages are plain HTML pages with ASP code embedded into them enclosed in <% and %> tags. You just place ASP files into a directory on the server with scripting or execute permissions and your ASPs are ready to run. Whenever you need to change something you just edit the .asp files and that's it, your changes are applied.

>Language Independence

ASP is a scripting engine enabling you to develop in virtually any language of your choice. The two languages available by default are VBScript and JScript (Microsoft's version of JavaScript); however, modules for Perl, Python and other languages already exist and there are virtually no limits for support for other languages to be implemented. This enables the novice ASP developer to utilize his or her previous programming experience. If you have ever programmed in Visual Basic or VBA (the version of Visual Basic used in the MSOffice suite), you will have no problems starting with VBScript. If you're familiar with JavaScript, then JScript is your choice. Unix gurus will find that Perl can be used readily.

>Short Learning Curve

As you have seen, you may use your current expertise in some programming language or technology to jump into ASP in short time. Even if you know only HTML, it will not be difficult for you to learn how to insert ASP commands into your HTML files. Why, you ask? Just keep reading....

>Tons of Information

There are currently more than 150 sites listed in Open Directory's ASP category. This is more than for any other server-side development engine or language. Lots of online magazines will deliver new articles on ASP to your mailbox on a weekly or even daily basis. There's a lot of resources out there for ASP, folks.

>Huge Community

There are plenty of professional ASP developers ready to answer your questions in numerous ASP newsgroups and forums. For instance, on the day I write this article, there are more than 50 new threads in the microsoft.public.inetserver.asp.general newsgroup alone.

******************************************************************

Running a server farm? If you're managing multiple servers in your organization, securing all of them can quickly become complicated. But now, you can learn how to simplify security administration through a single point of management - with a valuable new guide from VeriSign.

Request the FREE Guide "Securing Intranet and Extranet Servers" at: https://www.verisign.com/cgi-bin/go.cgi?a=n016101950150000

******************************************************************

>Low Cost of Ownership

This mainly applies to site owner, not directly to the developer. Nowadays it's easier to find an NT administrator and ASP developer than a UNIX guru. You may think that for you as a developer, this isn't a compelling reason to use ASP. However, low cost and abundance of support is just one more reason you can give to your employer/customer as to why they should do business with you. You can explain that they won't get left high and dry if one day you decide to part company, so while you're with them they will feel safe and satisfied.

>Extensibility

There are virtually no limits to what can be done with ASP thanks to unlimited extensibility provided via COM components. This approach, in my opinion, is a key success factor of ASP. For example, there's no way to send email using standard ASP functions but there are lots of components (both free and commercial) enabling you to do this, as well as chosing the methods and features you want implemented. Recent introduction of Java Server Pages - an ASP style scripting language developed to work in conjunction with server-side Java, shows that the approach is recognized as powerful by one of the biggest Microsoft competitors, Sun Microsystems.

>Hosting

Hosting companies widely support ASP. A search on HostIndex (https://www.hostindex.com/) returned 889 matches for hosting companies supporting ASP with hosting prices starting below $10. This is quite enough to find the host that meets all your needs for a reasonable price and you will be able to switch hosting companies easily if your current doesn't satisfy you.

>Tools

Microsoft has two tools supporting ASP: their most popular WYSIWYG editor - FrontPage (though I would not personally recommend it for ASP editing) and Visual InterDev. Other vendors have also implemented ASP support into their products, including the popular HTML coding package HomeSite from Allaire (https://www.allaire.com). There's also scheduled support for ASP in upcoming versions of other widely-used code based editors, such as HotDog Pro from Sausage Software (https://www.sausage.com/).

>You Can Get a Good Job

A search for ASP on high tech job search engine dice.com (https://www.dice.com) returned more than 10000 matches with average salary around $70K. I think it will be hard for you to chose the best from such a quantity, but very simple to find good one.

There are of course more reasons to develop in ASP, but I hope these ten were enough to convince you that developing in ASP can make your life happier and get you to the next level of your career.

For additional information on ASP, take a look at:

* The ABC's of Active Server Pages https://msdn.microsoft.com/workshop/server/asp/ASPover.asp

* ASP Overview: https://www.wdvl.com/Software/Tools/ASP.html

* General ASP resource sites: https://www.aspwatch.com/ https://www.asptoday.com/

About the author:

Alan Mendelevich is Bachelor of Computer Science and Microsoft Certified Professional in the fields of IIS and MS SQL Server. He lives in Lithuania, and currently spends most of his time working on ArticleCentral.com - The Content Directory for Web Professionals (https://www.articlecentral.com/). He is also Webmaster at MEGOPhotos (https://www.megopolis.com/photos/). In his free time, he enjoys playing with his little daughter Daniela.

******************************************************************

Professional Web Design in No Time with New Java (TM) Tool! WireFusion (TM) is a new Java tool for creating advanced, interactive Java Applets quickly and easily without knowing a single line of the Java language. By using the visual drag-and-drop technique the user can create graphical design effects in No Time! Try out the SHAREWARE: https://www.demicron.com/wirefusion/002.html

******************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2. NET NEWS: Attention Discount Surfers, Security Flaw Discovered in Netscape Mail, Windows 2000: It's Done - Finally, Intel Announcing 750MHz, 800MHz PIIIs?, Sun Offers Linux Directly to Customers, Sun Imposes Java Branding Royalty

>Attention Discount Surfers

A slew of alliances between major Web players and retailers began to take shape this week as Yahoo!, America Online and Microsoft struck deals with U.S. retail chains, Kmart, Wal-Mart, Best Buy and Circuit City. Both the Yahoo/Kmart and AOL/Wal-Mart alliances are focused on creating co-branded ISP services, while the AOL/Circuit City and Microsoft/Best Buy pacts are driven by cooperative advertising and marketing. https://www.internetnews.com/isp-news/article/0,1087,8_260971,00.html https://dailynews.yahoo.com/h/nm/19991216/wr/kmart_internet_4.html https://news.cnet.com/news/0-1007-200-1498191.html InternetNews.com, Yahoo.com, CNET.com, 991216

>Security Flaw Discovered in Netscape Mail

Reliable Software Technologies reports a flaw in the popular Netscape Mail utility that may compromise users' passwords. The software company said it discovered a way to decipher encrypted passwords by duplicating the algorithm used to scramble them. In some versions of Netscape, the company said that the scrambled passwords can even be retrieved remotely using JavaScript. https://www.internetnews.com/prod-news/article/0,1087,9_260091,00.html InternetNews.com, 991215

>Windows 2000: It's Done - Finally

Over a year late, Microsoft's long-awaited OS will be released to manufacturing today. The Feb. 17 launch date is still on. Microsoft Corp. said Wednesday it finished work on its long-awaited Windows 2000 operating system, wrapping up a long and painful development project that also represents Microsoft's best hope of dominating Internet computing. https://www.zdnet.com/zdnn/stories/news/0,4586,2409534,00.html ZDNet.com, 991215

>Intel Announcing 750MHz, 800MHz PIIIs?

Intel Corp. could unwrap a surprise holiday present for computer users as early as Monday with the announcement of a 750MHz Pentium III and perhaps even an 800MHz version. The moves would mark an acceleration in Intel's Pentium III rollout schedule, a nod to increasing pressure from rival chip maker AMD. https://dailynews.yahoo.com/h/zd/19991215/tc/19991215071.html Yahoo.com, 991215

>Sun Offers Linux Directly to Customers

Sun has upped the ante in its fledgling Linux support by directly offering the operating system to customers. The move marks a slight warming in Sun's attitude toward Linux. Sun has credited Linux with helping to undermine Microsoft's dominance, but it hasn't been offering Linux-certified systems the way several other competitors have. https://news.cnet.com/news/0-1003-200-1496946.html CNET.com, 991215

>Sun Imposes Java Branding Royalty

Amid much grumbling by developers, Sun has started charging Java vendors a "branding" fee for labeling their products with the latest advance in Java, known as Java 2 Enterprise Edition. https://www.zdnet.com/zdnn/stories/news/0,4586,2407961,00.html ZDNet, 991213

That's it for this week, see you next time.

Andrew King Managing Editor, WebReference.com [email protected]

Eric Cook Assistant Editor, WebReference.com [email protected]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Webref wants you. Yes, you! You too could be in this space, sharing your thoughts with the rest of the WebReference readership. Just submit your article idea at: https://www.webreference.com/new/submit.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sponsoring the WebReference Update is a cost effective way to reach thousands of qualified buyers. E-mail [email protected] to find out how. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Also on Internet.com .... https://www.Internet.com

Internet News Channel https://www.internet.com/sections/news.html Internet Stocks Channel https://www.internet.com/sections/stocks.html Internet Technology Channel https://www.internet.com/sections/it.html Web Developer Channel https://www.internet.com/sections/webdev.html ISP Resources Channel https://www.internet.com/sections/isp.html Internet Marketing Channel https://www.internet.com/sections/marketing.html Download Channel https://www.internet.com/sections/downloads.html Internet Resources Channel https://www.internet.com/sections/resources.html International Channel https://www.internet.com/sections/international.html

************************CLASSIFIED********************************

NEW Web site launch looking for an ENERGETIC self-motivated Web designer/developer. 2+ years experience in web design w/ strong Illustrator, Photoshop, and HTML skills required. WANTED ASAP, contact [email protected] today.

******************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To SUBSCRIBE to the WEBREFERENCE-UPDATE: 1. [email protected] or [email protected]

To UN-SUBSCRIBE from WEBREFERENCE-UPDATE do NOT reply to this message, instead: 1. [email protected] or [email protected]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Copyright (c) 1999-2000 Jupitermedia Corp. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WEBREFERENCE-UPDATE is powered by Lyris(R) https://www.lyris.com/