[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/wdg/ - Web Development General

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 51
Thread images: 7

File: Z6zEcJj.png (731KB, 824x553px) Image search: [Google]
Z6zEcJj.png
731KB, 824x553px
What happened to the thread?

>This season's Advent of Code:
https://adventofcode.com/2016/

>Discord
https://discord.gg/wdg
OR
https://discord.gg/0qLTzz5potDFXfdT
(they're the same)

>IRC Channel
#/g/wdg @ irc.rizon.net
Web client: https://www.rizon.net/chat

>Learning material
https://www.codecademy.com/
https://www.bento.io/
https://programming-motherfucker.com/
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
https://www.theodinproject.com/
https://www.freecodecamp.com/
http://www.w3schools.com/
https://developer.mozilla.org/
http://www.codewars.com/

>Useful Youtube channels
derekbanas
thenewboston
learncodeacademy
funfunfunction
computerphile
codingrainbow

>Frontend development
https://github.com/dypsilon/frontend-dev-bookmarks

>Backend development
https://en.m.wikipedia.org/wiki/Comparison_of_web_application_frameworks
[Gist] backendDevelopmentBookmarks.md

>Useful tools
https://pastebin.com/q5nB1Npt/
https://libraries.io/ - Discover new open source libraries, modules and frameworks and keep track of ones you depend upon.
https://developer.mozilla.org/en-US/docs/Web - Guides for HTML, CSS, JS, Web APIs & more.
http://www.programmableweb.com/ - List of public APIs

>NEET guide to web dev employment
https://pastebin.com/4YeJAUbT/

>How to get started
http://pastebin.com/pDT82mQS
http://pastebin.com/AL6j7GEE

>cheap vps hosting in most western locations
https://lowendbox.com
https://www.digitalocean.com/
https://www.linode.com/
https://www.heroku.com/
https://www.leaseweb.com
>>
What's going to happen if I launch with no capctha and no post timer?

I currently have a site with a 5 minute post timer and it works well, but more people will use this.

I want to add a captcha but it would ruin the design.
>>
just implemented flash uploads in my futallaby fork. apparently php considers flash files images, which is... interesting, to say at the least
>>
>>58046768
what back-end should I use for a simple website behind nginx?
I've been using php-fpm, and would like to use a different language (other than nodejs)
>>
>>58047380
>flash
what is this, 2005?
>>
>>58047942
asp.net core
>>
>>58047942
Python with Flask? It's simple to get started with
>>
>>58048239
I wish
>>
Does anyone have any experience with ecommerce software like magento?

My dad was quoted about £10k for a pretty small website he wants to start, but I have some front end experience, and was wondering if I could just do it myself for a bit of cash?

Is it complicated or will youtube tutorials suffice?
>>
>>58048403
Magento is terrible in my opinion, everything is done through XML files.

Depending on his needs you're better off using something else.
>>
File: dog.jpg (89KB, 540x968px) Image search: [Google]
dog.jpg
89KB, 540x968px
I haven't done HTML/CSS in a few years, how do I re-learn with all the new semantics and stuff?
>>
>>58048419
>everything is done through XML files

I am totally new to this side of things, why is that a downside, he is currently thinking of using this ekmpowershop site which is just a monthly fee, but it looks very basic, and the sites look shit.
>>
>>58048473
just write it like you're used to and throw it in a validator afterwards, then edit out the errors it gives you.
>>
Click the No. next to someone's post. See how it adds it to the URL, but doesn't refresh the page or anything? How do you do that?

For example... https://en.wikipedia.org/wiki/Malagasy_white-eye#cite_note-Skerrett-2

The # thing. I really like that feature, but I'm new so I don't know what it's called. Don't need it done for me, just need a place to start.
>>
>>58048900
it's an anchor.
<a href="#jump">jump</a>

will scroll to
<div id="jump"></div>
>>
How do I find out if a div has overflow?

I'm trying to debug. Heights are perfect on some resolutions and then not when the viewport changes.
>>
>>58048929
Oh... It's like those arrow buttons that take you back to the top of the page.

That's pretty simple. Neat.
>>
How do I fill height?

I need 100% height of an area with a margin of top 40px and bottom 124px.

I tried just using margin but it blew beyond the bottom of the page magically.
>>
>>58048403
If you have Pajeet-tier backend skills you should just also a WordPress site together to do it.
>>
>>58049229
>If you have Pajeet-tier backend skills

I don't even have that
>>
>>58049439
Hire me. I'll do it for less than $10,000

$9,999
>>
>>58049576
>$9,999 from £10,000

Nice a 20% discount
>>
Am I better off using a spritesheet compared to using the sprites saved as individual svgs?

This is for my infinite minesweeper project
>>
>>58049603
Still...
>>
>>58049686
If you are using HTTP/1.1 then use a sprite sheet. If you're using HTTP/2.0 then it doesn't matter, you can do either
>>
What do I need to know about PHP to get a PHP job.

PHP is also still the easiest language to get a job in right?
>>
yep
>>
>>58050978
The usual.

Zend, symfony, laravel, cakephp, Javascript, React, Angular, C#, Visual Basic, FORTRAN...you need 15 years professional experience in at least 6 of these for an entry-level position as junior PHP dev.
>>
>>58050978
You don't even need to know how to poo in loo to get a PHP job.
>>
>>58050978
Connect to a database, loop through rows, and output HTML. That's 95% of what PHP devs do. Learn PDO if you want to score some extra points.
>>
>>58046810
Russia will DOS you with prejudice.

(actually I have no idea, but am going to be in a similar boat soon so bump)
>>
CS student here. I wanna make my own website as a resume and to learn shit. What's the best route to go about this?
>>
File: 1454099853929.jpg (54KB, 720x540px) Image search: [Google]
1454099853929.jpg
54KB, 720x540px
I have an app running on Express.js. I want to schedule an API call for a certain time in the future, and NOT call it directly from a client. How can I do this? Is it workers, serverless something or other? Or something else I don't know about?

Also,
>>58053123
start with Codecademy, branch out from there, and follow the OP links.
>>
>>58053155
Look up a scheduler package for node
>>
What do you guys think about Oracle suing people for not paying to use Java.

I didn't even know companies paid to use Java.

I personally hate Java, so I would like it to die.
>>
>>58053123
Make something that works and is useful.

Extra points if people use it.
>>
As primarily and Angular 1.5 dev is the full stack react book worth it for the transition? Anyone know if i can obtain it somewhere?
>>
>>58053155
>what is cron

Web babies are seriously so incompetent.
>>
>>58047942
asp net core is dank
>>
whats the best way to make a program that does a shit load of CRUD'ing and runs in the browser? PHP?
>>
>>58056335
javascript is the only thing that can run in the browser.
>>
File: 608.jpg (67KB, 709x765px) Image search: [Google]
608.jpg
67KB, 709x765px
I'm trying to get a menu show up on desktops, and a different menu show up for mobile devices. Anyone got solutions to that? Or should I just make a seperate mobile version of the site instead of trying to make it resize and change up the regular version?
>>
>>58057021
use CSS media queries
>>
>>58048506
>why is that a downside

Your problem is that nothing you think you know from HTML or even PHP skills will help when everything you want to do is fucking around with a horrible file format.

I haven't personally developed with Magento - but I've supported servers running it, and it's always ended up being a tonne of work.
>>
>>58057290

Forgot to say.. use Stripe. It's less painful.
>>
File: 1481652571496.png (372KB, 1254x2100px) Image search: [Google]
1481652571496.png
372KB, 1254x2100px
Why doesn't /dpt/ take us seriously? When and why did the web developers aren't real programmers meme start?
>>
File: 1468892873279.jpg (244KB, 1920x1280px) Image search: [Google]
1468892873279.jpg
244KB, 1920x1280px
>>58057239
I'll try. I just hate to fuck it up when it's so close to done.
>>
>>58053045
I added a captcha.

I have a site that gets like 1.5k a day and doesn't get spammed, but every so often someone comes along and abuses the system hardcore. I've been hit by sql injection bots that couldn't get by my handwritten scrubbers...I don't even use prepared statements on that site. Shit gets crazy.

Anyways, I would recommend a 5 minute post timer and a captcha if you're expecting any real traffic.
>>
>>58057341
We aren't...not really. I would argue that full-stack is more difficult than what dpt does, but most of our regular devs can't touch what they do.

Math isn't hard when you know what the solution should be.
>>
>prepare my wordpress based website to go live
>already see bots trying to login
This looks promising.
>>
>>58057341
look at this thread and there's literally only 1 post with code in it.
that should tell you something about how fucking retarded web dev is.
Thread posts: 51
Thread images: 7


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.