…ing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In the past few years, browsers have come a long way in supporting newer CSS properties that allow developers to create nice effects and animations using pure CSS. You no longer have to rely on JavaScript libraries to add basic animations. You can animate…
…In this first article of a new series on the Asset Pipeline in Rails, I’d like to discuss a few high-level concepts that are handy to fully grasp what the Asset Pipeline has to offer and what it does under the hood. The main things it manages for you are…
…In this article, I’m going to spotlight some of the key features introduced in OpenCart 2.3. If you’re an OpenCart developer who is familiar with earlier OpenCart versions, OpenCart 2.3 brings a couple of surprises for you. Of course, it’s expected to have something exciting in each new version along with bug…
…ing a direct email address, it can also help leverage the exchange into something more. Ask for a newsletter sign-up, enable a file upload, set up an auto-responder, and much more.To help you find the right PHP contact form, here are 20 useful PHP contact forms on CodeCanyon:1. Flora Forms -…
…ing is a key tool for ensuring the correctness of our software, and Angular apps are no exception! In fact, part of what makes Angular so amazing is that it's a framework written from the ground up with testing in mind.In our new course, Angular Testing Inside Out, Envato Tuts+…
…ing of the features of the Asset Pipeline in Rails that beginners usually have a tricky time with. You will also have a good introductory grasp of compilation, fingerprinting, caching, minification, and compression. The pipeline gives you a lot of mileage, and a good understanding of why is as important…
…in the WordPress Customizer. In the last tutorial, we prepared and loaded two JavaScript files, customizer-control.js and customizer-preview.js, that will allow us to interact with the JavaScript API from the Customizer back-end and the front-end or the Previewer interface. So be sure to follow the last tutorial before proceeding further.In…
…ingIf you're asking, "What's Yii?", check out Introduction to the Yii Framework, which reviews the benefits of Yii and includes an overview of Yii 2.0, released in October 2014.In this Programming With Yii2 series, I'm guiding readers in use of the Yii2 Framework for PHP. In this tutorial, we'll explore…
…In this tutorial, we're going to take a break from writing code and look at what PHP namespaces and autoloaders are, how they work, and why they are beneficial. Then we'll prepare to wrap up this series by implementing them in code.If you're not caught up with everything we've covered…
…ingThis tutorial is part of the Building Your Startup With PHP series on Envato Tuts+. In this series, I'm guiding you through launching a startup from concept to reality using my Meeting Planner app as a real-life example. Every step along the way, I'll release the Meeting Planner code as…