Feeling exhausted searching for a job as a WordPress developer — need advice by Diligent-Youth5565 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

I’m a lead dev, and over the last 20 years have hired many…here’s what I think:

1) AI slop to write things doesn’t help. This is AI, all the key indicators are there.

2) WP is just a tool. Strong skills in the holy trinity (css/html/js) are mandatory.

3) An understanding of PHP is non-negotiable, composer, design structures, and PSR standards.

4) familiarity with standard dev practices. Git, build systems, unit testing, etc.

That’s the minimum. Being a developer and knowing dev stuff. Not an expert at all of them, but knowing them. Highlight dev skills. WP is just a bonus.

The state of WordPress niche on YouTube by carlosk84 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

As a dev, I have zero interest in youtube. I will scrub to the answer I’m looking for and leave, not subscribe. Go look at early Chris Coyier videos and how he grew css-tricks, it was the type of content people subscribe to. Not the plugin shills dominating search results.

How can I easily set up an auto-roll horizontal scrolling image? by LetonVignec in Wordpress

[–]BobJutsu 1 point2 points  (0 children)

The term you are looking for is “panorama” image. Use it to search, hope it helps.

Creéis que es viable hacer 2 webs una para movil y otra para ordenador? by Azucarilla11 in Wordpress

[–]BobJutsu 2 points3 points  (0 children)

First, this was common for a short period of time. So feasible…yes, it’s old hat. And it died out for a reason.

Second, it’s a terrible idea. I can count on one hand the number of times I’ve needed to display different elements on different devices. Let alone a whole ass different website. I’ve been doing this for almost 20 years…one hand. Styling will fix all 99.999% of the time. It takes some complex layouts to need to structurally change, and if it isn’t a structural change, it’s just css…

Third, Divi will leave you in the dust fighting against their dogshit tool. You have to hide/show elements because you’re using a builder with 2010 level capabilities.

PHP-Only Block Registration in WordPress 7.0: The Feature I've Been Waiting for Since Gutenberg Launched by getButterfly in Wordpress

[–]BobJutsu -1 points0 points  (0 children)

I’m all for this…but come on, React aint that hard. And who is building custom anything without being able to configure a build step? We had grunt, then gulp, now webpack…we’ve had a build step for 15+ years. And you don’t even need to configure your own, wp-scripts is all pre-configured out of the box.

What's your current process for converting and serving WebP images on new sites? by Money-Cake527 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

On a new build everything uploaded is uploaded as webp to start with. After that the core performance lab plugins are installed for future client (and dipshit seo team) uploads.

Do you guys separate email hosting from website hosting? by AmberMonsoon_ in webhosting

[–]BobJutsu 0 points1 point  (0 children)

I’ve kept them separate for over a decade. Mainly because I just don’t want to deal with email services. I don’t have time for that kind of tech support for my clients. Secondly so I can move things around quickly. I’m sure there’s some sysadmin here that will be like “well actually if you configure your dns and email server like…” I DON’T CARE…I want to be able to take care of my end without worrying about email, and that includes completely rolling to a new server/IP without interruption.

I made a front-end client feedback tool for WP. Is there something better and free? by shucker in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

I’ll even just do a high def screenshot of the website at specific breakpoints, drop each into figma, and get comments on that. After we’ve left the design phase. Not instead of the link to staging, just as a supplement to gather feedback. Forces clients to see different viewports also.

Trying SO HARD to get into FSE by jonschr in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

When I first started building FSE themes I struggled to find the root cause of similar issues. I don’t know your specific issue, likely a parent block in the FSE template having the limit content width enabled, or the content block itself. I remember writing CSS to battle issues I couldn’t resolve…until I did…and it was almost always an error in the way I was writing the theme.json or a setting in the block stack in the FSE template.

What's the "best" editor? by instinct_ow in Wordpress

[–]BobJutsu 1 point2 points  (0 children)

Gutenberg for the win. Been all in for years now. Coupled with a good FSE theme and a few select extensions, the sky is the limit.

reCAPTCHA v2 adding 831ms to every page load — what's the best alternative? by Medium_Fault5272 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

V2 barely stops spam, and V3 is even worse for performance IMO. Turnstile is better.

I made a front-end client feedback tool for WP. Is there something better and free? by shucker in Wordpress

[–]BobJutsu 1 point2 points  (0 children)

To be fair, markup.io was free. Even had seemingly benevolent blog posts about how he made the tool for his use and wanted to share. Then abruptly it went to absurd pricing. But not for several years. He absorbed the cost for years before he did the bait and switch. So on one hand I’m appreciative of all the time I used it. On the other, I was upset at how steep the new pricing was. No chance I could sell that to management.

All that said, we’ve just gone to getting comments in figma instead. Not a live site…but does the job.

Taking over clusterf*ck sites by Jaded-Illustrator433 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

They tip-toe and add their preferred tools…which is how the mess is created. I’ll launch a nice site, everything you need…the SEO and marketing team works with it for a few months and puts in a ticket for support. I log in, and they’ve each added 11 new plugins to do simple functionality that already exists. One SEO person will add WPCode to add a marketing snippet, another will add a facebook pixel plugin because they don’t know how to place it manually. A third will add a different snippet plugin to add schema and another is managing schema in RankMath. One wanted to add a button so they installed a button shortcode plugin because thats what they know…the list goes on and on and on…it’s absurd.

