spacer

Market research in relation to business strengths

Posted by Tariq Ahmed on Mar 2, 2012 in Featured, Innovation | spacer 1 comment
spacer

In Alessandro Di Fiore’s HBR article, “How to Get Past Your Customers’ lies“, he writes about the importance of doing your own market exploration instead of using market research analysts. Or in his own words: These people have to be smart about business, strategy, and people because they’ve got to be able to spot the really significant behaviors and issues. And the best people to do that are going to be the...

Read More

The development guestimate and the business actual paradox

Posted by Tariq Ahmed on Feb 15, 2012 in Agile, Management, Project Management | spacer 0 comments
spacer

Michael Wolfe on Quora posted an amazing analogy explaining why software development estimates are routinely way off, which results in developers padding their estimates to factor in the fudge of such inaccuracies. Another thesis I’ve been pondering over lately are the terms “Software Engineering” and “Computer Science”, which imply that software development is purely scientific and engineering in nature. Most colleges run those...

Read More

Notes from The Effective Executive

Posted by Tariq Ahmed on Feb 14, 2012 in Leadership, Management | spacer 0 comments
spacer

I recently listened to the audiobook to Peter Drucker’s book entitled the Effective Executive. Here are my key take aways as to what makes an executive effective. They ask what needs to be done? Do not ask “what do I want to do?” Concentrate on just one task, two at most, and never more than two at a time. Set priorities and stick to them. After completing tasks 1 and 2, instead of moving on to number 3 ask again what...

Read More

ColdFusion vs. IIS7.5 – Application Pool

Posted by Tariq Ahmed on Jan 17, 2012 in ColdFusion | spacer 1 comment
spacer

If you’re trying to get ColdFusion (particularly CF8 and CF9) working on a 64bit Windows machine using IIS7 or IIS7.5 you may encounter an error like this: HTTP Error 500.0 – Internal Server Error The page cannot be displayed because an internal server error has occurred. Detailed Error Information   Module IsapiModule Notification ExecuteRequestHandler Handler AboMapperCustom-58087 Error...

Read More

Installing weceem cms

Posted by Tariq Ahmed on Dec 6, 2011 in Groovy / Grails | spacer 3 comments
spacer

This week I’m looking into integrating a CMS into a Grails application. Initially there won’t be much tight integration but it could involve single sign-on and lead into much tighter application embedding CMS content. As it happens, there is a CMS built on Grails called Weceem – it took some trial and error to get it working as the documentation could use a lot of work. Here are some tips if you’re trying to get it...

Read More

Discover the business before you scale the business

Posted by Tariq Ahmed on Dec 5, 2011 in Management | spacer 0 comments
spacer

Was watching this short discussion panel regarding strategic advice from Angel investors (Ron Conway and Mike Maples) to start-ups. Here are some take aways: Keeping your burn rate extremely low buys the company the added probability of getting lucky. The luck from a low burn rate comes from having the cash to experiment with various ideas until you find the right model/combination/technique/strategy. Whereas with a high burn rate,...

Read More

Grails wildcard search on two fields

Posted by Tariq Ahmed on Nov 24, 2011 in Groovy / Grails, Uncategorized | spacer 1 comment

So I’m still in learning mode w/Groovy & Grails, and I have basic CRUD for managing users. The user domain class has the properties that you’d expect, including a FirstName and LastName: class User { String firstName String lastName } So I wanted to create a simple right side wildcard search that would effectively be the same as this in SQL Server: where (firstName like '#searchTerm#%' or lastName like...

Read More
Page 1 of 41234
spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.