links for 2009-07-31




How to use Wiki for Technology/Business projects


Recently, they created a wiki page at my office for the project documentation. Good for the project, But, I think they missed a lot of details that is needed to make the wiki a effective project management tool. I was unaware of what my role could be on the wiki. I thought my job is to just read the wiki, because no one prompted me to contribute to the wiki, which is really important for project documentation.

Here are a few good points to make the wiki a effective project or business management tool. It also talks about how to make the transition from the old Project management tool to wiki a smooth process and how to make people contribute to the project documentation on wiki.

Wiki_effective_Project_Tool

Wiki_effective_Project_Tool



Business Models for Web based StartUps


Business_modelIf you want to start a web based startup, its important to come up with a good business model. Business model is the most important part of any business which answers the question, How you are going to make money? Many companies don’ t answer this question when they venture out or they don’t even understand it (Sad). Here are a few business models that can fit into your business.

It’s not compulsive to fit into any of the above mentioned business models. You can draft your own business model for your startup, But, Make sure you understand it to the core. Most startups fail, because they don’t have a good business model.



What’s Important for StartUps?


Here is a very nice article about what startups should do in their first 90 days to get their venture going. Very clear and precise article. In these days the marketing strategy is equally important as your product that you are trying to sell and today there are numerous channels that a marketing team should concentrate like the social branding, affiliate marketing and its very important too. The article talks about press releases and blogging and fan pages to get the fever on to the consumers. First impression is the best impression. If you can get the users talking about you. You have started off well.

Getting the Fever on! Will be back soon



links for 2009-07-19


  • Good site for dell coupons and deals. I ordered a Samsung 2243SWX 22-inch LCD Monitor on Dell. The price that was displayed was $149.99. Tech bargains was the only site that offered news about the $15 coupon for Small Businesses. So I saved $15. This is a very good deal for Small businesses to save some money. I missed a deal for Acer 21 inch monitor on Buy.com for $139.99. I was regretting missing that deal and today buying a samsung 22 Inch for $144, I feel so good. Will be buying another monitor soon. I will be using this monitor as of now with my lap top. Once again thanks Dell and TechBargains.


links for 2009-07-14


  • Here is a very nice article, about business tweets. It describes the effectives ways to tweet and what kind of tweets will attract more users. On a average the life of a normal business tweet is 4 days and it generates a click everyday. Thats a nice piece of information. For business which does not generate the average number of clicks from their tweets, I think this article will help.
  • Sometimes, I do feel bored reading at some web pages. But, I did not do reading this webpage. This webpage was precise and conveyed what it had to. Of course, it has to. Because, It is an article about "How to write effectively for web". I would say these points will suit even casual writing.
  • I think there are so many out there like me who wants to start a business, but, still confused about what to start and how. The most important and first thing that someone has to decide is where he has to step his leg in, the most tough thing to do. Once you do that, next comes the question of how. But, we are stuck in the phase of what to do. So here are some businesses that are Hot during this economic downturn. Go have a look at it. something that attracted me was Software as a Service and Iphone apps. That would say something about me. :)


links for 2009-07-10


  • Ten down to earth points on what you should remember when you start a company. I like the 10 th point very much. Something that will help me when I'm making presentations. And another thing that I like the most about the post was " Kawasaki fondly recalls his colleagues at Apple as visionary, driven and "arguably the greatest collection of egomaniacs in the history of California–though the record has subsequently been broken by Google." WOW!! I like it. Google thinks they can eat up the hard work that Microsoft has put in for almost 3 decades. Google is Cool, But, this kind of stuff will take them no where. They are no more innovators, they are Business.


SEO – The Heart of Small/Medium Business


I came across some pretty nice articles about the Search Engine Optimization and it’s importance to the small and medium business owners. SEO has been a spam topic for a long time and at least now people have started giving SEO the importance that it needs. Mere web presence for small/Medium business will not do any good. The website should be available to the targeted users, when they need it. Today, Search Engines have become Doctor’s for any kind of problem, someone can face during their lifetime . So it’s better you introduce your website to the search engine and familiarize it. The search engine will take care of the rest.

Here is one article that talks about the Importance of SEO to SMB’s and here is another article that talks about How to choose a SEO Company?



links for 2009-07-03




Installing Grails on Mac


Was thinking about learning some new stuff for the week end , and So came the Idea of Grails. This framework has been creating some buzz around me for quiet some time and here I’m getting my hands on it. Of course, getting dirty. :)

Prerequisites for the Grails Installation are : JDK 1.4 or Higher. I hope you can find millions of web pages talking about the JDK installation and setting the JAVA_HOME environment variables. So lets get into business.

Grails can be downloaded from Grails Download section. I downloaded the Binary zip of the stable version, Grails 1.1.1 . Since we are dealing specically about installation on Mac, I’m going to reference everything related to Installation on Mac.

I moved the Zip file to /Users/my_username/grails1.1.1/. Changed the permissions to 755 on the contents of the bin.

chmod 755  /Users/my_username/grails1.1.1/bin/*

Do the following steps.

pwd /Users/my_username/ (In your case it will be your home directory)

ln -s grails-1.1.1 grails (create a soft link to grails directory)

Set up the environment variables

GRAILS_HOME=/Users/my_username/grails;export GRAILS_HOME

PATH=$GRAILS_HOME/bin:$PATH;export PATH

That’s it. You are done.

Type in Grails on the command line. If you see the following message, then the installation was successful.

 

Welcome to Grails 1.1.1 – http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /Users/acv/grails
No script name specified. Use ‘grails help’ for more info or ‘grails interactive’ to enter interactive mode

Welcome to Grails 1.1.1 – http://grails.org/

Licensed under Apache Standard License 2.0

Grails home is set to: /Users/acv/grails


No script name specified. Use ‘grails help’ for more info or ‘grails interactive’ to enter interactive mode