How do I make the inner div to be vertically centered inside the bigger div? web developers |
- How do I make the inner div to be vertically centered inside the bigger div?
- How to Structure and Organize a React Application
- Any App like this exist?
- What would create this kind of nauseating bug on a website?
- How to easily add Neon Text with Raw CSS
- Help with transition on width not applying
- I built an e-commerce platform for a client using Stipe. Stripe recently flagged it as a 'Restricted Business' and banned the account. What sort of responsibility do I have as a developer to rectify this?
- Trying to make a simple link preview for Discord, everything working except the image preview?
- Adding -webkit for Safari
- Looking at starting a career in development, had some questions about webdev
- handling user upload to S3 bucket
- How to easily add Neon Text with Raw CSS
- How to easily add Neon Text with Raw CSS
- React Class vs. Functional Components: props, pure components, inner state, lifecycle, and performance.
- I'm looking to be mainly just a front-end dev, but is there any back-end I should be familiar with as a front-end dev?
- How To Achieve 3d Rotation Of Object On Hover?
- java fullstack engineer
- Pushing Nextjs to the limits?
- How do people automate web tasks?
- Simple store hours check? (timezone)
- Tips to automate the localization process & how to solve the biggest localization issues for developers
- Small Javascript things I did not know until today
- Is using 301 to redirect to an external page bad practice?
- Feeling like I just don't got it
How do I make the inner div to be vertically centered inside the bigger div? Posted: 24 Jun 2021 03:15 AM PDT
| ||
How to Structure and Organize a React Application Posted: 23 Jun 2021 09:40 PM PDT
| ||
Posted: 24 Jun 2021 02:02 PM PDT I was browsing the wordpress plugin repo and came across a plugin which is designed to 'honeypot' bad bots that ignore robots.txt - basically you add a decoy link to a fixed section of webpages and forbid all bots from crawling the page, then any bots ignoring the directives will click on the link and get 'trapped'… What I would like to know is whether or not there are any scripts or external services that can implement similar security precautions? [link] [comments] | ||
What would create this kind of nauseating bug on a website? Posted: 23 Jun 2021 04:46 PM PDT
| ||
How to easily add Neon Text with Raw CSS Posted: 24 Jun 2021 02:06 PM PDT
| ||
Help with transition on width not applying Posted: 24 Jun 2021 07:58 AM PDT Currently I have a simple div with a link/button and a card, with a collapsing behaviour. Clicking the link hides/displays the card. The card has a fixed width but the parent does not. So what I want is that when the card is beeing hidden and the parent resizing to only the size of the link, to apply a transition that smoothes this process. My issue is with the animations, by default bootstrap adds a transition to the collapsing icon for the height property and that works fine, but I've been trying to add the same transition but for the width and it is not working and the resizing appears instantly Here is a fiddle with the example: http://jsfiddle.net/k7ndv4uf/2/ I've tried to add a transition to the parent element, as I understand that it is the one affected by the resizing but so far nothing. Is there something I'm missing here? [link] [comments] | ||
Posted: 24 Jun 2021 02:38 PM PDT Hello, About two years ago, I was approached to build a subscription-based e-commerce platform for a client. I integrated Stripe (at my suggestion, client was very non-technical) into it to handle the payment processing and everything seemed fine. I wrapped up the project around April 2019 and moved on. I no longer work professionally in web development. Now, 2 years later, the client was ready to accept his first subscription through the site, when Stripe hit him with an error. Basically, Stripe (rightfully) flagged his type of business as restricted, and has revoked his payment processing capabilities. So now his website is essentially a brick. I'm wondering how much responsibility should fall on me to rectify this issue. I have helped him with small technical glitches in the past, but this one scare me. The payment processing worked fine throughout beta testing and was functioning when I delivered the product. I really don't want to get involved, nor do I have the time to integrate a new payment processor (let alone find one who would accept his type of business) into his website. However, I understand I promised, and was paid, to deliver a functioning website per his specifications. I really don't know what to do here. Any feedback is appreciated. [link] [comments] | ||
Trying to make a simple link preview for Discord, everything working except the image preview? Posted: 24 Jun 2021 10:50 AM PDT https://codepen.io/booyaakaashaa/pen/bGqXBKx Everything works except for the image doesn't show in the discord preview? [link] [comments] | ||
Posted: 24 Jun 2021 02:13 PM PDT So what css properties get the -webkit prefix? And could i get a little help in an explination as to why. Im building a site and everything looks good until its on safari, then some styles dont apply like they do in firefox. Any help would be appreciated. [link] [comments] | ||
Looking at starting a career in development, had some questions about webdev Posted: 24 Jun 2021 02:00 PM PDT hello all, im looking at getting into web dev a career, as ive explored other options and the only other things i was interested in was Python, and to get into python, i see its alot of backed web dev stuff, which from what ive read you need to learn front end first. . I thought it would be easier to try to get into web dev (Front end) and try to get a career that way. I currently have a copy of "HMTL&CSS by jon duckett" that im following, and wanted to know if that is a good book to learn still, or if there is better books out there. I know i will have to learn JS after this (i was thinking of getting his JS book after doing this book) so any other advice would be appreciated. many thanks! [link] [comments] | ||
handling user upload to S3 bucket Posted: 24 Jun 2021 01:59 PM PDT Hello. I am currently working on a web application that allow users to upload audio and share. The user audio uploads are being stored in a public S3 bucket using a pre-signed PUT url that is created by the backend server. Right now, the web application have the user first upload the file, and then create the record in the database (similar to how Soundcloud handles upload). My issue right now is if let's say the user uploads the file, but decides to leave the page and not create the record. That means the audio is uploaded into the bucket, but it is not associated with a record in the database (so it's wasted space used). The way I am currently handling this is that I have the user upload their audio in a temp bucket that has a lifecycle config where each object has an expiration date of one day. When the user creates a record, the server will move the object from the temp bucket into the public bucket. So far, this works well, but I feel like I'm over thinking it, and I am missing a feature, because this way of uploading user files is pretty common among web apps (like Soundcloud and 500px). Sorry for the long post, but what strategy would go with when it comes to uploading user files in your S3 bucket, and validating them. [link] [comments] | ||
How to easily add Neon Text with Raw CSS Posted: 24 Jun 2021 01:51 PM PDT
| ||
How to easily add Neon Text with Raw CSS Posted: 24 Jun 2021 01:46 PM PDT
| ||
Posted: 24 Jun 2021 01:28 PM PDT
| ||
Posted: 24 Jun 2021 01:28 PM PDT I have a few connections to get my first job for when I feel I'm ready, but how much back-end would be recommended for me to know as a front-end dev? [link] [comments] | ||
How To Achieve 3d Rotation Of Object On Hover? Posted: 24 Jun 2021 01:22 PM PDT I am hoping to probe the expertise on this sub for high-level pointers on how I might achieve the effect on the cards shown here: https://nft.reddit.com/#live-auction If you hover, you will notice that the card appears to rotate in 3d space depending on the location of the cursor over the object. I looked for possible libraries in chrome dev tools but wasn't able to find anything conclusive. Does anyone have any pointers or suggestions in how I might implement this? [link] [comments] | ||
Posted: 24 Jun 2021 12:09 PM PDT When a job advertises with this title are they looking for java developers or javascript developers? Might it be either? I see this title a lot, and I never see ads for node developers. But node is more commonly used backend than java, isn't it? [link] [comments] | ||
Posted: 24 Jun 2021 11:53 AM PDT I've started a Nextjs project using the built-in api functionality. The project is an all-in-one practice management solution for lawyers, to allow them to work anywhere, anytime on any device. Hooked it up to a postgres db on a server and so far it can add clients, files and other contacts, show each in a sortable and filterable table, and link clients to files and vice versa. My challenge is to add email and calendar functionality and document management and editing. I'm thinking of tapping into microsoft's graph api for this, to take advantage of the seamless integration of microsoft's services and apps. Has anyone attempted something similar with next, as I am starting to feel that I'm pushing next to it's limits. [link] [comments] | ||
How do people automate web tasks? Posted: 24 Jun 2021 11:41 AM PDT How do I automate web tasks? If there happens to be a website. How can I automate tasks? How do I check for responses? Is there a tool to do this? [link] [comments] | ||
Simple store hours check? (timezone) Posted: 24 Jun 2021 11:06 AM PDT Just wondering... I know timezones are a PITA but... if all I wan't to know is if a store is open/close relative to a customer. I should still know timezones right? I think that makes sense 5PM central is probably 4PM on the right side of the states. Trying to think about how to handle that as far as user input for when the store hours are entered (drop down of time zones maybe) and then checking against that from the user's browser. [link] [comments] | ||
Posted: 24 Jun 2021 06:57 AM PDT Hey Reddits, Full disclosure - I work for Lokalise and we just put together some resources to help developers with the localization process of their apps. No strings attached - you'll find on the page a free (no registration required) ebook on how to solve the biggest localization issues for developers. Link here. I hope you'll find this useful and would love to hear some feedback from you. Enjoy! [link] [comments] | ||
Small Javascript things I did not know until today Posted: 24 Jun 2021 04:42 AM PDT
| ||
Is using 301 to redirect to an external page bad practice? Posted: 24 Jun 2021 10:39 AM PDT In the past, we have used 301's to make linking to important external resources easier. I am not sure if this is good practice from a web dev perspective and also from an SEO perspective. For example, we have done Any thoughts/advice would super helpful! [link] [comments] | ||
Feeling like I just don't got it Posted: 24 Jun 2021 10:38 AM PDT Not sure if this post is allowed. But lemme tell you. I just finished the prep course to hopefully take the the TAA for the HackReactor bootcamp and I just don't feel like I'll do well. I read something that said sometimes easy on leetcode will be help prep. But just looking at leet is pretty intimidating. Lol has anyone taken the TAA for HackReactor? I do pretty well on the preps that their course has but I feel like it could be different. Sorry for the rant guys! Let's keep pushing! [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