Various websites could contain useful information, that you would like to keep locally for the future. Unfortunately, not all websites adapted to be printable via default browser behaviour. Using CSS3 print media query this feature lack could be easily fixed.
Continue reading »Larapulse Technology articles
We all know how to create a variable, how to get the value of a variable, and how to take a reference to a variable. Let's have a learn what happens in the interpreter when you change the value of a variable? Or when you delete it? How are the types of variables implemented?
Continue reading »Learn how to configure HTTPS with nginx to get an A+ score when checking in SSL Labs and how secure yourself against the latest bugs by SSL encryption.
Continue reading »For some web application, you probably need to ask a user to share his/her location with you. Native web browser behaviour asks you to use an outdated approach to get it using callbacks. But we'll show you how to make this request synchronously using the new JavaScript features.
Continue reading »Asynchronous functions allows us to program using asynchronous requests in a "synchronous" manner. They could be really useful with ajax calls, for example.
Continue reading »No matter how good a Agile team is, there is always opportunity to improve. Although a good Agile team will be constantly looking for improvement opportunities, the team should set aside a brief, dedicated period at the end of each sprint to deliberately reflect on how they are doing and to find ways to improve. This occurs during the sprint retros...
Continue reading »Validation is an important task every web developer should care when working with data coming to server. Symfony has Validator component for that, but let's build request auto-validation structure to be sure that data came to our appliction is already valid.
Continue reading »The development process in PHP is mostly related to the receipt and processing of data from different sources. Usage of the Standard PHP Library, SPL and knowledge of its composition is an area whose possession can confirm the competence of the PHP developer.
Continue reading »Step-by-step instructions for creating a plug-in for Chart.js library.
Continue reading »Well-known resource GitHub for every developer could be not just a repository for your code, but even free hosting for your website with SSL certificate.
Continue reading »