Friday, December 19, 2008

OMDB!

I never mentioned it, but I did manage to do an initial stab at making an AppEngine version of my origami model diagram database (omdb).

For grins, you can try it out.

Here are the address formats to request information:
http://omdb.appspot.com/getDesigner?designerFirstName=&designerLastName=

http://omdb.appspot.com/getAuthor?authorFirstName=&authorLastName=

If you enter something that does not exist, then it creates it and adds back to the data store. If you have the record ID, then you can replace the names with designerID= or authorID= - respectively.

There are pages for origami models and books, but there is no nice way to find something unless you already know everything about it - not very useful yet.

This is harder than it looks...

I'm not sure where I got the idea that doing a blog would be easy.

I have enough 'life' going on, that there is no natural time for blogging.

So, I am going to try (or at least try to try) to do a minimal amount of blogging by forcing myself to enter -something- on a regular schedule. And then, if something noteworthy comes up, then I'll blog it as it comes up.

Monday, August 4, 2008

Finally! Steps forward...

This past Thursday, I got to attend the AppEngine Hackathon in Chicago.

And now, I have the back end of my origami database website written.

All it does right now though is return XML files containing the designer, author, source (book), and model information. I still need to write the presentation part of the site (and write up usage info so that others can access and use the API I am making to access the data).

And Python is officially an interesting language.

Still weird though.

Monday, June 23, 2008

Every dark cloud...

Not everything is bad though.

Since I was blocked by hosting my website and mail locally, I began taking a look at the Google App Engine (there is probably a trademark in there somewhere).

It also uses Python as the language for apps, so - I have begun trying to figure out how to host the 'data server' for my origami web site on GAE.

Not there yet.

Again, hopefully soon.

False starts anyone....?

Well, I put together my server and set up my web server and app server then tried to 'tunnel' through my hardware firewall.

No dice.

And that is where I've been stuck all this month.

This sucks.

Tuesday, May 20, 2008

And they're off...

Well, I put together my new server system that will (hopefully soon) be the host for my email and web sites.

Soon I should be saving a few buck by 'hosting my own'.

Finally.

Thursday, May 15, 2008

And baby makes three...

Well, there isn't actually a baby.

But, my original website (that is kind of my baby) is back in semi-active development.

I haven't gotten very far, because I am waiting to see if I have to stay on the original language that it was written in (PHP) and just add AJAX functionality with DOJO. Or, if I can completely rewrite it in Java or Django.

Now that I think about it, rewriting it in both would be a useful exercise - and advertisement.

Now I just need to be able to host everything myself.

From home.