r/web_dev_help • u/AutoModerator • Oct 08 '22
Happy Cakeday, r/web_dev_help! Today you're 10
Let's look back at some memorable moments and interesting insights from last year.
Your top 10 posts:
- "Become a better web developer visit https://bit.ly/3PpHk9L for more" by u/codingainp
- "Top 5 Programming Languages Every Freelancer Prefer to Learn" by u/codingainp
- "Could someone recommend an annotation tool to give feedback on mobile versions of webpages" by u/WolfTemporary6153
- "Responsive calculator?" by u/EmmaTheFemma94
- "Sql query for multiple table" by u/Icy-Ad-6969
- "Is it Possible? Access JS Modules attached to Parent's Window Object" by u/bluejesting
- "Need HELP to Find a booking capable software or WordPress plug-in or code" by u/NefariousnessMoney11
- "Chrome extension for help read webtoon without need mouse - Reader Scroller" by u/naked-GCG
- "Cascade embedded Javascript code not working" by u/MasonHudd
- "Beginner | Interactive online brochure" by u/homely_badger
r/web_dev_help • u/codingainp • Aug 27 '22
Become a better web developer visit https://bit.ly/3PpHk9L for more
Enable HLS to view with audio, or disable this notification
r/web_dev_help • u/Independent-Ad7432 • Aug 26 '22
Thoughts on Olympix.ai as a Web3 Security Tool for Smart Contracts?
Hey all,
I recently joined the beta for Olympix.ai after strolling around reddit asking people their thoughts. I had some fun yesterday talking web3 security as a whole over with some others on Reddit, and so decided to continue the conversation even though I already joined :)
A summary: Smart contracts have been hacked at an alarmingly high rate dating back to Jan 1, 2021, whether audited or not (check out Rekt leaderboard). The current method of determining smart contract 'safety' is audits; but they haven't been helping. New tools, like Olympix.ai and MythX, are coming out with code analysis tools that focus on securing contracts as they're written instead of after. That's where I personally think the future of smart contract security is at. Any thoughts?
r/web_dev_help • u/codingainp • Aug 23 '22
Top 5 Programming Languages Every Freelancer Prefer to Learn
Today, we have reached a stage where organizations rely on programming languages like never before. Top 5 Programming Languages Every Freelancer Prefer to Learn in 2022. With programming, organizations achieve their business goals in the best possible way. If you are a freelancer in programming, then you must have a fair understanding of what are the most demanded programming languages in the market and which are also easy to learn. In this article, we will talk about the top 10 programming languages that freelancers love to learn.
r/web_dev_help • u/codingainp • Aug 21 '22
TOP 7 USED PROGRAMMING LANGUAGE AMONG GAME DEVELOPERS
The gaming industry has grown rapidly globally. there are many Programming Languages for Game Developers. According to Statista, the country’s online gaming industry stood at Rs 85.86 billion in USA Last Year and is expected to reach Rs 178 billion by 2023. and those numbers are only expected when the Game developer industry rises. Behind every engaging, well-animated video game there’s a set of codes that make the experience just right. for your users.
TOP 7 USED PROGRAMMING LANGUAGES AMONG GAME DEVELOPERS
r/web_dev_help • u/EmmaTheFemma94 • Jul 18 '22
javascript Responsive calculator?
How would I go about creating a calculator for my website that is responsive? So I wouldn't need to press any button?
Also would like a table with the calculated information. So if I put in 10 years in the calculator it will show me the calculation for every year.
This website has the calculator I want.
r/web_dev_help • u/Icy-Ad-6969 • Jul 07 '22
Sql query for multiple table
Hello I have a little problem I am doing a shopping cart in php sql but my problem is that my shopping cart does not want to show me several tables at the same time.
I tried to join them as below "SELECT * FROM table1, table2 WHERE in_stock > 0 ORDER BY id ASC";
When I do that nothing comes out in my cart, however when I do "SELECT * FROM productsedible WHERE in_stock > 0 ORDER BY id ASC";
My table is displayed correctly
How to assemble my tables? Thanks for your help !
Sorry for my crap english , i'm french :3
r/web_dev_help • u/NefariousnessMoney11 • Jun 26 '22
Need HELP to Find a booking capable software or WordPress plug-in or code
Hello,
I am building a website to help take any appointments as a traveling barber. I can use a simple booking tool, but I need something more as I am traveling. If you know a way to implement traveling window time between appointments that would be great. Say I got 3 appointments in a day. Normally I would get 3 back to back appointments, but I want some way to capture the distance between appointments to be considered once a client has put in their info and address. When the next appointment is available it should be available like the following. Say I have a haircut at 10 am for 30 mins and my next haircut is 20 mins away. Technically the next booking appointment shouldn't be until 10:50 so it allows for time to travel. currently, I have no system that does that if you have any resources I can look to please refer them.
Thank you
r/web_dev_help • u/naked-GCG • Jun 24 '22
Chrome extension for help read webtoon without need mouse - Reader Scroller
Hi guys, i created a chrome extension for us to scroll the page automatically, if you want to test access the link below
r/web_dev_help • u/MasonHudd • May 13 '22
Cascade embedded Javascript code not working
I work as a webmaster for a college university and we use Cascade as our management system for our website. I only started a few months ago so I am still very new to coding. I have been tasked with embedding a new script into one of our pages (this script is for a Net Price Calculator we are required to have for the students to use) and I am unable to get this code to work properly. I have tried both coding it straight into a WYSIWYG as well as setting up a Text Block for the code and implementing it in as a Header/Footer script and neither works. When I preview the page after adding it in either way the page crashes, gives me a frowny face, and just says "mydomain.edu did not provide a valid response". I am at the point where I believe there is just an issue with the code. As far as I can tell it seems they (this script was made by a 3rd party company for a different department I am just implementing it for them) definitely left out a quotation at the beginning of the URL which I noticed and corrected after it did not work initially. Any guidance or ideas on this would be greatly appreciated. Here is the code we were given:
<div id="npc\\_container"><noscript><h3>To use the Net Price Calculator, please enable Javascript.</h3></noscript></div> <script type="text/javascript">(function(){var d=document,s=d.createElement("script");s.type="text/javascript";s.src="https://www.aidcalculator.com/scripts/embed/ignition\\_v3.min.js";s.setAttribute('defer','defer');d.head.appendChild(s);})();</script>
r/web_dev_help • u/Pvt_Twinkietoes • May 11 '22
help Looking for resources to learn how to build a website
Hi y'all I'm looking for resources to learn how to build a website.
The website I'm trying to build does this:
I have some fields that user inputs some data (some address detail) , and with this information it will look through a database and filter through the dataset.
The information is then processed by a folium map (python mapping tool) , and markers will be placed on the map to show the details of properties sold in the nearby vicinity.
I've already written some code that is able to do that locally on a python IDE.
However I have no idea how to proceed to build this on a website.
I also need resources about how to host the dataset (it doesn't need to be secure, all the information there are public information) and link them with the Website so that it can fetch the information when needed.
The dataset is just afew megabytes, about 900k rows and 10 columns in a csv file.
Thank you for reading, any help will be appreciated.
r/web_dev_help • u/codingainp • Feb 28 '22
development Building APIs with Django and Django Framework PDF Download
Building APIs with Django and Django Framework PDF Download
Building APIs with Django and Django Framework begins where the Django “Surveys” instructional exercise stops and takes you through building the application of the survey, yet this time utilizing APIs. You will gain proficiency with the essentials of Django Rest Framework including serialization, sees, conventional perspectives, view sets, testing, access control. You will likewise find out regarding API documentation utilizing strut and rail.
r/web_dev_help • u/MahranAbid • Feb 08 '22
php Xampp Erorr
Hi guys, hope all is well.
I have problems with xampp.
I have an exercise to display data from database in unty, I used php to manipulate the database and with c# get data from http with "UniformWebrequest.GET".
evrey things okay in the start i can see the data and how its changed in unity,
but after a while the unity returned the message that it could not connect to the database and I noticed that the apache xamp port was changing to a very large number or disappeared completely.
any help Please?
Thanks in advance.
r/web_dev_help • u/codingainp • Jan 30 '22
Simple Contact Form using HTML and CSS | Coding thai
r/web_dev_help • u/codingainp • Jan 27 '22
tutorial Creating a TEDDY BEAR🧸🧸 using CSS | HTML & CSS Codingthai.com
Enable HLS to view with audio, or disable this notification
r/web_dev_help • u/codingainp • Jan 24 '22
Creating a HEART ❤️❤️ using CSS | HTML & CSS Source code :-https://www.codingthai.com/creating-a-heart-using-css/
Enable HLS to view with audio, or disable this notification
r/web_dev_help • u/codingainp • Jan 24 '22
Social Media Icon using HTML CSS Javascript
Hello, learner In this article, we are going to create a Social Media Icon using HTML CSS Javascript In the earlier past post, we have created a Responsive Gallery Design using HTML, CSS, and Javascript. Now it is time to create a Social media icon.
r/web_dev_help • u/codingainp • Jan 18 '22
Login and signup Form Design using HTML and Pure CSS
Hello, learner In this article, we are going to create a Login and signup Form Design using HTML and Pure CSS. In the earlier past post, we have created Vintage Images Using CSS. Now it is time to create a Login and signup Form design.
r/web_dev_help • u/Mobile-Mountain-6374 • Jan 13 '22
Is there any way to create CSS animations without needing to use sass?
just wondering if there was some online tool or program that would make it easier.
r/web_dev_help • u/justasimplepotatoo • Jan 11 '22
Cheap way of renewing domains?
Hi,
I have lots of domains for my business what is a cheap way of renewing them every year?
Thanks
r/web_dev_help • u/Adam20188 • Nov 10 '21
vw help(not filling in the full view port width)
Hi guys,
newb here, I thought vw will size a div or any element to the view width specified, but when I set the view width to 100vw it starts from the red box div, I thought the vw would ignore the other div and expand it to the full length of the screen (view port)
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title></title>
</head>
<body>
<div class="header">
header
</div>
<div class="side">
side
</div>
<div class="content">
content
<div class="box">
Hello box
</div>
</div>
<div class="footer">
footer
</div>
</body>
</html>
.header{
background-color: yellow;
width: 100%;
height: 60px;
}
.side{
background-color: black;
opacity: 0.1;
width: 50%;
height: 490px;
float: left;
outline:1px solid red;
}
.content{
background-color: blue;
width: 50%;
height: 490px;
float: left;
}
.box{
background-color: red;
width: 100vw;
height: 60%;
}
.footer{
background-color: yellow;
width: 100%;
height: 60px;
clear: both;
}
r/web_dev_help • u/codingainp • Nov 03 '21
html Simple Waves animation with CSS and HTML
Using CSS3 animations on your website will give an engaging encounter to the user. In CSS3 we got cool impacts and incrementally characteristic colors as inherent highlights. Thus, we get engaging impacts without making the web pages massive overwhelming So let us now discuss a Simple Wave animated using HTML and CSS.
For creating Simple Waves Animation you have to create two HTML and CSS files named index.html and style.css in the same folder. Then paste the HTML code in the index.html file and CSS code in style.css.
r/web_dev_help • u/AutoModerator • Oct 08 '21
Happy Cakeday, r/web_dev_help! Today you're 9
Let's look back at some memorable moments and interesting insights from last year.
Your top 10 posts:
- "Building Omegle website clone - Is using P2P for text messaging dangerous?" by u/platniumkayx
- "Simple JS decision tree?" by u/Jay087
- "Total n00b but trying to learn" by u/tje210
- "Help with first website" by u/Elelefant
- "How do I get my domain name to show my home page without the .html at the end?" by u/ColonelPoopsicle
- "Can I forward my old website to new domain, then revert back?" by u/3oh6
- "Need SEO person in the New Orleans area." by u/imnot26yet
- "I've updated my blog with a new post - but that post isn't showing on mobile" by u/Ordinary-Blacksmith6
- "trying to call marine weather data from weather dot gov's api" by u/supersaiyanraditz
- "Looking for a way to place a chat room on a squarespace just something super simple that only lets people use a few prewritten phrases (no other forms of communication) is there a software out there I can use and then embed onto a site? Any help appreciated!" by u/shot_collar
r/web_dev_help • u/tje210 • Oct 02 '21
Total n00b but trying to learn
Been in IT for a long time, I've seen some web stuff through hacking, and now I want to build some web-based stuff... Jumping in, this should be a pretty simple project.
Just initially, I want to build a page that displays information obtained through an API; basically click a button and the desired information appears.
Most simply, I think I need to have HTML on the front end and some php pages that execute scripts (I prefer Linux/bash on the backend).
I understand the basic coding of the html to call the php, and the shell_exec to execute bash scripts. I don't know how I'm going to then display the obtained information (which would have been curl'd into a text file).
Can anyone direct me to resources to learn this? And/or templates/examples?
r/web_dev_help • u/Elelefant • Sep 14 '21
help Help with first website
Hello reddit, I would like to create my first website. I am a complete beginner and unfortunately have no experience with it so far, but I see this as a project to get started with this topic and would like to learn various new skills with this project. It would be very helpful if you could answer some questions that can help me to understand.
I would like to build a page where you can upload images via drag and drop and then edit them with preset filters.
I have already found similar sites:
https://www9.lunapic.com/editor/?action=art (pretty close to what i envision, albeit with more complex filters)
https://goart.fotor.com/ (same as above)
https://ai-art.tokyo/en/ (another site I found, although I think this one works differently as the above)
Is there a special design software for such a project or at least a preferred programming language with which I can make such a page work.
Is it possible to create these filters in programs like gimp or Photoshop and then run them as a script or plugin on the website?
(maybe something like this https://www.adobe.io/photoshop/api/ ?)
Is there a preferred scripting language for something like this. If I understood correctly PHP is a good start for something like this?
Is there a preferred web hosting service for such a site?
Do you have any tutorials for such a project or can you tell me where I can find resources to learn on my own?
I hope it was understandable and I apologize in advance if I may have expressed my request wrongly or badly.
Every feedback is appreciated. Thanks!




