Sharing Links and Playing Nice With Social Networks by Greg Milby

Sharing Links and Playing Nice With Social Networks

Sharing Links and Playing Nice With Social Networks

There seems to be a crescendo of services popping up. Most of the services seem to be outwardly oriented, but a few user-centric applications are also starting to surface. I don’t think anyone can deny that social networking has impacted webdesign, and the rising flood of api’s are making it easier than ever to include one of these tools, and give a designer/site admin more time to dedicate to the website without investing time into keeping up with the social networking Jones’s The one that I’m using on my sites is, Add This, but there is an emerging tide of these type of sharing link/mini blogging/social networking web-centric applications springing up everyday. Add This offers statistical data so you can track how many times your site was referred using their tool, but you will have to sign up for an account to be able to use that feature After all, they need to know who to give the tally to. The list of networking sites seems to be growing at an unbelievable rate, and it’s great that someone is keeping up with all the js/api links that can connect stories or web items to their ‘circle of friends’ or colleagues. Another one that has caught my attention is , Share This. Share this seems to have a few more dynamic elements a smoother presentation, but the number of services it can ’share to’ are probably equal to any other like-service. One thing that seperates Share This apart is the application method you’re able to literally download the plugin within a ‘format’ (e.g. wordpress, typePad, or generic script for any regular coding website).

As mentioned earlier, there are a few user-centric web applications starting to come to the forefront. One of the most significant is Threadsy. At first I wasn’t sold on the all-in-one web tool idea, but after using it for a month, it’s become an essential tool. It’s so easy to twitter, and if it’s appropriate, I can simultaneously post to Facebook. It keeps all my email in one place (my tens of throw away/ sole-purpose email addresses [that i would never check otherwise?]). The irony is I like Threadsy for the very reasons that I thought I would ever like an application like this It has a vertical bar (as small as I want it to be) that can show me my twitter account/facebook notices without getting an email if something scrolls by & I happen to want to reply it’s a matter of clicking a button after typing my response. At any given time, I used to have up to 20 browser window/tabs open. With Threadsy, it’s reduced to 5.

Resize An Existing .vdi Virtualbox Image by Greg Milby

Resize An Existing .vdi Virtualbox Image

Resize An Existing .vdi Virtualbox Image

Resize An Existing .vdi Virtualbox Image - EASILY!

Start off by creating a fresh new drive of the size you’re after using the VirtualBox user interface. Then, locate both the your old, smaller HD and the new, larger one and run the following command:

VBoxManage clonehd --existing oldhd.vdi newhd.vdi

After some progress indicators ahve come and gone your HD should have been cloned to the larger one. You now need to use some software to expand your drive partition into the new space. Vista and W7 have this feature built in to Disk Management, or you could use something like GParted. I have never had luck with the integrated windows disk management tools, so I opted to use a free product called EASEUS PARTITION MASTER - home edition:

This tool was easy to install directly into the new vdi image. Walked through the wizard after clicking on "Resize" - it rebooted itself and resized the partition without a fuss.

The command line entries for running the VirtualBox commands:

gmilby@gmilby-ubuntu64:~/.VirtualBox/HardDisks$ ls XP_10GIG.vdi xp.vdi

gmilby@gmilby-ubuntu64:~/.VirtualBox/HardDisks$ ls -l total 6042484

-rw------- 1 gmilby gmilby 61952 2009-11-20 08:15 XP_10GIG.vdi

-rw------- 1 gmilby gmilby 6181380608 2009-11-20 07:56 xp.vdi

gmilby@gmilby-ubuntu64:~/.VirtualBox/HardDisks$ VBoxManage clonehd --existing xp.vdi XP_10GIG.vdi VirtualBox Command Line Management Interface Version 3.0.12 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved.

0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%

Clone hard disk created in format 'VDI'. UUID: 1366bb7f-e827-41de-90ce-763e82309f26

gmilby@gmilby-ubuntu64:~/.VirtualBox/HardDisks$

There are 2 blog entries in the database.