<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Sean Clark — Blog</title>
		<link>https://seanclark.dev/blog</link>
		<description>Thoughts on software engineering, building tools, and fatherhood.</description>
		<language>en</language>
		<lastBuildDate>Sat, 04 Jul 2026 00:00:00 GMT</lastBuildDate>
		<atom:link href="https://seanclark.dev/rss.xml" rel="self" type="application/rss+xml" />
		<item>
			<title>Unplanned Expenses</title>
			<link>https://seanclark.dev/blog/unplanned-expenses</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/unplanned-expenses</guid>
			<pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
			<description>I make a budget, I try to stick to it, but of course there are leaks. My budget says I&apos;m supposed to save X amount of money every month. So why is my bank account not going up by that? Where is my money going?</description>
		</item>
		<item>
			<title>Text Your Heart Out - Emotion in Text</title>
			<link>https://seanclark.dev/blog/text-your-heart-out-emotion-in-text</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/text-your-heart-out-emotion-in-text</guid>
			<pubDate>Tue, 17 Jan 2012 00:00:00 GMT</pubDate>
			<description>It is a seemingly controversial concept, that there can exist emotion in nothing more than text. However, between those that grow up in the era of texting, blogs, instant messages and email, it is not only possible, but something happening everyday.</description>
		</item>
		<item>
			<title>SOPA - How to Deal with Piracy</title>
			<link>https://seanclark.dev/blog/sopa-how-to-deal-with-piracy</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/sopa-how-to-deal-with-piracy</guid>
			<pubDate>Wed, 04 Jan 2012 00:00:00 GMT</pubDate>
			<description>If you don&apos;t know what SOPA is, basically, it&apos;s the government trying to pass laws that allow them to block websites that distribute copy written content. This isn&apos;t about SOPA though, this is about how to stop piracy.</description>
		</item>
		<item>
			<title>The Cost of Expertise</title>
			<link>https://seanclark.dev/blog/the-cost-of-expertise</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/the-cost-of-expertise</guid>
			<pubDate>Thu, 29 Dec 2011 00:00:00 GMT</pubDate>
			<description>What is an expert? They are someone who knows their subject front to back, is very experienced, therefore knows the history behind it, and is quick. So why does an expert cost so much more money?</description>
		</item>
		<item>
			<title>Great Design makes for Great Programming</title>
			<link>https://seanclark.dev/blog/great-design-makes-for-great-programming</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/great-design-makes-for-great-programming</guid>
			<pubDate>Tue, 29 Nov 2011 00:00:00 GMT</pubDate>
			<description>I can&apos;t really express enough how much I believe in great design. Part of making a really great web application, or any software in general, is aesthetic appeal. This is really 3 fold.</description>
		</item>
		<item>
			<title>Token Replacement inside DocX</title>
			<link>https://seanclark.dev/blog/token-replacement-inside-docx</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/token-replacement-inside-docx</guid>
			<pubDate>Mon, 17 Oct 2011 00:00:00 GMT</pubDate>
			<description>Before I get into this. YES you can do this same thing with some standard microsoft tools like excel and access. There is even a PHP class already built for this. But here&apos;s how to do token replacement inside DocX files programmatically.</description>
		</item>
		<item>
			<title>When you know you should give up</title>
			<link>https://seanclark.dev/blog/when-you-know-you-should-give-up</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/when-you-know-you-should-give-up</guid>
			<pubDate>Thu, 18 Aug 2011 00:00:00 GMT</pubDate>
			<description>I needed to know how to play vimeo videos inside and iPhone App. So I googled for &apos;vimeo videos inside iPhone app&apos;. I found the first stack overflow link and followed the rabbit hole...</description>
		</item>
		<item>
			<title>Which E-Commerce Solution Works for Me?</title>
			<link>https://seanclark.dev/blog/which-e-commerce-solution-works-for-me</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/which-e-commerce-solution-works-for-me</guid>
			<pubDate>Thu, 04 Aug 2011 00:00:00 GMT</pubDate>
			<description>One of the higher paying jobs that I come across is E-Commerce jobs. That&apos;s because clients know that they need to spend more money to ensure they can collect theirs. There are quite a few popular choices when it comes to online payments.</description>
		</item>
		<item>
			<title>I Love Regex</title>
			<link>https://seanclark.dev/blog/i-love-regex</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/i-love-regex</guid>
			<pubDate>Thu, 14 Jul 2011 00:00:00 GMT</pubDate>
			<description>regex is awesome. Its powerful, its fun, and it can make you extremely efficient. There are 2 places where regex is most needed. 1) fixing code and 2) validating input.</description>
		</item>
		<item>
			<title>Source Code Release - CSS3 Animation Menu</title>
			<link>https://seanclark.dev/blog/source-code-release-css3-animation-menu</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/source-code-release-css3-animation-menu</guid>
			<pubDate>Tue, 05 Jul 2011 00:00:00 GMT</pubDate>
			<description>A navigation menu with a moving arrow indicator that smoothly animates using CSS3 transitions.</description>
		</item>
		<item>
			<title>Source Code Release - Load After Scroll / ForeverScroll</title>
			<link>https://seanclark.dev/blog/source-code-release-load-after-scroll-foreverscroll</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/source-code-release-load-after-scroll-foreverscroll</guid>
			<pubDate>Tue, 05 Jul 2011 00:00:00 GMT</pubDate>
			<description>A jQuery implementation of infinite scrolling that loads content as you scroll to the bottom of a container.</description>
		</item>
		<item>
			<title>How to Learn Web Programming</title>
			<link>https://seanclark.dev/blog/how-to-learn-web-programming</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/how-to-learn-web-programming</guid>
			<pubDate>Mon, 20 Jun 2011 00:00:00 GMT</pubDate>
			<description>There are a lot of different ways to learn anything. Reading, listening, watching, doing. In programming, I find the best combination of these is watching and doing.</description>
		</item>
		<item>
			<title>Javascript Before jQuery</title>
			<link>https://seanclark.dev/blog/javascript-before-jquery</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/javascript-before-jquery</guid>
			<pubDate>Sun, 19 Jun 2011 00:00:00 GMT</pubDate>
			<description>I get asked all the time how I learned as much as I have about jQuery. And the answer really consists of 2 things: 1) I already knew Javascript, and 2) I read the documentation.</description>
		</item>
		<item>
			<title>Chas-ification</title>
			<link>https://seanclark.dev/blog/chas-ification</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/chas-ification</guid>
			<pubDate>Fri, 17 Jun 2011 00:00:00 GMT</pubDate>
			<description>Preface: This is an email I just received from Chas. If you don&apos;t have a Chas, I suggest you get one.</description>
		</item>
		<item>
			<title>Debugging like a pro</title>
			<link>https://seanclark.dev/blog/debugging-like-a-pro</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/debugging-like-a-pro</guid>
			<pubDate>Thu, 16 Jun 2011 00:00:00 GMT</pubDate>
			<description>I can&apos;t tell you how important it is to know how to debug code. Most of my time is spent debugging, not writing new code.</description>
		</item>
		<item>
			<title>Brewing Ideas</title>
			<link>https://seanclark.dev/blog/brewing-ideas</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/brewing-ideas</guid>
			<pubDate>Wed, 15 Jun 2011 00:00:00 GMT</pubDate>
			<description>Day to day I often have to figure one thing out or another. If you ever see one of my desks, you&apos;ll notice strange objects all over them.</description>
		</item>
		<item>
			<title>OpenJS Grid</title>
			<link>https://seanclark.dev/blog/openjs-grid</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/openjs-grid</guid>
			<pubDate>Wed, 15 Jun 2011 00:00:00 GMT</pubDate>
			<description>Why did I make my own jQuery grid? So any decent developer will go and look for something before making their own. Throughout the years I&apos;ve tried many different grids, and they all have their pros and cons.</description>
		</item>
		<item>
			<title>Introduction to Me</title>
			<link>https://seanclark.dev/blog/introduction-to-me</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/introduction-to-me</guid>
			<pubDate>Tue, 14 Jun 2011 00:00:00 GMT</pubDate>
			<description>I figure I should start a blog. So this is just a copy and paste from my about section on my website so you know who I am at the start of writing this thing.</description>
		</item>
		<item>
			<title>My Philosophy on Web Development</title>
			<link>https://seanclark.dev/blog/my-philosophy-on-web-development</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/my-philosophy-on-web-development</guid>
			<pubDate>Tue, 14 Jun 2011 00:00:00 GMT</pubDate>
			<description>I think web development really has 4 layers. And really when I talk about web development, I&apos;m talking about web applications, like backend systems and complex front-end interfaces.</description>
		</item>
		<item>
			<title>Ok Now what is Square Bracket?</title>
			<link>https://seanclark.dev/blog/ok-now-what-is-square-bracket</link>
			<guid isPermaLink="true">https://seanclark.dev/blog/ok-now-what-is-square-bracket</guid>
			<pubDate>Tue, 14 Jun 2011 00:00:00 GMT</pubDate>
			<description>So Square Bracket is the company that I started in order to teach and do all the programming videos that you see on YouTube. It&apos;s also where I host my open source projects.</description>
		</item>
	</channel>
</rss>