Posts by Francisco Maria Calisto • 662 points
10 posts
-
2
votes1
answer118
viewsQ: React.js Failure Manipulating Events
I’m starting to learn React.js by watching some videos, tutorials and documentation. However, I am having a problem with my code in Google Chrome appears like this: And in Firefox neither appears…
-
1
votes0
answers47
viewsQ: How to change PHP scripts from Mediawiki to Wordpress Plugin?
I’m working on a project where I have Mediawiki PHP Scripts that import information from publications from a database into a Publications page. I need to convert these scripts to Wordpress Plugin…
-
1
votes0
answers28
viewsQ: Problem when using Interactjs
I’m having a problem trying to use as a library Interactjs. At this time the my code, as you can see, you are invoking the files necessary for the correct execution of the example: <link…
-
26
votes3
answers39504
viewsA: How does the git rebase command work?
The main benefit of rebase is that begins a much more "clean approach". First, it eliminates unnecessary intercalation, a commitment required by git merge. Second, rebasing also results in a…
gitanswered Francisco Maria Calisto 662 -
1
votes1
answer216
viewsQ: Separate Styles in Three Column Division
I am currently doing the Prototype of an Interface where it will have the page divided into 3 sections: 1) A lateral column on the left side with width:25%; where the user form will be. 2) A column…
-
0
votes1
answer172
viewsA: Transfer file to FTP and make it available for download automatically
If you are using PHP one of the possible solutions to solve this problem is to create a folder where you will host all the files for download and place them in the folder via FTP. After this it will…
-
3
votes3
answers605
viewsA: Metro style checkbox
Example 2 I leave here another example that I enhanced for this answer that to simplify is only developed in HTML and CSS. HTML <p> <input id="active1" type="checkbox" class="check">…
-
2
votes3
answers605
viewsA: Metro style checkbox
Example 1 I have an example in Codepen and in the Jsfiddle which I consider to be close to show you if it applies. HTML <ul> <li> <div class="circle"><img…
-
17
votes2
answers1853
viewsA: What is agent-oriented programming?
When we talk about Agents we are usually talking about Artificial Intelligence, which in this case, more properly Distributed Artificial Intelligence. Distributed Artificial Intelligence (IAD), with…
paradigmsanswered Francisco Maria Calisto 662 -
1
votes1
answer135
viewsA: Loop does not run on Xcode
Make sure you don’t compute the loop? I think the mistake lies in having the variable "%i" which I think should be just "%d" or else "%f" float: #import <Foundation/Foundation.h> int main(int…