Coda Clips

A collection of Clips for Panic's Coda.


Link

by Antonio Manuel Martín in HTML

<a href="<<**SelectionInsertionPlaceholder**>>"></a>

Image Insertion

by Antonio Manuel Martín in HTML

<img src="<<**SelectionInsertionPlaceholder**>>" alt="" title="" />

Page Structure XHTML 1.0 Strict UTF-8

by William Dodson in HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title><<**SelectionInsertionPlaceholder**>></title>
</head>
<body>
</body>
</html>

Adding Mint to your site

by Sam Brown in JS

<script src="/mint/?js" type="text/javascript"></script>

1px debugging border

by Brendan Cullen in HTML

style="border: 1px #f00 solid;"

Disable Parameter for Expression Engine

by Philip Meissner in EE

disable="categories|custom_fields|member_data|pagination|trackbacks"

Expression Engine Weblog Tag

by Mark Bowen in EE

{exp:weblog:entries weblog="your_weblog_name_here" disable="member_data|pagination|trackbacks|categories|category_fields"}
<h2>{title}</h2>
{/exp:weblog:entries}

Var Dump

by Derek Reynolds in PHP

echo '<pre>'; var_dump(); echo '</pre>';