Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. @26, problem with that argument is that Rust is simply wanting to help you right the safest code it can help you write. The problem with "get it out as fast as possible" is that you end up missing critically important details (security, much)

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. @26, problem with that argument is that Rust is simply wanting to help you right the safest code it can help you write. The problem with "get it out as fast as possible" is that you end up missing critically important details (security, much)

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. yeah. Go is one of my buttons.  I've used it and I would probably use it again under some very particular circumstances, but I have literally spent the last two years dealing with some combination of "Go, now in thing it shouldn't be in" or "H

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. @24, bit more than I asked for, but thanks. I'd write website-based apps in Rust but its just not ready for that -- especially in the area of cryptography. And I don't mean bindings to crypto libs either, I mean rust-written libs. And writing a website in C

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. @20Read their getting started tutorials and the like.  I generally try not to tell people to read docs, but in this case you need to read docs, and in general most of your time doing this kind of stuff will be reading docs as well especially at the beginning

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. If I may ask, what is building websites in (say) Go like? I do know that tools like HashiCorp Vault are entirely written in Go. URL: https://forum.audiogames.net/post/504823/#p504823 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : Dragonlee via Audiogames-reflector
Re: A few questions about html. @21 from your description. if your website is basically a pure function, by which I mean that the user just submits a request to you, you process it and then just send a response (all the while not relying on reading from/ writing to a database), then django

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : zakc93 via Audiogames-reflector
Re: A few questions about html. I don't have any experience with doing anything web-related, but this site does have to do something. Specifically people need to be able to upload a file, then I need to send it to a back-end and do things with it, then send them the results. I'll do

Re: A few questions about html.

2020-02-28 Thread AudioGames . net Forum — Developers room : thetechguy via Audiogames-reflector
Re: A few questions about html. @13, I was able to install nikola via the python "pip" command. How do I get started building? URL: https://forum.audiogames.net/post/504772/#p504772 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. To be clear Django is good for a sight that needs to "do" something. If you just need to display a bunch of content, then it's overkill.  I'd say reach for it as soon as you have more than one database table, but if you don't even have a dat

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : zakc93 via Audiogames-reflector
Re: A few questions about html. I also had that impression of django as messy and overcomplicated, but I've never had to do a website before and now I do, so I'll take your word that learning it is worth it in the end. URL: https://forum.audiogames.net/post/504660/#p504660

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. Django is cluttered and messy and overcomplicated until you learn it, and I have had quite a few friends who have gone "I don't like Django because it's cluttered and messy" followed by slowly reinventing all of Django.  For the purposes of thi

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. @15, I might have some uses for it then, though I still need a way of embedding OAuth2 flows into my site. I'm not really one for Django far too cluttered and messy for me. Never used Bootstrap though. URL: https://forum.audiogames.net/post/504630

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. No, you can't.  It's a static site generator.  Great for blogs and content and the like, but not so great for anything else.  You can put _javascript_ in it however, which is how the commenting options work.  However, it looks good by default and you can

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. I'd presume that, with Nicola, I can (say) embed an OAuth2 flow into my website, or pretty much do what I can in (say) PHP with it, or at least to a point; would this be correct? I'd think so, but I haven't had much experience with it, and I don't want

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. I'd presume that, with Nicola, I can (say) embed an OAuth2 flow into my website, or pretty much do what I can in (say) PHP with it, or at least to a point; would this be correct? URL: https://forum.audiogames.net/post/504590/#p504590 -- Audiogames

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. There isn't one.  You need a working Python setup, then you pip install it. URL: https://forum.audiogames.net/post/504585/#p504585 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: A few questions about html.

2020-02-27 Thread AudioGames . net Forum — Developers room : thetechguy via Audiogames-reflector
Re: A few questions about html. hi, when i go to the link @10 posted, I can't seem to find the download link for windows. URL: https://forum.audiogames.net/post/504565/#p504565 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : leibylucw via Audiogames-reflector
Re: A few questions about html. I did work using Bootstrap, and it was nice to at least have a working understanding of what [should] be happening. I had another dev look at changes using Chrome's simulator to test on multiple devices, and it did what it was supposed to do. Now, when you

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. Here you go: https://getnikola.com/ URL: https://forum.audiogames.net/post/504529/#p504529 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
Re: A few questions about html. can you provide a link to Nikola please? URL: https://forum.audiogames.net/post/504522/#p504522 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. You can use _javascript_ to change the CSS.  Anything on a web page that does something without reloading the page is _javascript_.  If it does reload the page, sometimes people throw it in the URL and serve different pages with different CSS in them.Also

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : flameAlchemist via Audiogames-reflector
Re: A few questions about html. How about for cullars? How do you add cullers to the page. I know it uses CSS, but how do you do culler contrast or have it switch between different contrasts? I'm guessing for the buttons to switch the buttons are made with HTML. URL: https

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. My blog is nikola.  If you switch it to markdown you can avoid ReST, and get going pretty easily.  It's decently accessible and pretty easy to use.You can't do it as raw HTML/CSS without sighted help, period.  HTML on its own doesn't produce something

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: A few questions about html. The nicola website builder is really neat. URL: https://forum.audiogames.net/post/504391/#p504391 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: A few questions about html.

2020-02-26 Thread AudioGames . net Forum — Developers room : thetechguy via Audiogames-reflector
Re: A few questions about html. @2, yeah I realize I would need sighted assistance. @3, Yeah got confused by html and css. URL: https://forum.audiogames.net/post/504322/#p504322 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: A few questions about html.

2020-02-25 Thread AudioGames . net Forum — Developers room : leibylucw via Audiogames-reflector
Re: A few questions about html. Note that HTML is just to describe your content, and CSS is to make it look a certain way. That being said, you'd need someone to tell you if it looks right, because there's no sure-fire way for blind people to determine this on their own. URL: https

Re: A few questions about html.

2020-02-25 Thread AudioGames . net Forum — Developers room : leibylucw via Audiogames-reflector
Re: A few questions about html. Don't use HTML for aesthetics. HTML is just the mark-up. Use CSS for this. People fall into this trap where they use HTML elements to make their webpages look more visually-appealing, and this is why we have horrible things on websites like using headings

Re: A few questions about html.

2020-02-25 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: A few questions about html. 1 is impossible to my knowledge, and 2 really needs a sighted person to help because even if you work out a way there'll still be browser differences you can't see.  The easiest way to do this is to grab something like Nikola or Jekyll and use those, because

A few questions about html.

2020-02-24 Thread AudioGames . net Forum — Developers room : thetechguy via Audiogames-reflector
A few questions about html. hi,so I am currently building a website. I have a few questions about html and styling: How do you know that the image fits correctly? For example I am putting in a logo, as a blind developer how would I know that the image size is correct?Can you guys give some