深爱那片海 发表于 2015-1-16 23:22:33

ASP网站制作之静态告白办理程序制造例子

优点:简单易学、开发速度快、有很多年“历史”,能找到非常多别人做好的程序来用、配合activeX功能强大,很多php做不到的asp+activeX能做到,例如银行安全控件程序|静态|告白ByWayneBerry
ThisIssue
Manysitesthatarecontentspecificdependonbanneradvertisementforrevenue.Suchisthecasefor15
Seconds.Abannerisdisplayedatthetopofthepageforeverypageviewed.Clientsusuallybuyaset
numberofbannerimpressionsandtheseimpressionsarerotatedamongstalltheclientsoveraperiodof
time.Inordertodothistheremustbeadynamicqualitytothebanners.Inotherwords,thebannerto
displayisnotdetermineduntilthatpageisrequested.
WithanActiveServerpagethisisaneasytask.ActiveServerPagesaredynamicandtherearemany
componentsthathandlethetaskofbannerrotation.AsimpleonecomesfreewiththeInternetInformation
Server,andmorecomplicatedrotationschedulescanbedonewithSiteServerandotherthirdparty
components.ThisarticleisnotabouthowtoimplementthesecomponentswithinyourActiveServerpages,
sincethisisafairlyeasytask.

Thisarticlewilldescribehowtoimplementabannerrotationscenariowherethepagesservedarestatic,
i.e..htm,anddonothavetheflexibilitytocallcomponents.Thetaskistodynamicallyservebanners
andstaticallyservepages.Thisistheoppositeofthescenarioforbannerrotationcomponents,which
staticallyservebannersanddynamicallyservepages.

OneTrick
Thereisonlyonetrickhereandonceyouknowittherestisprettystraightforward.InternetExplorer
andNetscapeallowyoutorefertoanActiveServerPagewithinanimagetag.Example1demonstratesthe
HTMLtobeinsertedinthestaticpage.
Example1:HTMLBannerReference



<IMGSRC="http://www.myserver.com/ServeBanner.asp">


OnceyouhavereferredtoadynamicActiveServerpagewiththestaticpage,youneedtobuildanActive
Serverpagetoreturnanimage,inthiscaseabanner.Example2showsthecodetouseforservebanner.asp
whichiscalledinExample1.

Example2:ServeBanner.aspSource



<%
Response.Redirect("http://www.myserver.com/banner.gif")
%>


Thesetwopagescombinedwillallowyoutodisplaytotheuserabannerasifyoureferreddirectlytothe
bannerimageinsteadofanActiveServerpage.Inordertodobannerrotationallyouhavetodoisexpand
Example2sodifferentimagescomeupeverytimeServeBanner.aspiscalled.

AddingtheElementofRotation.
WiththistechniquethedynamicaspectofthebannerrotationiscontrolledwithintheActiveServerpage
thattheIMGtagisreferringto.Inordertorandomlyrotatethebannersyouwillneedtochange
ServerBanner.asptochooseadifferentbannereachtimethatitiscalled.Example3showshowtodothis.
Example3:RotatingBanners



<%

DimArray(2)

InitializetheVBScriptRandom
NumberGenerator
Randomize

Array(1)="http://www.myserver.com/banner1.gif"
Array(2)="http://www.myserver.com/banner2.gif"

upperbound=UBound(Array)
lowerbound=1
lRandom=Int((upperbound-lowerbound+1)*Rnd+lowerbound)

Response.Redirect(Array(lRandom))

%>


Noticethatyouwillhavetoinitializethearrayforasmanybannersasareavailableandyouwillhave
toassignabannertoeachelementofthearray.

AnExtraBenefit
AnobviousbenefittothistypeofbannerrotationisthatfactthatyoudonthavetoserveActiveServer
pagesinordertohaverotatingbanners.IftheonlydynamicaspectofyourActiveServerpageisto
rotatebannersyouwillwanttochangeittousethisbannerrotationtechnique,sinceitwillreducethe
stressonyourserver.
Itmightnotbesoobviousthatthestaticpagesnolongerneedtoresideonyourmachinetorotate
banners.Forexample,youcouldgivetheHTMLinExample1toasitethatyouwereadvertisingon,and
whentheyservetherepageswithyourHTMLyourserverwillrotatethebannersfortheirsite.Thisallows
youcontrolofwhatbannersarepresentedtotheirreaders.Thesitethatwasservingthestaticpages
couldevenbeadifferentoperatingsystem,suchasUNIX.

ClickingontheBanner
Sofarwehavedemonstratedhowtorotatebanners,butnothowtoactivatethosebannerssothatyoucan
clickonthebannertogotoanothersite.Withonebannerintherotationthisisastraightforward
process,youjustpointtheanchortagto</p>对用户来说可预见费用、节约费用,可以做到花少钱办大事。由于省去了购买软件和硬件等的前期费用,用户可以租用较高级的应用软件。ASP的收费是根据软件的类型、客制化程度、用户数量、服务期限来定的,对客户来说这笔费用是可以预见的。方便于客户应用软件的升级。

乐观 发表于 2015-1-20 09:43:38

接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。

若相依 发表于 2015-1-29 06:25:20

接下来就不能纸上谈兵了,最好的方法其实是实践。实践,只能算是让你掌握语言特性用的。而提倡做实际的Project也不是太好,因为你还没有熟练的能力去综合各种技术,这样只能使你自己越来越迷糊。

因胸联盟 发表于 2015-1-30 07:56:06

那么,ASP.Net有哪些改进呢?

变相怪杰 发表于 2015-1-30 16:52:18

他的语法和设计思路和VB完全相同,导致很多ASP的书都留一句“相关内容请参考VB的相关教材....”更糟糕的是,相当多的ASP教程混合了Javascript,VBscript等等脚本语言,搞的初学者。

小魔女 发表于 2015-2-1 16:50:45

兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的

海妖 发表于 2015-2-7 09:50:43

先学习用frontpage熟悉html编辑然后学习asp和vbscript建议买书进行系统学习

简单生活 发表于 2015-2-21 13:15:57

兴趣爱好,那么你无须学编程,申请一个域名和空间,在网上下载一些免费开源的CMS系统,你不用改代码,只须熟悉它们的后台操作,像office一样简单方便,很快就能建一个站点,很多站长都是这样做的

灵魂腐蚀 发表于 2015-3-6 20:17:16

以HTML语言整合(HTML负责界面上,ASP则负责功能上)形成一个B/S(浏览器/服务器)模式的网页程序。

莫相离 发表于 2015-3-13 08:07:36

它可通过内置的组件实现更强大的功能,如使用A-DO可以轻松地访问数据库。

爱飞 发表于 2015-3-20 16:52:01

Server:这个表示的服务器,操作服务器的一些东西使用这个,如Server.Mappath转换服务器路径,Server.CreateObject实例化一个组件
页: [1]
查看完整版本: ASP网站制作之静态告白办理程序制造例子