How to Add Custom Code Snippets to Your WordPress Site
17.9.2018
If you want to extend your WordPress site with custom functionalities you frequently need to add custom code snippets to your codebase. In fact, the web is full of...
The post How to Add Custom Code Snippets to Your WordPress Site appeared first on Onextrapixel
WDRL — Edition 241: Doodles, Chrome 70, Print Link Lists, JavaScript == CO2, and Data Scientists
14.9.2018
Hey,
it’s an interesting concept to compare JavaScript with CO2 and yet a very valid one. Alex Russel who works for the Chrome team and has a lot of insights into the current state of the web says that using too much JavaScript or using it exclusively (without progressive enhancement / graceful...
10 Interesting JavaScript and CSS libraries for September 2018
5.9.2018
In this article we share with you this September's collection of amazing resources, including a powerful CSS framework and some useful JS tools
Manage Your Projects And Clients In One Place With Monday.com
3.9.2018
[ This is a sponsored post on behalf of Monday ] Monday.com is a project management tool for teams and freelancers that allows you to manage your projects, team,...
The post Manage Your Projects And Clients In One Place With Monday.com appeared first on Onextrapixel
Build Your First Angular Website: Show a Single User Using Route Parameters
30.8.2018
We now have our users section that lists our users. This works great, but now we have to show off a single user. The route to see a single user is defined by their username:
Build Your First Angular Website: Lazy Loading an Angular Section
30.8.2018
Next up, let's create a section of our site specifically dedicated to users. We have many users that are part of our site and we'll have two parts to this:
/users where we
Build Your First Angular Website: Routing to Two Pages
30.8.2018
Now that we have two pages, let's start routing to them. We want to be able to click around to our pages. Currently we are showing both our HomeComponent and ContactComponent
Build Your First Angular Website: Contact Form Validations
30.8.2018
We've created our contact form and are able to submit it using the processForm() method on our class:
<!-- form goes here -->
<form (ngSub
The Easiest Way To Customize Bootstrap
22.8.2018
We take a look at Epic Bootstrap, an awesome web app for customizing Bootstrap 4
10 Awesome Web Dev Tools & Resources For August 2018
16.8.2018
A collection of our favorite web dev resources for August, featuring Google's new augmented reality app, a couple of UNIX terminal tools, and some helpful productivity booster apps
Creating Apple's Website with Bootstrap 4
8.8.2018
In this step-by-step video lesson we will recreate Apple's iconic home page using Bootstrap 4 from scratch
The peculiar magic of flexbox and auto margins
27.7.2018
In front-end development, there are often times when I know that I don’t know something. I might know enough to know what CSS to search for, but I have absolutely no idea how to use it or what the right syntax is. Somehow, in my head, there appears to be a filing cabinet that’s entirely empty,...