<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>User Experience Archives | Mutually Web Design</title>
	<atom:link href="https://www.mutually.ie/category/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mutually.ie/category/user-experience/</link>
	<description>Designed &#38; Developed with Passion</description>
	<lastBuildDate>Thu, 04 Nov 2021 19:00:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.mutually.ie/wp-content/uploads/2021/09/logo-first-letter-big-4-150x150.png</url>
	<title>User Experience Archives | Mutually Web Design</title>
	<link>https://www.mutually.ie/category/user-experience/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Many schools in Ireland deserve better school websites</title>
		<link>https://www.mutually.ie/many-schools-ireland-deserve-better-school-websites/</link>
		
		<dc:creator><![CDATA[Rich Rydwan]]></dc:creator>
		<pubDate>Fri, 27 Jan 2017 18:45:50 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">http://localhost:8888/mutually-wp.ie/?p=216</guid>

					<description><![CDATA[<p>Many schools in Ireland don't have their own school websites. Some of the existing school websites tend to provide an uncomfortable user experience.</p>
<p>The post <a href="https://www.mutually.ie/many-schools-ireland-deserve-better-school-websites/">Many schools in Ireland deserve better school websites</a> appeared first on <a href="https://www.mutually.ie">Mutually Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Perhaps, I should start this post by saying that a number of schools in Ireland don&#8217;t have their own school websites at all. I&#8217;m a member of the Board of Management in Scoil Mhuire Navan, Co. Meath since September 2015. I know how important role plays a school website in schools&#8217;, pupils&#8217; and parents&#8217; life.</p>
<p>Since we redesigned the <a href="https://www.scoilmhuirenavan.ie" target="_blank" rel="noopener">Scoil Mhuire Navan&#8217;s website</a>, the school staff, parents and children visit the site much more often than ever before. They also look forward to reading any new pieces of news and enjoy viewing new photos in the school gallery. When there is an upcoming event, it is not possible to be missed as it&#8217;s prominently marked in the school calendar. Since the website is responsive, anyone can check what&#8217;s happening in the school on the go using their smartphones and, believe me, they do.</p>
<p>As you can see, schools and their communities can largely benefit from well-designed websites. Currently, we are in the process of redesigning the Scoil Naomh Eoin&#8217;s (Navan, Co. Meath) website and we can&#8217;t wait to launch it and make everyone happy!</p>
<h2>A lot of schools do have school websites, which is great, but&#8230;</h2>
<p>Many of them are visually or/and functionally defective. On many school websites, the first thing that literally hurts an eye is the misuse of contrasting, flashy colours throughout the site. This should be avoided as much as possible because it&#8217;s not easy on the eyes. They will quickly get tired making the user experience unpleasant and uncomfortable which might lower the likelihood of people coming back to visit the website again.</p>
<p>A significant number of school websites are not responsive which means they don&#8217;t visually respond to mobile devices. It&#8217;s commonly known that people are more likely to browse a website on their smartphones/tablets if it doesn&#8217;t have to be resized with fingers and swiped across to be read in full.</p>
<p>Not only does a responsive website provide a pleasant and super easy user experience, but it also makes Google happy, who rewards such website by ranking it higher in the search results.</p>
<h2>We are here for every school in Ireland</h2>
<p>We can help schools across Ireland with redesigning their existing school websites or designing brand new ones. User experience is super important.</p>
<p>If you are a School Principal or a member of a school community (teacher, parent, a member of the Board of Management, etc.) and you wish your school&#8217;s online presence became better, simply <a href="/contact-your-website-designers-in-meath">get in touch</a> with us and feel free to share this post with other school communities.</p>
<p>The post <a href="https://www.mutually.ie/many-schools-ireland-deserve-better-school-websites/">Many schools in Ireland deserve better school websites</a> appeared first on <a href="https://www.mutually.ie">Mutually Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get a menu item highlighted while viewing a node based on the same URL path</title>
		<link>https://www.mutually.ie/menu-item-not-highlighted/</link>
		
		<dc:creator><![CDATA[Rich Rydwan]]></dc:creator>
		<pubDate>Sun, 11 Dec 2016 15:22:11 +0000</pubDate>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">http://localhost:8888/mutually-wp.ie/?p=116</guid>

					<description><![CDATA[<p>Add class 'active-trail' to a menu item if the item and a node being viewed have common URL paths. This is to indicate that the node is a child of the menu item.</p>
<p>The post <a href="https://www.mutually.ie/menu-item-not-highlighted/">Get a menu item highlighted while viewing a node based on the same URL path</a> appeared first on <a href="https://www.mutually.ie">Mutually Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In other words, add class &#8216;active-trail&#8217; to a menu item, if the item and a node have common URL paths. This is to indicate that the node is a child of the menu item.</p>
<p>In order to achieve that, one would use, for example, <a href="https://www.drupal.org/project/menu_position" target="_blank" rel="noopener">Menu position</a> or <a href="https://www.drupal.org/project/context" target="_blank" rel="noopener">Context</a> module. These are a bit complex modules useful for doing more complex and rather multiple tasks. It would be an overkill here. In our case, the <a href="https://www.drupal.org/project/menu_trail_by_path" target="_blank" rel="noopener">Menu Trail By Path</a> (MTBP) module is just a perfect fit to accomplish this simple job. Its file size is very small compared to the other ones&#8217; and it has versions for both Drupal 7 and Drupal 8. There is a great thing about this module &#8211; it works almost out of the box. That means there is no need for configuration &#8211; just install, enable and voila, you&#8217;re done! By almost out of the box, I mean it works beautifully with properly configured <a href="https://www.drupal.org/project/pathauto" target="_blank" rel="noopener">Pathauto</a> module. It is worthwhile to mention that the MTBP also enables breadcrumb handling.</p>
<p>So, let&#8217;s assume the <a href="https://www.drupal.org/project/pathauto" target="_blank" rel="noopener">Pathauto</a> module is already in place. If not, install, enable and configure Pathauto module first, then do the same with the MTBP module (except for the configuration of course). That&#8217;s it!</p>
<p>There is a great <a href="https://youtu.be/5-ic4gzCvFQ" target="_blank" rel="noopener">video tutorial</a> on YouTube, by Scott Tolinski from <a href="https://www.leveluptutorials.com/" target="_blank" rel="noopener">Level Up Tutorials</a>, on how to configure the Pathauto module.</p>
<p>So, if you still rack your brain &#8216;Why the heck the menu item doesn&#8217;t get highlighted, the paths are the same indeed&#8217;, there is no need for deep research. You will only need these two modules:</p>
<ul>
<li><strong>Pathauto</strong> with its dependencies &#8211; <a href="https://www.drupal.org/project/token" target="_blank" rel="noopener">Token</a> and <a href="https://www.drupal.org/project/ctools" target="_blank" rel="noopener">CTools</a>.</li>
<li><strong>Menu Trail By Path</strong> without contributed dependencies or configuration.</li>
</ul>
<p>Thank you for reading and if you find this article helpful, feel free to share it.</p>
<p>The post <a href="https://www.mutually.ie/menu-item-not-highlighted/">Get a menu item highlighted while viewing a node based on the same URL path</a> appeared first on <a href="https://www.mutually.ie">Mutually Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
