business
Google Analytics Links & Resources
0gleaned from http://appsumo.com/googlevid/ (must sign up to gain access to [temporarily free] video!
Campaign Tracking Overview:
http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/
Google Analytics URL Builder:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55578
Goals & Funnels:
http://www.google.com/support/analytics/bin/answer.py?answer=55515&hl=en
Site Search:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=75817
Google Analytics: Power User Guide:
http://blog.vkistudios.com/index.cfm/2009/6/5/The-Google-Analytics-Power-User-Guide
50 Resources for Getting the Most Out of Google Analytics
http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/
The Huge Collection of Google Analytics Tips
http://www.searchenginejournal.com/the-huge-collection-of-google-analytics-tips/7426/
Google Analytics YouTube Channel
http://www.youtube.com/googleanalytics
Blogs about Google Analytics
The Official Google Analytics Blog
http://analytics.blogspot.com/index.html
Advanced Web Metrics
http://www.advanced-web-metrics.com/blog/
Google Analytics Results
http://www.googleanalyticsresults.com/
Luna Metrics Blog
http://www.lunametrics.com/blog/
Analytics Talk
http://www.cutroni.com
Using Windows 7 Symlinks
2I ran into a problem with integrating my web development/design projects on my computer with my local webserver. To further explain:
- I keep all my professional work, including client files, on a separate hard drive partition so that I can easily and regularly back them up, let’s call it g:\
- Client files for web projects are organized as such: g:\clients\client-name\project-name , so that if a long-term client wants a site redesign, I can easily keep these separate rather than dumping them into a single public_html directory for each client
- My local testing server is pointed at a different partition, let’s call it h:\
- I want to be able to serve individual projects via the testing server, but only work on the project files
Naturally, I thought of unix aliases but I’m currently running Windows 7 so I tried shortcuts. Didn’t work. After a little digging, I found the solution: symlinks (which work in numerous OSes – thanks for the correction). From the command line, type:
mklink /D H:\target\directory\linkname G:\clients\client-name\project-name
mklink /D creates a symlink, or a soft link that is the Windows equivalent to unix aliases. The first argument is the directory where you want the link to be placed, and the second is the source directory. Easy as pie.
Be careful when deleting/writing content – the linked directory allows you to manipulate the original file!
Workhorse Typefaces
0Paula Scher, Stefan Sagmeister, and David Carson shattered the way I think about typography in their applications of organic, freehand character-writing. For so long, even non–conventional applications of digital typefaces seemed so dry, formal, forced. Letters drawn by hand were a fresh breath—no, a gasp! out of astonishment, but also for oxygen anew to fuel my little typographic grey cells.
Such typography, one comes quickly to realize, doesn’t suit all applications. In fact, it doesn’t suit most applications. The majority of typesetting isn’t done to draw attention to the text, but rather to make its characters melt their meaning with as little distraction as possible. It pays to know this—especially when that pay is coming from a client expecting your understanding of conventional typography to benefit her business.
That stated, listed below are the typefaces I most commonly employ. I use them for their stylistic range, completeness of character set, and most importantly, as a framework from which I can branch out and build more creativity—perhaps by employing or creating an entirely new typeface. No more delays. Here they are:
- ITC Garamond Std
- ITC New Baskerville Std
- Mrs. Eaves
- Futura Std
- Trade Gothic LT Std
- Helvetica Neue LT Std
I’d say I use these for 80% of the work I do. Other typefaces I might consider are listed below. Some are either related or variations of the faces above. Others are slowly building up to workhorse status, or are used in extremely specific instances.
- Adobe Garamond Pro
- Adobe Jenson Pro
- Avenir LT Std
- Univers LT Std
- Bodoni STD
- Frutiger
- Gill Sans
- Helvetica LT Std
- ITC Franklin Gothic Std
- Poetica
- Gotham HTF
What are your typographic workhorses?