Posts Tagged ‘replace’
JQuery, Cufon, and Dynamic Content
Yesterday I mentioned a new tool called Cufon that allows you to easily embed fonts in your web site.
One quirk about this tool is that your HTML has to be rendered prior to applying, or refreshing, the font. If you are using any kind of AJAXy stuff in your site, you’ll need to re-apply the font change. The trick is knowing when to do this.
Republished by Blog Post Promoter
Templated E-Mail using .NET

One thing I’m pretty consistent about is letting the computer do most of my work for me. As a “programmer” I really don’t like to program. I prefer to solve problems.
You’ve already seen the effects of this in how I program PDF files where I use form fields and fill them at runtime rather than building up the entire PDF at runtime.
I use a similar technique when creating e-mails to send out from ASP.NET.
Here’s what I do