<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Notes Log</title>
	<link>http://noteslog.com</link>
	<description>I'd like there to be no software patents at all,\nand to back off from the ones that have been issued (Ewald Detjens)</description>
	<lastBuildDate>Tue, 01 Jul 2008 20:13:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Chili 2.1 Released Today</title>
		<description>Changes

	Added support for line numbers (boolean option: lineNumbers)
	Added a selection helper for Internet Explorer and Mozilla
	Improved the PHP recipe for working fine with Safari too
	Improved crossbrowser support

Links

	download
	start page
 </description>
		<link>http://noteslog.com/post/chili-21-released-today/</link>
			</item>
	<item>
		<title>Counting, repeating, and unique ids</title>
		<description>Here are some micro jQuery plugins that implement JavaScript closures, for object oriented pleasure.
Repeat Something n Times
{[ .repeat &#124; .hilite( =javascript= ) ]}
New Date Value (unique id)
{[ .newdate &#124; .hilite( =javascript= ) ]}
Counter
{[ .counter &#124; .hilite( =javascript= ) ]} </description>
		<link>http://noteslog.com/post/counting-repeating-and-unique-ids/</link>
			</item>
	<item>
		<title>How to write a fast catch-all RegExp</title>
		<description>In How to write a safe catch-all RegExp I suggested to use (?:\w&#124;\W)* for matching any character in a regular expression. It's certainly true and safe, and the same stands for its siblings (?:\s&#124;\S)* and (?:\d&#124;\D)*.

If you want to match a large text, these expressions are not the best. I've ...</description>
		<link>http://noteslog.com/post/how-to-write-a-fast-catch-all-regexp/</link>
			</item>
	<item>
		<title>Chili 2.0 Released Today</title>
		<description>UPDATE: Chili 2.1 has been released
Changes

	added support for a much better recipe format
	optimized regular expressions for speed
	moved project hosting to Google Code: jquery-chili-js
	removed support for the previous recipe format
	removed support for metaobjects
	removed support for nearly obsolete features


Links

	download
	start page

A new recipe format
Chili 2.0 supports a new recipe format which is a ...</description>
		<link>http://noteslog.com/post/chili-20-released-today/</link>
			</item>
	<item>
		<title>How to load JavaScript in WordPress plugins</title>
		<description>If you want to load some JavaScript files from your WordPress plugin you have at least two options.
Head hooks
When building up a page, just before the closing tag of the head element, a theme should call actions hooked on wp-head. Those actions only need to output what they want to ...</description>
		<link>http://noteslog.com/post/how-to-load-javascript-in-wordpress-plugins/</link>
			</item>
	<item>
		<title>How to force jQuery.extend deep recursion</title>
		<description>jQuery.extend extends a target object with properties from other objects and it's widely used in every piece of jQuery code.

Really it's very useful and simple to undestand and use for flat properties.

{[ .extend-flat &#124; @how-to-highlight-code-in-wordpress.hilite( =javascript= ) ]}

On the contrary, if the involved objects have object properties, jQuery.extend is less ...</description>
		<link>http://noteslog.com/post/how-to-force-jqueryextend-deep-recursion/</link>
			</item>
	<item>
		<title>Metaobjects 1.5 Released</title>
		<description>
Changes

	Added support for easy namespacing
	Added support for jQuery 1.2.3 cache
	Rewritten the manual from scratch

Download
You can download metaobjects from Google Code </description>
		<link>http://noteslog.com/post/metaobjects-15-released/</link>
			</item>
	<item>
		<title>How to highlight code in WordPress</title>
		<description>

Although it's easy to use WP Chili out of the box, WordPress does have some limitations, like the following:

	you need to change to the Code editor before adding a snippet to your post
	you need to make your snippet postable yourself, escaping all HTML entities
	even if snippets are very short, they ...</description>
		<link>http://noteslog.com/post/how-to-highlight-code-in-wordpress/</link>
			</item>
	<item>
		<title>WP Chili Released</title>
		<description>A couple of days ago I released WP Chili, a simple WordPress plugin that installs Chili into WordPress and let's you add client-side code highlighting to your posts, with extreme simplicity.

After activating WP Chili, it's just a matter of wrapping your snippets into code or pre-code elements, with the programming ...</description>
		<link>http://noteslog.com/post/wp-chili-released/</link>
			</item>
	<item>
		<title>Enzymes 2.2 Released Today</title>
		<description>
Changes

	Added the new feature for transcluding a value, rather than a post/key reference to it (which is still available). This comes in handy when you have a "normal" value and it's a bit annoying to define a custom field just for that.

For example, let's say that you have a template ...</description>
		<link>http://noteslog.com/post/enzymes-22-released-today/</link>
			</item>
</channel>
</rss>
