Posts by Tiago Morais Morgado • 150 points
12 posts
-
2
votes2
answers110
viewsA: WHM - Monitor Mysql by site
I know this probably doesn’t answer your question, but consider a nosql paradigm for databases, like postgre, or nosql. alternatively something like ruby on Rails. got the advice
-
-1
votes3
answers3092
viewsA: How to make an integer store a 12-digit number?
a possible approach, will be the technique of serialization, widely used to record states in video game graphics engines, especially if we take into account the beginnings, and that can be used for…
-
0
votes1
answer35
viewsQ: request for support in optimization, fix shell command for mac
I am looking for the best way to optimize the following command shell in the Mac OSX, in order to fulfill the function that is intended which is basically to copy all files xx to the folder xx2:…
-
4
votes2
answers87
viewsQ: How to install plugins in separate accounts?
Have: an FTP server with Cpanel running over WHMCS three Mysql databases linked to different users three Wordpress accounts associated with the above mentioned databases How to install a plugin…
wordpressasked Tiago Morais Morgado 150 -
3
votes2
answers10490
viewsA: What is the difference between Association, Aggregation and Composition in OOP?
summarizing: in association we have no owner. the objects have own life time. and the Child Objects are independent. or there is some kind of hierarchical relationship and objects can be called…
-
3
votes2
answers5006
viewsA: How to put a row to separate items from a menu?
alternatively you can also use Android Studio’s graphic prototyping tools, available in the design menu, or if you prefer, Important a framework as bootstrap and take the elements you want. there is…
androidanswered Tiago Morais Morgado 150 -
0
votes3
answers3092
viewsA: How to make an integer store a 12-digit number?
you can use one of these options. the first if you want a variable that stores only whole the second if you want something more global long long; long double you can also choose to create a class…
-
0
votes4
answers5878
viewsA: Convert String to Decimal
convert this into a class and start building libraries from all the code you implement for each project you do. so do not write the same code several times public void ConvertStringDecimal(string…
-
-2
votes2
answers229
viewsA: user tree with dots and profile in C#
the question seems pertinent and I do not know to what extent I will be able to give an adequate answer, but if I had to address a problem of this nature, I would perhaps prefer to use an…
-
0
votes4
answers63
viewsA: How to make a slideshow accessible to ringtones on smartphones?
Don’t try to reinvent gunpowder if you’re developing websites. for responsive websites, you can easily opt for a solution like WHMCS, or Wordpress, and create a hosting account on an ftp server,…
-
1
votes1
answer555
viewsA: Location of specific points on maps
Conceptually speaking, what you should do is first input the class you indicate, of the user’s geographic location coordinates, returning to the method their longitudinal coordinates and magnitude.…
javaanswered Tiago Morais Morgado 150 -
0
votes2
answers3513
viewsA: How to run an application with Database on Android?
Good morning. If you want to create a database on an Android App. This will depend on several factors. First, the application runs on server-client aquitecture. or there’s no server communication,…