Archive - Business

I need your help!

June 23 0 Comments Category: Business

I need your help to vote our product into the top 10 at KillerStartups.com.  We are so excited about our product we want the world to know about us and your vote can help us tell the world.  Every vote counts so please take a moment to read the article and place your vote.
Here's [...]

Accounting Software for Business

June 17 0 Comments Category: Business

In case any of you out there are looking for accounting software I thought I'd mention the latest development from my company Firelace, Inc.
There is a good article that covers the benefits of accounting software for small business that I hope you'll take a few minutes to read, it is very informative.  At Firelace [...]

Mono ASP.Net Config

February 13 0 Comments Category: Business

In case you're wondering, here are a few differences between Microsoft's .Net and the Mono CLI for ASP.Net.

The <%@ Page Language="C#" CodeBehind="index.aspx.cs" %> doesn't work
To correct replace "CodeBehind" with "Src"      
The "Web.config" file must be named "web.config" … all lower case

I'm sure there are more… I'll post them as I get to them.

Mono Installation Notes

February 13 0 Comments Category: Business

Instructions for building mono from source … Ubuntu 8.04 LTS, Mono 2.2
Resources: http://blog.ruski.co.za/page/Install-Mono-126-on-Ubuntu-710.aspx
# General build files
sudo apt-get install build-essential \ pkg-config \ [...]