Redaxo

Easy handling of Redaxo The most important reason for you is the simple operation of Redaxo. You do not need any prior knowledge for the CMS Redaxo, you can quickly learn and implement what you have learned. It should take about two hours to learn how to handle Redaxo….

Read More

Project Management

Project management in web development When developing websites, online shops, blogs, web portals or apps, a structured project management should not be missing. It does not matter whether you carry out the implementation yourself or with the help of an Internet agency. What is the significance of project management…

Read More

CSS Cheatsheet

SYNTAX Syntax selector {property: value;} External Style Sheet <link rel=”stylesheet” type=”text/css” href=”style.css” /> Internal Style <style type=”text/css”> selector {property: value;} </style> Inline Style <tag style=”property: value”> GENERAL Class String preceded by a period ID String preceded by a hash mark div Formats structure or block of text span Inline…

Read More

Canvas

HTML5 tags New tags added in HTML 5 Layout tags <article> Defines an article <aside> Defines contents aside from the page content <embed> Defines external interactive content or plugin <figcaption> Defines the caption of a figure element <figure> Defines a group of media content, and their caption <footer> Defines…

Read More

Android Apps

How to Convert a Website into Android Application using Android Studio In this tutorial I show you how to convert a website into an Android Application using Android Studio Create a project. Step 1 – Create a new Android project. Provide Activity name as Themewerk Step 2 – Add…

Read More

Responsive Table

Html for a responsive Table <table class=”twek-table”> <tr> <th>Content Headline1</th> <th>Content Headline2</th> <th>Content Headline3</th> <th>Content Headline4</th> <th>Content Headline5</th> </tr> <tr> <td data-th=”Content Headline1″>Content</td> <td data-th=”Content Headline2″>Content</td> <td data-th=”Content Headline3″>Content</td> <td data-th=”Content Headline4″>Content</td> <td data-th=”Content Headline5″>Content</td> </tr> </table>   CSS for a responsive table .twek-table { margin: 1em 0; min-width:…

Read More

Entities

Named entities, numeric entities and ISO numeric codes. HTML Symbol Numeric Description Hex CSS (ISO) JS (Octal) Special Characters &quot; “ &#34; quotation mark u+0022 ISOnum \0022 \42 &amp; & &#38; ampersand u+0026 ISOnum \0026 \46 &lt; < &#60; less-than u+003C ISOnum \003c \74 &gt; > &#62; greater-than sign…

Read More

Koala

Unless you have been coding your CSS inside an underground shelter, you have probably heard of Sass. Sass stands for Syntactically Awesome StyleSheets, and according to it’s developers: Sass is the most mature, stable, and powerful professional grade CSS extension language in the world Sass is awesome. It allows…

Read More

Modular CSS

The maintenance of CSS, short for Cascading Style Sheets, can quickly become a mess out of control. Opposed to tradtional programming languages, which frequently take an object-oriented paradigm to neatly organize repeating and reusable code patterns, CSS stylesheets often look like an unorganized, verbose chaos that does not stick…

Read More