Numbering of Text using CSS 13 February 2019 Andre-Speek Tips & Tricks When you have a long text with headers and maybe sub-headers even, it would make it more readable if the headers where numbered. If you want to make your text more readable, you can make use of the counter and counter-increment in your CSS. [More]
Redesign a table for Mobile with CSS 07 February 2019 Andre-Speek Tips & Tricks This will show you how to completely redesign a table for mobile. Without changing the HTML with just plain CSS. [More]
Auto-resize with DynamicDownload 19 September 2018 Andre-Speek Release Notes To display images from a database, you can make use of the DynamicDownload.aspx. This page will handle not only the displaying of the image, but also handles all the related security as well. By default the DynamicDownload.aspx will give you the image in the original file size. But what if you don't need the image in that, often large, file size? [More]
Frontend Development: Skills you need 14 July 2018 Andre-Speek Tips & Tricks Previously we posted about the stuff you need to get started as a Frontend Developer. So once you have that, where to go next? What skills do you need to acquire and how to go about to get them? Here's a lot of tips on that topic to get you started. [More]
Frontend Development: Stuff you need 14 July 2018 Andre-Speek Tips & Tricks To start doing some Frontend Development used to be quite expensive. With all the tools needed to do just the basics. Fortunately that has changed. Nowadays all the tools you need are absolutely free and easily available. In this post we will explain which tools you need to get started doing Frontend Development using the Essence Framework. [More]
Scrollable Table with fixed Header using CSS 11 July 2018 Andre-Speek CodeSnippets, Tips & Tricks Here's one a lot of you will have encountered and that has been the cause for some major headaches. The case? So, you have a list of data that you present in a table. But there are quite a lot of rows, so the user will have to scroll the page. But there is more on the page so the table should only take a specific height. Hence the rows should be scrollable but with a fixed header. Sounds familiar? Given you some headaches too? Well, here is a different approach with is easier and will give you the desired effect in no time! [More]