- Big Win for Web Accessibility in Domino's Pizza Case - The 9th District Court has ruled that the Americans with Disabilities Act (ADA) applies to Web sites meaning that US courts can now order companies to make their sites WCAG 2.0 compliant
- Anybody else absolutely hate using AMP on mobile?
- The 8 most important UI animations of all time
- What is your daily site visit stack?
- Help! GoDaddy lumping all of my sites into my Let's Encrypt SSL Ticket, breaking all the others.
- What would you say is/was your number ONE problem or struggle in web development & programming?
- Website has A rating but over 60 second load time? Need help.
- Chris Coyier - The All Powerful Front End Developer
- College Students: Free website domain and hosting tools offered by GitHub
- How Are You Monitoring Your Internal Services?
- When does not having a degree become less of an issue?
- Webdev Challenge - how quickly could you do this?
- I'm planning to make a series of blog posts about Laravel ...
- RSS News API - Free News
- Language suggestions for a primitive data collecting website
- Help with Google Ad disapproval
- How Do I Create "Interactive" Documentation Like These?
- Help with Adobe Muse - need good resources
- Favorite sites to store high quality photos for images?
- Trying to build a about us section in shopify - trying to use code template from codepen.
- Where do you keep your domains?
- Any decent SCORM player libraries out there?
- What's the correct way of creating a blog?
- How do I play huge video in html5?
Posted: 16 Jan 2019 06:31 AM PST
| ||
Anybody else absolutely hate using AMP on mobile? Posted: 16 Jan 2019 09:28 AM PST
| ||
The 8 most important UI animations of all time Posted: 16 Jan 2019 04:43 AM PST
| ||
What is your daily site visit stack? Posted: 16 Jan 2019 03:56 PM PST As a web dev we all know progress, change and new information is churning in the tech industry on a daily basis, web is no exception. With so much influx of information, lots of it can end up being noise. So my question to you is, what websites, podcasts, forums, etc do you frequent or visit on a daily basis as a must. Reddit, Stackoverflow & Medium don't count. They to me are defaults. [link] [comments] | ||
Help! GoDaddy lumping all of my sites into my Let's Encrypt SSL Ticket, breaking all the others. Posted: 16 Jan 2019 03:33 PM PST
| ||
What would you say is/was your number ONE problem or struggle in web development & programming? Posted: 16 Jan 2019 10:09 AM PST | ||
Website has A rating but over 60 second load time? Need help. Posted: 16 Jan 2019 02:17 PM PST
| ||
Chris Coyier - The All Powerful Front End Developer Posted: 16 Jan 2019 12:48 AM PST
| ||
College Students: Free website domain and hosting tools offered by GitHub Posted: 16 Jan 2019 01:17 PM PST | ||
How Are You Monitoring Your Internal Services? Posted: 16 Jan 2019 04:07 PM PST My company has many test environments for our web applications. We're looking for a centralized dashboard that will poll our servers and list information like version numbers, health, maybe last updated date. We could build this ourselves, but there might be existing ones solutions paid or open source that will make our jobs easier. What are you using? [link] [comments] | ||
When does not having a degree become less of an issue? Posted: 16 Jan 2019 03:06 PM PST I'm sure it will always be a small roadblock, but right now (going into my fourth year of actual industry experience) I seem to get instantly denied for jobs that I'm confident I'm qualified for. Just wondering if this lets up. I figured that it kind of would by now but it doesn't really feel like that. [link] [comments] | ||
Webdev Challenge - how quickly could you do this? Posted: 16 Jan 2019 03:02 PM PST High level: create an API in any language, and deploy it to any platform of your choice. Then, create a decoupled frontend that consumes the API and deploy that as well. Details: The API will have one domain model, e.g. a Those are the only requirements, no design parameters or need for authentication, no test coverage, etc. How long would it take you to complete this? I feel like it should be achievable on a basic level in less than 2-3 hours, maybe an hour if you're really fast. I was originally thinking of this just as a fun thing to compete with my coworkers, but also thought it might be a good live coding challenge in an interview. It would be interesting to see the choices people make of languages/platforms/frameworks/etc... do they use an ORM? Do they use a framework on the frontend or vanilla js? I feel like you could potentially get a lot more insight into someone as opposed to those more theoretical white board quizzes. How would you react to receiving this as a live coding challenge? What if the requirement was just to get as far as you can in 1 hour, how much do you think you could complete? Would also be fun to just see the differences of how someone would approach this from a java/angular approach vs node/react, or whatever technologies you choose. [link] [comments] | ||
I'm planning to make a series of blog posts about Laravel ... Posted: 16 Jan 2019 06:59 AM PST My idea is to take some project and build it through a series of posts, but first I want to know what topics you guys think I should cover. Also, i still don't know what I'm going to build, so any ideas in that regard are greatly appreciated. Thanks! [link] [comments] | ||
Posted: 16 Jan 2019 02:28 PM PST I recently created this project that I would like to share with you. This is RSS News API. A free open source API for fetching news from wide variety of news articles. I'm open for all feedback. Thank you and have a nice day! [link] [comments] | ||
Language suggestions for a primitive data collecting website Posted: 16 Jan 2019 02:07 PM PST Hey guys, I have a background of Python, C and C# programming from Uni and some HTML5/CSS training on my free time. I need to develop a certain web-based productivity tracker for work. Currently we are using pen and paper logs and I am looking to fix that. I need a simple webpage that requires a login - security or registration is not an issue since the users are predefined on a closed network. I just need an active session to record the user entering the data. All I need is to enter some actions to a database - as in the logged in user needs to click a button for the activity, add a fast textual description and hit send. This will be recorded in the database with the time, action a d text. What language(s) should I look into learning in order to create something of the sort? What approach do you reccomend? The goal is to be able to access it from your phones browser so every employee can log actions instantly and not run to the log in the office. [link] [comments] | ||
Help with Google Ad disapproval Posted: 16 Jan 2019 02:07 PM PST Apologies if this is not the correct sub, I wasn't sure where to post this. I have a Wordpress website (https://chrisgin.com) that was rejected by Google Ads a few days ago as it found malware on it. There was a nulled theme being used that did generate malicious links and this has since being fixed. Google Ads is still rejecting my site, and according to their support, the malicious link is present in the http version of the site, but the https version is clean. My site auto directs to https so I'm at a loss as to how to go about resolving this. How does Google even scan the http version? And why would that be different than the https version? Any suggestions appreciated. [link] [comments] | ||
How Do I Create "Interactive" Documentation Like These? Posted: 16 Jan 2019 01:25 AM PST How would I go about creating an interactive "live" documentation website like Vue's https://vuejs.org/v2/guide/#What-is-Vue-js Stripe's https://stripe.com/docs/quickstart etc. Is there a website that I can use to do this for my project? The README on my project on GitHub is a little too basic, and I'm not keen on the Wiki's. [link] [comments] | ||
Help with Adobe Muse - need good resources Posted: 16 Jan 2019 01:50 PM PST I am about to work on an Adobe Muse website and I'm struggling to find a lot out there on the internet about operating within that platform. I'm turning to the Reddit Community for help because they're phasing out Adobe Muse, probably because nobody's using it. To begin with, I only found one thing online about where to sign in and edit / create the Adobe Muse web pages and it's an in browsing URL that doesn't even have options to create page or edit anything except text really... More basic than basic. Client is telling me that I need to sign in through FTP which I've never really used much but sure I could figure it out if that is in fact the best way to work on an Adobe Muse site. Any resources on how to work within Abobe Muse and an FTP client would be much appreciated. [link] [comments] | ||
Favorite sites to store high quality photos for images? Posted: 16 Jan 2019 12:57 PM PST Looking for the best image storing site for an artist to store her art that we can put on her site and then eventually sell it. I have heard about Dropbox, google, flickr, etc. Anyone have ideas/experience as to which one is preferred? Thanks! [link] [comments] | ||
Trying to build a about us section in shopify - trying to use code template from codepen. Posted: 16 Jan 2019 12:18 PM PST
| ||
Where do you keep your domains? Posted: 16 Jan 2019 11:55 AM PST What is the best and most reliable website to transfer all your domains and manage them? I have some domains, and the hosting on netlify, and I want to put all the domains in one place. What would be your first choice? [link] [comments] | ||
Any decent SCORM player libraries out there? Posted: 16 Jan 2019 11:54 AM PST I know SCORM is complex, but I can't find anything that let's me play a SCORM package. In understand this won't be a simple client side library, but there really seems to be a void here. I found a couple dead or experimental projects on GitHub, but nothing significant. Anyone know of anything? [link] [comments] | ||
What's the correct way of creating a blog? Posted: 16 Jan 2019 11:37 AM PST Hey, I am currently new to web development, and I have been building websites from scratch from raw HTML and CSS and making them responsive. However, a client has approached me with building a blog section to the website. What is the correct way to do this? Should I create the basic pages with HTML and CSS, and install WordPress to create the blog page? Thank You! [link] [comments] | ||
How do I play huge video in html5? Posted: 16 Jan 2019 11:17 AM PST Hi webdevver, I'm working on a project and I need to play a video in an html5 page. Nothing strange but the challenge are basically two. 1) the video is 500mb mp4 so putting directly in a video tag is not working 2) the video URL should be private, so I cannot refer the mp4 direct link I've ready built the "private" video with a token, and I'm using the video tag with my php page in the src parameter. Is there a way to do what I want? [link] [comments] |
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment