• Breaking News

    Saturday, February 1, 2020

    [Showoff Saturday] First solo project I made using an API to lookup VIN numbers web developers

    [Showoff Saturday] First solo project I made using an API to lookup VIN numbers web developers


    [Showoff Saturday] First solo project I made using an API to lookup VIN numbers

    Posted: 01 Feb 2020 07:05 AM PST

    [Showoff Saturday] Playing around with animations for my game

    Posted: 01 Feb 2020 01:13 AM PST

    [Showoff Saturday] I just launched my personal portfolio site - feedback is welcome

    Posted: 01 Feb 2020 12:44 PM PST

    Website I've made for keeping track of the Coronavirus outbreak

    Posted: 01 Feb 2020 03:33 PM PST

    [Showoff Saturday] Browse Spotify for tabs from Songsterr

    Posted: 01 Feb 2020 10:42 AM PST

    [Showoff Saturday] An old-school forum for new-school web designers, developers & makers

    Posted: 01 Feb 2020 04:04 PM PST

    [Showoff Saturday] Resurrected a Reddit video/gif project from back in 2016 using React - Vumble.com

    Posted: 01 Feb 2020 06:56 AM PST

    [Showoff Saturday] The project that finally stopped me feeling like a hopeless beginner

    Posted: 31 Jan 2020 06:11 PM PST

    [Showoff Saturday] My personal website

    Posted: 01 Feb 2020 09:56 AM PST

    I created a temporary file storage and sharing site using a VueJS frontend and Laravel API as my first decoupled "full stack" website. It still needs some work (doesn't look great on mobile yet) but it works well.

    Posted: 01 Feb 2020 01:17 AM PST

    [Showoff Saturday] Almost one year ago today I demo’d this project and got my first job as a web developer

    Posted: 01 Feb 2020 04:18 AM PST

    How to add favicon beside google search results? In the attached image, the twitter result has the twitter favicon beside it while other websites do not. Is this under my control?

    Posted: 01 Feb 2020 09:18 AM PST

    Has anyone gotten MAMP working on Catalina?

    Posted: 01 Feb 2020 02:03 PM PST

    I've tried everything. Every single Stack Overflow suggestion. Every random tip. And nothing.

    submitted by /u/bobcottle
    [link] [comments]

    [Show off Saturday] Couple months in learning Javascript. Here's a little rock, paper, scissors game I made. It's not much, but its honest work.

    Posted: 31 Jan 2020 09:47 PM PST

    Is there a HackerRand/L33t Code for Debugging?

    Posted: 01 Feb 2020 04:51 PM PST

    There are tons of sites that improve your ability to write algorithms, is there one that has a similar format but instead of algorithm problems has 'find the error' type problems?

    submitted by /u/uncreativeuser1234
    [link] [comments]

    Having trouble figuring out how to translate

    Posted: 01 Feb 2020 04:48 PM PST

    Hello everyone!

    I'm currently trying to create a webpage that allows you to read a poem in the selected language, and lets you put your own notes on a specific verse (like on symbolism and such). Changing the poems language should still let you see the notes, not being locked to a specific language.

    This is how it going to work:

    I select the poem, and while reading it it allows me to jump between languages. (button)

    Then if I feel like writing a note on a specific verse, that note should transfer between languages. (click the verse)

    The way I was thinking on tackling this problem is by using txt document;

    Basically I have a folder with a poem's name. Inside the folder I have the same poem on multiple txt documents, each document a different language.

    Each line in the txt document would represent a verse.

    I have 3 problems I do not know how to solve:

    How do I change the language of my webpage?

    How do I change the language of my poem? If I want my webpage on English and my poem on Spanish it should not be a problem.

    How do I pull each line from the text document and place it on their corresponding line in the webpage?

    submitted by /u/uroyoan
    [link] [comments]

    [Showoff Saturday] Just overhauled my portfolio! Nothing fancy, but I think it does the job.

    Posted: 01 Feb 2020 04:36 PM PST

    [Showoff Saturday] I've recently redone a good deal of my portfolio website

    Posted: 01 Feb 2020 04:21 PM PST

    https://sebastiangale.ca

    I would love any feedback/criticism on my website, I'm looking to start getting some more freelance clients.

    submitted by /u/epichi123
    [link] [comments]

    How do you notify someone their site has a breach?

    Posted: 01 Feb 2020 04:02 PM PST

    So, I'm an accountant by trade, and this morning I was trying to identify a transaction on someone's bank statement. I googled the acronym in frustration, and one of the results was from another company's bank statement, as in, their whole bank statement.

    Turns out they have some kind of intranet, presumably the ui requires some sort of authentication but all the assets they've uploaded (loads of bank statements, pdfs of employee details, invoices, bills et cetera) are web accessible without any authentication... and being indexed by google.

    The company is not a large sophisticated multinational or whatever, but they're large enough to be pretty pissed about something like this.

    I've read about people reporting bugs or breaches and immediately becoming the suspect. I checked for a security.txt in their domain root, but alas none is provided.

    So what do? It kind of doesn't feel right to just contact the developer, they'd probably just fix it up without notifying their client, which just doesn't sit well with me.

    submitted by /u/pseudont
    [link] [comments]

    [Showoff saturday] couple of months ago made a movie clip website to re-watch the best moments in movies. Today I finished fine-tuning it enough to release it to the public.

    Posted: 01 Feb 2020 09:57 AM PST

    Best way to build an environment as close as my deployment server locally?

    Posted: 01 Feb 2020 03:49 PM PST

    Hi,

    First of all I would like to apologize if this is not the correct sub-reddit for my question. But, I haven't found a better one.

    I'm starting a project that will be deployed to an ubuntu 18 server with mysql 8, node 8 and .net asp core. It will run a nginx web server too with some https restful enpoints and a landing page.

    What's the best way to build something locally as close as the server without using another computer in the intranet?

    I think a virtual machine could be an option but have read about software containers like docker and don't really know if they could fit better in this situation.

    By the way I'm running MacOS in my dev machine.

    Thanks in advance.

    submitted by /u/wacomlover
    [link] [comments]

    [Error] SmoothScroll.min.js:1

    Posted: 01 Feb 2020 03:43 PM PST

    I'm currently working on my Wordpress website when I pulled up the browser console to figure out what kind of problem I'm having with scrolling down the page. Sometimes objects are stuck on the header, such as products I'm selling on my website.

    I've been using this as a resource to solve the problem in the 'passive' option - https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md#feature-detection

    However, I'm coming up with classes, such as "handler" does not exist, and "Modernizr" does not exist. I'm using the Custom JS feature on the Theme of my website, but I can make adjustments on the actual folder in FTP.

    The source of the problem points to line 122, e.preventDefault(), Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312

    Google Chrome takes me over to the documentation that identifies this issue doesn't guide me in the right direction to resolve this issue.

    The Readme.MD on github points me to - https://w3c.github.io/touch-events/#cancelability for more information.

    What can I do to fix this problem? I understand Javascript syntax but I'm not exactly sure what I can do with e.preventDefault() to resolve this SmoothScroll.min.js:1. I couldn't find anything similar on StackOverFlow.

    I'm hoping I could get this resolved so that I may improve user experience for my website.

    Thank you.

    submitted by /u/FrankieRolls
    [link] [comments]

    Follow up: improving the Result type from feedback

    Posted: 01 Feb 2020 03:23 PM PST

    Is just vanilla HTML and CSS frowned upon for simple static site

    Posted: 01 Feb 2020 03:14 PM PST

    I'm pretty decent with JS, HTML and CSS but not with new frameworks like Vue, React, Angular, etc. But I'm not creating any sort web app or interactive features. It's just a static site to display information for a service I'm looking to start in my area. Is whipping up a site in pure/vanilla HTML/CSS frowned upon for this?

    I'm sure people will answer with "just do what you're most comfortable with" but I'm looking to brush up and modernize my approach. Just didn't know if this style is outdated or not.

    submitted by /u/ipooaftercoffee
    [link] [comments]

    No comments:

    Post a Comment