Highlight 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 ArticleEveryday tools and websites
1. Convertico Convertico is a beautiful website, simple and it converts your image to an icon. www.convertico.com 2. Color Zilla I could not thank this guys enough, I did about 20 themes, and this...
View ArticleCache and clean understanding
This is a post for those who have a blur understanding about cache. When we use the word cache there is no way of understanding which type of cache we referring to. Here are a few different types of...
View ArticleFixing the auto scale on mobile devices
auto scale Cross Platform Un updated version of this will come up several bug fixes, and a better experience. Ever felt as if you tried so hard to, fix a problem on a mobile, and end up wasting hours...
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 ArticlePHP plural to singular
I came across a small issue to display the singular version of any English word using some grammar rules to de-pluralise a word. function depluralize($word){ // Here is the list of rules. To add a...
View ArticlejQuery overturn selector for better readability
What do I mean by this? Well it’s a really simple idea: I like chaining I like jQuery I DON’T really like using the method I think it makes the code a little unreadable. I do like my code to be a...
View ArticleRegular Expressions like a PRO
I have come across this little beauty https://regex101.com/ . At regex 101, you will no longer have problems of figuring out how they work or test how it works. All you have to do is, have a copy of...
View ArticleEradication of HTML Forms
Introduction I have recently been experimenting with Node Js and some other languages which compliment NodeJS. I will attempt to give my explanation (to the best of my knowledge so far) so it may help...
View Article