Showing posts with label Development. Show all posts
Showing posts with label Development. Show all posts

Monday, April 28, 2008

Site doesn't work with Safari

I'm aware of the issue where navigating the calendar doesn't work while using Safari. Many of the team administration functions will be similarly broken.

The problem appears to be an issue with the server configuration I've got. Others appear to have the same problem. I'm currently investigating moving to a different host for a variety of reasons, this being one of them.

It is on my radar and I'm trying to fix it.

Update: Safari should now work!

Thursday, March 6, 2008

Setting up Source Control

Tonight I didn't write any code, but I worked on establishing some important infrastructure. I'm now working in a source control environment. This is important for several reasons. It allows me to track changes I make, revert changes if I decide I've messed something up, bring other developers on board and share code, and easily sync code to the web server when it's time to update the public site. It took a while to get setup, but it will be well worth it in the long run.

For anyone that's interested, I'm using hosted-projects.com to host a Subversion repository.