WampServer 3 web server build overview

 Note! It is not recommended to use a web server collection as a platform for hosting sites both on the Internet and in corporate networks, i.e. they are created for local development and testing only. This is a recommendation from the developers of any web server build. WampServer is a free build of a web server, i.e. platform for web development under the Windows operating system. This assembly includes all the necessary software for creating dynamic web applications (sites), namely: Apache web server, PHP programming language, MySQL DBMS and other auxiliary software, such as phpMyAdmin. For those who don't know WAMP is an acronym for "Windows, Apache, MySQL and PHP" i.e. a word consisting of the first letters of the listed applications. There is also LAMP, where L is Linux, and MAMP, where M is Mac OS. WampServer is available for both 32 bit and 64 bit Windows. The system tray icon acts as a control panel here, with the help of which (left-click) you can configure the ...

Как в блоге удалить технологии Blogger из блога полностью-How to Remove Blogger Technologies from a Blog Completely on a Blog

Как в блоге удалить надпись Технологии Blogger

Большинство шаблонов предоставляемых веб-дизайнерами больше не включают в себя эту запись авторства блогер. Тем не менее, если вы решили использовать стандартный шаблон blogger, то в нем автоматически проставляется атрибуция блогер, которая может быть удалена, или же просто скрыта. 

Для тех кто хочет полностью избавиться от надписи Технологии Blogger советую сделать следующее: В панели управления откройте раздел Шаблон, затем Изменить HTML, здесь жмем клавиши CTRL+F в появившемся окошке пишем: Attribution жмем энтер, после удаляем участок кода от

<b:section до </b:section>

ПРИМЕ́Р

      <b:section class='footer' id='footer' name='Footer' showaddelement='false' tag='footer'>

              <b:widget id='Attribution1' locked='true' title='' type='Attribution' visible='true'>

                <b:widget-settings>

                  <b:widget-setting name='copyright'>надпись навсегда</b:widget-setting>

                </b:widget-settings>

                <b:includable id='main' var='this'>

  <div class='widget-content'>

    <div class='blogger'>

      <a expr:href='data:bloggerUrl' rel='nofollow'>

        <b:include name='flatBloggerIcon'/>

        <b:message name='messages.poweredByBlogger'/>

      </a>

    </div>


    <b:if cond='data:imageAuthor'>

      <div class='image-attribution'>

        <b:if cond='data:imageAuthor.url'>

          <b:message name='messages.templateImagesByLink'>

            <b:param expr:value='data:imageAuthor.url'/>

            <b:param expr:value='data:imageAuthor.name'/>

          </b:message>

        <b:else/>

          <b:message name='messages.templateImagesBy'>

            <b:param expr:value='data:imageAuthor.name'/>

          </b:message>

        </b:if>

      </div>

    </b:if>


    <b:if cond='data:copyright != &quot;&quot;'>

      <div class='copyright'><data:copyright/></div>

    </b:if>

  </div>

</b:includable>

              </b:widget>

            </b:section>