Create Circles with jQuery and CSS3
Here is a small script to use divs as Canvas This is a small script which allows you to create a circle using as little code as possible to allow the script performance excel. Some browsers may not...
View ArticleCSS Clearfix
What is it? I love this bit of script, .clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} .clearfix{ display: inline-block;} html[xmlns]...
View ArticleCSS Selection / Highlight change default colour
I was reading this blog and it was so amazing that I wanted to share it with you guys. http://css-tricks.com/overriding-the-default-text-selection-color-with-css/ He also as an example right here....
View ArticleHighlight text colour and common design failure
CSS has come a long way, but keeping up with new features and remembering everything to help users as much as possible can be a difficult task. Often is because we are prioritise our design/development...
View ArticleOne CSS Class, two different styles icon-like
Like many people, including the jQuery UI official, they use a method of multiple class to achieve something, I get annoyed easy and wish to have a shortcut for this… the answer is amazingly simple as...
View ArticleResponsive Design – Detector tool
What is it? Often we turn to responsive design and its breaking points to develop and design websites which look good, in all different screen sizes. Sometimes the simplest of tools can be the most...
View Articlebetter Asset Manager with JavaScript
There are two main problems with loading assets in the front-end world. I would also like that the following solutions maybe controversial and not necessary the best solution out there, but you will...
View Article