CSS Gradient Playground web developers |
- CSS Gradient Playground
- What's a simple trick to adding more "Wow" to your website?
- Light the bulb - Responsive & Interactive CSS image | Let me know what you think!
- Choosing a Course/Path to stick with?
- No, you're not bad at math
- [Showoff Saturday] Portfolio website under development.
- Container on text for rollover images is too small
- How in the world does Browser-Sync work!?
- If you use Slack, come join to this programming channel, we're discussing various topics [x-post from /r/programming]
- [Showoff Saturday] SVG Performance & Compatibility Script
- Using Sequelize aggregates (sum, avg, count, etc.) when joining (associating)?
- how do i create a website subdirectory?
- [Showoff Saturday]A forum I've been working on (need beta testers)
- Help with backend/CMS
- Trying to understand Proxy-Authenticate • r/learnwebdev
- Advice on integrating full screen video ads into web app
- Does anyone here have experience working with Elementor Page Builder on Wordpress?
- Modern PWA with Stencil | Example | Open Source
- My Browser - Easy to digest browser details for your support and QA teams
- Open Source Headless CMS - Gentics Mesh
- Need help with a simple CSS Media query
- New here- Need help
- Should we help this woman? Can we? She was left hanging after paying $7500 and getting no website out of it. Makes me mad.
Posted: 21 Jul 2018 07:33 AM PDT
| ||
What's a simple trick to adding more "Wow" to your website? Posted: 21 Jul 2018 01:30 PM PDT Hey guys, I am finishing up a web project and my client is looking for a bit more "Wow factor" in it. It's a vague statement but I think the statement is also fairly self explanatory. What little fluff do you add in your websites to make it prettier or seem more professional than it actually is? [link] [comments] | ||
Light the bulb - Responsive & Interactive CSS image | Let me know what you think! Posted: 20 Jul 2018 09:05 PM PDT
| ||
Choosing a Course/Path to stick with? Posted: 21 Jul 2018 01:13 PM PDT Hello. I'm sorry if this gets asked a fair bit, but I thought I would ask, as searching hasn't really yielded the answer I was looking for. I've done a bit of self studying and have completed CS50x and MIT's 6.00.1x, I've a plan to continue on learning more details in topics like especially Data Structures & Algorithms, but also Computer Architecture and Operating Systems, etc. I've decided I would like to learn a bit more about web development, and I think it's a good idea to keep learning practical skills and making things while I learn the theory. But I'm having a hard time deciding on a 'path'. As far as what I already know; A bit of Python from 6.00.1x, and I did a bit of tinkering with Flask as part of CS50 - really liked it too. I also know a little C and a very small amount of C#. As I alluded to, I've seen a few resources, but I'm having a hard time picking one out:
Thank you. [link] [comments] | ||
Posted: 21 Jul 2018 03:30 AM PDT
| ||
[Showoff Saturday] Portfolio website under development. Posted: 21 Jul 2018 11:42 AM PDT I have been learning web development (HTML/CSS/JS/jQuery) for the past 2-3 months and I have gone through several iterations of a portfolio and I believe so far, this could be the best one I have created. I am looking for any feedback you may have on the website. It was also designed mobile-first (home page only, still going through the 'My Work' page), which I was never a fan of, but i'm liking it more now that I have practiced it. https://muchkler.github.io/moeminportfolio/ Here are things that I am already aware of:
P.S. I don't recommend looking at the code as it's a mess. Thanks for your time! [link] [comments] | ||
Container on text for rollover images is too small Posted: 21 Jul 2018 01:49 PM PDT I want to have the text that appears on an opacity based css rollover to just have spacing 1em from the edge of the image. However, the container itself is around 25% from the edge of the image. Kinda hard to explain but help would be appreciated! [link] [comments] | ||
How in the world does Browser-Sync work!? Posted: 21 Jul 2018 01:08 PM PDT Sup! I used live-server tied into an npm manifest file for a devserver for quite a while. As a fairly-new freelancer, I try to implement a couple different tools and techniques with each project I take on so as to learn different approaches and pick up some new skills. On the last project I switched out this npm / package.json workflow for Gulp- and I'm real into it! It's a lot more intuitive to me for certain customizations and working with multiple configurations. While I was at it, I jumped off of live-server and tried out browser-sync. Wish I would have gotten into earlier! I'm very interested in how browser-sync works. For example, how does it manage to host a local URL that you can access from other devices simultaneously? Furthermore, how in the world do you think the scroll effect is possible (the ability to scroll on a mobile device and have a desktop version follow the scroll up and down)? Anyone have any insight or a direction to point me in? I'd love to learn more about how something like this functions. Thx in advance! [link] [comments] | ||
Posted: 21 Jul 2018 02:50 AM PDT | ||
[Showoff Saturday] SVG Performance & Compatibility Script Posted: 21 Jul 2018 04:00 PM PDT I love SVGs. They're sharp, and super small gzipped. But they're also a headache. Old browsers won't display them, and more complicated images will cause performance/draw issues on mobile. Anyway, I've done some research and put together a little script that deals with those problems. It's specifically meant to be used with svgs loaded in On old browsers, it points the source to a png copy. On newer browsers it converts the svg to canvas so scrolling performance on mobile is a lot smother. Anyway, I thought I'd share. If you can make it better I'm open to feedback. :) [Sub-Showoff-Saturday] Here's an example of this script in action on a site I maintain. There are a few areas where I got stuck. On Internet Explorer, I also couldn't figure out how to check for svg support in [link] [comments] | ||
Using Sequelize aggregates (sum, avg, count, etc.) when joining (associating)? Posted: 21 Jul 2018 12:13 PM PDT I want to include the number of comments for a particular post but I can't figure out how to, and the documentation sucks.
[link] [comments] | ||
how do i create a website subdirectory? Posted: 21 Jul 2018 03:52 PM PDT forexample, i have: https://qwerty.com how do i create: https://qwerty.com/projects i'm a complete noob, so simple terminology and/or step by step procedures would be greatly appreciated. Also, i'm using github pages for hosting and cloudflare for SSL [link] [comments] | ||
[Showoff Saturday]A forum I've been working on (need beta testers) Posted: 21 Jul 2018 03:51 PM PDT Took about a little over a month. Use [admin@admin.com](mailto:admin@admin.com) 111111 to play around with the admin panel Otherwise, sign up for an account. [link] [comments] | ||
Posted: 21 Jul 2018 03:20 PM PDT I want to create a site that uses two templates, one as an archive page and one as a single page. There will be a lot of these archive pages and even more single pages and I'm like looking at an easy way to be able to create all the pages with all the individual information stored in a database. Wordpress seems to much for this, I'd like to able to jump in and create the pages/information in Sequel Pro, if that's even possible. I'm mainly a front end dev with little knowledge on the back end so any help would be much appreciated. 😊 [link] [comments] | ||
Trying to understand Proxy-Authenticate • r/learnwebdev Posted: 21 Jul 2018 01:36 PM PDT
| ||
Advice on integrating full screen video ads into web app Posted: 21 Jul 2018 12:15 PM PDT I have an TV based based web app platform on multiple operating systems android tv, fire os ,etc that I would like to introduce video ads to. I want the YouTube like ad feel. More commercial feeling and not the typical mobile ads that are clickable. I also want the ads to keep playing continuously until my code says to move on to my content. Does anyone have any experience using video ads and have any recommendations? Thanks! [link] [comments] | ||
Does anyone here have experience working with Elementor Page Builder on Wordpress? Posted: 21 Jul 2018 11:47 AM PDT | ||
Modern PWA with Stencil | Example | Open Source Posted: 21 Jul 2018 11:04 AM PDT | ||
My Browser - Easy to digest browser details for your support and QA teams Posted: 21 Jul 2018 09:27 AM PDT
| ||
Open Source Headless CMS - Gentics Mesh Posted: 21 Jul 2018 05:25 AM PDT
| ||
Need help with a simple CSS Media query Posted: 21 Jul 2018 08:34 AM PDT I have a very simple CSS Media query that wraps text around source code in my blog posts ( Now, this above works perfectly on my desktop browser even when I resize and test it by making smaller. However, its not working on any of the actual android browsers, the code block doesn't wrap but stretches outside its limit. But the fully thing is that when I try the "Desktop Mode" on the android browser, it suddenly works! I'm lost of ideas on this one, and here is how I set the viewport tag if that matters: [link] [comments] | ||
Posted: 21 Jul 2018 08:27 AM PDT Hello, I need help with some things. First let me introduce myself. I am a 18 year old guy who is coming from a Bosnia and Herzegovina, soon will be 1st year university student. Today I decided that I want to change my life in a good way, in way that I can earn myself money, not ask my parents anymore for the money and to be able to buy myself things that I always wanted. I was thinking a lot how can I achieve this because it's so hard to start something, especially if you don't know thing about that. I was surfing on the internet, looking ways to earn money and then I said to myself: "I am on the web page, looking for a job. Why can't I be able to build web-pages and earn money?" So I came here to ask you guys for a help. How to start ? What should I do first ? How long it takes to learn basics of web developing and is it same thing as web designer? I don't know a thing about this but I decided to learn. I know it will take a long time but nothing comes over night. Every help is highly appreciated! [link] [comments] | ||
Posted: 21 Jul 2018 08:20 AM PDT
|
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