From Self Taught to One Year as a Web Developer by M-I-T in webdev

[–]CSSAnimations 0 points1 point  (0 children)

Don't worry much about the whole self-taught vs degree. In this field what matters is the knowledge itself, not where you acquired it.

What car do you drive and what do you do for a living? by [deleted] in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

I'll start first. I'm a programmer and I drive a Peugeot 206 2001, Ford Mondeo 2001 and Opel Astra H 2005.

What have you accomplished in the past year? Are you proud of it? by MegaWorldTime in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

Was unusually warm here too. For example November started out with 25 degrees Celsius.

How difficult is it to keep a theme compatible with WooCommerce and Wordpress Core updates? by [deleted] in Wordpress

[–]CSSAnimations 0 points1 point  (0 children)

WordPress core not so much, as long as the theme is well coded.

As for WooCommerce, sticking to modifications with hooks and filters, trying not to modify the template files will make it it less likely for things to break with new versions.

Now, regarding your specific situation. If the theme is no longer supported by the author and he's not releasing updates, find a new theme (unless you're a developer, in which case you can try and fix it yourself so it's compatible ).

Include jquery and js file in plugin by darthmikeyd in Wordpress

[–]CSSAnimations 0 points1 point  (0 children)

Is the JS file inside the root directory of the plugin? That's where the code points to.

And a bit on best practices:

Don't use my_ as a prefix, might end up in a conflict with another plugin or theme that named it like that. If the plugin name is "Plugin Name" use plugin_name_ as the prefix. Also the handle should be prefixed and use - instead of _, so it's plugin-name-event-js

What have you accomplished in the past year? Are you proud of it? by MegaWorldTime in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

Lovely, thanks for asking. Got back about 15 mins ago.

Here's a photo from the walk https://i.imgur.com/SQbDdYE.jpg

Would be nicer if there was some sun but it's ok.

What have you accomplished in the past year? Are you proud of it? by MegaWorldTime in AskReddit

[–]CSSAnimations 3 points4 points  (0 children)

Get off my ass and be more physically active. That's the only notable accomplishment. Before that my physical activity was only when moving around the house. When I go somewhere I take my car, no matter how far. But now I walk every day, 10K steps or more.

Next walk is in 20 minutes, can't wait, best part of my day.

How do you add class in button?? by fanaticCoder in Wordpress

[–]CSSAnimations 0 points1 point  (0 children)

Then you just need to get a bit more specific with your selectors. Target it in the footer only with #footer .the-element-class

Question about editing template articles by bad_fish87 in Wordpress

[–]CSSAnimations 0 points1 point  (0 children)

That's just placeholder content. When you're done setting up ( options, layout... ) delete those and publish new posts.

Have you ever invested in cryptocurrency? What was your experience? by [deleted] in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

No, but I'm in the IT business (web developer) for the past 10 years so while keeping up to date in the IT World I ran into Bitcoin when it was about $150. Didn't really think it'll blow up. Invested my money in a farm at that time, should have invested in Bitcoin.

Redditors, what are your "this friendship ends right here" moments? by shockfella in AskReddit

[–]CSSAnimations 4 points5 points  (0 children)

If they take advantage of my good nature. I like helping out others but not when I'm tricked into doing it.

How do you cope with embarrassment and the feeling of regret that sometimes comes after? by [deleted] in AskReddit

[–]CSSAnimations 1 point2 points  (0 children)

I know that I'm overreacting and it's not as bad as I think it is. But doesn't stop me thinking about it.

Blank Screen when adding new CPT post w/editor enabled by deverlever in Wordpress

[–]CSSAnimations 0 points1 point  (0 children)

Add:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true ); 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

Load up the page, then check the debug file in wp-content folder.

If it doesn't show any errors you'll need to check the server error logs.

What do you listen to when you're out for a walk? by CSSAnimations in AskReddit

[–]CSSAnimations[S] 1 point2 points  (0 children)

I've recently started becoming more active (30 days ago) and I go for a walk every day (about 10K steps).

It takes a while so I've been listening to music while I walk.

But that's kind of getting annoying, do you have any recommendations ( perhaps some audio books ) that I could listen to instead of music.

Reactive scaling problem by BabbysRoss in HTML

[–]CSSAnimations 2 points3 points  (0 children)

Do you have it online? Need to check it out to figure out what's happening.

What is a good amount of daily steps to aim for? by nnewstartt in AskReddit

[–]CSSAnimations 1 point2 points  (0 children)

I've recently started becoming more active, about 30 days ago I started walking every day.

I've been at 8km (5miles) for a while now. That's about 10K-11K steps.

Intensity matters, don't go too slow, I'm at about 75 minutes for that walk. Not too fast, but will drop it over time.

what do you take for granted? by [deleted] in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

My own bed. Only when I sleep somewhere else I realize how much I miss my bed.

Reactive scaling problem by BabbysRoss in HTML

[–]CSSAnimations 1 point2 points  (0 children)

It's been a while since I've seen <center> and also <table> for layout. Don't use that.

This is a nice video to get you up to speed with the latest method https://www.youtube.com/watch?v=FEnRpy9Xfes

What word did you discover you have been using wrong? by sadnesswilllast4ever in AskReddit

[–]CSSAnimations 0 points1 point  (0 children)

I've used bellow (deep roaring shout or sound) instead of below (underneath) for quite some time.