Blog https://chaseandsnow.com/en en Sustainable websites https://chaseandsnow.com/en/blog/sustainable-websites <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Sustainable websites</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/technology-6742646_1280.jpg?itok=WUschzQ0" width="1024" height="682" alt="Image by Gerd Altmann from Pixabay" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Nickisan</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Mon, 07/31/2023 - 09:19</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p>Disclaimer: this post is a bit different. We take pride in not talking jargon to our clients - our aim is that no-one feels like they should be an IT nerd to be able to get a website that is absolute top-notch. However, that does <em>not </em>mean that <em>we </em>don't know our jargon or know the inside and out of <em>creating</em> these websites that indeed exceed expectations - also in the field of ecological sustainability.</p> <p>Nick wrote this post to showcase what we take into consideration when creating your resource-wise website - and to share the information with everyone else creating websites. We believe sustainable is the way websites need to be created in 2020's, and hope that this information will help some fellow developers out there to challenge themselves, too.</p> <h2>Let's dive into it!</h2> <p>We are exited to introduce you to <strong>Nick's Fast and Compressed</strong> check list for <strong>sustainable websites</strong>. It is available for you in order to help you make more ethical and environmentally-conscious choices in the digital realm.</p> <p>This list is part of Nick's upcoming book, "Digital Permaculture," which elaborates on the integration of <a href="https://nordicpermaculture.org/en/what-permaculture">permaculture</a> ethics and principles with technology and digital practices.</p> <h2>Nick's Fast and Compressed list for sustainable websites</h2> <ul><li>Don’t use videos, especially not on the front-page and don’t use auto-play. Auto-play sucks anyway and every website that comes along with it gets banned for lifetime</li> <li>Compress images as far as possible and use modern codecs that are supported by the browsers (non supported is kind of funky but sucks when you get mails that people can’t see your images)</li> <li>Use lazy loading for images which are not in the First Contentful Paint.</li> <li>Responsive images. Different image sizes according the browsers resolution</li> <li>Compress js + css</li> <li>Minify js, css, HTML</li> <li>Optimize js</li> <li>Optimize frontend used, more classes less ids, lean css</li> <li>Use webfont formats like woff or woff2</li> <li>Enable Gzip compression on your webserver</li> <li>Usew http/2 for SSL</li> <li>Long caching period for static content</li> <li>Deliver static HTML where possible</li> <li>If you want to go further <ul><li>no loading of 3rd party plugins from remote</li> <li>only static sites, no database in between</li> <li>reduction of objects in the Document Object Model (DOM)</li> <li>images dithering</li> </ul></li> </ul><h2>Website size</h2> <ul><li>&lt; 400 KB = perfect</li> <li>&lt; 1 MB = good</li> <li>&lt; 4 MB = acceptable</li> <li>&gt; 4 MB = needs work</li> <li>&gt; 10 MB = unacceptable</li> </ul><p>You could also measure the loading time and set it in relation to the transferred amount of data. </p> <p>Feel free to <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="e03fd642-c7a3-4935-93f3-dbe4621098fb" href="/en/contact-us">get in touch with us</a> regarding topics on the list. </p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-blog-tags--blog.html.twig * field--node--field-blog-tags.html.twig * field--node--blog.html.twig * field--field-blog-tags.html.twig * field--entity-reference.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-blog-tags f--type-entity-reference f--label-above"> <div class="field__label">Tags</div> <div class="f-item"><a href="/fi/blog/tag/sustainability" hreflang="fi">sustainability</a></div> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Mon, 31 Jul 2023 06:19:39 +0000 Nickisan 397 at https://chaseandsnow.com Why you should refresh your website every few years https://chaseandsnow.com/en/blog/why-you-should-refresh-your-website-every-few-years <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Why you should refresh your website every few years</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/Flower-by-myriams-photos-pixabay.jpg?itok=Yp93xeVv" width="1024" height="675" alt="Flower in snow" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Lumia</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Tue, 03/21/2023 - 13:12</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p>I think it’s clear to all, that in today's world, having an online presence is crucial for businesses of all sizes. Your website is often the first point of contact for potential customers, and it plays a significant role in shaping their first impression of your business. That's why it's essential to keep your website <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="715b44a7-7f00-4fb0-a129-94899b20abcc" href="/en/dynamic-base-websites">fresh and up-to-date</a> to reflect what is it that you can help your client with in the most efficient way. In this article, we'll discuss why it is a good idea to refresh your website every few years.</p> <h2>Keep up with modern design</h2> <p>Design evolves, and what looked modern and fresh last year may appear outdated and stale this year. By refreshing your website's design every few years, you can ensure that your site looks current and relevant. This can help you stand out from your competitors and create a positive impression on your visitors. What we don’t suggest, though, is trying to ”keep up with design trends”. That kind of continuous tinkering on your website is usually not helpful for small businesses, as it steals time and money from more relevant activities.</p> <h2>Improve user experience</h2> <p>User experience (UX) is a critical factor in determining whether visitors stay on your website or bounce away. If your website is difficult to navigate, slow to load, or not mobile-friendly, visitors are likely to leave and look for alternatives. By keeping your website modern, you can improve its UX by incorporating new features, optimizing its speed, and ensuring it is mobile-responsive.</p> <h2>Stay up-to-date with technology</h2> <p>Technology is constantly evolving, and it’s evolving fast. By refreshing your website regularly, you can ensure that it is built on the latest technologies, making it more secure, faster, and more accessible.</p> <h2>Enhance search engine optimization (SEO)</h2> <p>Search engines like Google use complex algorithms to determine which websites to display in their search results. By refreshing your website every few years, you can incorporate the latest <a data-entity-substitution="canonical" data-entity-type="taxonomy_term" data-entity-uuid="6faf226f-e07e-4696-b6a5-f9886f351da0" href="/en/product/seo">SEO best practices</a>. This can help improve your search engine rankings and drive more organic traffic to your website.</p> <h2>Reflect changes in your business</h2> <p>As your business grows and evolves, your website should reflect those changes. If you've recently rebranded, expanded your product or service offerings, or updated your company mission, your website should reflect those changes. By refreshing your website, you can ensure that it accurately represents your current business and serves as an effective marketing tool.</p> <p>In conclusion, updating your website every few years is essential to keep it up-to-date, improve user experience, stay current with technology, enhance SEO, and reflect changes in your business. A fresh, modern website can help you attract and retain visitors, build trust and credibility with your audience, and ultimately drive more sales and revenue for your business.</p> <p>Is your website looking old and tired, really slow to load or is it just not reflecting your business anymore? <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="e03fd642-c7a3-4935-93f3-dbe4621098fb" href="/en/contact-us">Contact us! </a>We’ll help you get your website back on track!</p> <p>This article was written by Lumia.</p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Tue, 21 Mar 2023 11:12:28 +0000 Lumia 396 at https://chaseandsnow.com What is ethical advertising and why does it matter? https://chaseandsnow.com/en/blog/what-ethical-advertising-and-why-does-it-matter <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">What is ethical advertising and why does it matter?</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/Heart-congerdesign%20-Pixabay.jpg?itok=kx5ekWt0" width="1024" height="679" alt="Heart by congerdesign at Pixabay" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Lumia</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Thu, 02/16/2023 - 16:02</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p>It is often said that the actual purpose of advertising is to create needs and wants. I guess it’s because of that I sometimes get weird looks when I tell my business is an advertising agency (partly because it is that, and partly because it’s too weird to say ”my business strives to the small business owner’s best marketing buddy”), especially when I am talking with people that are into sustainability, permaculture and social justice – like myself.</p> <p>Even the advertising industry itself seems to think that the kind of advertising which only concenctrates on telling the potential customers about the products and services of the advertiser, and how they can help customers with their current problems, wants and needs, is somehow old-fashioned.</p> <p>I call BS on that. I strongly believe that in the world of massive over-consumption, <a href="https://www.hsph.harvard.edu/news/features/advertisings-toxic-effect-on-eating-and-body-image/">mental issues due to low self-esteem and comparison</a> as well as the reckless disregard of the ecological carrying capacity of the Earth, we need to change these harmful beliefs - and change them fast.</p> <h2>Advertising can be responsible</h2> <p>In today’s world, it is more important than ever for businesses to be conscious of their advertising practices. Consumers themselves are increasingly more aware of the power of advertising and the potential for manipulation, so it is essential for companies to take steps to ensure that their advertising is ethical and responsible, and for advertising agencies like us to make sure we help them in doing that.</p> <p>The goal of ethical advertising is to provide customers with accurate information about products and services in an honest and transparent way. This of course means avoiding deceptive or manipulative tactics, such as making false or exaggerated claims. It also means being mindful of the impact that advertising can have on vulnerable audiences, such as children, and avoiding any tactics that could be considered harmful.</p> <h2>Avoid harm but more importantly do good</h2> <p>Ethical advertising is about much more than just avoiding negative practices—it’s about actively promoting the positive side. What are the problems your business can solve? Ethical advertising is in essence helping others - not trickery, exaggerations or false claims that bad advertising often is.</p> <p>Companies can also use their advertising not to emphasize the importance of social responsibility, sustainability, and other values that are important to them and their customers. Doing so – honestly, not greenwashing anything – builds trust and also contributes to creating a better world for us all.</p> <p>In addition to embracing ethical practices, small businesses especially need also strive to make their advertising as effective as possible. This means focusing on creating need fulfillment rather than need creation. Advertising should be designed to meet the needs of customers, rather than trying to create desires that lead to dissatisfaction and overconsumption.</p> <h2>Value-based advertising with the right partner</h2> <p>Our goal at Chase &amp; Snow is to help small businesses succeed in their marketing in the heavily competed markets of today. There are companies today in the world that are bigger than some countries, and have marketing budgets bigger than the combined revenue of all our clients together. How can a small business compete with such giants?</p> <p>We believe: by being smart, planning well – and executing well. That’s why we’re specialized in delivering maximum value and impact for the minimum viable cost in everything we do, in a way that is fair for our client, their customers and us, too.</p> <p>In the long run, I believe ethical advertising is the way small businesses can succeed in the marketplace. Customers are not dumb – they see through greenwashing and empty claims about social justice or fairness that some businesses try to feed us. By acting ethically and telling about it through ethical advertising practices, businesses can not only win the trust of their customers and create a strong revenue for themselves, but also help to make the world a better place.</p> <p>If you are looking for ideas on how to advertise ethically and effectively, or some more in-depth ethical marketing consulting, <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="e03fd642-c7a3-4935-93f3-dbe4621098fb" href="/en/contact-us">please contact us</a>! That is exactly what we can help you with.</p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Thu, 16 Feb 2023 14:02:22 +0000 Lumia 388 at https://chaseandsnow.com Why we use Drupal instead of WordPress https://chaseandsnow.com/en/blog/why-we-use-drupal-instead-wordpress <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Why we use Drupal instead of WordPress</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/Fotis%20Fotopoulos%20Image%20of%20Screens.jpg?itok=uFehuQZk" width="1024" height="683" alt="Photo by Fotis Fotopoulos Unsplash, screens" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Lumia</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Tue, 01/17/2023 - 14:01</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p>Years back, when I was looking for an easy to use web-shop, and cart systems like Magento weren’t available yet, I checked and evaluated different Open Source systems, to name some: WordPress, Joomla and Drupal. It took me a lot of time and development installations, even some failures until I decided to go with Drupal. </p> <h2>Here are some of the points that are important to me</h2> <ol><li><strong>Improved security: </strong>Drupal is known for its robust security features, which can make it a safer platform for websites that handle sensitive data or are at risk of being targeted by hackers.</li> <li><strong>Great flexibility: </strong>Drupal offers a wide range of customization options, allowing users to create a website that is tailored to their specific needs and goals.</li> <li><strong>Better scalability: </strong>Drupal is a scalable platform that can handle high traffic volumes and large amounts of data, making it a good choice for websites that are expected to grow over time.</li> <li><strong>Stronger support &amp; community:</strong> Drupal has an active community of developers and users, which can provide valuable support and resources for those who are building or maintaining a website.</li> <li><strong>Improved performance: </strong><em>Drupal websites are often faster and more efficient</em> than WordPress websites, which can improve the user experience and help with search engine rankings.</li> <li><strong>Improved accessibility: </strong>Drupal is designed with accessibility in mind, and includes features that make it easier for people with disabilities to access and use the website. This can be a valuable selling point for customers who want to make their website as widely accessible as possible.</li> <li><strong>More reliable updates:</strong> Drupal has a well-organized update process that can be more reliable and easier to manage than the update process for WordPress. This can be important for customers who want to ensure that their website is always up to date and secure.</li> </ol><h2>From a site builders perspective the following is important to me</h2> <ol><li><strong>Flexible Content types:</strong> In Drupal I have content types which allow me to add fields to them. This very practical especially for standardized content. In a shop I have several different products, but the content structure is the same. There will be always a product picture, a product description, a price, etc. With the fields I’m free to create any content type I want. In WordPress I’m limited to posts and pages, which of course can be heavily altered using the block system but still, for the next post or page I have to start again.</li> <li><strong>Extensive Taxonomy:</strong> While different content types gave me already a wide variety of possibility with Taxonomy I can drive this even further. In WordPress I’m limited to the category and the tags. In Drupal I can create an unlimited set of categories and tags. Think of it as the possibility to have categories, tags and flavors, or colors, or car models, etc.</li> <li><strong>Views:</strong> Views are database queries with which I can query the content, taxonomy, users, etc. Whatever I have put onto the site, can be put in lists. This comes very helpful for example if I want to put a list on my blog that shows all posts that have more than 50 comments, or all comments that are older than a year, or all photos that I ever put up in specific content type. The sky is the limit. In WordPress this is simply not possible.</li> <li><strong>Easy User management:</strong> User management in Drupal is simple. I can create several different roles and in the permission table grant rights for different roles. This is very fine granular and far more than WordPress is capable of. I can add a role for specific jobs, like for example only for changing the header image of the front-page. This means: The author and editor can see and do what they need to see and do, and not be overwhelmed by things that only the site manager or administrator need to see and do.</li> <li><strong>Non-cluttered back-end theme:</strong> WordPress is very cluttered when it comes to the administration and the worst part is that most site owners access their WordPress with an administrator account, and then have far too many options available to them.<strong> With Drupal I can decide which roles have access to what </strong>and therefore the back-end looks tidy and manageable.</li> <li><strong>Non-cluttered front end:</strong> WordPress shines with the availability of easy to install themes. But this is very it usually ends. WordPress themes come with far too many possibilities and options. Both beyond the capability of a standard user. And while they look pretty they also come with a lot of overhead on the technical site, like not needed libraries, CDN (Content delivery network) loaded fonts, and other CDN loaded libraries. Usually WordPress themes are bigger in total file size and by that load slower.</li> </ol><p><strong>At Chase and Snow we offer WordPress to Drupal migrations.</strong> <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="e03fd642-c7a3-4935-93f3-dbe4621098fb" href="/en/contact-us">Contact us today</a> and together we find a solution that suits you and your business.</p> <p>Ps. even though we don't build pages with WordPress, we're happy to fix and improve your existing WordPress websites, and manage their updates so that they remain functional and secure. <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="e03fd642-c7a3-4935-93f3-dbe4621098fb" href="/en/contact-us">Contact us!</a></p> <p>This text was written by our web developer <a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="1b28d7f7-5f46-4842-9025-5d814ddf0e6a" href="/en/about-us">Dominik Jais.</a></p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Tue, 17 Jan 2023 12:01:40 +0000 Lumia 387 at https://chaseandsnow.com Mikä ihme on ystävällinen mainostoimisto? https://chaseandsnow.com/fi/blogi/mika-ihme-ystavallinen-mainostoimisto <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">What is a friendly advertising agency? </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/villasukat-Image-by-LUM3N.jpg?itok=dJ2OXuQ-" width="1024" height="683" alt="Villasukat kuvituskuva - image by LUM3N" title="Villasukat kuvituskuva - image by LUM3N" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Lumia</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Mon, 03/15/2021 - 13:32</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p><span lang="en-US" xml:lang="en-US" xml:lang="en-US">When you come to our website, you are greeted by the phrase "We are a high-quality and friendly small advertising and marketing agency from Pirkanmaa and our task is to help small companies succeed in their marketing." Good quality is probably a pretty clear attribute for an advertising agency, but <strong>what the heck is a friendly advertising agency?</strong></span></p> <p><span lang="en-US" xml:lang="en-US" xml:lang="en-US">It becomes clear when we look at our values. The first of these is “friendly,” and we write this: </span></p> <p>“<span lang="en-US" xml:lang="en-US" xml:lang="en-US">We are your company's honest and genuine partner in marketing matters. We want to get to know your company and its customers so that we can help you in the best possible way. Cooperation with us is cordial, relaxed and effective. We say things directly but </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">nicely</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">. We </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">want</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> the best </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">for</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> your business and </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">go about it</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> like a good friend would. We want to build a customer relationship with you based on trust and </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">the same goal</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> - the best </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">for</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> your business. ” </span></p> <p><span lang="en-US" xml:lang="en-US" xml:lang="en-US">The value of </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">friendliness</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> could be summed up in the fact that <strong>we want the best for you and your business</strong>, and we will do our best to get you just that. If you want, we will be happy </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">become a long-term partner for our company</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> - or as in many good friendships, </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">we</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> can </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">just </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">meet every now and the</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">n and continue where we left off</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">. </span></p> <p><span lang="en-US" xml:lang="en-US" xml:lang="en-US">Friendliness</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> is important to us also because we are inherently easy going, friendly people. It can be said that Chase &amp; Snow is </span><span lang="en-US" xml:lang="en-US" xml:lang="en-US">down to its core a</span><span lang="en-US" xml:lang="en-US" xml:lang="en-US"> friendly advertising agency, and hopefully this also made it clear what it means. <strong>Work with us and experience it for yourself!</strong></span></p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Mon, 15 Mar 2021 10:05:56 +0000 Lumia 348 at https://chaseandsnow.com Keep healthy and do some marketing https://chaseandsnow.com/en/blog/keep-healthy-and-do-some-marketing <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--title--blog.html.twig x field--node--title.html.twig * field--node--blog.html.twig * field--title.html.twig * field--string.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <span class="field field--name-title field--type-string field--label-hidden">Keep healthy and do some marketing</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--field-header-image--blog.html.twig * field--node--field-header-image.html.twig * field--node--blog.html.twig * field--field-header-image.html.twig * field--image.html.twig x field.html.twig --> <!-- BEGIN OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <div class="f f--name-field-header-image f--type-image f--label-hidden f-item"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_formatter' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image_style' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'image' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <img loading="lazy" src="/sites/default/files/styles/1024/public/blog/DSC07197.jpg?itok=Eg94YwCU" width="1024" height="683" alt="Terveyttä ja toivoa tarvitaan nyt" class="image-style-_024" /> <!-- END OUTPUT from 'core/themes/classy/templates/field/image.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-style.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/field/image-formatter.html.twig' --> </div> <!-- END OUTPUT from 'themes/dj2019/templates/field.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--uid--blog.html.twig x field--node--uid.html.twig * field--node--blog.html.twig * field--uid.html.twig * field--entity-reference.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <span class="field field--name-uid field--type-entity-reference field--label-hidden"> <!-- THEME DEBUG --> <!-- THEME HOOK: 'username' --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> <span>Lumia</span> <!-- END OUTPUT from 'core/themes/classy/templates/user/username.html.twig' --> </span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--uid.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--created--blog.html.twig x field--node--created.html.twig * field--node--blog.html.twig * field--created.html.twig * field--created.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <span class="field field--name-created field--type-created field--label-hidden">Sun, 03/29/2020 - 13:28</span> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--created.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'field' --> <!-- FILE NAME SUGGESTIONS: * field--node--body--blog.html.twig * field--node--body.html.twig * field--node--blog.html.twig * field--body.html.twig x field--text-with-summary.html.twig * field.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <div class="clearfix text-formatted f f--name-body f--type-text-with-summary f--label-hidden f-item"><p>In the middle of the beautiful early spring season - empty streets, quiet cafes, closed boutiques. Schools and event arenas are empty, only the grocery store is still buzzing. The effects of COVID-19 are visible in everyone's everyday life, all around the world.</p> <p><strong>Small business are in a really tight spot now,</strong> as the business planned for the spring disappeared in days. Our clients are these small businesses. We ourselves run a small business. Even if the illness hopefully passes us all health-wise, it now affects us all. <strong>It is important now that, once the epidemic is over, we still have small businesses. </strong></p> <p>So do the shopping you need from a small entrepreneur - order online, buy an online course or a gift voucher, eat a home delivery lunch! Local businesses have already come up with many new ways to serve you during this emergency - use these services if you can!</p> <p>And if you are a small business entrepreneur who now has plenty of time because you can't do the work you usually do: <strong>get ahead in marketing! </strong>This crisis will be over one day, and when life is back on track, you'll have a good chance to get up and running really quickly.</p> <p>At Chase &amp; Snow we provide a wide range of marketing help and services including websites, marketing planning, print materials, advertising and campaigns. Just ask us! Payment in installments and over time can be agreed flexibly and all work can be done remotely. Just contact us if the situation permits and let's see how we could help. We are here for you, be there an epidemic or not!</p> <p>Stay healthy!</p> <p>Regards</p> <p>Lumia and Dominik / Chase &amp; Snow Oy</p></div> <!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> <!-- THEME DEBUG --> <!-- THEME HOOK: 'links__node' --> <!-- FILE NAME SUGGESTIONS: x links--node.html.twig x links--node.html.twig * links.html.twig --> <!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> <!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> Sun, 29 Mar 2020 10:28:03 +0000 Lumia 341 at https://chaseandsnow.com