Craft CMS DocSet for Dash
A docset for Craft CMS to use with Dash. Cole Henley
A docset for Craft CMS to use with Dash. Cole Henley
Choosing the right content management system (CMS) for your website – and your budget – is one of the most important decisions in the web development process. To help illustrate the differences, we’ve put together this visual guide examining what makes some of our favorite affordable CMS options unique. Caleb Newby
Craft gives us the option to force any particular user to reset their password the next time they login. If you ever need to to force all users to reset their password on a larger site where manually updating each user is not feasible, you might have to do so at the database level. Read More »
Ben Parizek
Using Twig to manipulate Craft's ElementCriteriaModel objects makes for leaner and meaner templates. Relatively complex functionalities can also be built pretty easily. Jérôme Coupé
Craft is better than WordPress for more custom websites because developers can build instead of manipulate. This philosophy applies to creating the admin, content entry, and templating... Megan Zlock
Setting up Fastly to work with Craft takes some time the first go-round, but the performance difference is more than worth the trouble. Layer Tennis went from an average HTML load time of 2.1 seconds without caching to less than 120 milliseconds. That's a reduction of 1,750%... Chris Maven
Sometimes the order of things matters. This article begins to explore how Twig Templates in Craft CMS are processed. We'll take a look at the order in which the `set`, `block`, `extends` and `include` tags get evaluated and rendered. Understanding the logic behind how the page is processed will help you decide when to use these tags; whether you should be using these tags in your layouts, page templates, or partials; and know when you need to consider alternative methods to pass variables between your templates more easily when dealing with more advanced templating needs. Read More »
Ben Parizek