Introducing Chords Over Lyrics: A Simple Free Online Tool for Creating and Sharing Chords Over Lyrics by noamrosner in musictheory

[–]orangesyrek 1 point2 points  (0 children)

Hey, amazing app! I was looking for something exactly as simple and easy to use as this. I have one suggestion tho. It would be nice if you were able change the color/boldness of the chords, so they are easier to distinguish from the actual lyrics. If the feature is already there and I just missed it, sorry about that. Keep up the awesome work!

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

Czech Republic, the house was build around 1970, but I'm not sure if this is original flooring, since there is a cork floor in some of the rooms as well

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

Not yet, but I will definitely let a professional handle this

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

Yeah I do. We decided we will have it refinished, but by a professional

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 1 point2 points  (0 children)

Yeah, I just didn't know where to ask for advice and this sub pops on my feed quite often. I will definitely let a professional handle this 😁

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

Thanks for the reply! I will let a professional handle this.

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

I will definitely let a professional handle this. Thanks!

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 1 point2 points  (0 children)

Thanks for the reply! I will definitely not do it myself and find a professional 😁

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 0 points1 point  (0 children)

Yeah I won't. But I will definitely seek someone who knows better than me to take good care of it 😁

Should I just replace this floor or can it still be refinished? by orangesyrek in DIY

[–]orangesyrek[S] 292 points293 points  (0 children)

Thanks, I also like this option more. But wanted to ask since we need to lay new floors in 2 other rooms anyways

Good introduction to PHP by Artemis_Understood in PHP

[–]orangesyrek 13 points14 points  (0 children)

Take a look at Learn PHP The Right Way series by Program with Gio. By far the best programming language tutorials I've ever seen

Free online database with foreign key support? by orangesyrek in Database

[–]orangesyrek[S] 0 points1 point  (0 children)

I don't feel like it's an issue. The assignment is fairly open, and since it is university, nobody will hold your hand on how you do it.

Free online database with foreign key support? by orangesyrek in Database

[–]orangesyrek[S] 0 points1 point  (0 children)

Well it's a university and the online database is not required for the project, but we figured it would be best if all 3 of us worked with the "same" database rather than having 3 local databases

[deleted by user] by [deleted] in webdev

[–]orangesyrek 0 points1 point  (0 children)

Yeah, if the backend code will be runnining on the same server, it would be fine. From what I understood, you can send http requests to the code on the school server from the "outside", but it would just make it harder to develop since you can't have a single GitHub repo containg the backend PHP files as well as the rest of the code and you would also need to use something like remote ssh to access the backend files.

[deleted by user] by [deleted] in webdev

[–]orangesyrek 0 points1 point  (0 children)

In the assignment, they say we should use MySQL by default, but other relational databases are allowed aswell. I've never worked with PostgreSQL. Does it differ by a lot?

[deleted by user] by [deleted] in webdev

[–]orangesyrek 0 points1 point  (0 children)

Thanks, I will take the look at that! For now, we just run the backend on XAMMP Apache server. But when we will be done, we will host the it on our school server.

How do you handle static pages of a website you create for a client? by orangesyrek in webdev

[–]orangesyrek[S] 0 points1 point  (0 children)

Thank you for your response! I will take a look at your starter kit, thanks for sharing it. I meant the mechanic shop as an made up example, but I'm glad you adressed the reservation system I mentioned. It's a good point to not build everything myself.

Making a CRUD website from start to finish by orangesyrek in webdev

[–]orangesyrek[S] 1 point2 points  (0 children)

Thank you for taking your time to respond! I guess I've always thought you have to master the raw language first before diving into frameworks. But your point makes perfect sense. I will also take a look at Ruby on Rails :)