Live data from Hacker News

Hire HTML and CSS People

robinrendle.com

51–54 of 54 posts

Re: Hire HTML and CSS People

#51
post #34

Earlier quoted context omitted.

> css has become very large and complex Respectfully disagree. I think CSS is simpler than ever, and it’s only getting more streamlined and powerful. E.g. what used to be a complex blob of floats is now a simple grid layout.

> what used to be a complex blob of floats is now a simple grid layout. And what used to be relatively simple static layouts designed for a 4:3 screen are now layouts that must accommodate a screen of any arbitrary aspect ratio and physical size. This means that most of your components will now have at least 2 layout states, one for desktop and one for mobile, usually horizontal and vertical respectively, accomplishe…

> And what used to be relatively simple static layouts designed for a 4:3 screen are now layouts that must accommodate a screen of any arbitrary aspect ratio and physical size.

You should, yeah – it’s not inherent to CSS, though. For example on Android, your app can be ran on phone or tablet. I’d argue that the tools CSS provides for this are pretty easy to use.

> accomplished by switching random layout related properties on and off

You don’t have to, but it’s easier to understand usually.

For example, you can make a sidebar layout without @media (or @container) queries but you have to understand flexbox pretty well: https://every-layout.dev/layouts/sidebar/

(Personally, I’d just use an @container query here.)

Re: Hire HTML and CSS People

#52
The advent of technology has given rise to social media platforms and applications which have facilitated easy interaction and communication between individuals. However, such platforms remain vulnerable to misuse by individuals who are habitually unfaithful. In the case where you may need to monitor your boyfriend's phone, it may be advisable to seek the services of a proficient hacker, such as tomcyberghost @ gm a il com, who can provide a plethora of comprehensive details. Based on my experience, this hacker has demonstrated a track record of trustworthiness, reliability and dependability - even in situations where the individual under scrutiny is untrustworthy.

Re: Hire HTML and CSS People

#54
post #48

Earlier quoted context omitted.

> I remember having to use invalid characters to fork CSS in the days of IE 6 I just twitched a bit reading that

There were differences between IE on Windows, IE for Mac (which had an entirely different engine), Netscape, Gecko, and Safari. If you needed to work around them, you could either sniff user agents, or abuse parsing inconsistencies to hide rules from each.

I used the parser inconsistencies myself. I created the first web app template that worked in IE 3/4 and Netscape 3/4 for a Fortune 500 back in the day.
Post reply on HN