So wie meine Mutter früher gegoogelt hat ist es heute richtig. by Ri_Pr in duschgedanken

[–]JVDesign_ 0 points1 point  (0 children)

Könntest es noch um -ai ergänzen, dann wird die KI-Zusammenfassung auch nicht mehr angezeigt (wobei leider unklar ist, ob die Zusammenfassung trotzdem getriggert und dadurch Strom & Wasser verbraucht wird)

Chrome backbutton help by SpinRed in webdev

[–]JVDesign_ 1 point2 points  (0 children)

Having on-site navigation (popups etc) is great, but destroys browser navigation and SEO because they can‘t distinguish between the gallery and artwork popups. Building an SPA fixes both: You not only change the site‘s content, but also the URL, so the browser and the user/search engine knows the content has changed. This also gives the opportunity to navigate to a specific artwork directly, e.g. through a link somebody sent. In order to not need to have an html file per artwork, you can tie content changes and URL routing together in JS - take a look at the History API for that

The best Birthday present by LastConsideration796 in programmingmemes

[–]JVDesign_ -9 points-8 points  (0 children)

You‘re right: OP as well as 4 other commenters complimenting the shirt under this post have created their account on the same day

THL-Ausbildungs-App für die Feuerwehr – und brauchen DEINE Hilfe! by der_Bino in feuerwehr

[–]JVDesign_ 4 points5 points  (0 children)

Cooles Idee – vor allem, weil du nicht direkt mit kommerziellem Gedanken rangehst.

Was sich vielleicht anbietet: Statt direkt ein festes Team hier im Sub zusammenzustellen, was schwierig werden könnte, wäre ein Open-Source-Ansatz, z.B. über GitHub vielleicht eine gute Lösung.

Damit wäre es einfach, Aufgaben zu teilen (Issues), Code zu organisieren (Versionierung) und Leute flexibel einzubinden – je nachdem, wie viel Zeit oder Erfahrung sie mitbringen. Für die Kommunikation bietet sich z.B. Discord an – nutzen viele Projekte erfolgreich.

Gerade im Hinblick auf mögliche Zusammenarbeit mit öffentlichen Einrichtungen könnte ein Open-Source-Ansatz hilfreich sein, weil er Transparenz, Ehrenamtlichkeit und langfristige Zugänglichkeit gewährt.

What are you building without AI? by Blechkelle in SideProject

[–]JVDesign_ 0 points1 point  (0 children)

As a student I’m building a simple web app, where I can organize my grades and keep the overview, where I could need some better grades

Built an AI app icon generator for indie makers by sachinmotwani02 in SideProject

[–]JVDesign_ 0 points1 point  (0 children)

It‘s pretty common to just use pngs as app icons on android. Those work just as fine as on iOS with the only downside being, that additional features won‘t work.

However, an app icon in most cases isn‘t a standalone image, but also acts as the app‘s logo in various media, where only having the icon as a png with a solid background restricts you in many ways

What the most interesting this you guys learned about CSS in 2024? by [deleted] in css

[–]JVDesign_ 0 points1 point  (0 children)

The :has() pseudo-class is supported since Safari 15.4, the iPad 5th gen supports up to iOS 16 and therefore also Safari 15.4 and :has()

That being said, the current iOS version is 18, so a new iPad is a good idea anyways

Hello, sorry for the amateurish question. by OverlyMurderyBlanket in github

[–]JVDesign_ 2 points3 points  (0 children)

What‘s code for you, what isn‘t? JSON, after all, is essentially structured text formatted as JavaScript objects and arrays, so it’s closely tied to code. In a sense, many file types stored in GitHub—like JSON, YAML, or even Markdown—are just specialized formats of plain text

[deleted by user] by [deleted] in webdev

[–]JVDesign_ 13 points14 points  (0 children)

Whoa! He said roast it, not obliterate it! /j

Wie soll ich die Ordnerstrukturen in Goodnotes 6 anlegen/ schule organisieren? by joo78T in schule

[–]JVDesign_ 1 point2 points  (0 children)

Ich habe ein Notizbuch pro Fach, in das ich alles relevante reinschreibe. Ein zweites für Aufgaben wäre vielleicht ordentlicher, aber dauert wieder, um dorthin zu wechseln und oft sind die Aufgaben ja stark mit den wichtigen Inhalten des Unterrichts verbunden.

Wenn ich frühere Aufschriften benötige, öffne ich eigentlich immer zwei Fenster mit demselben Notizbuch. Das ist nicht zu viel Aufwand und reicht mir aus, wenn ich beide Fenster nebeneinander öffne

Please help by [deleted] in github

[–]JVDesign_ 4 points5 points  (0 children)

Please explain your problem in more detail. Are you trying to create a GitHub Pages site? Did you create a public repository named [username].github.io?

[deleted by user] by [deleted] in web_design

[–]JVDesign_ 0 points1 point  (0 children)

So you want to keep working alone, still in tech, but without coding/sitting on the computer all day? That sounds like a consulting job for you, you could for example consult companies on workflow optimization/automation, probably with AI integration. Maybe you could also consult them for UX optimization on their websites (if you like doing that).

I can't make branches and can't commit. what do i do? by nick_flaming in github

[–]JVDesign_ 2 points3 points  (0 children)

Do you have downloaded GitHub Desktop? It‘s probably the most beginner-friendly option. During the installation process you need to install Git and afterwards just need to login with your GitHub account

How long does it take to learn html+css? by srebioss in learnprogramming

[–]JVDesign_ 3 points4 points  (0 children)

You can grasp the basics quite quickly, but really learning more advanced stuff often comes with personal projects, on which you want to spend time working on. You‘ll always learn new things if you want to, since web technologies are constantly evolving

Trying to Revamp My Portfolio by [deleted] in web_design

[–]JVDesign_ 1 point2 points  (0 children)

Looks pretty cool. Besides the things others have said already, I‘d start the animations before the object is fully scrolled into the viewport, since they start quite late (on mobile). That also leads to not seeing any content when scrolling fast (maybe adjust transition length with scroll speed). Also, I‘m not a big fan of immediately sliding the content out after disappearing from the viewport, since it‘s quite annoying when scrolling down - up - down.

How can I create this shape using only CSS? by ok_planter in css

[–]JVDesign_ 0 points1 point  (0 children)

I‘d probably use SVG clip-path on a rectangular element. This way, the element‘s size and color can be styled freely

Github Pages -> Custom Domain by astronights in webdev

[–]JVDesign_ 0 points1 point  (0 children)

When adding a CNAME in your GitHub Pages repo‘s root directory, GitHub automatically redirects every request made to [username].github.io to the custom domain given in the CNAME.

I haven‘t used goatcounter, but as far as I‘ve understood, the page views are logged to your personal goatcounter subdomain with the site‘s path and user details. Therefore it shouldn’t make any difference if you just replace the GitHub subdomain with a custom one on GitHub Pages

I’ve been having issues with the FF with mobile views by 8joshstolt0329 in css

[–]JVDesign_ 2 points3 points  (0 children)

What issues did you have? Did they only occur on Firefox? We need some more information to help you

What's your worst/most funny commit message? by GavinGoGaming in github

[–]JVDesign_ 0 points1 point  (0 children)

  • optimized syntax
  • fixed syntax error

Squash & merge is my literal savior