Some cheat sheets for web developers + What do you think about cheat sheets? web developers |
- Some cheat sheets for web developers + What do you think about cheat sheets?
- Animated CSS burger components - available as plain html/css or as React components
- Anyone experiencing issues with Flexbox and Overflow in the latest Chrome release (72)?
- Self taught as good as professional?
- Tech Salaries Stagnant, Despite Low Unemployment: Dice Salary Survey - Average annual salaries in 2018 remained flat, at $93,244. That’s a mere 0.6 percent increase from 2017
- PHPMailer - Send Email TO GSuite, Not From
- Sitting on a powerful software. How can I build strategic partnerships with web devs to utilise their network?
- React Simple Animate - UI Animation made simple
- cdn/nginx help.
- Theming Angular at Ryanair
- Calling Javascript function in JSP in an onClick method, am I calling it correctly?
- How to get my local database on my production server
- Some of my favourite new desktop Web App APIs
- How to setup a powerful API with GraphQL, Koa and MongoDB -- CRUD actions
- Modern JS with ES6
- Has anyone had issues with their website display in "Smart" TV browsers?
- Good resources for protect website data
- OAuth 2 - is there a way to avoid redirections in SPA?
- Expired Domain Advice
- Angular Material Forms from Firestore
- Help - Instagram Spam?
- Best Study/Learning Practices for Online Web Development Courses
- Refreshing PWA on iPad
- Django or Node.js for backend beginner
Some cheat sheets for web developers + What do you think about cheat sheets? Posted: 30 Jan 2019 02:50 AM PST Hi guys. Here are some cheat sheets for web developers: https://medium.com/level-up-web/50-essential-cheatsheets-guides-docs-for-web-designers-7e80d78853c1 I always do google search when i forget something at coding, but perhaps using cheat sheets is better. what do you prefer and why? Update: some more cheat sheets (some may be repetitious): https://www.codeinwp.com/blog/wordpress-cheat-sheets-web-development-design/ https://adam-marsden.co.uk/css-cheat-sheet https://hackerthemes.com/bootstrap-cheatsheet/ https://envato.com/blog/cheatsheets-web-designers/ Update 2: Here is top 4 links in comments (Thank you guys for sharing) : [link] [comments] | ||
Animated CSS burger components - available as plain html/css or as React components Posted: 30 Jan 2019 10:06 AM PST
| ||
Anyone experiencing issues with Flexbox and Overflow in the latest Chrome release (72)? Posted: 30 Jan 2019 11:13 AM PST After a few of my customers upgraded to Chrome v72 they've noticed a few layout issues that were not present in <= v71. From what I've found it mostly occurs when having an element with overflow: auto or overflow: scroll within a parent element that is using flexbox to position its children. Is anyone else experiencing this? Note this is only occurring in v72, I've tested < 72 and other webkit browsers and can't reproduce it. edit: https://jsfiddle.net/ow9f2vbh/4/ JSFiddle the text content should be scrollable. [link] [comments] | ||
Self taught as good as professional? Posted: 30 Jan 2019 01:54 PM PST I am self taught, I aspire to be as good as any professional in a corporation. How do I do this? [link] [comments] | ||
Posted: 30 Jan 2019 08:10 AM PST
| ||
PHPMailer - Send Email TO GSuite, Not From Posted: 30 Jan 2019 03:48 PM PST Hey guys. Just need a little bit of clarification on this. I'm trying to set up a web form on this page I built and have PHPMailer allow people to send me attachments/messages to my business G Suite email. I know very little to nothing about SMTP. I copied and pasted code from SO, but it kept saying the connection was refused or denied. Just wanna make sure that as long as the ports are correct, the username and password is my G Suite email and G Suite password? I also turned ON the "less secure apps" for my G Suite account. Any help would be appreciated. Thanks! [link] [comments] | ||
Posted: 30 Jan 2019 03:33 PM PST | ||
React Simple Animate - UI Animation made simple Posted: 30 Jan 2019 03:32 PM PST | ||
Posted: 30 Jan 2019 03:29 PM PST Hello, I'm currently running into trouble trying to hook up a CDN to my nginx web server which contains my bundle and static assets at /usr/share/nginx/html... However, the CDN is pre-existing and the main issue is that the CDN has the nginx routed as a path, ex: examplesite.com/myapp (which points to the nginx origin via port 443) But the origin nginx config doesn't have logic to handle /myapp path on the uri... it's using the default nginx config which is probably only listening to '/' path... thus I keep getting a 404 from the cdn. What would be the best way to go about this.. Any assistance would be appreciated. Thanks [link] [comments] | ||
Posted: 30 Jan 2019 03:08 PM PST
| ||
Calling Javascript function in JSP in an onClick method, am I calling it correctly? Posted: 30 Jan 2019 03:03 PM PST This is basically in my search.jsp file. My objective is to have the user type and search the database for an employee. This is my form, but its not searching or displaying anything at the moment. The getPerson function accepts a url and an id which I'm calling from script.js
I've so far been able to display ALL the employee data using this "getPerson" function which calls the Javascript properly, the below can display all my employees as successfully however I'm using the above form because I only want the Javascript to display what the user inputs and not all the employees. Is there a reason the below works to display stuff while I can't get anything to display in the above form? [link] [comments] | ||
How to get my local database on my production server Posted: 30 Jan 2019 02:33 PM PST Not sure if this is the right subreddit. Apologies if this question should be elsewhere. So my web application is finished and working as it should on my machine ! So now I'm wondering how to get my MySQL database on my digital ocean droplet. My web app (a NodeJS application) is already on my virtual private server. So now I'm wondering how to get my database, ideally with all of test data on the server. To deploy my code I've just been using git. Im not sure if this is the way to do that either. [link] [comments] | ||
Some of my favourite new desktop Web App APIs Posted: 30 Jan 2019 05:39 AM PST
| ||
How to setup a powerful API with GraphQL, Koa and MongoDB -- CRUD actions Posted: 30 Jan 2019 02:03 PM PST
| ||
Posted: 30 Jan 2019 02:12 AM PST
| ||
Has anyone had issues with their website display in "Smart" TV browsers? Posted: 30 Jan 2019 01:19 PM PST I've got live website that works on desktop and mobile, but for some reason I get a "Server Not Found" on the Samsung TV browser (5.0). I'm pretty sure it's server related and not JavaScript compatibility. Any ideas appreciated at this point! [link] [comments] | ||
Good resources for protect website data Posted: 30 Jan 2019 01:01 PM PST So like the title said I want to be able to safely protect users and admin data from getting hacked. I know on FCC they have chai and helmetjs to teach security, are they decent enough to use for freelancer or should I learn another framework. [link] [comments] | ||
OAuth 2 - is there a way to avoid redirections in SPA? Posted: 30 Jan 2019 12:37 PM PST Hi, I'm working on a pretty big project right now, and one place where I struggle is OAuth 2. I understand the whole concept and the way it works. I want to become an OAuth 2 provider, using Ory Hydra. I set up the whole server and it works, but now I have a problem with my own app. See, I'm looking for solution sorta like Facebook or Google, where when you use their services, you don't get a pop-up/redirection to a separate login page/consent. How would I go about implementing it into my SPA? Is there a way to go use OAuth with AJAX? [link] [comments] | ||
Posted: 30 Jan 2019 12:21 PM PST I have a domain for my business, www.rubberband.com as an example. The domain www.therubberband.com just expired (on December 12th) but it's still not available to purchase. Should I wait till it's available? I've seen some sites that let you put in for an auction or back order. I'm not really sure what to do and would love some advice. [link] [comments] | ||
Angular Material Forms from Firestore Posted: 30 Jan 2019 12:18 PM PST
| ||
Posted: 30 Jan 2019 08:01 AM PST Appreciate this is a bit off topic but I posted this over at r/Instagram only for the post to be removed. I received an email from "no-reply.mail@instagram.com", in what seems to be a legit email address, titled "(username), people are talking about these posts". I have never created an Instagram account before but the email seems to be legit, although I'm not an expert in reading email headers. I then filled out this form at https://help.instagram.com/contact/151081798582137?helpref=faq_content to say the email is in use, but then got an automated email from Facebook telling me to reply to their automated email and they will then deactivate the account associated with my email address. Does anyone have any experience with this? I'm quite tech savvy but spam emails are getting better each passing day. Any advice as to how I proceed with this? [link] [comments] | ||
Best Study/Learning Practices for Online Web Development Courses Posted: 30 Jan 2019 11:44 AM PST Hello all! I have just started taking web development courses online through Udemy - I'm currently working on the Web Development Bootcamp which covers HTML, CSS, and an Intro to JavaScript. I am wondering if anyone could provide advice/best practices for retaining information taught over online courses. For example, does anyone take notes on concepts, or do most just follow along with the examples/projects in the course and then just practice on your own over and over again to retain the information? Any tips and tricks to better learn and retain information from online courses would be greatly appreciated! [link] [comments] | ||
Posted: 30 Jan 2019 11:39 AM PST TL;DR : Is there a way to hard-reset the cache made by PWAs on an iPad without having an Apple computer available ? I made a PWA in Vue for my company to use at a tradeshow to showcase some of our projects. Most of the people going there aren't that tech-savvy so I really have to make it as simple as possible for them. I host my app on Netlify. I go there on my iPad using Safari, then do "Add to home screen", all's well. Or rather, it was in the beginning. At first, it looked like every time I opened the "app" (using the homescreen icon) it would fetch the most recent CSS and build if able. Then it started becoming clunky, up to a point where I had to : 1. Empty the cache in Safari, then 2. open the Netlify page in Safari and allow it some time to load the images and other assets, and then 3. Open the "app" on the home screen, and then normally it would update. Now though, even that last process doesn't always work. I've been refreshing the app a good dozen times, restarting the iPad, uninstalling/redownloading the app, nothing does it. But that's on one, newer iPad ; one of my old ones is still working kinda fine. So is there a way to make sure the app gets its cache cleared, completely cleared ? I don't necessarily want it to clear all the time because eventually it'll have to work even when in Plane Mode. But surely there's a way to at least uninstall the PWA that wipes out any asset it might have stored, no ? So far it seems to just be a long-standing problem with Apple. I'm hoping I'm wrong. Thanks for your help ! [link] [comments] | ||
Django or Node.js for backend beginner Posted: 30 Jan 2019 07:46 AM PST |
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