Posts by Aminadabe Silva • 415 points
17 posts
-
0
votes1
answer446
viewsA: Symfony authentication. How to authenticate (simple)
Problem solved, as I did not get answers, I decided to do it myself and in fact it is quite simple, here goes the resolution for those who want. Controler <?php namespace AppBundle\Controller;…
-
0
votes1
answer446
viewsQ: Symfony authentication. How to authenticate (simple)
I got a problem here. I’m on a project using symfony (very good Framework), but I’ve seen some complexities of how it authenticates. I was able to log in, however at the time of entering the home,…
-
1
votes1
answer1065
viewsA: How to make a responsive list in CSS
develop things like this is very cool anyway, but not always agent need to stay redesigning a wheel, download the bootstrap import the css files from it, and go on bootsnip get a list and fit your…
-
2
votes2
answers1117
viewsA: Email codeigniter SMTP error was encountered: 450 4.7.1
I was able to solve the problem, actually Locaweb has an anti-span system, when you send an email with html template, you can’t leave the field of who sends the email registered by the sender, in…
-
0
votes2
answers1117
viewsQ: Email codeigniter SMTP error was encountered: 450 4.7.1
does that you can explain to me how I send email from a form by the servers Ocaweb, I have a website of a client hosted in Ocaweb, but the sending form does not work using the e-their mail, I wonder…
-
0
votes1
answer219
viewsQ: Sort by ENUM Mysql value
I have a question and since I did not find anything on the internet I decided to ask you, well, I have a Mysql table and this table contains an ENUM field that can be 'yes' or 'no', I wonder if it…
-
0
votes1
answer103
viewsQ: Capture td value and move to a form?
as I don’t know much (almost no javascript) I humbly come to ask for your help, I have a datatable populated by data that comes from the database, and when I click edit opens up a modal that should…
-
3
votes3
answers23335
viewsA: avoid line break within a table, or minimum size
To avoid breaking row in table use white-space: nowrap;. In external css: .classDaSuaTRouTD{ white-space: nowrap; } In css inline: style= "white-space: nowrap; As for setting the minimum size you…
-
3
votes2
answers583
viewsQ: How to load external CSS via Codeigniter?
I need to call this sheet external style, but it does not load at all, I saw a similar question here, but I did not notice a conclusive answer, since I am using Codeigniter 3 below. The error that…
codeigniterasked Aminadabe Silva 415 -
1
votes1
answer157
viewsA: Jframe opening repeatedly twice
Hello, I managed to solve the problem, actually it was a mistake of mine, it happens that I had put the event Keypressed and the actionPerformade with the way to enter, but somehow, even clicking…
-
1
votes1
answer157
viewsQ: Jframe opening repeatedly twice
I’m new to desktop programming, well, I’m making a program in java using swing and sqlite database, I’ve already made some things work, but after login the jframe that should open a single view…
-
0
votes2
answers4333
viewsA: How to resolve java.lang.nullpointerexception in sqlite application?
thank you very much for the help of all, in fact the Conn was null, not due to my logic in the method enter(), more due to not giving the return in the method of connection with the bank, I was…
-
1
votes2
answers4333
viewsQ: How to resolve java.lang.nullpointerexception in sqlite application?
I am having problem with this exception. I have seen some tutorials here, but none of them can solve my problem. Even the answers to similar questions could not satisfy my need. I’m making a desktop…
-
4
votes2
answers989
viewsQ: How to install Sqlite to be part of a C#project?
I am creating a desktop application in C# of registration that will use database. Which database to use? I was advised to use the Sqlite, but I’m not quite sure how to use it. Which version of…
-
10
votes1
answer3282
viewsQ: How to compile the database to install together with a C#application?
I’m developing an application in c#, and I need to know if I can compile the database to install together with the application, I’ve seen something here talking about Sqlite, but I don’t know the…
-
4
votes1
answer279
viewsQ: How to open Jinternalframe window after login?
I am new in java for desktop and am making a program with swing, and would like to know how to make a JInternalFrame open after login is done, follow the code for analysis.…
-
0
votes2
answers6059
viewsQ: Create executable program with php, html and mysql
Hello, I wonder if there is how I create an application in php, using html and integrate with mysql, but after created there is a way I convert to executable, making when it opens it run in client…
phpasked Aminadabe Silva 415