Posts by Felipe Dumont • 354 points
7 posts
-
4
votes3
answers75169
viewsA: Centralize Divs - Bootstrap
You could do it this way: <div class="container"> <div class="col-md-6"> <div class="configdiv"> ... </div> </div> <div class="col-md-6"> <div…
-
3
votes1
answer265
viewsQ: Bootstrap 3: Collapse on Hover and fixed on click
I would like to know how to make the Collapse of Bootstrap 3 open in the Hover and if it is clicked it is fixed (Do not close) and only close if another Collapse is clicked (And this other Collapse…
-
9
votes1
answer303
viewsQ: Use local files if CDN is Offline
I wonder if it is possible to perform a callback if a CDN is offline the system uses local files. Ex: I use the Fontawesome CDN but if the user runs out of the internet or the CDN goes offline, it…
-
1
votes1
answer601
viewsA: Relationship between tables in Mysql
The problem was solved Rafael helped me to think about how would be the logic of the tables that will be related getting like this... I decided to create two tables that are them campeao_forte and…
-
1
votes1
answer601
viewsQ: Relationship between tables in Mysql
I am creating a site and I have a problem in it, in this site I will display some characters of the game League of Legends and I will show which character is strong or weak in relation to others,…
-
3
votes1
answer2916
viewsQ: Apostrophe causing error when entering data into Mysql
I’m a beginner in PHP and I’m creating a personal project to consolidate my knowledge until I came across a problem, by entering a name that has an apostrophe this apostrophe makes the INSERT INTO…
-
2
votes2
answers2709
viewsQ: Error starting "Rails Server"
Hi I’m trying to install Ruby on Rails on Ubuntu and startar the server using the command rails server returns me the following error. felipe@Dumont:~/mo$ rails server…