Hi, in this article I would like to describe one of the ways of doing the routes which we can use in our Express.js development process. Yes, it will be a name spaced routing way. I think it is the (…) read more
Cześć, w tym artykule pokaże Ci jak przeciągać pliki tekstowe z systemu operacyjnego do przeglądarki, a ściślej do pola tekstowego aplikacji. Możesz użyć wszystkich dostępnych (w prostej postaci) plików tekstowych (*.txt, *.html, *.js etc). Do wykonania tej funkcjonalności potrzebny będzie (…) read more
Cześć, w tym artykule pokażę Ci jak utworzyć filtr (input) z automatycznymi podpowiedziami, coś podobnego do działania wyszukiwarki google. W przykładzie użyję listy z użytkownikami, których będzie można filtrować. Po stronie serwera jest Zend Framework z Doctrine oraz funkcjonalnością CRUD. Możesz (…) read more
Hi, in this article I will show you how you can create your own plugins for Ext JS 4 application. In the development process sometimes we meet the features which we need to use more than once time. We can resolve (…) read more
Hi, in this article I will show you how you can use JavaScript solutions from the title with your application. I would also like to show you how Ext JS 4 applications are flexible and how we can simply change the (…) read more
Hi, in this article I will show you a nice CSS3 feature. I like write less and do more, write one line code tricks and so on. In my example I used characters from Dragon Ball anime to make it (…) read more
Hi, in this article I will show you how you can drag text files from your operating system to your browser application text area. You can use all of text file types (*.txt, *.html, *.js etc). In this example I (…) read more
Hi, in this article I will show you how you can create filter input with autocomplete functionality for your Ext JS 4 grids. In this example I will use grid list with users and I will filter them by login. (…) read more
Cześć, w pracy używam Google Chrome z developer tools. Jak wiadomo użytkownicy Firefox mają do dyspozycji plugin w Firebug o nazwie Illuminations for Developers (nie jest darmowy). Możesz znaleść tutaj: Firebug Plugin: Illuminations for Developers Ale programiści Google bez obaw, możemy też (…) read more
Hi, I use Google Chrome with developer tools in my work. As we know Firefox users have Firebug plugin called Illuminations for Developers (not free). You can find here: Firebug Plugin: Illuminations for Developers But Google developers don’t worry, you can have something (…) read more