Archive for the ‘Technology’ Category
RoR: ActionView::TemplateError (can’t dup NilClass)
So I got this error today when working on a Ruby on Rails application:
ActionView::TemplateError (can’t dup NilClass)
Well, I didn’t find too much with a quick glance through google (though I could have spent more time). It was a quick fix: I accidentally used an instance variable that I forgot to define in [...]
July 27, 2009
Tags: ruby on rails Posted in: Technology
No Comments
Add a search form anywhere to your OpenCMS website
If you would like to use the OpenCMS search tools provided in the content management system, here’s all you need to add anywhere you’d like it:
<form id=”searchForm” name=”searchForm” action=”/opencms/opencms/yourwebsite/search.html” method=”post”>
<input type=”hidden” name=”action” value=”search” />
<input type=”hidden” name=”searchPage” value=”1″ />
<input type=”text” name=”query” value=”" />
<input type=”submit” name=”submit” value=”Search” />
</form>
Keep in mind that in the content editor, this code [...]
July 25, 2009
Tags: content management system, opencms, website Posted in: Technology
No Comments
Singularity University: “Past” the Fiction, Into the Future
If you haven’t yet been introduced to the idea of the Technological Singularity as theorized by Ray Kurzweil, you’ve probably been exposed to popular culture like the Terminator or Matrix movies. Yes, those are obvious works of fiction but Kurzweil presents the idea that we may lose control of technological advancement as it controls itself. [...]
July 13, 2009
Tags: business, computers, ray kurzweil, singularity Posted in: Technology
No Comments
Web 2.0 vs Money: Where is the future of internet business?
The increasing trend in webbased businesses seems to point towards offering pretty much everything free. Â Certainly, it has benefited those of us who need those free things (I’m using WordPress which, of course, is free) and enjoy the freedom of open source software. Â This has unsurprisingly changed the way some companies do business but [...]
July 7, 2009
Tags: business, Career, internet, money, ruby on rails, websites Posted in: Career, Technology
No Comments