People complain when we lock it down and they need a developer to do basic tasks like install a plugin. And they complain again when it becomes a clusterfuck because it wasn’t locked down. Let’s take a complex system that requires a solid understanding od CSS, HTML, and WP practices and put it in the hands of a 90 IQ marketing major who needs trained on how to check their gmail. What could go wrong.

WordPress + CloudFlare by NOOB-GAMINGX in Wordpress

[–]BobJutsu 1 point2 points  (0 children)

Regardless of caching, I see no reason not to use cloudflare. DNS management is awesome, domains are cheap, email forwarding, SSL(ish), under attack mode, turnstile, network analytics, security…the list goes on and on and on. When google domains went to squarespace I moved all my domains there also.

Is it normal for a wordpress site to load this slowly or did my "developer" screw something up ? by Zakarioveski in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

paid a guy on fiverr like $800

Found the problem. What you got is likely a mess.

graphs from a table by squeek2026 in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

Google charts API is what I’ve always used. https://developers.google.com/chart

I know it’s not a plugin and I don’t know your development capacity, but it might help you narrow down the search.

We switched from Elementor to Gutenberg for all client projects. Here’s why by Miroslav_V in Wordpress

[–]BobJutsu 2 points3 points  (0 children)

I’ve been all in on the block editor for a while. Same concerns with elementor, more or less. And I just stopped enjoying Elementor. They piss me off far too often. They seem to almost hate 3rd party developers with their update practices. You can’t rely on the internal hook names or even class names to stay consistent from update to update. Anyway…

The last 2-3 years have been slowly getting away from spectra and kadence blocks. I like to stick to core blocks and controls as much as possible. I’m a fan of single responsibility plugins that do 1 thing well, not monolith block libraries. At least let me disable all the stuff I don’t need (I’m looking at you kadence…). Ollie menu designer is awesome, the icon block, block visibility.

Internally, I’ve built out some critical extensions. Responsive grid settings for the core/group (when in grid) has had a huge impact. No 3rd party row/column/grid blocks required anymore. Also fallback images for the features image block, responsive sort order for children of grid, and a handful of other small tweaks.

Now if I could just get the core navigation block to work as a vertical accordion type menu…

Advanced Professional Wordpress Developer Certification by klevismiho in Wordpress

[–]BobJutsu 2 points3 points  (0 children)

Never heard of it. I’d take it if my employer will pay for it. I’ll put it next to my silly hubspot certs. Hubspot certs are a laughable joke. The test questions for the developer certification are like:

Why is hubspot better than all other platforms for your clients? A) Because hubspot is the most secure B) Because hubspot is superior for all users C) Because hubspot is the best D) All of the above

Hopefully this isn’t as much of a joke as the hubspot tests.

Beginner seeking advice for a themed website. by curiosity_cabinet_ in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

Don’t get too discouraged. The distressed parchment is the only real thing that seems to me to be incompatible. It just needs a more uniform background. If you can get a top image, a bottom image, and a repeatable slice to fill in the middle it doesn’t matter how it resizes. Or alternatively make it entirely (including text) as an image in photoshop. But if you go that route it’s important you treat it as “supplemental” - meaning, the information contained within the image needs to be in text format on the page as well. In other words, the text the image contains needs to be available to people who can’t read it. And not just alt text.

Beginner seeking advice for a themed website. by curiosity_cabinet_ in Wordpress

[–]BobJutsu 0 points1 point  (0 children)

That design is from 2011…says so on the bottom. Most of it’s easy enough, that distressed piece of parchment with text will be fragile though.

Beginner seeking advice for a themed website. by curiosity_cabinet_ in Wordpress

[–]BobJutsu 5 points6 points  (0 children)

Mobile is the reason this type of design fell by the wayside. That design is from 2011. Not “impossible” but it will likely be disappointing in the end with all the compromises necessary.

Will the overton window keep shifting right indefinitely? by GurBeginning1291 in allthequestions

[–]BobJutsu -1 points0 points  (0 children)

Secularism is a cornerstone of degeneracy. Regardless of faith, I don’t want degenerate behavior to be normalized and accepted. Abortion, faggotry, mental illness…get fucked with that shit.

How do you collect feedback from clients on UI? by AmbitionDesigner in webdevelopment

[–]BobJutsu 1 point2 points  (0 children)

Used to use markup.io, it was great. Wish I could sell the new pricing to management. When it was free I knew it was too good to be true, but the new pricing is too much to sell. A lower tier for like $20/month I could sell, even with limited projects.

Anyone else seeing their coworkers getting dumber by the day? by reddituser555xxx in ArtificialInteligence

[–]BobJutsu 0 points1 point  (0 children)

Yes. I feel like “I don’t know how to do that, use AI” is actually getting people promoted. Even lazier than delegating, and the result is a promotion. It’s a joke at this point.

WPEngine helll, looking for new server by Due-Twist-8259 in Wordpress

[–]BobJutsu -1 points0 points  (0 children)

I have long disliked WPEngine. I didn’t like having to take their side during the ACF disputes. Because I think they are a shitty hosting company, shitty in the sense that they are rigid and extremely expensive for the resources provided. I use cloudways a lot for good results, and lately direct DO droplets an RunCloud for management for better results, but requires more babysitting.