Jump to content
  • 0

Полезные ссылки


Tokolist
 Share

Question

Основы

Начала JavaScript

Справочники

(...)

Сайты

http://www.javascript.ru/

http://www.javascriptkit.com/ (анг.)

http://www.javaportal.ru/

Спецификации

(...)

JavaScript ООП

Объектно-ориентированный JavaScript

JavaScript. Создание объектов

Объектная Модель. Детали.

Наследование в JavaScript

Библиотеки, фреймворки

Ext JS - cross-browser JavaScript library for building rich internet applications. High performance, customizable UI widgets Well designed, documented and extensible Component model Commercial and Open Source licenses available.

MooTools - compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.

Prototype - JavaScript Framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.

Lightbox - simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.

ImageFlow - красивая галерея как в MacOS

script.aculo.us - provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly.

FWC:SmartSelect - свободно распространяемый JavaScript тулкит, позволяющий максимально просто создавать многофункциональные компоненты форм, такие как "Combo Box", "Select List", "Input Autofill" и т.п.

NicEdit - Lightweight, Cross Platform, Inline Content Editor to allow easy editing of web site content on the fly in the browser. NicEdit Javascript integrates into any site in seconds to make any element/div editable or convert standard textareas to rich text editing.

  • Like 1
Link to comment
Share on other sites

Recommended Posts

  • 0
Статья о том, как решить проблемы, связанные с асинхронностью джаваскрипт, с промощью promise объектов  http://xbsoftware.ru...y-v-javascript/

Очень мало о них говорят. Как правило, разработчики уже набившие шишки о коллбеки. Вместе с тем, промисы требуются в каждом асинхронном js-приложении.

Если вы используете жуквери и думаете, что промисы вам не нужны... На самом деле вы их используете, но сами об этом не догадываетесь :)

Коротко: смысл в том, что любая асинхронная операция должна возвращать обещание, кот. может быть разрешено (resolved) или отклонено (rejected).

 

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise

http://javascript.ru/forum/offtopic/46096-promise-polyfill.html

Link to comment
Share on other sites

  • 0
Аллилуя

минимум за полгода до утверждения было известно, что его утвердят в июне этого года (о чем я писал в статье)

все по плану =)

 

они по дефолту поля сделали public ?

не хочу разводить холивар в этой теме. Скажу в двух словах, что в es6 нет понятий (модификторов) private/public насколько мне известно. Есть static.

как делать приватные поля - отдельная тема)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy