Re: so i have a freenom domain. How can i upload my html file?

2019-07-09 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: so i have a freenom domain. How can i upload my html file? Freenom only gives you a domain, not web-hosting capabilities. You'll need to find a way to host your site. There's tons of options out there, and it depends on your comfort level and how willing you are to set things up yoursel

Re: List of resources for programmers, developers, and more

2019-07-09 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: List of resources for programmers, developers, and more Glad this exists. Maybe having this a centralized thread to keep track of resources will slow down the traffic on lone-wolf threads that ask the same newbie questions. URL: https://forum.audiogames.net/post/447776/#p447776 --

Re: The toxicities of the developer community

2019-07-09 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: The toxicities of the developer community I can honestly say that I've had a welcoming/good experience being on this side of the forum. Seeing other devs out here answering questions makes me realize how much there is I have to learn about things, and feel like I can ask questions if so

The toxicities of the developer community

2019-07-08 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
The toxicities of the developer community Preface: This is about the "developer community" as a whole, not the community on this forum.One of the biggest issues I faced when I began programming was debugging. If I encountered an error, I didn't have anybody who I could ask for help face-to-

Re: what is a good way to get started in php?

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Just joined not even a few weeks ago, only 12 posts on their profile, and defending jonikster, hmmm...Funny how Belov hasn't been here long and seems to know quite a bit about the forum. URL: https://forum.audiogames.net/post/447064/#p447064

Re: what is a good way to get started in php?

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Lol, it's crazy how a simple inquiry can turn into...This. I'm by no means making it any better. I'm sure the poor kid has seen this clusterfuck and doesn't even want to touch PHP now hahaha URL: https://forum.audiogames.net/post/447009/#p44700

Re: Php doesn't like me

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Php doesn't like me It's good practice to [not] use 777. This means that the file owner, other members of the group the owner belongs to, and all other users can read, write, and execute the file. In short, any and all users has unrestricted access to the file.A quick summary of what th

Re: Php doesn't like me

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Php doesn't like me It's good practice to [not] use 777. This means that the file owner, other members of the group the owner belongs to, and all other users can read, write, and execute the file. In short, any and all users has unrestricted access to the file.A quick summary of what th

Re: what is a good way to get started in php?

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? I guess 44 lines of code (that was taken from one single source online) is supposed to be regarded as "experience," too. URL: https://forum.audiogames.net/post/446988/#p446988 -- Audiogames-reflector mailing list Audiogames-reflector@sabah

Can you sell me on Microsoft Visual Studio?

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Can you sell me on Microsoft Visual Studio? Is anyone an experienced user of VS and can vouch for its functionality and accessibility? Looking for any feedback from those who have directly used it for a dev project. URL: https://forum.audiogames.net/post/446987/#p446987 -- Audiogames-

Re: what is a good way to get started in php?

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Somebody who is supposedly a "senior developer" in a language is going to preach to the choir why we shouldn't use that language. Excuse me while I keel over from dying of laughter. URL: https://forum.audiogames.net/post/446985/#p446985 --

Re: Php doesn't like me

