<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>larryaronson.com &#187; Social Media</title>
	<atom:link href="http://larryaronson.com/tag/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://larryaronson.com</link>
	<description>Systems Psychoanalyst</description>
	<lastBuildDate>Thu, 10 May 2012 20:31:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>New Oradell Website Launched</title>
		<link>http://larryaronson.com/2010/new-oradell-website-launched/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2010/new-oradell-website-launched/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 21:16:14 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[events manager]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[veterinary website]]></category>
		<category><![CDATA[wordpress shortcodes]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=1327</guid>
		<description><![CDATA[<p><a href="http://larryaronson.com/2010/new-oradell-website-launched/"><img class="alignleft size-thumbnail wp-image-1331" title="Oradell-Animal-Hospital" src="http://larryaronson.com/wp-content/uploads/Oradell-Animal-Hospital-188x320.png" alt="Oradell Animal Hospital website screenshot" width="75" height="128" /></a>Oradell Animal Hospital of Paramus New Jersey is one of the largest and best animal and pet care centers in the world. But its website was old and they were losing the graphics designer who did their updates. Their marketing director was looking for new ways to connect with their current clients and customer base. I recreated their current site's structure and design in Wordpress with custom page templates, adding social sharing and other functionality with plugins, shortcodes and widgets.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://larryaronson.com/wp-content/uploads/Oradell-Animal-Hospital.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-medium wp-image-1331" title="Oradell-Animal-Hospital" src="http://larryaronson.com/wp-content/uploads/Oradell-Animal-Hospital-188x320.png" alt="Oradell Animal Hospital website screenshot" width="188" height="320" /></a>Oradell Animal Hospital of Paramus, New Jersey is one of the largest and best animal and pet care centers in the world. But its website was old and the graphics designer who did their updates was closing her shop and leaving the country.</p>
<p>Their marketing director was looking for new ways to connect with their current clients and customer base but didn&#8217;t have to budget to do a full redesign of their web site. Recreating the current site&#8217;s structure and design in WordPress, adding social sharing and other functionality with plugins and widgets  looked like the solution but there would be challenges in the project.</p>
<ul>
<li style="clear: left;">There were over 300 html files on the existing site without much organization. A major overhaul of the web site had apparently been done 6 or 7 years ago but the earlier generation of files had not been deleted. Internal links and navigation menus were a mess.</li>
<li>A two column front page that pulled post lists from different categories needed to be built and it had to be editable by the client. Templates for other special page types would need to be created. </li>
<li>Oradell needed a way to manage their busy calendar of events which included everything from special lectures to pet bereavement group session at multiple locations.</li>
<li>A large amount of content had been collected over the years that needed curating and conversion including profiles and pictures of 100 doctors and staff. I would need to duplicate their doctor-popup windows.</li>
</ul>
<p>Lisa Davis, Oradell&#8217;s director of marketing and I worked our way through the content sorting the pages into a navigable hierarchy. We played with the front page&#8217;s features and layout over the course of the project until it finally looked and felt right. I built a special template for the <em>Services &amp; Staff</em> pages that included a dynamically generated menu of all of the hospital&#8217;s departments. Each department&#8217;s page is a child page of the <em>Services &amp; Staff</em> page.</p>
<p>I installed the <a href="http://wordpress.org/extend/plugins/events-manager/" target="_blank">WordPress events manager</a>. This is a powerful piece of programming. It&#8217;s highly configurable and easy to use but, otoh, required a lot of configuration for Oradell&#8217;s requirements.</p>
<p>The most fun was writing shortcodes – one to show posts from a specific category in the content of a page and another to insert a doctor or staff profile in a post or page. The first  shortcode:</p>
<pre>[showposts category="featured" display="title"]</pre>
<p>in the content of a page produces a listing of permalinked post titles in the &#8220;featured&#8221; category. The other choices for the display option are &#8220;excerpt&#8221; and &#8220;post&#8221;. These are used throughout the site.</p>
<p>The doctor shortcode was more complicated because doctor information needed to be displayed in different contexts with different requirements: in the body of a post, on the various departments pages and in the complete directory of personnel. For each doctor or staff member, the profile consisted of the person&#8217;s name, academic credentials, job title, image and bio. Since several of their doctors were interested in blogging, I decided to register all the doctors and staff as blog contributors and use the extra IM user fields to store the titles and credentials. For example, using this shortcode in a post:</p>
<pre style="font-size: small;">[doctor name="John Dolittle" role="true" creds="true" hide="false"]</pre>
<p>will cause Dr. Dolittle&#8217;s (not an real Oradell employee) complete profile to be inserted, including his credentials and job title following his name plus the bio with a left-aligned photograph. Setting the <em>hide</em> parameter to &#8220;true&#8221; will hide the bio and photo but with a jQuery toggle, Somewhat like this:</p>
<div style="font-size: small; padding: .5em 1em; border: thin solid pink;">
<h4><a onclick="$('#dolittle-bio').toggle('slow');return false;">John Dolittle</a>, DVM, MD – Chief of Staff</h4>
<div id="dolittle-bio" style="display: none; padding-top: 1em;"><img class="alignleft size-thumbnail wp-image-1347" title="Photos from Doctor Dolittle" src="http://larryaronson.com/wp-content/uploads/Photos-from-Doctor-Dolittle-150x143.png" alt="" width="150" height="143" />Dr. John Dolittle lives in a little town called, Puddleby-on-the-Marsh in a little house on the edge of the town. The house was quite small; but his garden was very large and had a wide lawn and stone seats and weeping-willows hanging over. He is very fond of animals and keeps many kinds of pets. Besides the gold-fish in the pond at the bottom of his garden, he has rabbits in the pantry, white mice in his piano, a squirrel in the linen closet and a hedgehog in the cellar.</div>
</div>
<p>All in all, I liked working on the new Oradell website. It presented interesting challenges and the people I worked with were wonderful.</p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2010/new-oradell-website-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Re-invents The Operating Sytem</title>
		<link>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:56:25 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cablevision]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Clay Shirky]]></category>
		<category><![CDATA[DVR]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mosaic]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Supreme Court]]></category>
		<category><![CDATA[Vermont]]></category>
		<category><![CDATA[Virtual Corporation]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WIFI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=537</guid>
		<description><![CDATA[Google announced their plan to introduce the Google Chrome OS into the market for PC operating systems. Essentially, it's a Web OS that intelligently integrates on-line and local resources to provide a slick interface for managing all the content consumption, creation and sharing we routinely do. Larry Aronson examines some of the possible consequences.]]></description>
			<content:encoded><![CDATA[<p><a title="Google Chrome OS" href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html" target="_blank">Google announced their plan to introduce the Google Chrome OS</a> into the market for PC operating systems. Google Chrome OS is an expansion of the capabilities Google introduced with their Chrome browser just 9 months ago. It will essentially be a Web OS that intelligently integrates on-line and local device resources to provide a slick interface for managing all the content consumption, creation and sharing we routinely do. Netbooks running the new Chrome OS should be available in about a year.</p>
<p>This is important news. Not because it challenges Microsoft&#8217;s dominance of the PC operating system market, as stressed in the <a title="NY Times article on Google Chrome OS announcement" href="http://www.nytimes.com/2009/07/08/technology/companies/08operate.html" target="_blank">New York Times article</a> on the announcement, but because it&#8217;s a sign that we are heading to another sweet spot in the information technology revolution. A sweet spot is where hardware, software and cultural trends come together to make complex tasks much easier and cheaper to accomplish. The effect transforms society enabling new ways for people to interact. For example, in 1994, reliable, dial-up Internet service met the graphical Web browser, Mosaic, just as Al Gore re-invented the Internet as an open platform for business, entertainment and the free, global exchange of information and ideas.</p>
<p>Here are the important trends today: A new generation of high-speed <a title="ManyPossibilities Article on FCC decision" href="http://manypossibilities.net/2008/11/wifi-on-steroids-approved-in-us/" target="_blank">WiFi based on freed up broadcast spectrum</a> from the conversion to digital TV is on its way and will meet up with new portable devices that are fun to use and cheap to own. After Google Chrome OS goes open-source, there should be versions available for everything from X-Boxes to old TiVo machines.</p>
<p>Speaking of Tivo, the recent <a title="BusinessWeek Article" href="http://www.businessweek.com/the_thread/brandnewday/archives/2009/06/us_supreme_cour.html" target="_blank">Supreme Court decision to deny the appeal in the Cablevision DVR case</a> highlights another trend. Cablevision wanted to provide DVR services upstream on their servers. The broadcast networks held that this was making copies for redistribution and, thus, they should pay royalties. The Appeals Court ruling, which the Supremes let stand, held that, once the consumer paid a license for a piece of content, it didn&#8217;t matter where it was stored on the consumer&#8217;s behalf—on a local hard drive or somewhere in the cloud.  This decision lays the groundwork for challenging all the restrictions that the telco, broadcast and cable monopolies, place on how, where and when we do anything.</p>
<p>Here&#8217;s my last trend to watch: A month ago, <a href="http://gigaom.com/2008/06/17/vermont-oks-the-creation-of-virtual-corporations/" target="_blank">the state of Vermont OK&#8217;d the formation of virtual corporations</a> by a change in its tax laws. This means that corporations (LLCs) in Vermont no longer need to have a physical mailing address and can conduct online board meetings.</p>
<p>An important conclusion was missed in the Vermont reporting – a corporation can have bank accounts and credit cards. This is a privilege hitherto granted by our government only to corporations and individuals and denied to such entities as: MeetUp groups and SecondLife communities. The effect of this, as Clay Shirky points out in <em><a title="Here Come's Everybody" href="http://www.shirky.com/herecomeseverybody/" target="_blank">Here Comes Everybody</a></em>, limits our ability to leverage the Internet, with social media tools, to organize and engage in collective actions other than protest movements.</p>
<p>How will society change in the next two or three years when all of us are connected to a World Wide Web of rich media, all the time, in devices on us and around us; with fast, friendly software that knows about us, our friends and the tribes we associate with; when the last geographic and cost barriers to collaborative action for the common good are gone?</p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2009/google-re-invents-the-operating-sytem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lawyers In New Media</title>
		<link>http://larryaronson.com/2008/lawyers-in-new-media/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2008/lawyers-in-new-media/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 15:00:28 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[lawyer]]></category>
		<category><![CDATA[Seashore]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=190</guid>
		<description><![CDATA[<img src="/wp-content/uploads/digitalhhr.jpg" width="75" height="75" class="left" /> DigitalHHR –  I just completed this Wordpress blog for the Intellectual Property department of a major law firm. It features an integrated BBs, an event manager, feature-rich videos, a Flash-powered header,  customized navigation menu and special lawyer profile pages. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished a project: <a href="http://digitalhhr.com" target="_blank">DigitalHHR</a> – a WordPress blog for the Intellectual Property department of a big law firm. The IP department, consisting of 4 lawyers, wanted a online platform to promote their ideas and opinions about intellectual property and generate good press for their firm. I was under contract to a wonderful creative agency, <a href="http://www.ahainsight.com/" target="_blank">Aha! Insight Technology</a> and was working again with <a title="Howard Greenstein's Website" href="http://harbroke.com" target="_blank">Howard Greenstein</a>. Howard provided the strategic direction, project management and training for the client while I provided the technology.</p>
<p><a title="digitalhhr" href="http://digitalhhr.com" target="_blank"><img class="alignright" src="http://larryaronson.com/wp-content/uploads/digitalhhr.jpg" alt="Home page of DigitalHHR" width="200" height="189" /></a></p>
<p>Howard proposed a robust set of features to showcase their familiarity with leading edge, social media technologies and services. The specifications called for an integrated BBs, an event manager, feature-rich videos, a Flash-powered header with a customized navigation menu tying it all together. Howard and I knew we were pushing the limits of WordPress and that&#8217;s what the client wanted to show off.</p>
<p>We started with a three column theme, <a title="Seashore Theme page" href="http://topwpthemes.com/seashore/" target="_blank">Seashore</a> by Sadish Bala. I added a video presentation space on top of the  sidebars and a game space below. With a bit of work, I was able to shoehorn the custom flash video the lawyers designed into the header code and replaced the generated navigation menu with a two-level structure.</p>
<p>The four lawyers were already blogging on other sites. This was their first opportunity, not only to write under their own brand, but to actually craft that brand as publishers and editors. As they began to post articles, they became concerned about their authorship rights —they&#8217;re IP lawyers, remember, and important ones at that! So, as we neared completion of the project, new feature requests started creeping in.</p>
<p>They wanted special lawyer profile pages so they could edit in additional content about themselves. These page would feature a portrait image and an expanded contact section with a download-able, virtual address card. For these special pages, I cloned the standard single page template and modified it to fetch the page author&#8217;s portrait photo from a sub directory of /wp-content. I setup custom fields for the contact information and displayed those next to the portrait image. Following that, I formatted a box to display the most recent posts by that author. Finally, I displayed whatever content they wanted to add via the post editor.  <a title="Using custom fields in a wordpress template" href="javascript:void window.open('/wp-content/uploads/lawyer-page_code.gif', 'popit', 'scrollbars=0,height=764,width=772');#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">Click here to see some of the code</a>.</p>
<p>The head partner of the IP division liked the profile page so much that he wanted a special version just for himself that also displayed  any press articles written about him. I figured out how to accomplish that using a custom post field and some more template programming.</p>
<p>They also wanted to post co-authored articles. I know that there was third-party plug-in that did something like that, but at this late stage of the project, it was easier to add more template modifications to get exactly the functionality the client wanted. The solution we devised features a double portrait image, double email links and a hook to pick up the post for the special lawyer profile pages.</p>
<p>It&#8217;s been exciting to watch this blog progress from it&#8217;s initial launch last month. Everything we did is being used by the client and it&#8217;s all working well.</p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2008/lawyers-in-new-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two New Browsers</title>
		<link>http://larryaronson.com/2008/two-new-browsers/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://larryaronson.com/2008/two-new-browsers/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 19:17:10 +0000</pubDate>
		<dc:creator>Larry Aronson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flock]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://larryaronson.com/?p=63</guid>
		<description><![CDATA[<img class="left" src="/wp-content/uploads/chrome_icon.gif" width="75" height="75" /> Two new Web browsers have recently become available for exploring the Internet. Google Chrome and Flock take radically different approaches to the browsing experience and I recommend you take a look at them when you get a chance.]]></description>
			<content:encoded><![CDATA[<p>Two new Web browsers have recently become available for exploring the Internet. <a title="Download Google Chrome" href="http://google.com/chrome" target="_blank">Google Chrome</a> and <a title="Visit the Flock, Inc. Website" href="http://flock.com/" target="_blank">Flock</a> take radically different approaches to the browsing experience and I recommend you take a look at them when you get a chance.</p>
<p><a href="http://larryaronson.com/wp-content/uploads/chrome_icon.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-medium wp-image-72 alignleft" title="chrome_icon" src="http://larryaronson.com/wp-content/uploads/chrome_icon.gif" alt="" width="165" height="156" /></a><a title="Download Google Chrome" href="http://google.com/chrome" target="_blank">Google Chrome</a> is a minimalist&#8217;s browser. It doesn&#8217;t offer a multitude of features, but it&#8217;s very fast and solid as a rock. It relies heavily on tabs when visiting different sites and each tab runs in its own process. This keeps the browser from crashing from a page error or some misbehaved plug-in, and prevents pages in the background from slowing down the foreground window. I like Chrome&#8217;s history function. When you open a new tab or window it displays thumbnails and links to your most recently vistited pages.</p>
<p>Chrome offers a single address bar for both URLs and keywords. <a href="http://google.com" target="_blank">Google</a> is the default search engine, but it can be switched to others—<a href="http://wikipedia.org" target="_blank">Wikipedia</a>, <a href="http://aol.com" target="_blank">Aol</a>, <a href="http://yahoo.com/" target="_blank">Yahoo</a>, etc. The address bar has a fast auto-suggest function. For flying around the Web from site to site, Chrome is a jet fighter. However, if you mostly stay put on a collection of actively fed &#8220;home&#8221; pages, Flock may be the browser for you. It&#8217;s a mega-cruise ship.</p>
<p><a href="http://larryaronson.com/wp-content/uploads/flock_icon1.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignleft size-medium wp-image-73" title="flock_icon1" src="http://larryaronson.com/wp-content/uploads/flock_icon1.gif" alt="" width="136" height="128" /></a><a title="Visit the Flock, Inc. Website" href="http://flock.com/" target="_blank">Flock</a> is <a href="http://www.mozilla.org" target="_blank">Firefox</a> on social media steroids. Flock takes a framed approach to visiting the Social Media Web, grabing feeds from places, such as: <a href="http://facebook.com/" target="_blank">Facebook</a>, <a href="http://twitter.com/" target="_blank">Twitter</a> and <a href="http://myspace.com" target="_blank">MySpace</a> into sidebars and <a href="http://youTube.com/" target="_blank">YouTube</a> selections into a headband. Flock works best opened full-screen on a big, wide, LCD display. Beware! The shear number and variety of tool bars, control tabs, bookmarks, menus and search boxes can overwhelm.</p>
<p>Flock, by default, remembers the sites you had loaded when you last quit and reopens them. It also opens a generated page, &#8220;My World&#8221; that captures all your various feeds, messages and pings.  I like the way Flock integrates with Gmail, and find it useful as an &#8220;active desktop&#8221; – a one-stop site that I scan every so often to keep in the mix as I&#8217;m doing other work. Flock pops-up a standard blog editor when I want to post something  and just about anything can be shared with a drag-n-drop action.</p>
<p>The online support documentation provided by the these two new browsers also provide a facinating contrast. Google wrote <a href="http://www.google.com/googlebooks/chrome/" target="_blank">a </a><a href="http://www.google.com/googlebooks/chrome/" target="_blank">Chrome </a><a href="http://www.google.com/googlebooks/chrome/" target="_blank">comic book</a> that teaches you how to use Chrome with a technical depth that&#8217;s actually readable. Flock has uploaded a series of youTube <a title="Google Chrome Quick Start" href="http://www.youtube.com/watch?v=X1UrhhRnYYs" target="_blank">videos showing Flock&#8217;s Features</a> in action. Check it out, you&#8217;ll get a better idea of what Flock is like and I won&#8217;t have to insert a screenshot here.</p>
<p>Google Chome is only available now for Windows. When it becomes available for the Mac, I&#8217;ll probably be using both Flock and Chrome more often than Firefox and Safari.</p>
<p><em>— Larry</em></p>
<p><a href="http://www.youtube.com/watch?v=X1UrhhRnYYs"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://larryaronson.com/2008/two-new-browsers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

