Until recently, if another Sitemason user shared control of a tool with you, you wouldn’t know it unless you clicked the “Add a shared tool” icon in the Site Manager. Now, shared tools automatically show up in your Site Manager in new pink shared tool groups.

Thanks to being involved at Nashville Startup Weekend, I have a plethora of like-minded Nashville business folks to “tweet” with from the Sitemason Twitter account now! What a lovely sight.
"Twitter is a free social networking and micro-blogging service that allows its users to send and read other users' updates (otherwise known as tweets), which are text-based posts of up to 140 characters in length," according to Wikipedia.
Now I don’t have to have long conversation with myself from @nathantbaker and @sitemason, which was getting awkward. Our company twitter account is still new… And now work just got even better.
If you don’t have an account, try it out and follow us at twitter.com/sitemason!
Here’s a brief recap of what I was involved withand here are photos from various members of Nashville Startup Weekend.
It was great to network with other fine business, marketing and technology folks in Nashville. Check out recaps of the conference to learn more about what was coined a “symphony of chaos.”
This was the first Startup Weekend in Nashville and I’m both proud and humbled to know Sitemason played a part in supporting entrepreneurship in such an innovative forum.
Go Nashville!No doubt if you’ve used any online application recently you’ve noticed that it’s tags, tags everywhere. They prove immensely beneficial for searching, categorizing and grouping. The next iteration of our publishing tool, the News Feed Tool, employs tags for these same reasons. People who are used to tagging their pictures on Flickr or videos on YouTube will find familiar benefits for using tags to unleash a new world of organization for their news articles.
One of the less obvious benefits of tags are how they affect the front end development of a new web project. Complex website functions like pulling a list of related articles or specific event dates depending on which page you have landed on, is generally a task for heavy lifting scripting languages like PHP or PERL. An example might be this:
A record label has a number or signed artists, they also have a number of releases that may or may not be from a current artist. In addition, each of their current artists has a list of tour dates and also merchandise items. The challenge is to pull all of those items, where the content that is displayed is solely dependent on what artist a visitor is viewing… and do so without having to duplicate any content entries in the CMS.Sounds expensive, huh? Not so. By using tags in the development of a site template, Sitemason can effectively slash the cost of a complex requirement like the example above. This means that small businesses with a limited budget for their website project can employ an extremely simple solution to tackle very complex tasks. What’s even better, since the template is a one time front end cost, there is no affect on the monthly pricing. Recent quotes for similar flexibility have been decreased by as much as 75% by using the News Feed & Tags making Sitemason even more affordable for users with intricate requirements for their website.
I just tested pulling a published Google Docs Document into a Sitemason website using the Web Proxy tool (
). It works pretty well, except for the links Google adds to the bottom of the page. The link to Google Docs and the link to let you edit the page will not work. Here is the example…
http://developer.sitemason.com/google_docs
The new beta Web Proxy tool (
) is turning out to be very useful. It allows you to pull HTML content from other sources into your website so that it will appear with inside your Sitemason template with your Sitemason navigation. This can very useful in two different situations.
There isn’t a hotter term of the moment right now than SEO, or Search Engine Optimization. If you are unfamiliar with the term, SEO is just a set of “best practices” to get your site to play nice with search engines (read “Google”). The idea is to get your website ranked on that oh-so-coveted first page of rankings.
There are entire companies devoted to SEO that can all but guarantee a top ranking for you. However, you’ll find that the basics of SEO are something you can easily employ on your own. Here is a list of a few things you can do to tackle that SEO itch so you can brag about your site being, like, totally optimized.
The Commerce tool lets you generate custom reports tailored to what different people in your organization may need. The only problem is you would still have to get the reports out of the Commerce tool yourself since there was no sharing.
We recently added an option to share each custom report with a group of users. Now you can make a shipping report and the person doing the fulfillment can get the report herself without seeing any credit card information. You get the idea.
To share a report, create an editor group in your User Manager for each group of Sitemason users who will share a report. In the Commerce tool, edit an existing report or create a new one from the “Manage Data” tab. You will see a new menu called “Share this report with…”. Just select the group of users who should be able to see this report and save the report.
On their end, they will see your Commerce tool in a pink Shared Tool group in their Site Manager. Once they move to a site or tool group, they will only see the Setup and Manage Data tabs and on the Manage Data tab, they will only have the option to export the report you shared.
I just updated the FCKeditor from version 2.6.1 to 2.6.3. What prompted me was a bug reported on Vanderbilt in the calendar. If you added an HTML comment in source view in the FCKeditor, you would not be able to open that event again. The window would come up and you could see the event in the background, but the window remained dim because the FCKeditor produced a Javascript error that halted the process of opening the window.
If you look at the help button, it still says 2.6.1. I guess they forgot to update that. Other fixes in the editor include undoing after spellchecking. The full list is on the What’s New page on the FCKeditor website.