Archive for 'Knowledge'
Design Tools for Prototyping and Wireframing
Posted on 03. Apr, 2009 by Nikhil Sheth.
Sitepoint has covered tools available to help you document and design your web site. It seems that we all need a wireframing or prototyping tool at our fingertips. It has covered the biggies: OmniGraffle Pro, Visio, Axure RP Pro, iRise Pro, Balsamiq Mockups, ConceptDraw Pro, etc… but he also goes into detail on a few [...]
Continue Reading
MySQL Admin and Development Tools
Posted on 28. Mar, 2009 by Nikhil Sheth.
The most popular and best open source database is MySQL. Simple as that. It is consistently fast , reliabile and very, very easy to use. One of MySQLs main features is its cross-platform support, it will run on almost all operating systems, including Windows, OSX, Linux and many more. So, MySQL is the best database, [...]
Continue Reading
Looking at different side of Web Analytics
Posted on 18. Mar, 2009 by Nikhil Sheth.
I have been using custom analytic tool along with various other web analytics tools. There are a variety of tools available out there to help analyze web sites, such as Omniture’s SiteCatalyst, Google Analytics, ClickTracks, WebTrends and many more.The issue is that every tool has a different way of calculating the same basic metrics. For example, [...]
Continue Reading
Creating Bash Aliases
Posted on 05. Mar, 2009 by Nikhil Sheth.
What is an alias? An alias is basically a shortcut for a command you place in your ~/.bashrc file. Aliases cut down on typing and can save you from having to look up a command. Aliases are set up near the bottom of the of the .bashrc file. You’ll see a commented-out section that indicates where [...]
