My Software : Comments and observations related to the usage and installation of softwares on my systems.
Updated: 2007-02-01; 08:49:13.

 

Subscribe to "My Software" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.


Categories: (Check them too. My content isn't all on the main page)

Knowledge Management
Technology
My Hardware
My Software
En français!
Top 20 topics!


Currently reading:

The Second World War, Volume 1: The Gathering Storm by Winston S. Churchill

Beginning Linux Programming (Programmer to Programmer) by Richard Stones and Neil Matthew



www.blogwise.com

Male/31-35. Lives in Canada/Ontario/Ottawa/Manor Park, speaks French and English. Spends 80% of daytime online. Uses a Faster (1M+) connection. And likes Cooking/Reading.
This is my blogchalk:
Canada, Ontario, Ottawa, manor Park, French, English, Male, 31-35, Cooking, Reading.


The Political Compass: Economic Left/Right: -3.50
Authoritarian/ Libertarian:
-2.26


Technorati Profile
Popdex Citations



 
 

24 février 2003


Anybody found an implementation of Perl for palmOS other than this one?
8:30:08 PM    comment []  - See Also:  Programming 


Stripping Outlook HTML.

Here's how I'm stripping out the "non-content" HTML from the Outlook posts. 

static string CleanHtml(string html)
{
   
// strip out everything up to and including the open body tag
    Regex start = new Regex("^(.*\n)*<body[^>]*>",RegexOptions.IgnoreCase | RegexOptions.Multiline);
    // strip out everything from the close body tag to the end
    Regex end = new
Regex("</body>\\s*</html>",RegexOptions.IgnoreCase | RegexOptions.Multiline);
    html = start.Replace(html,"");
    html = end.Replace(html,"");
    return html;
}

I think what I really want is to strip out font (family/face, size) formatting so that the posts can just make use of the styles specified by the consuming page.  However, this will mean that the rss descriptions rendered in aggregators, such as NewsGator (which I really like), will not have font information when rendered.  The right thing would seem to be to fork the rss and the web site data file, which would also make things like dates easier and categories possible, since the data file wouldn't be constrained by the rss schema.  

[Blog Curioso]

Very usefull!!!

8:27:06 PM    comment []  - See Also:  Programming Micro$oft Metadata Radio 


a whole mess of RegEx. Scott Hanselman has nicely collected a whole mess of RegEx-related links and resources. Check them out. My favorite is the... [Incessant Ramblings]

This is impressive. Take a few tylenol before further reading...

8:19:30 PM    comment []  - See Also:  Programming 


I finally made Hotmail Popper to work with Radio. It allowed me to blog from Taipei by e-mail last week. The problem was with the IP setting. I shouldn't have used 127.0.0.1 but the real IP (behind the firewall) of the machine.
5:28:18 PM    comment []  - See Also:  Radio 

© Copyright 2007 Charles Nadeau.



Click here to visit the Radio UserLand website.
 



-->
February 2003
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28  
Jan   Mar


Google
Search the whole web!
Search Charles radio!


www.flickr.com


Top 5 artists I listen to the most often during the last week:


I subscribe to:

Here's how this works.


Weather in Ottawa:
The WeatherPixie
Weather in Fukuoka:
The WeatherPixie