pool.ntp.org

I am giving some of my resources and some of my time to the community. I have setup and I am now managing two times servers for the pool.ntp.org project.

One is located in the San-Francisco Bay Area [us.time.bsdhost.net], and the second one is in Paris France [fr.time.bsdhost.net].

 
Posted on Mar 20, 2008 by: Fred Cirera @ 13:20 Leave a comment Comments: 0

Mail list validator

While working on a web application called CastAFile, which use a list of email addresses as input. I had to write a Validator to format and validate each email address entered. Here is the code and the description of this validator.

This validator checks a comma separated list of email addresses. This class inherit from validator.Email.

 
Posted on Dec 04, 2007 by: Fred Cirera @ 16:58 Leave a comment Comments: 0

BlogMag.net changes

I have just posted some changes to BlogMag.net.

Navigation changes
I have made some changes to the top menu in the web pages. The button Home now always leads to the member's home page. If the member is not logged in, the member will be asked for a login and password.

Bug fix
I have made some changes in the code to work around the bug in TurboGears. There is a problem with Validator defined inside Compound widgets.

I have fixed that bug by explicitly naming the widget in the method parameters.
def comment_save(self, id, Captcha={}, **data):
def comment_save(self, id, Captcha={}, **data):
If you want more info for that bug you can read this thread in the TurboGears mailing list.
 
Posted on Nov 28, 2007 by: Fred Cirera @ 19:44 Leave a comment Comments: 0

BlogMag ToDo list

I just gonna through ideas, bugs to fix and things I have to work on for BlogMag. This list is not ordered. It is posted here just as a reminder and for future reference.

Short term stuff

  • recent posts widget
  • extend the about me widget
  • add link to social sites such as digg, facebook, redit, technorati,...
  • email notifications for comments
  • permalink
  • fix the problem with categories links
  • add code for embed video
  • allow people to add their own google ad

Long term stuff

  • friends
  • gravatars
  • more look templates
  • rating for articles
 
Posted on Oct 23, 2007 by: Fred Cirera @ 15:41 Leave a comment Comments: 0