27 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 | |
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 | |
|   <channel>
 | |
|     <title>Home on Coding with Andrzej</title>
 | |
|     <link>http://localhost:1313/</link>
 | |
|     <description>Recent content in Home on Coding with Andrzej</description>
 | |
|     <generator>Hugo</generator>
 | |
|     <language>en-us</language>
 | |
|     <lastBuildDate>Wed, 13 Nov 2024 14:24:21 +0100</lastBuildDate>
 | |
|     <atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
 | |
|     <item>
 | |
|       <title>Invalidating the browser cache</title>
 | |
|       <link>http://localhost:1313/posts/cache-busting/</link>
 | |
|       <pubDate>Wed, 13 Nov 2024 14:24:21 +0100</pubDate>
 | |
|       <guid>http://localhost:1313/posts/cache-busting/</guid>
 | |
|       <description><p><strong>I had a bit of an issue with my <a href="https://demos.ajstepien.xyz">website</a> recently.</strong></p>
<p>I pushed some changes incorporating images for the first time (I know &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; the images were not styled. Stranger still, they <em>were</em> styled when I loaded the same page in Chrome.</p>
<p>The experienced computer touchers amongst you will be saying &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;re right, it is obviously a cache problem. Pressing <code>CTR + SHIFT + R</code> (which forces Firefox to clear the cache and do a full reload) proved this thesis, and solved the immediate problem for me, on my machine. But what about other people&rsquo;s machines? <strong>I needed to cache-bust.</strong></p></description>
 | |
|     </item>
 | |
|     <item>
 | |
|       <title>Permissions strike again</title>
 | |
|       <link>http://localhost:1313/posts/permissions-strike-again/</link>
 | |
|       <pubDate>Wed, 13 Nov 2024 11:53:13 +0100</pubDate>
 | |
|       <guid>http://localhost:1313/posts/permissions-strike-again/</guid>
 | |
|       <description><p>Configuring Apache really isn&rsquo;t rocket science. There are a wealth of great tutorials online, the documentation is very well documented, and the defaults work more or less out of the box. But it&rsquo;s one of those jobs that I do just infrequently enough that I always forget things in the interim, and end up making the same old mistakes.</p>
<p><em><strong>And it almost always has to do with permissions.</strong></em></p>
<p>So, I&rsquo;m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I&rsquo;m Andrzej! Hire me!</a>) and also as a reminder to myself that <em>the home folder is not executable by default.</em></p></description>
 | |
|     </item>
 | |
|   </channel>
 | |
| </rss>
 |