I like to design and implement web applications for data management.
- Information aggregators & information portals
- Internal information systems
(intranet, administration systems, registers, …)
- Data importing from various sources; caching, processing; communication with API
- Data administration, managing, filtering & sorting, storing
- Exporting relevant selection of data
(XML/RSS/Atom feed, HTML, …)
- Tables, filtered statements, summaries, comparisons
- Displaying of information at responsive websites
- accessible for blind users and robots
(semantics, SEO; microformats)
- accessible for weak-eyed users
and mobile-devices users
- layouts allowing extreme zoom-in – responsivity
- color contrast, switchable color schemes
- ergonomic, working also without mouse and touchscreen,
controllable by keys/buttons effectively
- optimised for low traffic,
having low hardware requirements,
suitable for mobile and unusual devices
- working also without JS
(using JS & AJAX for better ergonomics; not demanding them)
- using „em“, „%“ and another relative units in CSS;
forcing not sizes in pixels to users‘ devices
- not demanding redirect to another URL based on device display size
keeping the same URL of the page for all devices; based on possibilities of CSS3
- good for: links, SEO, sharing at social networks, browser history & bookmarks
- keeping get parameters
(filter settings, searching, sorting, …)
- instant response when window resizing or when zooming;
no refresh;
works also without JS
- www.adamek.cz/en/web-apps ⧉ (https://www.adamek.cz/en/web-apps/)
I design a structure of relational SQL database, structure of URLs, architecture of application.
My way of structure designing is open for future improvements and extensions (for new modules, functionalities, configuration, …) – flexible and scalable.
I like when website / web application has additional functionalities and possibilities of configuration.
I implement an application or website using .htaccess (mod rewrite, …), database MySQL / MariaDB, PHP, HTML5 (formerly XHTML), CSS3, JS (JavaScript) and AJAX; RSS and XML.
I like the PHP and its evolution (trend). The same for CSS.
Programming experience
- Since 1994: Programming
- Since 1998: Making of responsive accessible static websites
- Since 2008: Programming of dynamic websites and web applications in PHP
Years of practice have teached me that a warning can be future error.
I am trying to prevent warnings and notices.