C:\blog\tags\#Веб\> |
Посты, отмеченные тегом #Веб
[PUBLIC] Переписал всё на Go
Мне кажется, что все программисты делятся на 2 типа: хакеры и архитекторы. Архитекторы хотят чтобы их код был прежде всего хорошо читаем, то есть легок в понимании, легко расширяем и т.д. и т.п. , хакеры же хотят чтобы их код был быстрым. В первую очередь. Быстрым. И практически л...
[PUBLIC] СКОРОСТЬ, AJAX, FIREFOX
В поисках приколов на сайт, которые позволят увеличить его скорость, я как то наткнулся на AJAX - такая технология, когда сервер вам не страничку отдает, а только некоторую ее часть, которую уже ваш браузер вставляет вместо неактуальной части....
[PUBLIC] CSS: Flickering blocks on reboot
For a long time here flickered some blocks on when reloading the site. It turned out that the page is not loaded simultaneously with CSS. Because of this, some blocks are not loaded for some part of a second after the page is loaded....
[PUBLIC] CSS background image shake
There is a fairly well known issue related to the display of background images on mobile devices. The problem is related to the fact that modern browsers on mobile devices have an address bar that disappears when you start scrolling....
[PUBLIC] CSS cache problem solution
Not so long ago I wrote a post about the fact that modern browsers contain a certain problem, namely the inability to clear the cache in a guaranteed way....