Phone number usage on mobile web pages 31 October 2017 minute reading I love usability, don’t you? Even the smallest touch to the user experience will worth more then the effort to users. On the web pages I have to user phone numbers, I always add the dial code to my HTML. With that, you can make your visitors to one-click on the phone numbers to dial or skype call easily.
Separation of Concerns 24 October 2017 minute reading Separation of concerns is a design principle stating that code should be separated based on its purpose in a program. In web development, that generally means the structure of a page is defined in an HTML document, styles are stored in a CSS file, and code that defines dynamic behavior is stored in a JavaScript file.