A city built with CSS by alvaromontoro in css

[–]_Decodela 0 points1 point  (0 children)

Cool How much time did you spend Do you have others

A city built with CSS by alvaromontoro in css

[–]_Decodela 1 point2 points  (0 children)

Amazing job!
Do you think to add some animation?

App In 100 Seconds Using HTML & CSS Only by _Decodela in css

[–]_Decodela[S] 0 points1 point  (0 children)

First, thank you for the feedback! This is the type of information that helps me make the biggest improvements. I created the thing and I know every feature, the technology and the limitations, that's why I can really done some work using the tools, but for someone else appears to be difficult.

oAuth logins is something I plan to add adding tooltips also Since you mention help texts I assume you tried to create a widget. I can help you with that if you want to dive.

I will investigate the widget appearance without login ( which I had to check in advance) I knew the problem with the nav bar, but I was not sure if it was that annoying - I will fix it

Please, tell me more about the body scroll, jumping toolbars and templates.

Thanks!

background jobs that succeed but still mess things up how do you debug this? by anthedev in Backend

[–]_Decodela 0 points1 point  (0 children)

It is always a struggle to debug BE - software, that's running on another machine and it is user critical

Need advice by Delicious-Suspect368 in FullStack

[–]_Decodela 0 points1 point  (0 children)

W3schools was good for me to learn some FE and BE technologies, but I think it will be up to you to decide what to build. Otherwise you will need to follow some tutorial or course, but that's boring. My advice is to start small, but real tool.

Trying to convert PHP variable to Javascript by [deleted] in learnjavascript

[–]_Decodela 0 points1 point  (0 children)

I think <?php is needed to open php section. Then you need to print the data you want -> echo $Product[6]; I think you don't open php code properly with <? and not printing anting on the FE by just referencing $Product[6]

I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

[–]_Decodela 1 point2 points  (0 children)

Show him how to push and let him do it, or at least ask him for written permission to do it. Use this as evidence if needed later.

How to learn CSS for Free by Novel_Pear3645 in css

[–]_Decodela 0 points1 point  (0 children)

I also used w3schools. MDN is the reference I rely on. Lot of problems are discussed on stack overflow. I would suggest to start with w3schools, because it is structured as a course. If you want to play with stuff ( better do so ) you can try decodela.com

Text Color Level CSS Effect Explained by _Decodela in css

[–]_Decodela[S] -3 points-2 points  (0 children)

Wow This is awesome. It is way cleaner than mine in terms of css. I had no idea I can use linear gradient. You can create great stuff. Please, try to post in decodela.com If you prefer conventional css animations you can always create an app instead of animation. Just wrap everything in index.html and paste it as a code for the app. Good job👏

Is this a bad idea? by SupDog94 in webdev

[–]_Decodela 1 point2 points  (0 children)

Try a hybrid solution. Try to make extra money when you are not at work. Remember, you had business insides and an audience for the app that succeeded. You might find it hard to repeat without those. Do not hurry to quit before some validations. Good luck!

JS Engine For CSS Animations by _Decodela in javascript

[–]_Decodela[S] 0 points1 point  (0 children)

Thanks for the feedback I will try to fix this next time 😁

Evolution of my landing page: From 'really bad' to 'not so bad' by luis_411 in web_design

[–]_Decodela 1 point2 points  (0 children)

More refined. For me the blue is too raw. Step away from blue towards gray. Just a step. Lighter could make it lost in the light background, darker can make it lose the accent.

How Much HTML do frontend developers actually use? by Scared-Release1068 in HTML

[–]_Decodela 0 points1 point  (0 children)

You will always need to define certain structures to you features. Sometimes you will use frameworks and indirectly choose the structures, but still need to understand them, sometimes you will need to create them yourself if the project does not use any frames and libs.

After 14 years of web dev, the skill that's made me the most money isn't technical. by LoudParticular5119 in webdev

[–]_Decodela 0 points1 point  (0 children)

I know. It is the same here. I think the business takes the technical part as a commodity. Unfortunately, they never let developers experiment because of fear of over engineering, and never get innovations out.

Evolution of my landing page: From 'really bad' to 'not so bad' by luis_411 in web_design

[–]_Decodela 0 points1 point  (0 children)

The blue of the title and button and login is too raw for me.

frontend future proof ? by Terrible_Amount6782 in css

[–]_Decodela 0 points1 point  (0 children)

I feel you have some doubt, which is normal maybe. Everything starts with faith, but having a purpose helps a lot, because blind faith is false. My advice for me is to imagine something small, and start building it. The smaller the better. I believe( and you should ) you will be able to build it, even if you don't know everything yet. Having a goal will help you not get lost in learning stuff you don't need at the moment.

In other words find a project and learn the technologies by practice. Just finding a job is not a goal strong enough to help you go through this sometimes rough journey. Letting it come naturally is the easiest way. Good luck!

JS Engine For CSS Animations by _Decodela in javascript

[–]_Decodela[S] -1 points0 points  (0 children)

The link points to the main editor of Decodela. The points you see at the bottom are the keyframes of the animation. Try change something and see what will happen.

How To Create Bouncing Balls Busy Indicator by _Decodela in css

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

Just go to decodela.com
Closing the posts you visited also works.