Posts Tagged ‘resources’

How to Get a Mailing Address for your Startup

Saturday, April 3rd, 2010

2 Comments » comment(s)

U.S. Mail Back when my startups were under the radar, I wanted to display a mailing address on my contact pages, but not my home address, of course. My assumption is that a mailing address gives customers the impression that you have an office somewhere, even though you’re actually working from a folding table in your living room.

Read the rest of this entry »

BizSpark: Free Microsoft Software for your Startup

Thursday, April 1st, 2010

6 Comments » comment(s)

Microsoft BizSpark

Thanks to a comment by Wade on the article “A Businessperson’s Introduction to Servers”, I looked into the BizSpark program from Microsoft.

BizSpark is a program to help young startups get all the software they need to run their businesses.

Read the rest of this entry »

How I Finally Learned to Love JavaScript

Wednesday, March 31st, 2010

No Comments » comment(s)

Leonard Cohen - Songs of Love and Hate For a long time, I stayed away from JavaScript.  I would use it for very small interactions, but for major functionality like menus and UI, I stayed away.  The reason was twofold:

  • Was too hard to test and get working across multiple browsers
  • Was just so confusing! Gah!

So I missed the big Ajax revolution and opportunities thereof.  Even when I finally caught up with Ajax at the end of 2005, I was still trying to use cross-browser goodness via if/else statements.  Even as late as 2007, my berating of JavaScript could be heard amongst co-workers.  Such encouraging phrases as “it’s object-based, not object-oriented” didn’t help me.

Read the rest of this entry »

Get Your Site Done Faster with a Framework

Friday, March 26th, 2010

No Comments » comment(s)

Every web developer tries to save time and effort when making a website.  The sign of a good developer is the ability to turn laziness into efficiency.  Instead of doing the same boring thing again and again and wasting time, a good developer will create ways to do it again in a way that reuses work they’ve done before.

Read the rest of this entry »