📜 ⬆️ ⬇️

Some interesting and useful things for web developer # 31

Good day, dear habravchane. Recently, I saw some interesting and useful tools / libraries / events that I want to share with Habr.

Reddit Sources


Gravit


image

Remarkable open source graphics editor. There are applications for Mac, Linux, Windows, as well as the browser version. In Gravit, the basic functionality is currently implemented: layers, shapes, pentulas, and many different functions for manipulating objects. But this project is mainly focused on web design. It is more correct to say that Gravit is a mixture of a graphic editor in a typical presentation with a visual editor for website development. It is this idea and its implementation in the open source format that makes the product unique.

Midnight is a very cool effect for headlines.



')

Perfmap




Nowadays, the topic of website performance has spread more than ever before. I think this is primarily due to the growth of mobile devices, when users with non-always fast Internet want to have quick access to information. And of course, this search trend has been influenced by modern search algorithms. And so, PerfMap visualizes page performance using a heat map and Resource Timing API. To work, you must save the code as a bookmarklet:

javascript:(function(){var el=document.createElement('script');el.src='https://zeman.imtqy.com/perfmap/perfmap.js';document.body.appendChild(el);})(); 

And there is a tool with similar functionality for responsive sites - RWDPerf .

PrimeGate




PrimeGate - this can be said a whole ecosystem for your web project. These are analytics, SEO, a set of various tools for increasing conversion and advertising management, CRM, IP telephony, a task manager, a CMS and a visual editor. I will not delve into the various marketing components of this product, but speaking of the visual editor - this is a worthy competitor for Webflow with the content management system inside. Well, it seems like great attention is paid to technical support with their staff promotion specialists. And I was very pleased that such a product was made not in the west, but in the territory of the post-Soviet space.

pagePiling.js




Great effect for landing pages. The script "cuts off" the upper layers of content and thereby implements the slider. Everything works very simply:

 <div id="pagepiling"> <div class="section">Some section</div> <div class="section">Some section</div> <div class="section">Some section</div> <div class="section">Some section</div> </div> 

 $(document).ready(function() { $('#pagepiling').pagepiling(); }); 


Chrome APK


Launch Android apps on Chome OS, Linux, Mac and Windows using JavaScript.



Western thoughts or what would translate to Habré:




Says and shows Habr:




Finally:




Previous selection (Release 30)

I apologize for any typos. If you notice a problem - please write in a personal.

Thank you all for your attention.

Source: https://habr.com/ru/post/240861/


All Articles