sharing about .NET and technology RSS 2.0
# Wednesday, August 16, 2006

It has been quiet for some time on my blog, but that will change now. It was mainly due to the fact that we bought a new house in Hombeek, we didn't know that little village before :). Every weekend we spend time on painting and some chores. But the fact that we moved now, and that practically everything is done, I can again spend more time for programming and sharing with the community.

Wednesday, August 16, 2006 8:49:35 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [1] -
Personal
# Friday, April 14, 2006

Finally I have updated my site, called IStaySharp to MediaWiki. MediaWiki is one of the best wiki based engines available and it's written in PHP and MySQL. Thankfully my hosting, webhost4life, has PHP & MySQL support.

The intention of IStaySharp is to document and archive my code snippets, articles, components, projects, etc. that I am working on, and to share my experiences that I encounter during my .NET development. Visitors to the site can use the discussion page to give feedback, remarks, suggestions, etc. to the associated page.

I didn't encounter much problems when installing MediaWiki on webhost4life, except the e-mailing didn't work directly. The problem was that MediaWiki uses the format: 'myname <myname@domain.com>' in the 'to' field of the mail function, and with the current settings and setup of webhost4life this resulted in an invalid address. Therefore I had to change the method 'toString()' of the 'MailAddress' class inside 'UserMailer.php' to

function toString() 
{
     return $this->address;  
}

instead of

function toString() 
{
  if( $this->name != '' ) {
   return wfQuotedPrintable( $this->name ) . " <" . $this->address . ">";
  } else {
   return $this->address;
  }
}

IStaySharp uses also the extension that I wrote for having syntax highlighting. Some other nice extensions are coming!

Friday, April 14, 2006 12:10:25 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
.NET | IStaySharp | Personal
# Wednesday, April 05, 2006

I registered a new domain for my weblog. The new domain is www.delarou.net. Please update your rss feeds to http://www.delarou.net/weblog/SyndicationService.asmx/GetRss.

Wednesday, April 05, 2006 9:24:16 PM (Romance Daylight Time, UTC+02:00) -  # -  Comments [0] -
Personal
# Sunday, June 05, 2005

Velen die mij kennen weten dat ik een Urbanus fan ben, en eindelijk hebben ze de live shows van Urbanus op DVD gezet. Het heeft wel lang geduurd, maar ze hebben er nu toch direct 3 uitgegeven. Wat een aangename verrassing in de Fnac vandaag :-)

  

Ik hoef u denk ik niet te vertellen dat ik ze meegenomen heb :-)

Sunday, June 05, 2005 12:02:32 AM (Romance Daylight Time, UTC+02:00) -  # -  Comments [2] -
Fun | Personal
Navigation
Archive
<September 2010>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2010
Christoph De Baene
Sign In
Statistics
Total Posts: 176
This Year: 2
This Month: 0
This Week: 0
Comments: 283
All Content © 2010, Christoph De Baene
DasBlog theme 'Business' created by Christoph De Baene