Posts by Ricardo CF • 53 points
5 posts
-
0
votes1
answer26
viewsA: Redirects to API’s
Apparently Delphi isn’t following the redirect. It simply takes a snapshot of the page you passed and does not continue with the redirect. The same thing must happen when there is some ajax on the…
-
2
votes2
answers1683
viewsQ: Place text at the bottom of the css circle
Look at you I need to place the text at the bottom of the circle using css.. I have the code here http://scratchpad.io/unequal-mist-4130 .circle{ height: 37px; line-height: 37px; position: absolute;…
-
2
votes9
answers12142
viewsA: Search via ajax during input text ( autocomplete )
The link here has a practical example, can help you, loading result from the third or second letter. or else load all data into json and query that result, no more requests on the server.. there is…
-
0
votes2
answers104
viewsA: Doubt in the elaboration of a query in SQL
You can add salaries, but you can’t add movies and roles. You can see this on the link Laércio Lopes sent... If you need some code, send the sql file with the tables used in the example.…
-
1
votes2
answers134
viewsA: Error starting HTTP server in Ruby
You could reinstall Ruby in another way.. I’ve used railsInstaller but didn’t like it very much.. you can try installing by here(Download the devkit compatible with the version), even the same…