Check out this Online Straw Poll Concept from The Liberty Lab
Archive for category Uncategorized
Live Video Production
Mar 10
Thanks for the support from the Pikes Peak Economics Club and Live Crossing for making this technically possible. Please excuse the technical glitches in the beginning and some where towards the middle of the event. The AVDC died and I needed to switch it out.
“ebay accounting” Trends
Jan 26
Also interesting demographics from a ebay tracking software site.
Micro targeting and research abilities with Facebook data by allowing people to access the data they all ready have access to, but in a quick and uniform method.
Check this out… apps.facebook.com/libertyontherocks/
Requirements to integrate facebook with your old contact list
- Apple , Linux or Unix a group of friends willing to use their name to market themselves
- A list, volunteer with local organizations
- Volunteers
- Excel or Open Office Equivalent
How?
Open terminal. Change to directory what list is located.
Type into terminal:
cd /list_directory_name
Return
Type into terminal:
split -l 100 listnamelist.txt && for e in *; do mv “$e” “`echo $e | sed -e ’s/\ /_/g’`.csv”; done
Return
