I just developed my first website web developers |
- I just developed my first website
- GitHub has no cookie banner/prompt now
- WebGL is awesome: a scene I made during my day off
- This week we made Christmas game with Vanilla JavaScript (source code included) How much can you score? :D
- Selling a Tiny Website
- I made a website that helps people make personal portfolios
- Ryzen 5800X vs Apple M1: Programming-focused benchmarks
- How to add dark mode to your website in 5 minutes - I'm sharing the code I use to add dark mode to all my websites. Its quick and easy, just copy and paste and you have yourself a dark mode enabled site!
- How would I create an area beside the navbar like this and with the overlapping border between the navbar and main area as well?
- How are websites like these made?
- Handling Short And Long Content In CSS
- iOS 14.3 Brings WebRTC to WKWebView, Closing Gap on iOS Accessibility
- Design Training
- Playing back an array of events as accurately as possible
- How can I test and debug my website on multiple browsers?
- scrollTo not working when loading the site first time from a new browser or in Incognito mode. Why?
- I developed Map Application showing places distribution in Poland
- Request for feedback - Notion as a headless CMS
- My First Calculator!!
- Could I get some help with mobile formatting my website?
- I think i have a problem
- Any articles that explain why you don't want to block VPN access to your website?
- 2048 game implemented with Rust and Yew and compiled to WASM
- Performance issues with backend logic: Moving server logic to client for performance? Reorganize logic? Something faster than flask? (ReactJS + Flask)
I just developed my first website Posted: 18 Dec 2020 07:21 AM PST So I started learning web development about 6 months ago. I recently started building a website for my friend's business: https://everybodyfitnessjomo.com/ I built everything from scratch using HTML, CSS, and JavaScript. I used no templates, and no Word Press. I just wanted to show you guys what you can accomplish if you have a project to work towards. I have the same webs created on my GitHub for further proof: [link] [comments] | ||
GitHub has no cookie banner/prompt now Posted: 18 Dec 2020 01:33 AM PST
| ||
WebGL is awesome: a scene I made during my day off Posted: 17 Dec 2020 08:36 PM PST | ||
Posted: 18 Dec 2020 10:26 AM PST
| ||
Posted: 18 Dec 2020 07:25 AM PST | ||
I made a website that helps people make personal portfolios Posted: 18 Dec 2020 12:15 PM PST | ||
Ryzen 5800X vs Apple M1: Programming-focused benchmarks Posted: 18 Dec 2020 10:51 AM PST
| ||
Posted: 18 Dec 2020 04:01 PM PST I've been meaning to put this together to share with everyone. I've seen a lot of dark mode tutorials and some complicated ways to do it, so I made something simple that you can just copy and paste into your code and it just works. I even provide the styled dark mode toggle button for you to place anywhere in your html. Just absolutely position the button anywhere and it will work! https://www.oakharborwebdesigns.com/blog/2020/december/how-to-add-dark-mode-to-a-website#blog-post I created a static handmade blog page to share the code and explain how it works. I'll also be making posts about how to learn web design and sell to small businesses and build a freelancing business like me to help freelancers make sales, make great products, how to do mobile first and responsive design, the works. I want to help any new freelancers out there get started with the right foot forward. I comment a lot here on this sub answering a lot of the same questions regarding selling to small businesses and freelancing so I figured it'd help a lot of people if I turned those answers into detailed blog posts to help anyone with those same questions. This is the first of many helpful resources I want to share with the community. Dark mode is a new and fancy topic that is getting more and more popular. So rather than banging your head against the wall trying to make it yourself, I provided all the code to make it happen and you can start writing dark mode styles in less than 5 minutes. Hope this helps! [link] [comments] | ||
Posted: 17 Dec 2020 11:16 PM PST
| ||
How are websites like these made? Posted: 18 Dec 2020 09:38 AM PST Hi, I was wondering what libraries are generally used to make websites like these and if there's any special name for such type so that I could look up a tutorial:
Any insights would be highly appreciated! [link] [comments] | ||
Handling Short And Long Content In CSS Posted: 18 Dec 2020 06:02 AM PST
| ||
iOS 14.3 Brings WebRTC to WKWebView, Closing Gap on iOS Accessibility Posted: 18 Dec 2020 12:37 PM PST
| ||
Posted: 18 Dec 2020 07:23 AM PST I'm trying to find a ux design education platform for a team of developers and was curious if anyone here had feedback or thoughts on what was successful at your company or with you specifically. The group I'm attempting to find education for is mostly back-end ruby on rails developers with very little experience with design. I would ideally like three levels of education for various members of the team, with an intro to UX, fundamentals, and maybe a human centered design class - ideally all within the same suite of education if possible. Also ideally it's something a developer can complete during their down time at work, not a daily scheduled class. Right now, my top contenders are:
I'm a design professional with no "formal" training in user experience, but have honed my skill set over about an 8 year span (4 spent freelancing) and without having gone through a bootcamp or online training myself, I'm having trouble finding what's appropriate for someone completely foreign to the field. *Edit - I'll also say I looked into NN Group and while I belive they'll probably be the best education option, their cost turned me (and my company) away. Thanks [link] [comments] | ||
Playing back an array of events as accurately as possible Posted: 18 Dec 2020 09:52 AM PST I have an array of events with timestamps, and wish to perform a "playback" (perform an animation) per event in real time client side. setTimeOut seems to imprecise (can be blocked fx. and can be delayed). requestAnimationFrame seems like what I want for the animation itself. Any suggestion for handling the timing with precision? Any help would be much appreciated! [link] [comments] | ||
How can I test and debug my website on multiple browsers? Posted: 18 Dec 2020 03:31 PM PST Hello everyone, I was trying to debug my website on multiple browsers because it has bugs on Safari and Samsung Browser. So far, there is no issue with Samsung Browser, Chrome, Firefox etc for me, because I own a Samsung S10 smartphone, so I can test it on my phone. But I don't own any Apple products and is there a way to debug and test my website on various browsers or even devices? Currently I'm running Arch Linux with Gnome desktop and Wayland. I would be very thankful for any help or tips. [link] [comments] | ||
scrollTo not working when loading the site first time from a new browser or in Incognito mode. Why? Posted: 18 Dec 2020 03:11 PM PST It works fine after refreshingt the page. What can be the reason ? [link] [comments] | ||
I developed Map Application showing places distribution in Poland Posted: 18 Dec 2020 11:19 AM PST Last days I created a small application using JavaScript and carto.com services. You can search places in Poland by its name, choosing wether it has to search only by ending, beginning or whole phrase. My point was to see how the places with different names (suffixes particularly) are located in Poland. For users outside of Poland I've prepared a bunch of predefined phrases (mostly endings for now, I should add some more in a few days) so you can check it out. Data is downloaded from Main Office of Geodesy and Cartography of Poland, processed in QGis (cleanup), exported to GeoJSON and stored on CARTO. They provide a great library (Carto JS) to manipulate and display your data stored a web application. Any feedback is highly welcome. The app is available here: https://icelandico.github.io/places-names-finder/ . [link] [comments] | ||
Request for feedback - Notion as a headless CMS Posted: 18 Dec 2020 03:01 PM PST | ||
Posted: 18 Dec 2020 02:12 PM PST Hey all! i wanted to ask for feedback on my mortgage calculator! kind of a show off too but i really want feedback. it's on my github at: dj51401.github.io [Dj's Calculator](dj51401.github.io) thanks in advance!! [link] [comments] | ||
Could I get some help with mobile formatting my website? Posted: 18 Dec 2020 01:46 PM PST I have a silly question, but something that has been driving me nuts. My desktop WordPress site is serviceable. Not the most sexy thing ever, but it gets the job done. The issue I have it in mobile, especially for my blog posts. Every single post has the text stuck in this annoying centered position, regardless of whether I have the text left justified or not. Can anyone help me out with troubleshooting this? I'm sure it's something stupid I need to implement, but I'm pretty rusty on my CSS. http://www.brandonjpetroski.com/better-to-burnout-out-than-fade-away-a-burnout-retrospective/ Thanks you for your time and help in advance. [link] [comments] | ||
Posted: 18 Dec 2020 01:16 PM PST I was giving a coding assessment online and i found out i have a very hard time to understand the question. I just kept reading and reading and trying to process what the question is asking. I did eventually solved all the problems but all the answers were like in last 30 sec. Like there was a question on React where the code was wrong and i had to fix the components to get the desired output. I got 15 min to solve this. For the first 13 min i just kept reading again and again scratching my head at a point where i just wanted to give up on question but eventually after looking closely i realised oh i just had to change the state and was able solve in under 1 min . Anyone having a similar experience or how can i deal with it. Any help will be appreciated. I think this happens only in coding challenges but when i am working on my own i kinda know what i am doing for the most part and dont have a panic attack if i hit a bug. [link] [comments] | ||
Any articles that explain why you don't want to block VPN access to your website? Posted: 18 Dec 2020 08:38 AM PST Let me explain. The owner of a business is trying to tell me that they want all VPN access blocked going to their website so that competitors viewing the site cannot do so unless they view it publicly. Before you melt from thinking about that. I want an article to show him why you would never do this. They have an e-commerce site and risk blocking a ton of visitors over a conspiracy theory. Any feedback here? I am going crazy fighting this idea. [link] [comments] | ||
2048 game implemented with Rust and Yew and compiled to WASM Posted: 18 Dec 2020 08:10 AM PST
| ||
Posted: 18 Dec 2020 11:42 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