Tag: 100daysofcode

  • Day 90: Android Studio App

    I continued trying to add on to the Kotlin part of the app as well as trying to understand how to connect the two screens for navigation purposes. I ended up doing more research today and one helpful website was Alan Doc’s “Navigating between screens in an Android app” as well as the Android Studio…

  • Day 89: Android Studio App

    I continued working on this app by continuing to set up some values within the user interface as well as starting to understand and set up the function to change the screens after the user slides a slider.

  • Day 88: Android Studio App

    I continued reworking my first simple Android Studio app and I’m happy with the progress I made! I was able to finish the XML layouts for the different modes (day and night). The only changes I’ll have to make when I continue are fixing an issue with contrast for one of the images I used…

  • Day 87: freeCodeCamp JavaScript Course

    I continued working through freeCodeCamp’s curriculum for JavaScript today.

  • Day 86: freeCodeCamp JavaScript Course

    I continued making progress with loops (if and for), the next sub-lesson within the freeCodeCamp curriculum as I was having some difficulties with the last problem (Record Collection). I’ll continue looking at it as I progress through the other lessons. Hopefully I’ll be able to find a solution before I reach the end of the…

  • Day 84: Client Website

    I further worked on the Skip Content link and found the reasons why it wasn’t displaying properly (wasn’t using the CSS position attribute combined with z-index, needed a clearer understanding of how the position attribute affected how the top value was displayed). A big thanks to NC State University’s IT Accessibility webpage, where I was…

  • Day 83: Client Website

    I continued cleaning up the About page and focused on styling for a Skip Content link.

  • Days 81 & 82: Client Website

    Posting for yesterday and today since I didn’t get to do that earlier! Day 81 Focused on fixing some issues within the Services page. Continued working on understanding and implementing JavaScript functionality for menu. Day 82 Fixed issue with responsive hamburger menu displaying (wrong class name). Cleaning up code for About page as I’m trying…

  • Day 80: Client Website

    I was able to make progress on the following pages: Services (built a template for a requested feature as well as troubleshooting an issue with the title not appearing) Troubleshooting for some smaller issues with the other pages

  • Day 78: Client Website

    I finally figured out why I was having sizing issues with the homepage photos (extra-large breakpoint, xl, as one of the classes)! I also figured out a padding issue for the title on the Services screen. Finally, I continued making more progress for the JavaScript functionality for the menu that appears on smaller screens.