Pario TechnoBlob
About
Posts
Tag: html
Replace specific HTML tags using sed and regular expression
In this post I would like to replace all HTML tags in a HTML file with a tag. # sed -e 's/<embed[^]
>/<strong>/g' filename.html newfile.html And if you would...
Valid Flash
I’ve gotten tired of my Flashpresentation movies not being valid HTML. After some research and a tip from a friend of mine I found this solution to the problem. <object...
Create a year calendar for 2008 using pcal
I wanted to make a whole year calendar and found pcal, a command line tool. <br /> pcal -F 1 -E -B -O -p -w -o 2008.ps 2008 -F starting weekday; 1 is Monday -E...
Premailer: preflight for HTML e-mail
Premailer is a script accessible from the web that turns external CSS webpage into inline, improving the rendering of HTML e-mail. This makes it possible to make a webpage and...
««
«
1
2
»
»»