The code generator can be found at http://secretGeek.net/wscg.asp
Patterns are needed in every language...
Do you program in:
Java, C#, ruby, Visual Basic .net, Javascript, HTML, php, sql,
oracle...?
Whatever language you use, re-usable code templates, or patterns, can
be produced and linked from the WSCG so that others can benefit from
your work.
<div class="tags">tag technoratic: <a
href="http://technorati.com/tag/$1" rel="tag">$1</a></div>
(copied from the graphic here:
http://www.apple.com/downloads/dashboard/blogs_forums/technoratitaggenerator.html)
(i haven't used technorati tags myself -- so please educate me!)
<div class="tags">tag technoratic: <a
href="http://technorati.com/tag/$1" rel="tag">$1</a> <a
href="http://technorati.com/tag/$2" rel="tag">$2</a> <a
href="http://technorati.com/tag/$3" rel="tag">$3</a></div>
so there would be a header and footer to the template. Is that
possible yet?
$if $1="header" then
<div class="tags">tag technoratic:
$elseif $1="footer" then
</div>
$else
<a href="http://technorati.com/tag/$1" rel="tag">$1</a>
$end if
Obviously you are able to choose your own header and footer tags should
the words used above actually be required in the tags list.
<div class="tags">tag technorati:
$ForEach Row
<a href="http://technorati.com/tag/$1" rel="tag">$1</a>
$Next
</div>
Then for your input, put one tag on each row, for as many rows as you
like.