
Igor
14.04.2017
10:26:08

DeadBro
14.04.2017
10:26:36
Там есть другой магазин, который государство "аппрувнуло", он намного более популярный, чем гуглплей

Evgeny
14.04.2017
10:26:50
Сколько прощивал смартфонов на своем веку, не разу не встречал. Специально локализованной прошивкой прошивал что бы Русский и все прелести андроида подхватить

DeadBro
14.04.2017
10:27:06
на китайских смартах он по дефолту предустановлен, а чтоб в обычный гуглплей попасть, надо шаманить с VPN

Google

Evgeny
14.04.2017
10:28:02

Dima
14.04.2017
10:38:14
блин, из Brackets выпилили extract, теперь нельзя работать с psd макетами прямо из программы. А ведь киллер-фича была...

Evgeny
14.04.2017
10:38:56
завязывал бы ты с брекетсом

Dima
14.04.2017
10:39:27
не, ну теперь-то конечно...
а где ещё можно работать одновременно и с кодом и с psd?

Evgeny
14.04.2017
10:40:09
хз

Konstantin
14.04.2017
10:40:32

Evgeny
14.04.2017
10:40:48
только если плагинами дергать своства из макета

Dima
14.04.2017
10:43:25
вообще, неплохо бы фотошоп обновить. Может там в последних версиях есть что-то такое нативное без плагинов.

Kopyl
14.04.2017
10:44:48
Там же есть ответ)
Короче я решил сделать приложение автоматором, которое запускает shell скрипт. Переключашка видимости скрытых файлов.
ПРОСТО В ГОЛОС

Kathrin
14.04.2017
10:49:30
Приветик всем! А кто-то Ionic App пользовался?

Igor
14.04.2017
10:52:38

Google

Kopyl
14.04.2017
10:58:23
Ребят, подскажите плиз

Igor
14.04.2017
11:02:41
Так ты в паг-файл импорт пишешь

Evgeny
14.04.2017
12:23:58
битриксочане юзающие phpstorm - это Вам
https://dev.1c-bitrix.ru/community/webdev/user/156743/blog/9382/

Kopyl
14.04.2017
12:31:53

Igor
14.04.2017
12:48:01
Да как в паг, сасс
Да, показалось. Может, он не нашёл тот файл? Он точно есть? Или ты путь неверный указал

Kopyl
14.04.2017
12:48:17

Igor
14.04.2017
12:49:07
Он строку неверно компилирует

Алексей
14.04.2017
12:50:52
по целям метрики может кто подсказать?
простой вопрос)

Konstantin
14.04.2017
13:28:48

Kopyl
14.04.2017
13:29:06
Разобрался

Konstantin
14.04.2017
13:30:16
ну не может просто sass обрабатывать @import и как sass директиву и как css
либо то либо другое

Kopyl
14.04.2017
13:30:32

Konstantin
14.04.2017
13:30:33
и в чем была проблема?

Kopyl
14.04.2017
13:31:30

Konstantin
14.04.2017
13:32:11
ну видишь как чудно. А Sass как раз обрабатывает .css ф-лы как css-@import

Google

Kopyl
14.04.2017
13:38:32

Вячеслав
14.04.2017
13:39:12
День добрый, у меня вопрос: почему так происходит когда меняю position на relative?
По идеи с border ничего происходить не должно, но он ломается.

Konstantin
14.04.2017
13:41:38
ещеб понять к чему что применяется :)
не, ни как не научится отечественный верстак пользоваться кодпеном или типа того :)

Mikhail
14.04.2017
13:43:13
табы юзаешь?)

Вячеслав
14.04.2017
13:43:16

Mikhail
14.04.2017
13:43:52
остановись

Igor
14.04.2017
13:44:56
http://artemdemo.me/blog/%D1%80%D0%B0%D0%B7%D0%BC%D0%B5%D1%82%D0%BA%D0%B0-grid-%D1%86%D0%B2%D0%B5%D1%82-%D0%BA%D0%B0%D1%80%D0%B5%D1%82%D0%BA%D0%B8-%D1%81%D1%82%D0%B8%D0%BB%D1%8C-%D0%B4%D0%B5%D0%BA%D0%BE%D1%80%D0%B0%D1%82/

Konstantin
14.04.2017
13:50:16
последнее прям замечательно, но поддержка в ж-пе... так что еще года два ждать, пока отомрут старые браузеры

Kopyl
14.04.2017
13:59:51
Для проектов самое оно
Trello идеальный только в качестве ежедневника
В Asana, конечно, есть и свои недостатки, но для проектов - зе бест

