I have worked in C++ but it were some years ago, last 5 or so years I've almost only been working in Objective C and perhaps I've just gotten comfortable doing
I want to put the three buttons in the same line. How should I do it with CSS? The three buttons are: #search_keywords, #search_location and #search_submit. `&l
I have a python-based website hosted on pythonanywhere.com. The website basically asks for feedback from the user and stores the input in the database (sqlite3)
I am working with python's latest version: Python 3.10.2 I have installed Jupyter Notebook by using. pip install jupyter Later I want to start Jupiter noteboo
I am developing a program. In the store section, we display products for users I want you to see that product when a user is browsing the site and a new product
I've created a new table (subscribers) and am pulling the email address from another table (MailingList). I'm also inserting a flag Sub and a UserID. The Sub fl
I'm trying to do a custom dockerfile with jenkins on it. I would to wait until port 8080 is open instead of doing an ugly 'sleep 60' with netcat but I'm not ver