Bazaar – php example code – part 2 – structure of database tables
Article focus on database sctructure design for Bazaar app. Proces of normalization and atomisation of user data is important for
Read more
The creation of websites has undergone an extensive rebirth since the days of text pages. In addition to the development of basic technologies such as HTML markup language and visual styling using CSS. Gradually, scripting technologies were added on the server and client side, which enabled the creation of dynamic pages that respond flexibly to user interaction. Frameworks bring simplification and automation of content creation. In the area of amateur and user-friendly web design, the WYSIWYG method was replaced by content CMS systems (wordpress, joomla or drupal). This section will gradually introduce technologies for web development as well as interesting programming languages and development tools.
Article focus on database sctructure design for Bazaar app. Proces of normalization and atomisation of user data is important for
Read moreBazaar app enable management of sell offers from variety of registered clients. Main project focus on database design and implementation,
Read moreArticle is focused on way how to alter existing code for showing submited post as a table. But scores are
Read moreArticle describe way how to limit access into a admin page using header authentification. Before sending page data, user must
Read moreArticle describe admin page for removing unwanted score with remove.php script. Remove script is invoked by GET url link, then
Read moreArticle describe part of final app responsible for submiting particular score with picture verification. Uploaded image is moved from temporary
Read moreArticle describe basic decomposition of problem for benchmark chart aplication. User can submit benchmark score with photo validation. Admin can
Read moreArticle focus on small code improvements that can be extended by time. Our firs improvement is separation of database access
Read moreArticle focus on improvement mailinglist app for enabling access for common users only on by e-mail unsubscription without ability to
Read moreArticle focus on mechanism for unsubscribing users from mailinglist by their e-mails. Because this part is meant to by available
Read more