Serving sharp images to high density screens web developers |
- Serving sharp images to high density screens
- AT-AT Imperial Walker with Pure CSS
- found this handy git cheat-sheet
- What should I do about creating a portfolio website as mostly a back end developer?
- Is cold-calling potential clients actually working for freelancing?
- Beginner's Guide To Frontend Development
- For those who completed Full Stack Open, how did it take you to complete?
- how to make your website look straight out the late 2000s ?
- What one thing has helped you the most?
- Web Development Job Industry in London, UK
- Can someone explain to me what is PHP and what basics come with PHP? Looking to add to my resume.
- Free simple checkout system
- CORS issue that looks like there is no solution. Need help :[
- I’m putting music back on the table. The Internet has felt boring and corporate for years. I made a ‘Linktr.ee’ clone to fix this.
- Extra Space in Layout
- Flexbox and Media queries noob questions
- Looking for a platform to easily duplicate folder/website and assign users
- Membership management tools w/o post signup URL
- Question on my Front-End/Full Stack Web Dev Journey. How to get better at CSS?!?
- Validating provided code?
- I'm mentoring a class in person as they take an online bootcamp - Any fun and creative ideas to engage them during regularly scheduled breaks?
- How would you go about writing css for a website with full page scrolling effect?
Serving sharp images to high density screens Posted: 15 Jun 2021 07:12 AM PDT
| ||
AT-AT Imperial Walker with Pure CSS Posted: 14 Jun 2021 04:21 PM PDT
| ||
found this handy git cheat-sheet Posted: 15 Jun 2021 12:49 AM PDT Came across this handy git cheat-sheet https://picc.io/p/xM2wenl.png [link] [comments] | ||
What should I do about creating a portfolio website as mostly a back end developer? Posted: 15 Jun 2021 02:08 PM PDT I am not a UI/UX designer. If I am not borrowing a design from somewhere, it will not look good. That being said. If I have a mockup, or some sort of template I am following I feel I can do pretty much anything. So I was wondering how do I approach making my portfolio? Is there anything wrong from borrowing a template rather than using my own? Or what else should I do? I want to show off the stuff that I did at school to prove that I can do stuff on the front end. [link] [comments] | ||
Is cold-calling potential clients actually working for freelancing? Posted: 15 Jun 2021 10:18 AM PDT I've seen quite a lot of people say that one of the methods to find work as a freelance web developer (and actually most types of freelance jobs) is to cold-call a potential client. Did anyone do this before? If yes then how did you approach the potential client and did you have a good result? (only if you wish to share). P.S.: I am asking this question, because I recently saw that a lot of small to medium sized businesses in my area have very rudimentary and outdated websites. Therefore, I thought this could be a way of finding work. [link] [comments] | ||
Beginner's Guide To Frontend Development Posted: 15 Jun 2021 06:49 AM PDT
| ||
For those who completed Full Stack Open, how did it take you to complete? Posted: 15 Jun 2021 09:25 AM PDT | ||
how to make your website look straight out the late 2000s ? Posted: 15 Jun 2021 01:18 PM PDT i think most of us growing up in the 2000s we noticed how quirky the websites were, here some examples: http://net.archbold.k12.oh.us/ahs/web_class/spring_10/icarly_cuevas/images/website3.jpg https://www.newstatesman.com/sites/default/files/styles/large/public/utoobs.png?itok=_uVD5vGa does anyone knows how to make websites like these ? is there any framework for it ? [link] [comments] | ||
What one thing has helped you the most? Posted: 15 Jun 2021 02:37 PM PDT Wherever you may be in your development as a developer, I'm curious to hear what one thing has helped you the most. Could be a learning resource, a class you took, an interview tip, a book, a video, a conversation with a friend or mentor etc. It could also be circumstantial like having a mentor or working at a company that is a good fit. [link] [comments] | ||
Web Development Job Industry in London, UK Posted: 15 Jun 2021 08:50 AM PDT As a Web Developer, I am working for more than 2 years with mostly PHP frameworks and for JS frameworks, React along with Node.js. I will move to London, UK this year for pursuing a master's degree in Software Engineering. Recently I am working as a full stack developer from design to development and deployment with AWS. If anyone could give me a quiet picture of the London IT jobs perspective that would be great. [link] [comments] | ||
Can someone explain to me what is PHP and what basics come with PHP? Looking to add to my resume. Posted: 15 Jun 2021 04:16 PM PDT Hey guys just wanting to ask if anyone knows what PHP is and what kind of basic stuff can I do with PHP to get off to a good start for adding to a resume in terms of looking for an Internship. Thanks. [link] [comments] | ||
Posted: 15 Jun 2021 04:02 PM PDT Hi, I run a business and I'm just looking for a simple system where someone can select a plan, fill in a few boxes of information, pay and it'll all be put into a Google sheet, preferably with no extra fees on top of PayPal fees. Does anything like this exist or would I need to write it myself (I'm reasonably confident in Python (a bit of experience with flask) and a bit in html if I need to write it myself. Any suggestions? Thank you. - sorry if this sounds basic, I'm new to this [link] [comments] | ||
CORS issue that looks like there is no solution. Need help :[ Posted: 15 Jun 2021 03:45 PM PDT Hey guys. Basically I have a react app running on localhost:3000. I need it to fetch some information from a very simple api that is hosted live in a Siteground hosting environment.In one of the components I have a fetch that is written like [please consider 'url' the URL i'm using]:
When I try to open url/testapi.php I see the results I was looking for on the browser. When I execute the code above I receive: Access to fetch at 'url/testapi.php' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Everytime I try to run that little amount of code I receive the exact same error regardless of that or apparently any other change. I contacted the support and they answered:
</ifModule>
But nothing works on my end or any device I possess. I really am loosing my mind over how and why i`m not being able to execute this simple fetch. Specially after opening url/testapi.php and finding everything I need there and adding the htacess stuff. I don`t have much experience with this so maybe someone could help me. I`ve cleaned the cache multiple times both internally and externally and also changed browser/device but everything is the same and nothing provides a response. As a matter of curiosity if I try to fetch: Everything works. Also if I add: "test." to the beggining of the .htacess the whole website breaks. The result I expected to see was: [{"id":"1","name":"Beer Number 1","tagline":"Beer Tagline Number 1","description":"The super beer!","image":"https:\/\/i.pinimg.com\/736x\/38\/80\/ef\/3880ef0538f22df"},{"id":"2","name":"Beer Number 2","tagline":"Beer Tagline Number 1","description":"The Ultra beer!","image":"https:\/\/www.searchpng.com\\/wp-content\\/uploads\\/2019\\/"}\] May anyone assist me with this? [link] [comments] | ||
Posted: 15 Jun 2021 02:59 PM PDT
| ||
Posted: 15 Jun 2021 02:53 PM PDT
| ||
Flexbox and Media queries noob questions Posted: 15 Jun 2021 02:37 PM PDT Hi guys, I'm trying to build my portfolio out and had some questions. Here's the code I wrote and how it looks like: https://i.imgur.com/Vxmy5Jl.png
Sorry for the many questions, you don't have to answer all, just the ones you can be greatly appreciated. [link] [comments] | ||
Looking for a platform to easily duplicate folder/website and assign users Posted: 15 Jun 2021 02:30 PM PDT Hi, Some time ago i built a tiny website containing a supersimple javascript that solves a problem i deal with daily in my work. The site consists out of a of a php script that read/writes some information into a txt file and show it back to me. Some coworkers have asked if they could make use of this tool as well but this would require altering a bit of information on each site, maybe adding a few graphics ectect I'm looking for a simple system that allows me to duplicate a folder and assign a user login to it so everyone can have their own little website :-) I'm not developer but am able to install scripts/platforms and do some frontend work. I have been looking for a platform/script on codecanyon that would allow me to do this but all I can find are user management tools of which im not sure if thats what I need. Can anyone point me in the right direction of what to check out so i can build this? I'm not scared to follow some tutorials or follow a few guides but i'm just not sure where to look. [link] [comments] | ||
Membership management tools w/o post signup URL Posted: 15 Jun 2021 02:16 PM PDT I'm creating a webapp that lets creators use most of the features except premium ones require a paid membership. Not being fluent in backend development I'm leaning towards using a membership management tool such as Outseta or Memberstack. After watching a few videos on the Outseta website, I saw that the they require a post signup URL, which would potentially erase the content so far created. My ideal solution would be an in page js modal in which the user signs up and pays for the membership, then goes back to where he left, with now having the premium features available. any ideas? or should I just learn backend web development? [link] [comments] | ||
Question on my Front-End/Full Stack Web Dev Journey. How to get better at CSS?!? Posted: 15 Jun 2021 02:05 PM PDT Hello all! I understand practicing making and doing projects and all. My issue is just actually making things happen. Trying to understand flexbox and the box model and still having issues positioning all my content to make what I want. Like I do understand html as the "skeleton". I am trying to understand the "appearance" part before I move to the function part "JavaScript". Any help, resources? [link] [comments] | ||
Posted: 15 Jun 2021 05:50 AM PDT Hey Guys, Not sure if this is the right sub? LMK if not. I run a really crappy website (no I wont horrify you with the URL). Someone from the community which this site services has offered to fix it, they have supplied me with a bunch of files to load up. I have had a quick look, looking for the usual suspects (<script>, http, .js, etc) to see if anything looks nefarious, but I think a lot of the content was generated (hexo.io??)) so its a bit obfuscated and hard to really tell.. What's the best way of checking the content for maliciousness? I am concerned not only about my web server (I run a Linux VPS in Digital Ocean) but also any clients connecting... TIA :) [link] [comments] | ||
Posted: 15 Jun 2021 01:12 PM PDT As I said I'm mentoring a class of about 15 students who are taking an online bootcamp covering HTML and CSS (and JS if they get far enough). What are some engaging activities I could do with the students during regularly scheduled breaks? So far I've showed them a couple videos about Langton's Ant and Conway's Game of Life, which were somewhat off-topic. I also showed them some CSS-only codepens which I thought was a good idea but I'm running out of ideas. Anyone have any suggestions? I can show them some of the interesting things I've done with CSS but that's a pretty short list. [link] [comments] | ||
How would you go about writing css for a website with full page scrolling effect? Posted: 15 Jun 2021 12:24 PM PDT What I mean by full page scrolling is that once you scroll down or up, the page is always moved by exactly the height of the viewport. I'm making a page for fun and I really like this effect so I wanted to implement it. But I ended up wrting tones of css for all sorts of possible devices and I am probably still missing some width/height combinations on which my page will look ugly. The problem is that because it scrolls by exactly viewport height everything has to fit perfectly and consider both width and height. You can't have some text or image be cut in half because it was too far down. So my question is: is there a more proffessional and sensible approach rather then wrtting css for every possible device? [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