home · blog · groups · about us · contact us
DevelopmentNow Blog
 Wednesday, March 12, 2008
 
 

I wanted to announce that the first meeting of Portand Open Beer Club will be Thursday, tomorrow night, at Bailey's Taproom in downtown Portland at 5pm.

Portland Open Beer Club is the same format as Portland Open Coffee Club. People interested in web, tech, or startups get together for a laid-back, agenda-free gathering, so that entrepreneurs and developers can chat, network, and grow. The main differences with Portland Open Beer Club is that:

  1. It's Beer instead of Coffee
  2. It at 5pm instead of 10am

Event link: http://upcoming.yahoo.com/event/450110/

Feel free to swing by, have a pint, & say hello! Of course, you don't have to drink anything to attend, and Bailey's has a number of other beverages and small plates available. We'll also probably be having Mexican food delivered there, in case anyone's in the mood for dinner.

March 12, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Thursday, March 06, 2008
 
 

Well, you can't really "roll back" commits per se, since Subversion remembers everything you've committed. But, if you realize that your current version of a file or directory is bad, and you need to restore that to a previous version number, you can do a svn copy like this

svn copy --revision 7  http://svn.yourdomain.com/svn/trunk/somefolder/myfile.php ./myfile.php

The above command will pull down myfile.php from version 7 of your repository and place it into your working copy. You can then check it in with

svn commit ./myfile.php -m 'rolled back to version 7'
You can also roll back directories instead of just specific files.
March 6, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Tuesday, March 04, 2008
 
 

Office Live Workspace, the online document collaboration service from Microsoft, is now out of closed beta. It allows you to share and edit Office documents with others over the web, control permissions, and other online collaboration features. It also supports Firefox 2 on Mac OS X. You need Office to actually edit the documents (since editing occurs offline), but anyone with a browser can view and comment on the docs.

I've been using Google Docs for over a year now, and while it works decently, I sometimes miss the advanced features from Office, and it can be slow at times. I tried out Office Live Workspace this morning, and it definitely let me keep my desktop app experience. In fact, it felt mostly like WebDAV, albeit a slicker, better, easier-to-use version. Which isn't necessarily a bad thing, as long as all your editors have Office installed.

There's a web portion that lets me preview documents, and invite others to view and/or edit them. There's also an Office add-in that I installed, which added "Save To Office Live" and "Open From Office Live" to all my Office programs, allowing me to interact with the service. I was pleased to see that Offie Live stores the revisions of your documents across changes, but I didn't see a way to compare revisions. You can get email notifications of when someone edits documents, but there's no RSS feed. Anyone with a browse can comment on documents, but all the comments are just stacked on the right-hand side -- you can't position a comment over a particular item in the document.

I'm looking forward to when Live Documents comes out of closed beta, because that service will allow you to edit documents online, or using Microsoft Office or Open Office.

So, Office Live Workspace isn't bad. If everyone involved is a Microsoft Office user, it's definitely better than emailing documents back and forth. And you do get the full power of your desktop apps when managing documents, which is a big plus for power users or less web-savvy users. And since you can view and comment on documents using a browser, even non-Office users can contribute to a small degree. But the lack of online editing and robust features mean that upcoming services like Live Documents pose a real threat as the web world gets more cross platform and online only.

You can view more some screenshots of Office Live Workspace here.

 

March 4, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Thursday, February 28, 2008
 
 

Wikia just released an open source social networking extension to MediaWiki, allowing anyone with a MediaWiki install to let their users create profiles, upload avatars, message each other, and do other traditional social networking activities. There are already a number of open source SNS platforms, but this makes for a tempting starting point for any wiki-centric community site.

ReadWriteWeb has a longer overview.

February 28, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Tuesday, February 26, 2008
 
 
FYI the next Portland Open Coffee Club meeting is tomorrow, Wed, Feb 27th, 10am, downtown Stumptown on 3rd ave. Last Wednesday of every month. Hope some folks can swing by.
 
 
FYI the meetings are informal, free form, & have no set length (though people usually stay between 30-60 minutes). I'll have an orange jacket and a mocha. Maybe a donut, too.
 
February 26, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Monday, February 25, 2008
 
 

Well, I've had it. I must get at least a dozen "please join my crappy network" invite messages each week from Ning networks. I haven't yet found a way to prevent them from "inviting" me, and all the emails violate CAN-SPAM in a number of different ways (no "unsubscribe feature", no physical address).

Their FAQ says

“To protect your privacy, only your friends and certain members of social networks you belong to can send you messages on Ning. If you’re a member of a network, the Network Creator and Administrators can send you messages and you can message them back. Further, if you belong to any groups, the Group Creator and Admins can get in touch with you. In order to send another member of a network a message, you’ll need to ask them to be your friend first.”

But apparently any Ning network can send me emails like "Come join me on Lame Group on SpamNetwork...".

Just this morning I got 6 different invites from "Members Only Network", all within the space of 10 minutes.

So for now I would suggest not joining anything on Ning until they address their growing spam issues.

Edit: Ok I found the culprits -- the spams were coming from some of my Ning.com "friends." *sigh* I knew there was a reason why too many friends was a bad thing.

February 25, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Sunday, February 24, 2008
 
 

SubText - http://www.subtextproject.com/

BlogEngine - http://www.asp.net/downloads/starter-kits/blog-engine/

dasBlog - http://www.dasblog.info/

FYI we use dasBlog here, but SubText & BlogEngine look interesting ...

February 24, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 Friday, February 22, 2008
 
 

Unfuddle's forums has a discussion on alternate Subversion clients for Mac users.

SCPlugin is a free Subversion plugin that integrates with the Finder, and works similar to TortoiseSVN (a Windows SVN explorer plugin). Syncro SVN is a commercial standalone SVN client ($60) that works on Mac, Windows, and Linux.

Most Mac users use the svn command line program, but I know from experience how handy TortoiseSVN is for me to visually view the state of my working folder, compare files, and other operations.

 

February 22, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [4]



 
 

TechTarget has an article on how to set access control lists to define default file permissions. This came in handy for us, as we have several developers who work on our sites. The default file permissions would get annoying, as developer A would create some files which only he could edit, so developer B would have to use sudo to change the file permissions to a developers group.

With the TechTarget article, now all newly created files in our code directory are owned & editable by the developers group, making shared development much easier.

February 22, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]



 
 

If you need to recursively FTP files (e.g. you're pulling down data, or doing offsite backups), take a look at lftp. It's normally available on Linux boxes. One nice thing is that by default it will only transfer changed/new files. You can use it in a script or cron job.

Rimuhosting has a nice FTP overview on how to use it.

ncftp is another, more powerful FTP client that is also worth checking out.

February 22, 2008    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [0]