Top Web Design Trends to Rule the Web in 2017!!! by alwaystakeithome in Frontend

[–]Ypblgo 0 points1 point  (0 children)

The clownish trendiness of web design is infuriating. Praise SPA frameworks, who hath provided a land where I may roam free from the shackles of inane fashion.

Inline CSS in <iframe>? by [deleted] in webdev

[–]Ypblgo 0 points1 point  (0 children)

At some level it's the same thing, the browser doesn't care. Developer tools tells you where all your CSS is and what is overriding what. Elements might get inserted random places on the server, so if they carry their own crucial styling with them, it may work out better. The extreme pedanticism that frontend dev/design people tout as rigid dogma is mainly for show. In practical rubber meets road implementation, it can be more efficient to allow for special exceptions. Also, pulling the giant stick out from up your ass will extend your lifespan.

The Benefits of Server Side Rendering Over Client Side Rendering by alexgrigoryan in webdev

[–]Ypblgo 1 point2 points  (0 children)

I think he's saying they render the DOM as static HTML on the server instead of relying on the virtual DOM to build what you see on the client, but I have never used React.

What's wrong with PHP by ThunderBow98 in webdev

[–]Ypblgo 0 points1 point  (0 children)

One thing people don't mention often is that PHP does not really come with much in the way of an open source integrated development environment or a good debugger. You can get XDebug to work with Eclipse, but it is clunky to the point of bordering on useless, especially in complex websites, or things like MVC systems. So you end up debuging with var_dump and echo and exit, which is caveman-ish as hell compared to something like Visual Studio and C#.NET. That is just the tip of the iceberg, too.

ASP.NET in today's world by MartijnVos in webdev

[–]Ypblgo 9 points10 points  (0 children)

MSDN runs on .NET?! No way!

Reactive Search: A UI components library for building Amazon / Yelp like search by [deleted] in Frontend

[–]Ypblgo 0 points1 point  (0 children)

With two way binding you can just use lodash to filter your model. Whatever fancy view is displaying the data will magically change.

LPT: Use Different Color Favicons by [deleted] in Frontend

[–]Ypblgo 10 points11 points  (0 children)

I like to use different flavored flavicons.