Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I'm finally getting the hang of this web stuff.

I'm finally getting the hang of this web stuff.

Scheduled Pinned Locked Moved The Lounge
designcomgraphicsiot
16 Posts 7 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G GKP1992

    I wish I could say the same for C++ :laugh:

    H Offline
    H Offline
    honey the codewitch
    wrote on last edited by
    #6

    C++ is one of those languages that you have to keep banging at until it "clicks" after which it becomes a lot faster to learn additional C++. That said, I do not believe it's possible to master every aspect of C++ in one lifetime. I don't even think Mr. Stroustup could say he has. After all, in the early days of the language he never imagined template would be used how it is used now. Keep at it. OOP is cool, but after you've got the fundamentals down, explore the power of the template keyword, and constexpr, because that's really what sets C++ apart and to a degree even defines it these days. If you want to understand C++'s "personality", you'll want to understand metaprogramming. Plus it can be fun, because it's all little brain teasers the way it bakes out. "Solve this puzzle to create your implementation" - seriously.

    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

    K 1 Reply Last reply
    0
    • G GKP1992

      I wish I could say the same for C++ :laugh:

      H Offline
      H Offline
      honey the codewitch
      wrote on last edited by
      #7

      I should add, I tell everybody who is new(ish) to C++ these days - get an Arduino kit, and code with that. (Use VS Code w/ PlatformIO instead of the Arduino IDE, since it has intellisense, and is cleaner) Arduino is a very easy to use software framework - designed for electrical engineers and hobbyists rather than developers. Plus being able to interact with physical devices via code helps to both realize your creations and can keep you motivated to keep at it.

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

      T 1 Reply Last reply
      0
      • H honey the codewitch

        C++ is one of those languages that you have to keep banging at until it "clicks" after which it becomes a lot faster to learn additional C++. That said, I do not believe it's possible to master every aspect of C++ in one lifetime. I don't even think Mr. Stroustup could say he has. After all, in the early days of the language he never imagined template would be used how it is used now. Keep at it. OOP is cool, but after you've got the fundamentals down, explore the power of the template keyword, and constexpr, because that's really what sets C++ apart and to a degree even defines it these days. If you want to understand C++'s "personality", you'll want to understand metaprogramming. Plus it can be fun, because it's all little brain teasers the way it bakes out. "Solve this puzzle to create your implementation" - seriously.

        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

        K Offline
        K Offline
        k5054
        wrote on last edited by
        #8

        honey the codewitch wrote:

        After all, in the early days of the language he never imagined template would be used how it is used now.

        Heck, he didn't even imagine templates: [Template Metaprogramming with C++](https://subscription.packtpub.com/book/programming/9781803243450/2/ch02lvl1sec06/a-brief-history-of-templates#:~:text=Templates were not,as C%2B%2B98)

        "A little song, a little dance, a little seltzer down your pants" Chuckles the clown

        1 Reply Last reply
        0
        • H honey the codewitch

          I should add, I tell everybody who is new(ish) to C++ these days - get an Arduino kit, and code with that. (Use VS Code w/ PlatformIO instead of the Arduino IDE, since it has intellisense, and is cleaner) Arduino is a very easy to use software framework - designed for electrical engineers and hobbyists rather than developers. Plus being able to interact with physical devices via code helps to both realize your creations and can keep you motivated to keep at it.

          Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

          T Offline
          T Offline
          TNCaver
          wrote on last edited by
          #9

          honey the codewitch wrote:

          ...being able to interact with physical devices via code...

          ... is even more true with Assembler, IMO, and a lot of fun.

          There are no solutions, only trade-offs.
             - Thomas Sowell

          A day can really slip by when you're deliberately avoiding what you're supposed to do.
             - Calvin (Bill Watterson, Calvin & Hobbes)

          1 Reply Last reply
          0
          • H honey the codewitch

            page screenshot[^] Man this is rough. I have more respect for front end web development these days. It seems a lot more demanding than it used to be.

            Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

            J Offline
            J Offline
            jochance
            wrote on last edited by
            #10

            Looks ok. What is it? I think FE could be a prime candidate for getting eaten alive by AI. The rise of micro/nano services could see more customized UX where users spin their own UI (using AI) around wiring to those services as their specific individual needs dictate.

            H 1 Reply Last reply
            0
            • J jochance

              Looks ok. What is it? I think FE could be a prime candidate for getting eaten alive by AI. The rise of micro/nano services could see more customized UX where users spin their own UI (using AI) around wiring to those services as their specific individual needs dictate.

              H Offline
              H Offline
              honey the codewitch
              wrote on last edited by
              #11

              It's a media cataloger. Basically you punch in a TV series and it creates an HTML web on your local filesystem with a folder structure for all of your media, and information pages about it.

              Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

              J 1 Reply Last reply
              0
              • H honey the codewitch

                Yeah, this is a personal project. :)

                Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                R Offline
                R Offline
                RickZeeland
                wrote on last edited by
                #12

                Spoken too soon, on our builder that has limited internet access I had too find out which URL's had to be unblocked for Dotfuscator license activation. After a lot of struggling and using F12 in the browser for debugging purposes, more than 10 URL's had to be unblocked before everything worked again. Dreadful, really dreadful, hate this kind of stuff! X|

                1 Reply Last reply
                0
                • H honey the codewitch

                  It's a media cataloger. Basically you punch in a TV series and it creates an HTML web on your local filesystem with a folder structure for all of your media, and information pages about it.

                  Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                  J Offline
                  J Offline
                  jochance
                  wrote on last edited by
                  #13

                  I lurked that bit. I was meaning what UI framework stuff are you tapping?

                  H 1 Reply Last reply
                  0
                  • J jochance

                    I lurked that bit. I was meaning what UI framework stuff are you tapping?

                    H Offline
                    H Offline
                    honey the codewitch
                    wrote on last edited by
                    #14

                    No frameworks, except for the W3 stylesheet, which I finally started using when my arm got twisted by CSS behaving inexplicably. There's minimal JS involved.

                    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                    J 1 Reply Last reply
                    0
                    • H honey the codewitch

                      No frameworks, except for the W3 stylesheet, which I finally started using when my arm got twisted by CSS behaving inexplicably. There's minimal JS involved.

                      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                      J Offline
                      J Offline
                      jochance
                      wrote on last edited by
                      #15

                      Yeah I kinda expected to hear "my own". I doubted you'd shove Angular/React into an Arduino or something so it was either something more obscure and incredibly light or DIY.

                      H 1 Reply Last reply
                      0
                      • J jochance

                        Yeah I kinda expected to hear "my own". I doubted you'd shove Angular/React into an Arduino or something so it was either something more obscure and incredibly light or DIY.

                        H Offline
                        H Offline
                        honey the codewitch
                        wrote on last edited by
                        #16

                        Well this targets nothing smaller than a phone, to be honest. No IoT here.

                        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups