Show: All | News Items | Blog Posts
Flash Web Content Now Being Indexed by Google
Jul 1, 2008 by Natalie
Google announced yesterday that is has now developed an algorithm for reading content within Flash Web files. Utilizing Adobe's Flash Player technology, textual content such as Flash menus, buttons and banners, to self-contained Flash Web sites can now be read and indexed by the search engine. Google previously warned against Flash only sites because search engin...
Jun 10, 2008 by Natalie
If you not on it already, you should really check out Twitter a cool social media tool that is a quick and easy way to communicate with friends and colleagues. On Twitter, you can share ideas and information, post what you are up to, respond directly to contacts and more. I recently received the latest Twitter update that prompted me to write this blog. Check out a...
Engines vs. Rails, Part the Second
Mar 18, 2008 by Colin
So we're upgrading to Rails 2.0 for our new sites, and I found a problem with the way Engines (even the latest version as of today) interacts with Rails 2.0. First load of my Rails Engines page (in a development site): [machine] Everything works great! Second load: [machine] A copy of ApplicationController has been removed from the module tree but is still act...
undefined method `last' for {}:Hash
Feb 22, 2008 by Colin
Sometimes you hate the things that make your life so easy, because you have some problems with those things that make it temporarily more difficult. But then you fix the problems, and everything's back to being cool again. In this case, I'm using Engines with Ruby on Rails, and there seems to be a conflict between my version of rake and my version of engines. So I ...