Coding
jQuery event for a selected radio button
Hello! In short, I’ve got a form I need to modify. I can add HTML/CSS/jQuery to it, but I can’t modify the existing HTML. Initially I was trying to use CSS to accomplish this, but Read more…
Hello! In short, I’ve got a form I need to modify. I can add HTML/CSS/jQuery to it, but I can’t modify the existing HTML. Initially I was trying to use CSS to accomplish this, but Read more…
Text Editor for GoLang Program A text editor is a type of computer software program that is used to edit plain text files. We use a text editor for writing the source code of the Read more…
I made an app called Remail, and its an email client. Its one of my first coding projects! Check it out here: github.com/The-Remail-Team/Remail Website: the-remail-team.github.io/Remail You may see a windows smartscreen message when installing from Read more…
this one writes true/false or it writes 5 > 4 oh thank you ! Not sure if this is a troll or not but this will work: Console.WriteLine($”{a}>{b}”); What is the error that you’re getting? Read more…
I want to be able to change the color of my entire form window by typing a color into a textbox. But it doesn’t work when I type: ^ Error message ^ Does anyone know Read more…
Hi everyone, this is my first post in reddit, sorry if i made something wrong. I am a recent graduate waiting for my degree. I’m working on an online portfolio using Github, so i wanted Read more…
people are using crap javascript frameworks and thinking that they are cool hipsters i really cannot understand why is aspnet so unpopular care to elaborate? <old man yells at cloud> For simple form /admin panel Read more…
https://github.com/smistry7/BeeseChurger.SqlBuilder I’ve written a small SQL builder library to allow me to refactor long SQL strings in C# code without the dependency for a database connection like you would need to with similar libraries such Read more…
I’ve decided enough is enough and I want to leave my comfort zone and finally get away from winforms. Now, before you all flame me, I’ve used winforms strictly for businesses processes. These small apps Read more…
I am making a text based adventure game to learn C# and when the user types something, I want to pass this to a InterpretCommand method that finds a method based on their input. So Read more…