May 23 2008

Last night I progressed a bit more with my new project, my own webmail client that will be used by myself, Tom and Hannah for our Total Carnage e-mails. It’s progressing quite well, and is very very AJAX orientated. So far, everything except loading the list of folders is done by AJAX (well, technically AJAJ as I prefer JSON to XML). So far, receiving mail works well, and you can now read and delete mails (although I’ve turned off permanent deletion for now). Take a look at the screenshot to the left to see what it currently looks like! I’m developing it with general users in mind, not just us three, so perhaps one day it might become my first publically released open-source project… Hah! Anyway, yes there is still much to do on it:

  • Calendar (make compatible with .ics?)
  • Contacts (make import from Hotmail/Gmail etc.?)
  • Integration with GMail (download e-mails from Gmail)
  • “Goal” scheduler
  • Task list
  • Full folder support
  • Full spam&junk filter
  • ?? Phishing filter ??
  • Whatever takes my fancy really!
  • Maybe make it WAP compatible?

May 8 2008

I’ve always disliked XML really, I just feel it’s a bit bloated as a data container and parsing it in some languages can be unnecessarily complex. For AJAX-style requests I much prefer to use a format like JSON to transport data. Unfortunately, I need to keep up with the times and XML is already a major part of the internet, and is used in SOAP, RSS, Atom etc.. Therefore I like this class that a developer Anis uddin Ahmad has made. There’s probably loads of other classes like it, but this one is very simple to use, and by reading the author’s blog post, this is the intention. So I refer you now to the PHP Universal Feed Parser. I’m not sure how versatile it is, and what could break it yet, but it’s a cool idea and once I get a chance I’ll have a look at the source code and see how it works.

Mar 25 2008

Here it is:

http://www.jsonlint.com/

It’s ace! Simple as.

Jan 10 2008

The fact that the company I work for uses SourceSafe is really beginning to piss me off. I think I’m not the only one, but just take a look at this article:

http://www.highprogrammer.com/alan/windev/sourcesafe.html

Read the rest of this entry »