2019-07-06 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Php doesn't like me Make sure file permissions are properly set. If you're doing this on a Linux server, try:sudo chmod 753 your_script.phpIf you wish, use the -v optional argument to make sure it set it properly. URL: https://forum.audiogames.net/post/446982/#p446982 -- Audiogame

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? I usually hate "ganging up on somebody," but it's without a doubt that every time I've seen jonikster post, what I read never made much sense, whether what was being said was plain wrong, or it completely dismantled what an earlier post said (ju

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Wait, so now it's W3Schools that's the problem, (which I am willing to acquiesce as a more sound argument) rather than PHP, even though your first post on this thread said PHP was teaching people bad things? Lol, you love to do 180's. URL: http

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? @13, that's a great project! I'd like to do something similar, although I don't know to what end...Lol, life of a dev. I have a simple VPS running an Apache2 server with PHP, and it seems to do what I need it to for the most part. I'm currently

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Using Python to power a website is just too much work to set up and maintain for people just starting out with web dev. Having to use a specific version of the interpreter on top of using a framework that is constantly being updated is just too

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Using Python to power a website is just too much work to set up and maintain for people just starting out with web dev. Having to use a specific version of the interpreter on top of using a framework that is constantly being updated is just too

Re: I made a game but it won't run

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: I made a game but it won't run It's threads like these that make me shake my head. While BGT isn't today's hottest hit with programming, it's a solution. It works. It's valid. It serves a purpose, that is, to at least introduce folks to programming fundamentals. While you can achieve th

Re: what is a good way to get started in php?

2019-07-05 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Lol, teach you bad things. That's why Facebook's front-end is mostly PHP. URL: https://forum.audiogames.net/post/446669/#p446669 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukogl

Re: what is a good way to get started in php?

2019-07-03 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: what is a good way to get started in php? Ditto to post 2. W3Schools is a great resource for learning syntax. But be warned that they do not help with installation, environment setup, etc. Honestly, if you want to know how to do something specific, search that in Google. "Getting starte

Re: HTML / CSS Tooltip & mouse-over don't display on screen readers

2019-06-20 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: HTML / CSS Tooltip & mouse-over don't display on screen readers onmouseover events should be able to help. If users can hover the mouse over certain elements to receive further info, I think this is a perfectly-valid solution.This is some textAs you can test, hovering over this simple p

Re: Becoming a CS Major: Some Questions

2019-06-02 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions I personally have a notetaker for the higher-level math courses. Calculus is a much different tiger than algebra, and writing in LaTeX or Braille during what can be a fast-paced lecture isn’t efficient for me. The notetaker is actually the TA I had fo

Re: Becoming a CS Major: Some Questions

2019-06-02 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions I personally have a notetaker for the higher-level math courses. Calculus is a much different tiger than algebra, and writing in LaTeX or Braille during what can be a fast-paced lecture isn’t efficient for me. The notetaker is actually the TA I had fo

Re: bitwise operators

2019-06-01 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: bitwise operators I suppose this might be a dumb question, but are you familiar with binary? You'll need to know it in order to grasp bitwise operations. URL: https://forum.audiogames.net/post/438038/#p438038 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-guc

Re: Becoming a CS Major: Some Questions

2019-06-01 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Ah, gotcha. It usually takes some finagling and finding the right places (organizations or even other universities) to get these kinds of things to work. URL: https://forum.audiogames.net/post/437993/#p437993 -- Audiogames-reflector mailing list

Re: Becoming a CS Major: Some Questions

2019-06-01 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions @28, if you're in the states, your disabilities department should be and are [legally] responsible for and obligated to obtaining books. That's a reasonable accommodation. I don't know how it works elsewhere in the world.Glad to see others showing sup

Re: i want to learn

2019-05-31 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: i want to learn Just start searching on Google. There are so many tutorials to learn how to program. URL: https://forum.audiogames.net/post/437709/#p437709 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/m

Weird issue with Node.js

2019-05-30 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Weird issue with Node.js Just for fun, I was trying to add a counter variable that increases every time the function is called that handles incoming requests. My code is as follows:var count = 0; //for keeping track of how many visits the site gets var http = require('http'); http.createSe

Re: Becoming a CS Major: Some Questions

2019-05-30 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Ditto to everything said above.You're also in a really great position because you're an incoming freshman. I was a sophomore transferring into a new university going into my junior year while switching from music to computer science, and boy, let me t

Re: Becoming a CS Major: Some Questions

2019-05-30 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions To bring this topic back up to the top...I'd strongly advise you learn LaTeX. Lots of CS students use it, and so do professors. You're going to have to take up to at least Calc2, and knowing LaTeX will almost be a must. You can render a LaTeX file int

Re: Becoming a CS Major: Some Questions

2019-05-30 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions To bring this topic back up to the top...I'd strongly advise you learn LaTeX. Lots of CS students use it, and so do professors. You're going to have to take up to at least Calc2, and knowing LaTeX will almost be a must. You can render a LaTeX file int

Re: Another question about pythonic syntax, yea!

2019-05-29 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Another question about pythonic syntax, yea! Oh, I understand what your signature means, but it was a little humorous to read "coding is not hard!" and then see a plethora of replies about how to do something with code. Lol. URL: https://forum.audiogames.net/post/437316/#p437316 --

Re: Another question about pythonic syntax, yea!

2019-05-29 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Another question about pythonic syntax, yea! @amerikranian: I think it may be okay to say coding can be hard at times. URL: https://forum.audiogames.net/post/437289/#p437289 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucu

Re: Another question about pythonic syntax, yea!

2019-05-28 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Another question about pythonic syntax, yea! I think this question is less about syntax and more about fundamentals of programming.Whenever you create a list in memory, you assign it a reference variable. If you make a modification to that object in memory, what you're really doing is c

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? Literally all over the internet.I strongly recommendthis one for Python 3, which is what you're running. URL: https://forum.audiogames.net/post/435885/#p435885 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahatt

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? You need to navigate to the directory where your file is stored on the command-line. TO do this, type:cd c:\users\username\desktopThen try running your code. URL: https://forum.audiogames.net/post/435865/#p435865 -- Audiogames-reflector mailing list Audiogame

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? You have to locate where your Python version is installed, and then copy and paste that filepath into a new entry in the System Environment path variables.This pageshould be of great help. URL: https://forum.audiogames.net/post/435822/#p435822 -- Audiogames-r

Re: is Python accessible?

2019-05-22 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? The problem is you have a space in between print and the parentheses. Remove it and you should be fine.Edit: That actually isn't the issue. It runs just fine with extra white space. URL: https://forum.audiogames.net/post/435721/#p435721 -- Audiogames-reflecto

Re: is Python accessible?

2019-05-22 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? The problem is you have a space in between print and the parentheses. Remove it and you should be fine. URL: https://forum.audiogames.net/post/435721/#p435721 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahatti

Re: Becoming a CS Major: Some Questions

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Agreed with post 20.A lot of the problems you face will be specific to your university, so it's crucial you stay consistently cognizant of this fact.The other side to this is reach out to forums, mailing lists, and special groups to inquire about cert

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? You don’t need to reinstall python to accomplish this. You can add the path on your own. Google will be your best friend for these types of things. URL: https://forum.audiogames.net/post/435352/#p435352 -- Audiogames-reflector mailing list Audiogames-reflecto

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? Command Prompt or Windows PowerShell will work. URL: https://forum.audiogames.net/post/435312/#p435312 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-refl

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? Then there's something wrong with your code. URL: https://forum.audiogames.net/post/435271/#p435271 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflect

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? You just type "python", no "scrippython" URL: https://forum.audiogames.net/post/435250/#p435250 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? Probably that the syntax isn't valid...What syntax, your Python code or the command you use to run the code? URL: https://forum.audiogames.net/post/435234/#p435234 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://saba

Re: is Python accessible?

2019-05-20 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? No, but you need to ensure that you add Python to the system environment variables if you didn't select it at the time you installed it. Otherwise, you'll get an error saying python is not recognized as a command. URL: https://forum.audiogames.net/post/435176/#p43

Re: is Python accessible?

2019-05-20 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: is Python accessible? The classic way of programming is writing your code in a text-editor as mentioned above and then running that code on the command-line.NotePad++ has some nifty features like auto-indenting which is especially useful for languages like Python. It's also just good pr

Re: Getting back into coding

2019-05-16 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Getting back into coding This might help:https://docs.microsoft.com/en-us/visual … ew=vs-2019Honestly, I think if you Google it, you'll find what you need. URL: https://forum.audiogames.net/post/434188/#p434188 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-g

Re: Becoming a CS Major: Some Questions

2019-05-16 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Truthfully, the scale for CS instructors is typical for college as it is in any other field: great, good, okay, meh, terrible. I've generally gotten amazing professors, but there are pretty bad ones at my university, as will there be at many other uni

Re: Becoming a CS Major: Some Questions

2019-05-16 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Truthfully, the scale for CS instructors is typical for college as it is in any other field: great, good, okay, meh, terrible. I've generally gotten amazing professors, but there are pretty bad ones at my university, as will there be at many other uni

Re: Becoming a CS Major: Some Questions

2019-05-15 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions No prob! Always happy to pass on advice when I can. Feel free to ask any questions/share your progress! URL: https://forum.audiogames.net/post/433979/#p433979 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com htt

Re: Becoming a CS Major: Some Questions

2019-05-15 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions @13, right on! It's really the only way people truly learn about things; there's less competition on the extra mile! URL: https://forum.audiogames.net/post/433975/#p433975 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucu

Re: Becoming a CS Major: Some Questions

2019-05-15 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Becoming a CS Major: Some Questions Ditto to post 11. Get ready for calculus and more abstract-based concepts. Programming and computer science are not one in the same. Programming is just a single facet. There are some computer scientists who do not actively code, yet they still know t

Re: Programming with a Touch Screen Display: Is it even necessary?

2019-05-15 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Programming with a Touch Screen Display: Is it even necessary? It's great to see other CS majors out here. Admittedly, I'm not a huge guru like some of my classmates, but I do find what I learn interesting. Data structures has been one of the most jam-packed courses I've taken thus far.

Re: Programming with a Touch Screen Display: Is it even necessary?

2019-05-14 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Programming with a Touch Screen Display: Is it even necessary? There are classes dedicated to these kinds of things -- typically in a system software course (C is the language my university uses for this course). Until then, the programs you code will A, be lightweight so it's no sweat

Re: Programming with a Touch Screen Display: Is it even necessary?

2019-05-14 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: Programming with a Touch Screen Display: Is it even necessary? Not to sidestep your question, but if you're just starting the major, you can expect installing the Python interpreter or Java compiler and writing your code in NotePad++ (or some other text-editor) and run your code on the

Re: error in python

2019-05-11 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Re: error in python I'd advise using a for loop here. While loops are really meant for iterating an indefinite number of times, which is usually good for things like input validation. If you know the number of times you want code to run, use a for loop.I strongly advise this if you are new

Java and Screen Readers

2018-02-23 Thread AudioGames . net ForumDevelopers room : leibylucw via Audiogames-reflector
Java and Screen Readers Hi all,I'm currently working with Java 8 and NVDA on Windows 10 using powerShell.  When it comes to working with the JOptionPane package, NVDA will not read any dialog box, whether it is an input or a message dialog box.NVDA simply does not read output from programs

<    1   2