Category Archives: Programming

Local development/test domain setup

This posting shows how to setup a local domain for development and/or testing to allow access the same way as to the production system using a real URL instead of the customary development type URLs such as http://localhost:3000/system/login or http://127.0.0.1:3000/system/login … More

Posted in Programming | Tagged , | Comments Off

Simple RoR Deployment

Since the beginning of using Ruby on Rails (RoR) I hesitated when it came to deploying the application in production mode. Everything I read sounded and look complicated and the fact that books recommended to use Capistrano drove the point … More

Posted in Programming | Tagged , | 1 Comment

Been there, done that!

Came across an interesting blog entry by Bob Sutor titled “Thinking about restaurant software and online services.” Reading it, especially the part that restaurant software should not only “look at all expenses and revenue and help manage those, but  also … More

Posted in eBusiness, Programming, Technology | Tagged | Comments Off

Adding dynamic “sitemap.xml” file to Enki Blog Sites

I realized that since switching my site to the new Enki based software that Google stopped indexing the site’s pages. Thinking about the cause I came up with the conclusion that because all the pages and blog articles are dynamically … More

Posted in Programming | Tagged , | Comments Off

Making New-Window Links Standards-Compliant

Updated – March 25, 2011 – The article has been modified to also be relevant to WordPress. For what ever reason the Enki creator forgot that for the XHTML 1.x Strict recommendations the W3C no longer include the target attribute … More

Posted in Programming | Tagged , , , | Comments Off

First major layout change to Enki

I notice that the main page (home page) displays the full article content for each posting. Looking at the code revealed that the only adjustment available via the configuration file was the number of articles on the main page, not … More

Posted in Programming | Tagged , | Comments Off

What’s with the new look?

The main reason for the new look is that I decided to switch from RapidWeaver (RW) to Enki. Basically I became tired of creating my blog articles in RW, compiled the pages and uploaded the complete set of pages to … More

Posted in Programming | Tagged , , , | Comments Off