ylliX - Online Advertising Network

TikTok boss seeks Musk input

ByteDance-owned TikTok chief executive officer Shou Zi Chew has sought input on US matters from Elon Musk, a close adviser to president-elect Donald Trump, the Wall Street Journal reported citing people familiar with the matter. Chew initiated messages with the Tesla chief executive in recent weeks and asked for his opinions on topics ranging from […]

Date input field calendar icon position issue in RTL direction for Chrome and other browsers

I’m having an issue with my date input field on a website that’s in Hebrew (RTL). In Firefox, the calendar icon appears on the left side as expected, but in Chrome and other browsers, it doesn’t. I’m using: <input type=”date” class=”form-control” name=”adjDate” id=”adjDate”> html[dir=”rtl”] .form-control[type=”date”]::-webkit-calendar-picker-indicator { right: auto; left: 0; } document.addEventListener(‘DOMContentLoaded’, function() { const […]

Behind the Scenes: Never Trust User Input

This article is the first in a series of posts I’m writing about running various SaaS products and websites for the last 8 years. I’ll be sharing some of the issues I’ve dealt with, lessons I’ve learned, mistakes I’ve made, and maybe a few things that went right. Let me know what you think! Back […]

Highlighting Text Input with Jetpack Compose

We recently launched a new feature at Buffer, called Ideas. With Ideas, you can store all your best ideas, tweak them until they’re ready, and drop them straight into your Buffer queue. Now that Ideas has launched in our web and mobile apps, we have some time to share some learnings from the development of […]