Posts by Conrado Saud • 107 points
17 posts
-
0
votes1
answer746
viewsQ: Hide folder path with . htaccess
Olar. I’m working with a . htaccess file but I’m having a hard time getting what I need. I have the mastery site.com.br/panel/view/painel_de_access.php and would like to convert this url into…
htaccessasked Conrado Saud 107 -
0
votes1
answer380
viewsA: How to persist and update oauth 2.0 Access Token from Google?
I managed to solve my problem. I found this article on the internet: https://ctrlq.org/code/20363-google-api-php-oauth2-example The code presented there causes the data to be saved in a file. txt…
-
0
votes1
answer380
viewsQ: How to persist and update oauth 2.0 Access Token from Google?
I have a Google Analytics account and need Token Access to make some requests that return data from this account. Whenever I use oauth to authenticate it works, however, when I change page the data…
-
0
votes2
answers954
viewsQ: PHP failed to open stream when trying to include top folder
I have a problem in my PHP that I do not know what is happening. Currently, whenever I go back a folder in some directory I use ./ for example: ". /javascript/jquery.js" I don’t know why this is…
phpasked Conrado Saud 107 -
0
votes1
answer126
viewsQ: Problems and questions with sending Ajax and Php form data
Hello. I need to save some html form information in php but without reloading the page. I searched several tutorials and video ajax class but I’m doing something very wrong or I don’t really…
-
0
votes1
answer324
viewsQ: Am I using (learned) the MVC standard in the right way?
/*Hello. A few years ago in college I took a pattern practice class with Php, and one of them was MVC. I learned from my teacher the MVC standard, but I don’t know until today the same was taught in…
-
0
votes2
answers107
viewsQ: Javascript stops working and only returns with empty cache?
Lately I have been very angry with Javascript, the reason is that I write my codes and functions in Javascript and they apparently don’t work. Then I need to open the browser in anonymous tab, then…
javascriptasked Conrado Saud 107 -
1
votes1
answer2837
viewsQ: Variables $_SESSION reset after reloading PHP page
Hello. I’m trying to perform a very simple login system with Session and I’m not able to keep the $_SESSION variables saved, because they get lost every time you have Reload on the page. My…
-
0
votes1
answer808
viewsQ: htaccess does not load CSS with second parameter
Hello. I have been breaking my head too much to try to solve a problem that should be very simple but is not working. My website is browsed as follows on htaccess…
htaccessasked Conrado Saud 107 -
0
votes0
answers24
viewsQ: A product reference various sizes in the database. How to do?
Hello! I am developing a Java system with Postgresql, and now I have reached a stage where I am with a great difficulty. I have three tables that need to relate, are they: Product: code,…
-
1
votes1
answer51
viewsQ: C# - Cursors.Hand.Handle does not identify cursor " Hand "
I made a program to identify if the mouse cursor is Hand or not. I’m using an event that identifies the global cursor, so even outside the Form he is able to identify. The problem is that in the…
-
3
votes0
answers155
viewsQ: How do I connect my Python code to a game or program?
Hello! I started studying Python and saw in it some possibilities to do some hacks for games and I liked the hahaha language even more. I have a code that for example, takes a String and converts it…
pythonasked Conrado Saud 107 -
1
votes1
answer3049
viewsA: How to put text in bold in Android String.xml?
Actually use only the <b> </br> worked. The problem was that I spent the whole week developing the app in my note that it is bad and I could not test. Now already at home I tested on my…
androidanswered Conrado Saud 107 -
2
votes1
answer3049
viewsQ: How to put text in bold in Android String.xml?
Hello! On Android, I put: <string name="msg"> <b> Mensagem: </b> A mensagem que será ixibida junto ao áudio na tela. </string> Just where it says "Message" I wish it was in…
androidasked Conrado Saud 107 -
2
votes1
answer1537
viewsQ: How to change the standard source of Swing components?
I wonder if there’s any way I can change the font pattern from Labels and Swing buttons, if possible, for general design. All the Labels that I create I have to keep changing the font to one that is…
-
0
votes2
answers2892
viewsA: Android - Alarm for mobile according to system time
Look, I managed to set the alarm the way I needed it that way, using the following information:: Calendar cal = Calendar.getInstance(); cal.set(Calendar.HOUR_OF_DAY, 20); cal.set(Calendar.MINUTE,…
-
0
votes2
answers2892
viewsQ: Android - Alarm for mobile according to system time
Hello. I’ve done a lot of research and I’ve learned to do some nice things with Alarmmanager and stuff like that. I wanted to make an alarm for my mobile for testing, the problem is that all the…