Symfony notes – building the Download Portal
Another useful tool we try to use is the MakerBundle. We start by making a Category editor. $ bin/console make:crud Category Then we have to adjust the URLs, add the…
Read moreAnother useful tool we try to use is the MakerBundle. We start by making a Category editor. $ bin/console make:crud Category Then we have to adjust the URLs, add the…
Read morePreliminary considerations We use PHPStorm with PHP 7.2, apache installed, php-xdebug installed in Ubuntu. Setup We read the setup guide. A good source probably will be also Symfony 3 For…
Read moreIf you want to create a self-extracting archive, or a self-contained executable, you may create a shell script which contains packed data, and can extract those data automatically. You proceed…
Read moreTesting SeleniumHQ SeleniumHQ is a Python framework for functional testing of web apps. Controlling the browser may be difficult, sometimes. Behave A Python framework for improving functional testing with user-friendly…
Read moreOften we want to show an image in a push button (QPushButton) or in a window (using QLabel). The automatic resizing offered by the Qt framework isn’t always working, so…
Read moreSometimes, you have to generate some kind of document, a commercial offer for example, based on some data that has beenĀ entered into some HTML form, and you want it to…
Read moreHello! Here we will publish random samples of our thoughts, usually related to software developement. The first thing I have done on this blog is installing and enabling the QuickLatex…
Read more