Jump to content
  • OpenCart Wiki

    Articles about OpenCart and other
      1. 4
        статьи
      2. Apache

        Apache HTTP-сервер - Apache является кроссплатформенным ПО, поддерживает операционные системы Linux, BSD, macOS, Microsoft Windows, Novell NetWare, BeOS. Основными достоинствами Apache считаются надёжность и гибкость конфигурации. Он позволяет подключать внешние модули для предоставления данных, использовать СУБД для аутентификации пользователей, модифицировать сообщения об ошибках и т. д. Поддерживает IPv4.
        1
        статью
      3. Nginx

        nginx [engine x] — это HTTP-сервер и обратный прокси-сервер, почтовый прокси-сервер, а также TCP/UDP прокси-сервер общего назначения.
        1
        статью
      4. CSS

        CSS (Cascading Style Sheets) — язык таблиц стилей, который позволяет прикреплять стиль (например, шрифты и цвет) к структурированным документам (например, документам HTML и приложениям XML).
        • No статьи here yet
      5. HTML

        HTML-документ — это обычный текстовый документ, может быть создан как в обычном текстовом редакторе (Блокнот), так и в специализированном, с подсветкой кода (Notepad++, Visual Studio Code и т.п.). HTML-документ имеет расширение .html.
        • No статьи here yet
      6. JavaScript

        JavaScript (/ˈdʒɑːvəskrɪpt/), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
        • No статьи here yet
      7. jQuery

        jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
        • No статьи here yet
      8. PHP

        PHP (рекурсивный акроним словосочетания PHP: Hypertext Preprocessor) - это распространённый язык программирования общего назначения с открытым исходным кодом. PHP специально сконструирован для веб-разработок и его код может внедряться непосредственно в HTML.
        3
        статьи
      9. Frameworks

        Framework (sometimes framework; Anglicism, neologism from framework — framework, frame, frame, structure) is a software platform that defines the structure of a software system; software that facilitates the development and integration of various components of a large software project. The word "framework" is also used, and some authors use it as the main one, including not being based at all on the English-language analogue. We can also talk about the framework approach as an approach to building programs, where any program configuration is built from two parts:
        - Permanent part — a frame that does not change from configuration to configuration and carries sockets in which the second, variable part is placed;
        - Replaceable modules (or expansion points).
        1
        статью
×
×
  • Create New...