numbercuteftp
cuteftp 时间:2021-04-21 阅读:(
)
[1]UsingHTMLandFTP:KeepingThingsSimplewithSimpleTools(MedicalEducationWebPageSeries–Part2)HTMListheacronymforHyperTextMarkuplan-guage.
Essentially,HTMLfilesare"hyped-up"textfiles,withtheadditionof"tags"toallowformatting,hyperlinks,images,sound,andmore.
EachHTMLdocumentusesthesetagstotellthebrowserhowtodisplaythematerial.
Some(standard)tagsaremorewidelyusedthanotherswhilesomeproprietarytagsonlyworkwithcertainbrowsersanddonotfollowpublishedinternationalstandards.
AgoodplacetolearnmoreaboutHTMListheNCSAHTMLPrimerathttp://www.
ncsa.
uiuc.
edu/General/Internet/WWW/HTMLPrimer.
htmlToexaminetheHTMLbehindanywebpage,sim-plyselectthe"viewsource"optioninyourwebbrowser,locatedintheviewmenu.
You'llthenbeabletoinspecttheHTMLcodemakingupthedocument,butitmaynotmakemuchsensetoyouwithoutalit-tleworklearningHTMLspecificssincethesourceotherwiselookslikeabunchofrubbish,withlotsof's(denotingvarious"tags"orcommands),interspersedwithsectionsofwriting.
Forinstance,eachHTMLdocumenthasthefollow-ingtagtypes:,,,and,andeachofthesetagtypeshasanopeningandaclosingcomponent(althoughnotalltagtypesdo).
Forexample,toobtainaboldtypeface,usethe(forbold)command.
Foritalics,use.
Toturnoffeffectslikeboldoritalicssimplyusethecorre-spondingclosingtag:and.
(Asyoucansee,thepresenceofa'/'characterbeforeanycommandinHTML,asin,denotesaclosingorendtag,whileitsabsencedenotesanopenorstarttag,aswehaveseenwith).
Tagscanalsobeusedtoformatmaterials.
Forexample,thetagcanbeusedtojustifytext,butonemustspecifytheformofalignmentorjustifi-cation(left,center,orright).
Tocentersomeboldtext,forexample,onemightwrite:Hello,World,howareyouandtheresultdisplayedwouldbe:Hello,World,howareyouFinally,notethatinHTMLtagsarenotcasesensi-tive;thatis,onecanuseanycombinationofuppercaseorlowercasecharactersintheirconstruction.
Considernextasimpleexercisetoillustratehoweasyitcanbetoconstructarealwebpage.
UsingtheWindowsnotepadtexteditor(oranywordprocessor)typeinthetextinFigure1,andwhenfinished,saveyourworkasatext(.
txt)file.
Thenrenamethefilefromthe.
txtextensiontoan.
htmextension.
Nowyouhavejustcreatedasimplewebpagethatcanbeviewedbyloadingthefileintoyourbrowser.
Notethatbecausethefileatthisstageislocaltothemachineandnotresidingonaserverontheinternet,itdoesnothaveanaddressorURLbutrather,thefileisaccessedusingthe"file,open,browse"featureofMicrosoftinternetexplorer(withasimilarmethodforotherbrowsers).
MyfirstmedicaleducationpageFirstparagraphgoeshere.
.
.
Secondparagraphgoeshere.
.
.
Thirdparagraphgoeshere.
.
.
Forthparagraphgoeshere.
.
.
Fifthparagraphgoeshere.
.
.
Figure1:AsimplewebpagetemplateAsyoucansee,thetemplateprovidedinFigure1canbeusedtomakeallmannerofpuretextwebpages,eveniftheymightbeabitboringinstyleandlayout.
Ofcourse,arealwebpageusuallycontainsadditionalelements,suchashyperlinksorimages.
210CANJANESTH2002/49:2/pp210–213NewMediaNEWMEDIA211OnemeansofaugmentingabasicwebpagelikethatinFigure1istoaddHTMLsnippets"stolen"fromotherwebpages(usingthe"viewsource"optiontoexaminetheHTMLcodefromthepageinques-tion).
Onecanthenusethe"cutandpaste"featureofWindowsandaddtherequiredsnippettothenewpage.
This,ofcourse,requiressomeknowledgeofHTMLsyntax,butnotmuch,andcanbeonewayofexperimentingwithwebpageconstruction.
However,userswhowishtoconstructwebpagesofevenmodestcomplexitywilllikelyprefertousemoresophisticatedmethods,suchasemployingsoftwarepackagesforadvancedwebpageconstructionsuchasAdobeGoLive,MicrosoftFrontPageorMacromediaDreamweaver.
Onceyourwebpageiscompletedandtestedlocal-ly,itistimeto"upload"thefiletotheserver.
Thisisusuallydoneusingafiletransferprotocol(FTP)pro-gramsuchasWS_FTP,acommercialsharewarepro-gram,anditsfreeware"limitededition"versionWS_FTPLE,bothavailablefordownloadathttp://www.
ipswitch.
com.
OtherpopularFTPpro-gramsareCuteFTPandCuteFTPPro,availableathttp://www.
cuteftp.
cominbothfreetrialandcom-mercialversions.
IhavefoundthatthefreeWS_FTPLEprogramsuitsmyneedsratherwellandhavenotseenaneedtouseamorepowerfulsharewareversion(wherebyoneisobligatedtopaymoneytousetheproductbeyondaspecifiedtrialperiod).
Finally,notethatFTPprogramscanalsobeusedforotherapplicationssuchasmaintainingashareddataarchive.
Forinstance,anumberofcollaboratorscansharedatafiles(experimentaldata,spreadsheets,reports,images,etc.
)fromaremoteinternetsitesim-plybyuploadingnewfilestoasharedserverandlet-tingeveryoneknowaboutthenewmaterialbye-mail.
Alternately,journalsmaysomedayoffera"datarepos-itoryservice"wherebyqualifiedinvestigatorscanuseFTPmethodstodownloadrawexperimentaldatabelongingtoalreadypublishedreports,perhapswithaviewtoconductingsecondaryresearchstudiesbyusingnewerormoresophisticatedanalyticalmethods.
Iwouldliketoclosethisarticlebyidentifyingsomeadditionalresourcesthatmayinterestindividualsinterestedinproducingwebpagesformedicaleduca-tion.
ThesearelistedintheTable.
TABLEMoreresourcesforbuildingwebpages[1]ABCsofbuildingawebsitehttp://www.
webde-velopersjournal.
com/columns/abcs_of_building_web_sites.
html"Awebdesigntutorialforrankbeginners".
[2]WritingHTMLhttp://www.
mcli.
dist.
maricopa.
edu/tut/lessons.
htmlAcomprehensivetutorialforcreatingwebpages,pre-sentedin29sections.
[3]BigNoseBirdhttp://www.
bignosebird.
com/"Everythingyouneedtobuildgreatwebsites".
[4]ReallyBighttp://reallybig.
com/Ahugeresourceforallwebdevelopers,includingnumeroussubjectguides.
D.
JohnDoyleMDPhDFRCPCToronto,Ontario[2]TheUncertainFutureofPaperinScientificPublicationAlthoughthecurrentsystemforpublishingscientificstudiesthroughpaperjournalshasbeeninusesincethelate1600's,inrecentyearstheskyrocketingcostofmanyprintjournalshaslimitedtheabilityofmanyuniversityandresearchlibrariestooffera"complete"selection.
1–4Thisfact,coupledbythecomingofageoftheinternet,hasleadmanyacademicstoenvisionasystemthatwillleadtotheendofprintjournalsasaprimarymeansofdisseminatingandarchivingresearchinformation.
Inthisbravenewvision,scien-tificlibrarieswouldbeentirelyvirtual,butavailableanywhereintheworldwherethereiswebaccess.
(Justimagine:abasecampphysician-scientistworkingonMountEverestusingasatelliteweblinktolearnmoreaboutthemanagementofhigh-altitudepulmonaryedemainanafflictedclimber).
Thetimerequiredforpublicationintheprintlitera-turehaschangedlittleinthelast200years,whereassci-entificdiscoverycontinuestoproceedatadizzyingpace.
TheresultiswhatRobertson5calls"agrowingdisjunc-tionbetweentheefficiencyofscienceandtheinefficien-cyofscientificreporting".
Electronicpublicationisoftenproposedasalogicalsolutiontothisproblem.
Thisvisiondoesnotexcludetheuseofpaperasamediumwhereitispreferred.
Paperiswidelyrecog-nizedatthepreferredstandardforeaseofreading,andthoseindividualswhoprefertoreadpaperdocumentswouldsimplybeabletoprintthemout,pageformat-tingfullyintact,usingaprinterattachedtotheircom-putertoproducea"deadtreeedition".
WiththeuseoftheAdobeAcrobatsoftwarepackage,6documentsindozensofnativeformatscanbeconvertedtoPDFfor-mat("PortableDataFormat")forpublicationontheweborelsewhere,withoptionsforscreen-friendlyandprinter-friendlyversionsasdesired.
Themainadvan-tagesofthispaperlessvisionareineliminatingthecostofprintingandmailing,inbringingtheinformationtotheworldmorequickly,andinallowingelectronicsearchingofthepublisheddocuments.
Anadditionalpracticalpointthatisoftenunrecognizedisthatittrans-fersthecostofanycolourprintingtotheenduserratherthancostingthepublisherortheauthor.
Thisisanimportantpointsincecolourprintinginpaperjour-nalscanbeexceedinglyexpensive,andfrequentlytheauthor-scientistisexpectedtocovertheadditionalcost,anamountoftenexceeding$1000.
However,notallpeopleexploringthisvisionlikewhattheysee.
Someindividualsfearadropinthequal-ityofscientificpublishingwiththeentryontotheaca-demicsceneofalargenumberofpoorlyrunelectronicjournalssporadicallypublishingminimallyacceptablematerialandfightingtomaintaintheirexistence.
Theyfearasystemwherepeer-reviewishaphazardorevenabsentandwhereanykookcanpublish.
7Yettheexistingjournalsystemitselfhasanuncer-tainfuture.
Morrissuccinctlysummarizesthematterthisway:8"Journalsprovidemuchthatisofimmensevaluetotheresearcherandpractitioner.
Yettheeco-nomicsofjournalsareunsustainable;theamountofpublishableresearchisincreasingmorerapidlythanthefundsavailabletobuyit.
Variousalternativemod-elsareemerging,noneofthemwithoutproblems.
Thewayforwardisnotclear,butchangeisinevitable.
"Solomonhasaddressedthesespecificconcernsinanoteworthyonlinejournalarticle.
1Hediscussessixconcernsaboutproblemsrelatedtomovingfromaclassical,paper-basedmeansofscholarlypublicationtoonebasedpurelyonelectronicmeans.
(Ofthesecon-cerns,manyhavebeenpreviouslydiscussedbyHarnard).
9Solomonliststheseconcernsasfollows:[i]"Withconstantlychangingdigitalformatsandtherapidproliferationanddemiseofelectronicjour-nals,importantscientificmaterialmightnotbepre-served.
"[ii]"Forreadingextendedamountsoftext,paperismuchmoreconvenientthancomputerscreens.
"[iii]"Itwillbedifficulttomaintaintherigorousqualitycontrolprovidedbypeer-reviewandlimitedacceptanceratesintheprestigioustraditionaljournals.
"[iv]"Thecredit,recognitionandadvancement(academiccredit)providedbypublishinginpresti-giousjournalswouldnotbeavailableinelectronicjournals.
"[v]"Electronicmediawillfacilitateandencourageplagiarism.
"[vi]"Peopleinremoteareasandindevelopingcoun-trieswillnothaveaccesstoelectronicpublication.
"Solomonveryeffectivelydebunkstheseconcernswithcarefullyreasonedarguments.
Heviewsthesepurportedproblemsmostlyaseithersolvableoras"nonissues".
Forinstance,thefirstconcern(thatsomedigitalmaterialsmightnotbepreservedshouldanelectronicjournalgooutofoperation)isdismissed(appropriate-ly,inmyview)asprimarilyatechnicalmatterandcouldeasilybeaddressedwiththedevelopmentofanationalsystemforarchivingelectronicmaterialsjustastheUSLibraryofCongresscurrentlymaintainsarchivalcopiesofallprintmaterialspublishedintheUS.
Indeed,theUSNationalInstituteofHealthisexploringexactlythisoption,withtheintendedgoalofpreservingcopiesofelectronicpublicationsinthehealthsciences,andaddingredundancybyemployingoneormoremirrorsites.
Solomondismissesthesecondconcern(thatpaperismoreconvenient)asa"non-issue",notingthat"itissimplyamatterofprintingoffthematerialonewantstoreadandonlythematerialonewantstoreadatthepointinthespace-timecontinuumthatonewantstoreadit".
Similarly,thethirdconcern(regardingqualitycon-trol)issaidtobe"spurious"inthat"peer-reviewandarigorousselectionprocessaremedia-independentandcanbeaseasilyimplementedinanelectronicaspaperform".
Solomonsimilarlydiscussestheremainingthreeconcernsfromthenaysayersandmakesthecasethattheseconcernsaregreatlyexaggerated.
Heattemptstoestablishthatthemainissueinthisdebateisapowerstrugglebetweenauthorsandpublishers,espe-ciallywithrespecttocopyrightownership.
Heenvi-sionsasystemofpublicationwherethecopyrightiskeptbytheauthorratherthanbeingtransferredtothepublisherastheusualconditionofpublication.
Solomon'spaperconcludeswithavisionofthefutureinvolvingtheconversionofwrittenmaterialfrompapertoelectronicmediainaprocessextendingoverseveraldecades.
Inthisprocesshepredictsthatcontrolofscientificpublicationwillshiftawayfromscientificpublisherstotheauthor-scientistwhowrotethematerialinthefirstplace.
Solomonadmitsthatthismayresultinanumberofpublicationsofmargin-alquality.
Inthewordsoftheauthor:1"Virtuallyanyonewhochoosestodosocanpublishelectronicallyandmaketheirmaterialavailabletotheworld.
Whilethishasthepotentialofdrowningusingarbage,itcertainlydoesnotmeanitisallgarbage.
212CANADIANJOURNALOFANESTHESIAPublisherscurrentlyhaveamonopolyonthemostpres-tigiousscientificjournalsbuttheydonothaveamonopolyonqualityscientificthought.
Intheoryallitwouldtakeisashiftinattitudesandconventionsamongthescientificcommunityforthecurrentpublisherstobecutcompletelyoutoftheequation.
Inaveryrealsensetheinternethasprovidedthescientificcommuni-tywiththeultimatetrumpcardindeterminingwhocontrolsscientificcommunication.
"Thedebatesurroundingelectronicpublicationwillcontinueforsometime.
Allwecanbesureofisthatchangeisinevitable,atleastforthetimebeing.
D.
JohnDoyleMDPhDFRCPCToronto,OntarioReferences1SolomonDJ.
IsittimetotakethepaperoutofserialpublicationMedEducOnline1999;4:7.
[Availablefromhttp://www.
Med-Ed-Online.
org]2WalkerTJ.
FreeInternetaccesstotraditionaljournals.
AmerSci1998;86.
Availablefromhttp://www.
amsci.
org/amsci/articles/98articles/walkerweb.
html3OdlyzkoAM.
Competitionandcooperation:librariesandpublishersinthetransitiontoelectronicscholarlyjournals.
JScholarlyPublishing1999;30:163–85.
Availablefromhttp://www.
research.
att.
com/~amo/doc/eworld.
html4BraninJJCaseM.
Reformingscholarlypublishinginthesciences:alibrarianperspective.
NoticesoftheAMSavailablefromhttp://www.
ams.
org/notices/199804/branin.
pdf5RobertsonD.
Electronicpublishingofscience:betterlatethannever.
AmJMed2001;110:370–2.
6http://www.
adobe.
com/products/acrobat/main.
html7KassirerJP,AngellM.
TheInternetandthejournal.
NEnglJMed1995;332:1709–10.
8MorrisS.
Thefutureofjournals:wherewillelectronicpublishingtakeusHospMed2001;62:301–4.
9HarnadS.
On-linejournalsandfinancialfire-walls.
Nature1990;395:127–8.
Availablefromhttp://www.
princeton.
/edu/~harnad/nature.
htmlNEWMEDIA213
RAKsmart 商家从原本只有专注于独立服务器后看到产品线比较单薄,后来陆续有增加站群服务器、高防服务器、VPS主机,以及现在也有在新增云服务器、裸机云服务器等等。机房也有增加到拥有洛杉矶、圣何塞、日本、韩国、中国香港等多个机房。在年前也有介绍到RAKsmart商家有提供年付129元的云服务器套餐,年后我们看到居然再次刷新年付云服务器低价格。我们看到云服务器低至年79元,如果有需要便宜云服务器的...
如果我们较早关注NameCheap商家的朋友应该记得前几年商家黑色星期五和网络星期一的时候大促采用的闪购活动,每一个小时轮番变化一次促销活动而且限量的。那时候会导致拥挤官网打不开迟缓的问题。从去年开始,包括今年,NameCheap商家比较直接的告诉你黑色星期五和网络星期一为期6天的活动。没有给你限量的活动,只有限时六天,这个是到11月29日。如果我们有需要新注册、转入域名的可以参加,优惠力度还是比...
弘速云是创建于2021年的品牌,运营该品牌的公司HOSU LIMITED(中文名称弘速科技有限公司)公司成立于2021年国内公司注册于2019年。HOSU LIMITED主要从事出售香港VPS、美国VPS、香港独立服务器、香港站群服务器等,目前在售VPS线路有CN2+BGP、CN2 GIA,该公司旗下产品均采用KVM虚拟化架构。可联系商家代安装iso系统。国庆活动 优惠码:hosu10-1产品介绍...
cuteftp为你推荐
checkmytoupianaoeiu后面是什么?开启javascript怎样打开JavaScript?cisco2960配置cisco4506与2960的vlan配置徐州商标介绍徐州的一种产品3g手机有哪些什么样的手机属于3G手机?申请400电话400电话如何申请?zencart模板求zen-cart 模板结构drupal主题域名和服务器都有了,为什么还是打不开网站?discuzx2DISCUZ X2是PHP还是ASP的?
vps是什么 域名服务器上存放着internet主机的 z.com 天猫双十一秒杀 qq数据库 日本bb瘦 宁波服务器 jsp空间 华为云盘 google台湾 双线asp空间 上海电信测速 湖南idc 秒杀品 石家庄服务器托管 杭州电信宽带优惠 hosts文件 symantec 硬防 winscpiphone 更多