Web design
If you need a quality website, you are at right place. We make web sites by utilizing a turnkey, from concept and implementation all the way to the hosting on our own web servers, and subsequent maintenance. All types of websites we create are based on CMS systems.
Software solutions
Clients often need software developed according to specific requirements. We offer fast, high quality and low-cost development of all types of Internet applications, Internet services and desktop applications on Linux and Windows platforms. Our software is modular and extendable.
Consultations
We are at your disposal for any kind of counseling and advice in the sphere of IT technologies. Our knowledge and experience will provide you with quality solutions in business development and IT infrastructure, both software, and hardware.
Posljednji unosi u blogu
-
Jinja2 + Django: global functions and filters
19:44 03.12.2011Global functions are functions available for use in all Jinja2 templates. The advantage of using global functions is that the template can execute any piece of code and show the result of the function or simply process it later in the logic of the code template. The concept of filters is inherited from the Django template engine. Filters receive the results of the previous function or variable value, process it and returned back.…
-
Jinja2 template engine in Django framework
23:44 05.11.2011Jinja2 is a modern template engine for Python, modeled on the Django template engine. In addition to being far more powerful than the Django template engine, speed tests show that in some cases ten times better performances can be achieved.…