Two weeks of long overdue vacation. Life is good.
Archive for September, 2008
Ah, finally got my ipod touch back. Writing this blog post with it.
Lately I’ve picked up an old project that I attempted but changed my goals slightly. When I first started, my goal was to implement PHP in C#. Yes, it had already been done but I looked at it as more of an exercise and I also wanted to run it as scripts. Well, I’ve restarted that project now with a slightly different goal. I want to write a scripting language that I can use for Xna related things. I’m still taking the PHP syntax, but I don’t plan on implementing everything 100%. I have some other ideas that I will implement, such as the ability to preset variables prior to execution. I currently have a great deal implemented and I’m working on the logic things: if, while, etc.
If you happen to be looking for a solution now, you might try conscript. I saw an article about this on CodeProject the other day and the author uses it to script a game.
My company finally got around to putting up a new website.
Turn off caching in Firefox 3 for Development
Published September 2, 2008 Applications , Firefox 0 CommentsOne of my big gripes in Firefox 3 has been that it caches CSS and Javascript. This can be turned off by going into about:config page and changing “browser.cache.check_doc_frequency” from 3 to 1. This tells Firefox to always fetch a new copy of pages which includes CSS and Javascript.
Update: This doesn’t seem to work 100% but it does seem to make it a little bit better. Mist.



