New accessibility feature in @ChromeDevTools : simulate vision deficiencies, including blurred vision & various types of color blindness. web developers |
- New accessibility feature in @ChromeDevTools : simulate vision deficiencies, including blurred vision & various types of color blindness.
- MS Build -Microsoft’s biggest developer event goes virtual due to the Corona virus spread
- Web development is saving me during these crazy times
- How can Firebase Hosting be free?
- Anybody else get bored and mess with the CSS on a god awful ui?
- How can I make it so that my client can update his website's content?
- Shared code: Learning lessons from old-school development
- What's changed since 2014/2015?
- Transitioning over to React from template based framework (Flask)
- Does anyone make money selling web stuff
- Setting Height And Width On Images Is Important Again
- What do you think about the new facebook ui?
- What location do you use for a remote position on LinkedIn/resume?
- Static HTML: How to automate menu changes across all files?
- Is having an iOS or Android better for web developers?
- How can I access a folder on Mac from the internet?
- Announcing NestJS 7: What's New?
- What are you thoughts on this contract clause(s)?
- Amazing Website Design (w/ 360 Minecraft Map viewer) - The Uncensored Library
- Confused about XSS attack?
- GitHub pages deploy using "dist" folder
- Lighthouse bookmarklet
- How long did it take you to build your first website
- Was my co-worker just being an ass or does he have a point?
Posted: 13 Mar 2020 02:02 AM PDT
| ||
MS Build -Microsoft’s biggest developer event goes virtual due to the Corona virus spread Posted: 13 Mar 2020 01:16 AM PDT | ||
Web development is saving me during these crazy times Posted: 13 Mar 2020 07:52 AM PDT Just need to stop in and say this: I'm very anxious about the news lately and what is spreading globally. Web development has been a real blessing to me. I've been able to distract myself from the media and madness while building my first full-stack application and figuring out all my requirements and seeing it come to fruition. I've been attempting to implement some very common web dev patterns I see on the Internet today, and it has been a blast to go into these features with no idea how to go about them and see myself figure them out. It's a challenge that is muting the noise surrounding my city. If it weren't for web dev I would surely be more anxious than I already am. Happy hacking folks, and stay healthy. [link] [comments] | ||
How can Firebase Hosting be free? Posted: 13 Mar 2020 02:23 PM PDT Can I really make any website with angular and host it there for free? I understand that databases and other firebase services have a quota and require payment if you want to go over the limit, but hosting is always free, without limits? [link] [comments] | ||
Anybody else get bored and mess with the CSS on a god awful ui? Posted: 13 Mar 2020 03:38 PM PDT
| ||
How can I make it so that my client can update his website's content? Posted: 13 Mar 2020 01:14 PM PDT I am a really begginer frontend dev and sorry if this is a stupid question. I made a photography website for a client, a really simple static one, and I dont know if there is a way that he can, through some interface, update its content, instead of me having to do it. I dont know if wordpress serves this purpose. Thank you. [link] [comments] | ||
Shared code: Learning lessons from old-school development Posted: 13 Mar 2020 02:00 PM PDT
| ||
What's changed since 2014/2015? Posted: 13 Mar 2020 09:59 AM PDT I used to work as a front-end and back-end developer using HTML5, CSS3, PHP5, MySQL. Last thing I remember was PHP was just starting to implement traits and stuff like that. I think it was 5.2 or 5.3? Now it's up to 7. I'm so out of the loop at this point. I've also noticed there's HTTP 2 now? I was very familiar with 1.1 (I used to also write Windows software and actually wrote a barebones HTTP server before). I'd like to get back into it and I'm overwhelmed at where to start. There's always been lots of frameworks, JavaScript libraries (jQuery, etc.) but now there's something for literally everything. So my question are:
That's one thing that's always frustrated me about web development. There's so many different frameworks and libraries, just writing bare code isn't enough anymore, everything has been abstracted away. I may be in the minority here. My previous jobs required writing my own MVC, database access objects/models, etc. from scratch but when I go online looking for jobs, each job listing wants experience in a diffierent framework. It's always been like that to some extent though. [link] [comments] | ||
Transitioning over to React from template based framework (Flask) Posted: 13 Mar 2020 01:33 AM PDT Hello everyone, I realise this might be a long shot but I figured I should give it a shot. I have a fairly large project that is using Flask and serving static files to the client using templates. jQuery is used for everything javascript. I've been looking for a long time for a way to gradually transition to React in a way that all pages will be still served through Flask, but some of them will use React. Every resource I've found required starting from the beginning by using React and not transitioning over. I'm looking for a method that works for production and could be integrated propely to support old pages using regular templates and new ones using React. Any help would be greatly appreciated, if I can get a proof of concept running that would be amazing. Thanks!! [link] [comments] | ||
Does anyone make money selling web stuff Posted: 12 Mar 2020 06:17 PM PDT Boilerplates, themes, components, plugins. If you make a living selling digital products such as these share your story of how you got started and what you do now. [link] [comments] | ||
Setting Height And Width On Images Is Important Again Posted: 13 Mar 2020 09:51 AM PDT
| ||
What do you think about the new facebook ui? Posted: 13 Mar 2020 12:56 AM PDT
| ||
What location do you use for a remote position on LinkedIn/resume? Posted: 13 Mar 2020 01:52 PM PDT Especially interested in hearing from those whose work is in another city/country. Thanks! [link] [comments] | ||
Static HTML: How to automate menu changes across all files? Posted: 13 Mar 2020 12:35 PM PDT I am building a website that is static HTML for the most part. It's a small site and we have dedicated people who go into the HTML to directly update it when required, which isn't often. The one issue I run into is, across our 30 or so pages, if I want to change the menu I have to edit the menu on all 30 pages. There are 3 sections that I would like to make it so if I modified them in one place it updated them in all the static HTML files. These 3 sections are: -horizontal menu -vertical menu -footer What is the easiest and most minimal way to accomplish this? Our development is done on Windows OS. We would do this on our development machines and then upload the HTML to the server. Thanks! [link] [comments] | ||
Is having an iOS or Android better for web developers? Posted: 13 Mar 2020 11:36 AM PDT Or is it mainly irrelevant considering work is programmed on Mac/Windows/Linux...? What do you carry on you everyday? I'm about to start a code bootcamp soon in-person for web development and it's never occurred to me which OS (iOS or Android) might be better as a future web developer. [link] [comments] | ||
How can I access a folder on Mac from the internet? Posted: 13 Mar 2020 11:35 AM PDT I assume it's something that would fit this subreddit, but not 100% sure. I had to create a webapp with a couple of features. One of them being that I need to stream audio files (.wav) to the app. Because of this whole covid-19 stuff I can't go to my internship to have them set up some kind of server. I currently have my macbook set to have a static ip and port forwarded it so I can use my app anywhere to access my ESB (mule 3.8). One of the things the ESB does is saves the .wav files locally. I was wondering how I can access these .wav files to stream them from my app. I posted this here, because if I'd put them on any webhosting platform I can stream using the file's url. I would want to do this, but from my macbook not some hosting platform. If it's in the wrong reddit please let me know so I can move it. [link] [comments] | ||
Announcing NestJS 7: What's New? Posted: 13 Mar 2020 11:23 AM PDT
| ||
What are you thoughts on this contract clause(s)? Posted: 13 Mar 2020 11:14 AM PDT I understand you're not lawyers and this isn't legal advice, so I'm just looking for some general reactions to this
the breaching party could not reasonably have foreseen when it entered this Contract. 9. 9.1 Contractor violating any Confidential Information term written in this Agreement section 8.1 – 8.3 will place Contractor in a breach of contract and I will be liable for the entire cost of Project immediately, plus attorneys' fees, costs, damages and a damages fee of $250,000, or the highest amount allowable by law at that time, whichever is greater. 11.9 Waiver of Jury. By signing this Agreement, Company and Guarantor agrees to waive any and all rights to a jury trial in any litigation. Company and Guarantor acknowledge that, before agreeing to waive his/her rights to a jury trial, each has been afforded a reasonable opportunity to consult with independent legal counsel on the advisability of waiving a jury trial.
and represents that each has carefully read this Agreement, including the provisions regarding the Guarantee and each has had had a reasonable opportunity to, - and to the extent either wishes, did, - consult with independent legal counsel. Guarantor understands the contents of the Guarantee provisions herein, and has executed this Agreement as his or her free act and deed. I don't plan on divulging information so honestly I don't care much other than they also asked for this line in 8.1 – 8.3 "The Contractor agrees to never reveal to anyone the business relationship between Contractor and Client." To me this reads like if anyone somehow finds out I'm doing work for their company, I am (possibly) on the hook for an unknown amount of money with no ceiling of how much that is [link] [comments] | ||
Amazing Website Design (w/ 360 Minecraft Map viewer) - The Uncensored Library Posted: 13 Mar 2020 10:50 AM PDT | ||
Posted: 13 Mar 2020 12:02 AM PDT Hi, need clarification about XSS. :) So I was looking into this subject and they are showing examples like they injest all kind of scripts into input fields, appending HTML elements through the console into the DOM, adding event listeners etc... What confuses me is what that has to do with the server rendered HTML page that I am looking at? I get my version of HTML on my PC and attacker gets his. How would it be possible for me to get the HTML content that he altered thorught developer tools or adding script to input tag on the page that he is viewing? How could we be connected? Thanks! [link] [comments] | ||
GitHub pages deploy using "dist" folder Posted: 13 Mar 2020 09:55 AM PDT Hello everyone, I deployed a static site but I couldnt figure out how to do it in my main repo where I have the src files as well. Is it possible to deploy using a sub directory like /dist? or any alternatives to not use 2 repos for 1 thing. [link] [comments] | ||
Posted: 13 Mar 2020 09:50 AM PDT
| ||
How long did it take you to build your first website Posted: 13 Mar 2020 02:07 AM PDT I want to make a website. I've been learn HTML and CSS. I was wondering how long would it take to build a website that showcases my personal achievements like things I've built and designed? Or maybe build a website to sell homemade items? [link] [comments] | ||
Was my co-worker just being an ass or does he have a point? Posted: 12 Mar 2020 06:17 PM PDT Backstory: I'm a new web developer at my first job. I work for a small software company that makes a CMS for fitness studios. They also offer small business websites on the side, which is where I come in. In total, it's three really green web devs. The owner is cool and supportive. We spin up client's WordPress sites and in between, we're building a custom WordPress theme. However, we don't have a senior developer to lean on. It's the three of us doing our best and the boss is happy. Situation: For our new WP theme, I developed a schedule section. It shows the studio's classes, users can select what classes they are interested in and the schedule dynamically updates. Our boss had us show our progress and after, one of the CMS software devs asked my why I built the schedule. He went on to say I should have just used some pre-built component and that basically it was a waste of time and resources for me to build it. He even threw in that whatever we found would have been better than what I built, because they were dedicated to just building that component. I didn't really know how to respond. Have any of you been in a similar situation? [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