JavaScript で DOM をがしがしいじるのは大変だけど、でかいテンプレートエンジンを使うのはちょっと大げさだ、というときがある。そんなときに気軽に使えるテンプレートエンジンを作ってみた。ソースは以下の通り。 function applyTemplate(template, f) { try... 続きを読む
JavaScriptDouglas Crockford: ”The JavaScript Program - Yahoo! Video String.prototype.supplant = function (o) { return this.replace(/{([^{}]*)}/g, function (a, b) { var r = o[b]; return typeof r === 'string' ? r : a; } ); }; var template = ''... 続きを読む
■[JSmarty]JSmarty.Pluginオブジェクトついて JSmartyにはJavaScriptでSmartyする為にJSmarty.SystemやJSmarty.Templatecオブジェクト存在していてその辺の仕様に関するエントリです。一番、便利であろうJSmarty.Pluginの仕様について。 JSmarty.Pluginで扱え... 続きを読む
Free fixed and fluid CSS layouts: The modern way to learn CSSQ: Why do I need this site? A: 'Cause you don't want to read CSS books of 500+ pages... Q: How do I use this site? A: Select a layout and go to "View > View source" to view the layo... 続きを読む
JSON is a lightweight text format for data interchange. It is often better suited for structured data than XML. A frequently requested task with JSON data is its transformation to other formats, especially to XML or HTML for further processin... 続きを読む
Welcome to the Entheos website. Entheos offers high-quality website templates, Flash website templates, Flash intro templates, logos and corporate identitles, swish animated website templates, ecommerce templates, wordpres themes, php-nuke an... 続きを読む
はじめに BlogなどのCMSでは複数のページのデザインを統一したり、一度に変換したりできます。 静的なHTMLであってもCSSを利用すればデザインの統一ができます。 ここでは静的なHTMLで、デザインの統一をするツールを紹介します。 やりたいことは例えば「どのペ... 続きを読む
Check out more free templates at the Web Design Directory Motion View Template Download Template Clarity View Template Download Template Home View Template Download Template The Old Forest View Template Download Template Warped View Template ... 続きを読む
naoyaさんのJemplateの記事に触発されて埋め込みjavascriptを実装してみました。 同様の実装としてAjax Pagesがあるのですが、よりシンプルに実装してみました。コードにして50行。 サンプルファイルダウンロード これは今作っているフレームワークの一部です。... 続きを読む
Jemplate is a templating framework for Javascript that is built over Perl's Template Toolkit (TT2).Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles th... 続きを読む