<!DOCTYPE html>
<!-- ========================================== kroc camen of camen design ============================================= -->
<title>projects</title>
<link rel="stylesheet" type="text/css" href="/design/design.css" />
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=no" />
<link rel="alternate" type="application/rss+xml" href="/rss" title="All categories" />
<!-- =================================================================================================================== -->
<header>
	<h1><a href="/" rel="index">
		Camen Design
	</a></h1>
	<nav><ul>
		<li><a href="/">all</a></li>
		<li><a href="/projects" rel="tag">projects</a></li>
		<li><a href="http://forum.camendesign.com">forum</a></li>
	</ul><ul>
		<li><a href="/quote/">quote</a></li>
		<li><a href="/blog/">blog</a></li>
		<li><a href="/photo/">photo</a></li>
		<li><a href="/writing/">writing</a></li>
		<li><a href="/code/">code</a></li>
		<li><a href="/art/">art</a></li>
		<li><a href="/link/">link</a></li>
		<li><a href="/poem/">poem</a></li>
		<li><a href="/audio/">audio</a></li>
	</ul><ul>
		<li><a href="/web-dev/">web-dev</a></li>
		<li><a href="/annoyances/">annoyances</a></li>
		<li><a href="/code-is-art/">code-is-art</a></li>
		<li><a href="/inspiration/">inspiration</a></li>
		<li><a href="/windows/">windows</a></li>
		<li><a href="/gaming/">gaming</a></li>
		<li><a href="/mac/">mac</a></li>
		<li><a href="/gift/">gift</a></li>
		<li><a href="/osnews/">osnews</a></li>
		<li><a href="/c64/">c64</a></li>
		<li><a href="/linux/">linux</a></li>
	</ul></nav>
</header>
<!-- =================================================================================================================== -->
<article><section>
<h1>Projects</h1>
<dl>
	<dt>Forum</dt>
	<dd>
		Join the discussion in the <a href="http://forum.camendesign.com" rel="external">Camen Design
		forum</a>.<br />
		The forum’s <a href="/nononsense_forum">code</a> is open source and <a href="/code/forums">focuses on
		simplicity and discussion</a>.
	</dd>
	<dt>Video for Everybody!</dt>
	<dd>
		<a href="/code/video_for_everybody">Video for Everybody</a> is an HTML snippet that embeds HTML5
		<code>&lt;video&gt;</code> with fallback to Flash, all without JavaScript.
	</dd>
	<dt>ReMarkable</dt>
	<dd>
		<a href="/code/remarkable">ReMarkable</a> is a
		<a href="http://daringfireball.net/projects/markdown/" rel="external">Markdown</a> like syntax and parser
		to convert plain text to HTML.<br />All the content on this site is written using it.
	</dd>
	<dt>Improved Title Case Function for PHP</dt>
	<dd>
		<a href="/code/title-case">My PHP port</a> of David Gouch’s
		<a href="http://individed.com/code/to-title-case/" rel="external">port</a> of John Gruber’s
		<a href="http://daringfireball.net/2008/05/title_case" rel="external">original</a> Title Case script.
	</dd>
	<dt>HTML5 / CSS3</dt>
	<dd>
		<p>
			I develop and write about these.
		</p>
		<ul>
			<li><a href="/splitscreen">Vertical Split Screen CSS Without Background Images</a></li>
			<li><a href="/code/how_to_learn_html5">How to Learn HTML5</a></li>
			<li><a href="/code/video_for_everybody">Video for Everybody!</a></li>
			<li><a href="/code/developpeurs_sans_frontieres">How to Centre and Layout Pages Without a
			Wrapper</a></li>
			<li><a href="/code/abbr_redux">Me, Myself and I — or:<br />Abbreviations, Definitions &amp;
			Citations Revisited</a></li>
		</ul>
	</dd>
	<dt>Popular articles</dt>
	<dd>
		<p>
			Articles that are of note, or that have been popular in the past
		</p>
		<ul>
			<li><a href="/dont_wanna">I don’t Want to Do This Any More</a></li>
			<li><a href="/passion_process">Forget Passion, Focus on Process</a></li>
			<li><a href="/rss_is_dying">RSS is <del>Dying</del> <ins>Being Ignored</ins>, and You Should Be
			Very Worried</a>,<br />
			and the follow-up: <a href="/rss_a_reply">RSS: A Reply</a></li>
			<li><a href="/stop_this_madness">Microsoft, Please Stop This Madness</a></li>
			<li><a href="/privacy">The Price That Cannot Be Bartered</a></li>
			<li><a href="/not_the_web">Will Apple Embrace the Web? No.</a></li>
			<li><a href="/destination_internet">This Is Where We Are Going</a></li>
			<li><a href="/welcome">Welcome</a></li>
			<li><a href="/website_optimisation_measures">Website Optimisation Measures</a></li>
			<li><a href="/stop_writing_software">A List of People Who Need to Stop Writing Software</a></li>
			<li><a href="/hello">Hello.</a></li>
			<li><a href="/geos">GEOS: The Graphical Environment Operating System</a></li>
		</ul>
	</dd>
</dl>
</section></article>
<footer>
	<nav><a href="http://forum.camendesign.com">‹ Discuss this in the Forum ›</a></nav>
		
	<a href="mailto:kroc@camendesign.com">kroc@camendesign.com</a>
	<nav>view-source:
		<a href="/projects.rem">Rem</a> •
		<a href="/projects.html">HTML</a> •
		<a href="/design/">CSS</a> •
		<a href="/.system/">PHP</a> •
		<a href="/.htaccess">.htaccess</a>
	</nav>
	<form method="get" action="https://duckduckgo.com">
		<input type="hidden" name="sites" value="camendesign.com" />
		<input type="search" name="q" placeholder="search…" />
		<input type="submit" value="Go" />
	</form>
</footer>
<!-- =================================================================================================== code is art === -->