Questions tagged as 'framework'

1
answer

Centralize div container materialize

I have the following structure in my HTML : <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1> <span><b class="grey-...
asked by 17.05.2015 / 00:43
2
answers

How to publish multiple Laravel applications on Shared Server?

I have two independent applications made in Laravel I would like to host them on the same server, in separate directories. I searched extensively in the documentation and forums, and managed to make only one application work correctly, howeve...
asked by 19.02.2016 / 21:23
1
answer

Doubts on web application integration with mobile

Hello, I have a question about how to integrate my existing web system with a mobile application. We have already developed a web application whose architecture is basically the following: REST (via Jersey API) as web service, Maven as depend...
asked by 04.05.2016 / 20:19
1
answer

Laravel 5.2 $ errors empty

I'm using Laravel 5.2 and I'm trying to create a validation for user registration. In UserController.php I have: public function postSignUp(Request $request){ $this->validate($request, [ 'email' => 'required|email|unique:u...
asked by 10.05.2016 / 20:15
1
answer

Bulma CSS ScrollDown Navbar

On the official website of the Bulma CSS you can see that by scrolling down the page the navbar menu appears at the top. The transform property: translateY inspected in the browser appears to be used to project this effect. As Jquery does not...
asked by 12.12.2017 / 02:40
1
answer

Transitions, Effects for WinForms .NET

How to get the effects of fade-in and out, transitions, moves, and so on, in forms and their controls in VB.NET, natively or with FrameWorks?     
asked by 28.04.2015 / 14:37
1
answer

Back button with searched records

I have a button that at the moment is just a button: <button type="button" name="voltar" id="voltar" class="btn btn-default" style="margin-left: 30px">Cancelar</button> $('#voltar').click(function() { alert('voltar');...
asked by 27.02.2015 / 19:55
1
answer

Framework (Java) for Opening Remote Sessions for Execution of Commands on Unix-based Server

I needed a framework to be able to open remote sessions on (Unix-based) servers and execute commands remotely (if possible as% with% same). Does anyone know of any and mature that can serve this purpose? Main purpose: What happ...
asked by 07.10.2014 / 17:16
0
answers

Web Python without Framework [closed]

If there are two languages that I really like, they are python, which I have always used for desktop and php, which I have always used for the web. I would like to use python for the web too, but I am currently studying the django framework,...
asked by 04.10.2017 / 17:12
0
answers

Error Hosting - Zend Framework 2

I am hosting a system created in Zend 2 on a dedicated server with Windows Server 2008, Apache 2.4, PHP 7.1.5. The user who is running apache is already fully allowed in the files, but I am getting the following error:    Fatal error: requ...
asked by 26.07.2017 / 13:58