An Introduction to SVG – Part 3
Hey guys, welcome to another post about SVG. So far we’ve seen how to create, stylize, and load SVG shapes and we took a look at the SVG coordinate systems, the viewport and the viewbox….
Hey guys, welcome to another post about SVG. So far we’ve seen how to create, stylize, and load SVG shapes and we took a look at the SVG coordinate systems, the viewport and the viewbox….
At the end of my first post about SVG, I told you that today, I would talk about the use of CSS with SVG, but guess what… I lied. Yep! Do I feel sorry? Not…
You remember that kid at school sitting in the back of the classroom whom nobody ever talked to? Everybody knew he was there, most of them knew his name but nobody wanted to be teamed…
Web development is full of passion. It’s a big thing that moves fast, where new technologies, new frameworks and new tools are created on a daily basis by individuals, groups and corporations, all striving to…
Too often have I seen simple web applications become a huge pile of intertwined, indecipherable JavaScript code. As features are added, code is added into seemingly random files, event listeners are accidentally duplicated, jQuery selectors…
Using libraries like Chosen is a good way to simplify your code. Otherwise difficult tasks can be completed in a matter of seconds. The main problem we find with libraries though is that their default styles…
Since my very first days at Arcbees, I’ve been coached in code styling. I always had my own way of writing code, but never did so using strict rules. Following a pre-defined structure for my CSS,…
When we decided to redesign our website, our aim was both to present our new branding and showcase the possibilities of GWT. Manon, our designer, did an awesome job on the branding. As part of…
So say you have a beautiful GWT application that uses GSS. Smart developer that you are, you did this using a theme file to easily manage your variables, in order to speed up your coding…
When we started working on our new website, we quickly faced challenges often encountered with single-page application frameworks: enabling search engine optimization (SEO) and crawlability. The problem with these kinds of applications is that you…