beta BLOG dot NET

/* bugs, features, drafts, and solutions. */

// results tagged “Perl”

admin1 blogged on 2010-02-14T00:07:42+00:00

getting rid of MT's permalink file extensions


While designing scalable and portable web projects, it's always a good idea to design hyperlinks independently of the physical file path from where the respective request should be served then.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-12-06T16:13:41+00:00

AutoSmileys:-) Plugin for Movable Type


Freely configurable automatic raplacement of textual emoticons by image tags. AutoSmileys is an easy to use and highly customizable macro environment for Movable Type. It will replace self-defined text abbreviations by image tags when your site is published or dynamically rendered, respectively. It may be applied either within entries, comments, pages, or any other part of your site.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

2 comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-11-28T23:33:32+00:00

a wordlist folding algorithm


Assumed you wish to match a large wordlist against a huge chunk of text. As a small test case, let for, far, bar, foo, boofaz, boofar, boof, faz, foobaz, foobars, boofar be your wordlist. Now, you may apply the according regualar expression: But which way a regex engine would implement the assignment?  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-08-29T16:56:01+00:00

utilizing mt context column values


Within a Movable Type plugin routine you may access current context column values through the context stash.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

here goes the message.