DeadBro
14.04.2017
14:02:33
А с джирой что не так?

Kopyl
14.04.2017
14:03:12

Roman
14.04.2017
14:19:32

Google

Roman
14.04.2017
14:19:39
Обалденный инструмент

Kopyl
14.04.2017
14:19:45

Konstantin
14.04.2017
14:20:58
а он в г-доки не подтягивается?

Petr
14.04.2017
14:26:19
redmine хороша

Kopyl
14.04.2017
14:40:56

Ixtiyor
14.04.2017
20:32:26
Hi FrontEnd masters,
I have a question related to HTML and interoperability with angularjs (or react).
suppose I have a TODO MVC web app, at first web page is loaded with HTML rendered on server side with 5 TODO items, now user wants to add new TODO item, for this purpose I want to use angularjs (or react), since it easy to work with in terms of manipulating DOM, I will add new item to JSON and angularjs will re-render items.
but my main problem is angular doesn't understand initial html, how to fix this problem or is there any way to resolve it

Roman
14.04.2017
20:36:20
lxtiyor, read angular docs?) and i also suggest you to try Riot.js. Or Vue.js - this libraries is mush simpler than React or Angular
моё небольшое произведение искусства ))
основано на коде из стек оверфлоу конечно ))
ну, суть в том, чтобы повесить эвент на какое-то событие, который бы сработал только один раз


Ixtiyor
14.04.2017
20:44:54
lxtiyor, read angular docs?) and i also suggest you to try Riot.js. Or Vue.js - this libraries is mush simpler than React or Angular
Hi Roman, thanks for suggestion, I think the main problem is not a which framework to use, most of them are same, 1. get json, 2. render it using json on element X. almost all of them will add their own attributes, for example: react-data-xyz but my initial HTML do not have it.
initial html:
<div class="items">
<div class="item">item 1</div>
<div class="item">item 2</div>
</div>
if we use angular or something similar
initially:
<div class="items">
<div class="item" ng-repeat="x in items">{{x.text}}</div>
</div>
after rendering
<div class="items">
<div class="item" ng-blabla-attribute-id-1>item 1</div>
<div class="item" ng-blabla-attribute-id-1>item 2</div>
</div>
now we have 2 types of rendered HTML, 1 server side if I do manually, 2 using JSON + Angular
suppose I have HTML rendered server side which doesn't contain angular related filters|tags when user adds data how should I add it to my html?


KarmaBot
14.04.2017
20:44:55
Спасибо (+1) для @BelieverUfa принято!
Текущая карма +7

Ixtiyor
14.04.2017
20:45:25
@BelieverUfa by the way you can write in Russian, I do understand Russian well, but my writing is terrible

Ovan
14.04.2017
20:46:53
@BelieverUfa +

Ixtiyor
14.04.2017
20:46:58
example site: iwantdis.com renders html on the server side, when you scroll down it fetches data from server and somehow replaces DOM with new elements using angularjs

Ovan
14.04.2017
20:47:01
показалось :)

Roman
14.04.2017
20:48:08
you need to store variable that contains an array of all you items)
ow.. you have items var as i see

Google

Roman
14.04.2017
20:49:25
if you got some data from server in ajax request, for example, you need to add this data to you items variable)
var items = [ { ... }, { ... } ]
$.ajax({
url: '/url-to-fetch-data',
success: newItems => {
items = items.concat(newItems)
}
})
something like this)
and in next step you need to update you Angular/react component and it will update your HTML template

Ixtiyor
14.04.2017
20:55:31
and in next step you need to update you Angular/react component and it will update your HTML template
yes Roman, you can do exactly like this if your site initially loaded with Angular js directives, but my site is not loaded with angularjs, if you do not mind can you please open iwantdis.com sources (using view-source: in firefox) that guy haven't used ng-repeat, products rendered on server side <div class="product-item">....</div> and if you scroll it fetches data as JSON and replaces DOM as you wrote above, items.concat(newItems)
maybe I am not good at explaining questions ?

Roman
14.04.2017
21:00:57
you asking how it working on this website?
i really dont know)
but in most websites it working as i said above)

Gregory
15.04.2017
05:36:01
Hey) what's going on?)

Wyldstyle
15.04.2017
05:55:01
Мы на Инглиш перешли?

Igor
15.04.2017
06:07:05
Пришёл иностранец, ему помогли, это норма

Gregory
15.04.2017
06:20:51
С утра не сразу понял почему по-английски беседа идёт)

Wyldstyle
15.04.2017
06:39:55
С юзернеймом BelieverUfa ... Уфа?

Igor
15.04.2017
06:41:25