Many times, after I finish writting my comment or post, I press Ctrl + Enter and … nothing. That’s too […]
Tag: ux
Resize Textarea to fit Content
When users type and add or remove new lines the textarea re-sizes to fit the same number of lines $(‘#content’).on( […]
How to provide the ultimate web dark mode experience
Adding dark mode to your web app is one way of improving the user experience. Here are some dark mode […]
Web-desktop: As Native-like As Possible
I have recently been traveling to another city. That is why I brought with me my trusty NUC installed with […]
Static vs. Dynamic Websites: Which Is Better For SEO?
URLs and websites are primarily classified into two categories: static and dynamic. To the average internet user, the difference is […]
Announcing the Simple-Tree-Component!
Introduction Over a year ago, a colleague of mine and me were searching for a javascript-component capable for tree-rendering. There […]
Responsive data table with podtablejs
This post is about creating responsive datatable but before we proceed with the march ui designers and developers have evolve […]
iOS: Handling Pan Gestures Properly
Using Pan Gesture recognizers in your iOS app makes for a fun and convenient experience. You may find that you […]
Connecting a react app using custom elements
The React documentation says that React and web components are complementary to each other. We’re going to wrap a React […]
Developer Diaries: Week 6 – Deep thinking, workstation optimization, and search UI!
Return from vacay I’m baaaaack! Had a lovely week out in Southern California with my partner and my family. Experienced […]
Fade an element relative to scroll, in one line
Here’s a neat jQuery trick to fade an element based on how far down the page you’ve scrolled (maybe you […]
HTML5 constraint validation
HTML5 introduced some new mechanisms that can reduce the effort needed for client side form validations. Two important additions to […]
HTML5 Download Attribute
There are a couple of neat features in HTML5 that you should consider using more and more. One of these […]
Developer Diaries: Week 3 – Launch time
A little late on my week 3 post, but better late than never eh? This week was really exciting! Let’s […]
Bret Victor – Inventing on Principle
Nearly 6 month old, but still worth sharing againt, a stunning talk on UI, UX, software development and where it […]
⌘-ENTER to submit forms.
Make the Internet better, submit forms with ⌘-ENTER. https://gist.github.com/stevenharman/6054478
Use Google Optimize in React web for A/B Testing
I’ll explain how to create an experiment in the Google Optimize (GO) panel to get a simple boolean flag in […]
Landing-Page Became A Project Of It’s Own!
Hey everyone, Having built the initial version of my productivity tool, Slate, I started working on it’s landing page. At […]
Resize Textarea to fit Content
When users type and add or remove new lines the textarea re-sizes to fit the same number of lines $(‘#content’).on( […]
A Motivational Post About Creating Good Web Frontends
Often the frontend is called the place where the user experience takes place. The counter part of the frontend is, […]
- 1
- 2