Mastering Perl for Bioinformatics [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering Perl for Bioinformatics [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










7.2 Web Servers and Browsers


The whole architecture of the Web is based on the client-server,
request-response protocol of HTTP. This colors everything that you do
when you create interactive web pages.

Web browsers come in many flavors from many companies (or open source
programming groups) and each has its own idiosyncrasies. Here,
I'll stick to the basics, and the code should
display okay on any standard web browser.

As you go forward, keep in mind the problem of incompatibility among
web browsers and realize that at some point, it may become necessary
for you to deal with the problem in the code you write for the Web.


/ 156