19 posts tagged “hacks”
EDIT: Thanks for all the volunteers - I think I'm set on the alpha testing crew (who I will be contacting as soon as I can get the front-end tied to the back-end and make sure it's not going to break when you type in your vox address). If you missed your chance to volunteer for testing - don't fret; I don't think the testing process will take all that long and I'll be opening it up for general consumption just as soon as I possibly can.
Okay, I'm not actually quite ready for alpha testers just yet, but soon I will be initializing the alpha version of the Vox export tool to those willing to help me test it out prior to making a formal release to the masses. I wanted to get names of people interested in helping now, so that as soon as I'm ready I can contact you individually and get you started on the testing process. Please read below and if you are interested in alpha testing the tool, please email me at VoxPorter@gmail.com . I NEED A VALID EMAIL ADDRESS from each alpha tester so I can be in communication about updates, bug fixes, and requests for more information if I'm trying to figure out what went wrong in your setup. I will NOT be communicating this through Vox comments or PMs, so if you're not willing to email me, please don't volunteer.
Testers should:
- Be willing to try out the tool (possibly multiple times if bugfixes are required)
- Be able/willing to import the resulting file into a WordPress blog (instructions may be provided if you don't know how) (free WordPress blogs can be created at WordPress.com, or you can set one up on your own server if you know how)
- Be able/willing to review the resulting blog for problems/errors in the import process (i.e. checking to make sure content imported properly, blog post titles, dates, and tags appear correct, etc)
- Be able/willing to inform me of any problems you experience or notice, as well as provide comments/questions about using the export tool, the process as a whole, and any specific areas you think need improvement. You won't need to be available to run the tool the same day I send you notification, but please only volunteer if you think you can support the testing in a timely manner (i.e. within about a week of getting a notification for testing).
Again, if you are interested in alpha testing the tool, please email me at VoxPorter@gmail.com . I'll select testers based on my current needs and the number who volunteer.
Oh, and FYI, the current planned Alpha version of the VoxPorter (name still in flux) tool includes the following:
- Export all publicly viewable blog posts from a user's blog to a WXR .xml file (WordPress import file)
- Importing this file into a WordPress blog will import blog titles, posting dates/times, content, and tags from posts to the new blog (note: links and media [pictures, music, videos] will still link to their current Vox enclosures for now)
- Select whether trackback pings and comments will be globally enabled or disabled on all imported posts
Future improvements planned once this version is tested and available in a steady-state form:
- Option to also export post comments (would show up under each blog post, just like they do on Vox)
- Automatic splitting of WXR file on the fly into 2 MB sections for blogs with massive archives
- Secondary tool to allow you to quickly and easily download your entire uploaded photos library for use on your new blog
- Secondary tool to allow you to quickly and easily see what other social media services your Vox neighbors use (along with links to their individual accounts) so even if you decide not to stick with Vox, you can still stay in contact with your 'hood through other apps or sites
Other improvements possible but less likely (given the time I have to work on this):
- Converting Vox links to your blog posts on the fly so they link to other posts in your new blog
- Converting to other blog formats besides Wordpress (Blogger, MovableType, etc)
- Automatic widget/banner creation that you can post on your Vox blog to point people to your new blog location
Note: The post below is extremely geeky and probably not interesting to anyone except those who would like to follow along with the progress of HOW I'm implementing a Vox export tool. If you're just interested in hearing when I'm done with it, this is not the post for you - that'll come soon.
I'm more laying this out for my own thought processes than in any sort of attempt to educate on how the export tool is going to finally work. The good news is I have a tentatively working solution that will theoretically import a full Vox blog onto a self-hosted Wordpress installation. The bad news is that the solution in mind will NOT work for (free-hosted) Wordpress.com installations, so I'm still trying to figure out an alternative for those. Preferably one that does not involve someone having to find a friend with access to a self-hosted version to do an intermediate conversion for them.
After countless hours (days? weeks?) of half-assed research online, here's a summary of what I've come up with regarding exporting from Vox (VoxPorting? Anyone got a better name for the eventual tool I'll be posting?)
- Blogging services SUCK at normalizing on an export standard. Every single one of them is different. Likewise, almost all of them try to trap you into their service by only allowing you to import their export types and/or only export a type that will be incompatible with other services. This means people have to get crafty if they want to jump from one platform to another, especially if they do it more than once.
- The big
contenders for free (hosted) blogging services out there seem to be (in
no particular order): Vox, LiveJournal, Blogger, and Wordpress (hosted on Wordpress.com). Yes, MySpace and its clones exist, and no, I'm not going
to even try to get content over on to them.
- Additionally, you've got Wordpress (self-hosted) and MovableType (self-hosted) which are free, but require you to host them somewhere.
- Paid services exist (TypePad, etc.) but since they require you to front money, I'm not focusing on trying to export to them.
- That being said, looking at the free services, I've found the following:
- I'm
not looking to import into Vox, since that's obviously contrary to the
whole point of a Vox export tool. I believe there are easier ways to
migrate content from one Vox account to another than
exporting/importing. That being said, if you're just trying to back up
your Vox blog, you can either use BlogBackupOnline (to back up online only) or Simon Wistow's VoxSlurp (to back up to an .mbox file) - more on these in another post.
- Apparently exporting to a file to import to LiveJournal is out, as LJ doesn't even appear to be able to import its own export files.
Unless you're planning to repost every individual post on LJ, probably
not an option. I'm not even considering this at the moment.
- Blogger only imports "Blogger export files". There are solutions out there that seem to use Blogger APIs to get around this limitation, but this looks like A LOT of work. I looked at what the Blogger export files look like and don't know that I can forge one to duplicate a Vox account onto a Blogger blog. Holding this out as a last resort option, especially as there seems to be an alternative (see a couple bullets down, below).
- Wordpress (self-hosted or on Wordpress.com) seem to be the most likely choices. I've had success importing an RSS feed from Vox to a self-hosted Wordpress blog. It would be fairly trivial to expand this to create a custom RSS .xml file to encompass a full Vox blog, and import that into a new Wordpress blog. HOWEVER, Wordpress.com blogs (free-hosted) do NOT have the "import from RSS" as one of their options (for some bizarre reason, they don't offer this??) Instead:
- Wordpress.com imports from
Wordpress export files, called WXR (WordPress eXtended RSS). Both
self-hosted and free-hosted solutions export to WXR files, and both can
import from the other (I believe). Furthermore, once you've got a WXR
file, you can use a solution to convert this into a Blogger-compatible format to import to Blogger! Sounds like the winner, if I can figure out how to properly create a WXR file from a Vox blog. Except documentation on the WXR format seems to be pretty much non-existant,
so the only way to figure it out is to analyze an existing blog's
export file, the Wordpress import code, and experiment. Not the ideal
way to make sure I'm doing it correctly, and definitely a way that's
going to take more time to get to complete.
- One added
benefit to doing a WXR file - if I set it up properly, I could actually
scrape the Vox blog posts for comments, and forge new comments to be
imported along with the blog posts - this way, not only would you be
importing your hard work to a new blog, you'd be carrying along the
comments (which oftentimes are as informative/entertaining as the
original post!) Currently the plan is to do the first pass with just
blog posts, and then once I get that up and running, consider devising
the import w/ comments. The big problem is my approach to getting the
content off the Vox blog will vary tremendously depending on whether or
not I'm capturing comments - if I am, I have to do the much more
tedious (and much slower) page-scraping, as opposed to taking advantage
of the Vox RSS feeds that I would be using for the other non-comment
method. I'm not sure I'd want to commit to doing a page-scrape for every Vox export - I currently am doing that for my Picture and MP3 backup tool and it takes a bit of time - this would be even worse, given that some people have thousands of posts on Vox.
- Movable Type also seems to be able to import WXR files. Definitely looks like WXR is the way to go, and then provide that file to the user for their use in importing to Wordpress or MT (directly) or Blogger (via the converter).
Since I know you CAN import
to a self-hosted Wordpress blog from Vox and then export that right
back out to a WXR, the cynical part of me says I should post this
solution and then people who self-host can go ahead and import, and
people that don't can find someone to do it for them. Heck, I might
even go ahead and do this as an intermediate step to the final
soltuion. But in the end, I don't want to create half a solution and
have most of the users have to fend for themselves. People shouldn't
be penalized just because they signed up for a free blog on Vox and now
want to have a free blog somewhere else instead.
@Pistachio on Twitter gave me a great idea for a new Greasemonkey script. Twitter users know that putting the @ sign in front of someone's Twitter ID (e.g. @twitterID) is the way to reply to that person through twitter. When you're on twitter.com, or using a twitter client, this @twitterID is usually hyperlinked to that Twitter profile page (e.g. http://www.twitter.com/twitterID ). However, this is usually NOT the case when you view a Twitter ID on any other webpage (including Gmail). I decided to put together a Greasemonkey script that changes that, so that any Twitter ID, anywhere (even in Gmail) will be hyperlinked to the corresponding Twitter profile page.
Since I try not to reinvent the wheel when possible, I built my script on top of Jesse Ruderman's AutoLink Greasemonkey script. (I did delete some of the functionality that people might not want, such as bugzilla IDs and phone numbers - if you want the full version of that script, get it here. Note that you'll have to merge my Twitter filter into his script if you want the Twitter auto-linking functionality.)
Once you install the script, @rossruns will look like @rossruns. As an added benefit, Jesse's script already converted email addresses and plainlink URLs into hyperlinked versions, so you get that auto-linking functionality with this script, too.
Want to install this script for your own use? First install Greasemonkey, and then get the script here. (Instructions to install Greasemonkey can be found here.)
Vox provides a great way to check out music that people have uploaded, but what if you've got a browser that doesn't have a flash player, or you just want to listen to the music in a different media-player plugin in your browser? This Greasemonkey script is the answer for you!
This script simply adds a hyperlink directly to the .mp3 file on any individual song file page. Once that link is present, you can access the .mp3 directly, instead of having to go through the flash player interface.
And, although I guess you could use this to right-click on the link and download the .mp3, I urge you not to illegally download your music and instead buy your music legally from someone like Amazon's MP3 Store or iTunes.
Want to install this script for your own use? First install Greasemonkey, and then get the script here. (Instructions to install Greasemonkey can be found here.)
THANKS TO: lemon, for beta-testing this script for me over Easter weekend!
(Please note this script assumes the Vox audio file that was uploaded
was a .mp3 file. If it was a different audio format, this script may
not provide a proper link to the file, or the file may not play back
correctly in your media player.)
As promised, I spent some time over the past week putting together a Greasemonkey script to reorder the modules on the new Vox homepage.
After the feedback people left, the new order I ended up using is:
Left Column Right Sidebar
1) Posts 1) QotD
2) Comments 2) Vox Hunt
3) Neighbor Activity 3) Team Vox News
4) [This is Good] Explore Box 4) Tips Box
5) Vox MSN Advertisement 5) Themes Box
6) Advertisement
7) Find your friends box
Want to install this script for your own use? First install Greasemonkey, and then get the script here. (Instructions to install Greasemonkey can be found here.)
As always, if you have any comments, feedback, or suggestions, or notice any bugs, please leave me a comment or send me a note. I'll do my best to stay on top of any issues that arise.
Also, to those people who left me feedback but didn't get the exact order they wanted - I'm willing to make a custom version of this script just for you with the modules in the alternative order that you wanted. Please leave me a comment as to whether you still want the order you suggested, and I'll send you a PM with the location where you can download/install your custom version of the script.
Enjoy!
For those of you using your Moleskine, Hipster PDA, or other notebook for any sort of productivity use, or for those who just want to have a calendar with them, check out the Thumb Calendar created by Adam Sporka.
The concept is simple: by overlapping the months, Adam has been able to display six months worth of calendar dates on a piece of paper no larger than a business card. The .pdf template comes ready to cut out and fold so you have a 2-sided card that can slide into your wallet, or you can cut the two halves apart and paste each of them into your Moleskine for a full year calendar on a single reference page. Each half fits inside the width of a small Moleskine notebook with a small margin on each side:
For those wondering how to read this calendar:
1. Pick the month you want to read.
2. Use your thumbs to cover the numbers that are not directly below the month header.
3. Note the color of the month header. The last day of the month is rendered in the same color.
The header of each month is appropriately aligned to show the actual days of the week, and there are versions of the calendar that go Sunday to Saturday and Monday to Sunday.
Thanks to Joe for bringing this to my attention. This also seems to have been featured on Lifehacker last year, but I must have missed it the first time around.
I can't take credit for this script, it's the effort of Dmitry Rubinstein, who is not only one of the hosts of the Hacking Vox group, but has also created a number of other Vox and LiveJournal related scripts (see full list here).
Dmitry's post on the topic has the direct link to install, or you can install via the Userscripts archive located here.
Installation Note: If you scroll down to the very end of the comments in the announcement post, you'll see that this script is initially set up for all POSTS only. In order to make this apply to comments everywhere (audio, video, etc), you'll need to:
1. Go to Tools -> Greasemonkey -> Manage user scripts
2. Click on "Thread Comments"
3. Edit the Include pages to replace http://*.vox.com/library/post/* with this: http://*.vox.com/*
Enjoy your threaded comments!
Ever since Papi Chulo (formerly Pants Party) first pointed it out to me, I've been both happy and frustrated with the Vox Recent Activity page. On one hand, it does provide an "easy" way to keep track of follow-up comments and favorites on posts you or someone in your neighborhood. On the other hand, it can bulky with 30+ posts on the page, each with its own set of comments. Scrolling down to older posts can put a serious case of carpal tunnel on your mouse-wheel finger, and if you have a couple of really popular threads going, you might not even know that one of the older posts has had a follow-up. (I've also heard some people can't even load the page in their browsers, but I'm not sure this will fix that issue.)
I decided to jump on the Greasemonkey
bandwagon and write a GM script to help out with this issue. I came up
with a solution that, while quick-and-dirty, does a good job of streamlining the Vox Recent Activity page: the script creates links in each post to show/hide
the comments, with the default setting of all comments being hidden on
initial page load. That means your page that used to look like this:
All you have to do to view the comments for an individual post is click on the [+/-] link, and they'll toggle from hidden to shown. Click it again and they go back to being hidden! Pretty cool, huh?
Now your recent activity page is a lot slimmer, easier to navigate, and you can click on just the posts that you want to follow up on to see the most recent activity.
Want to install this script for your own use? First install Greasemonkey, and then get the script here.
(Instructions to install Greasemonkey can be found here.)
If you have questions, comments, or suggestions on how to improve this script, please leave a comment here or send me an email.
Have you ever started typing a post and did something silly that suddenly made you lose what you had written? Maybe you hit the backspace key and your browser thought you wanted to go back a page, instead of back one letter. Maybe you accidentally hit reload on the page, or accidentally closed your tab or window. Or maybe your computer did something stupid, and crashed your browser.
Regardless of what caused it, you probably weren't too happy to lose what you had written. Here are 5 quick tips for ways to avoid nuking your content accidentally, or how to recover what you have written after disaster strikes:
1. Don't Compose in a Web Browser
Although painfully obvious, it has to be said - if you're drafting your
post in something besides a web browser, you'll probably avoid 99% of
all the problems you face with accidentally deleting your draft post
content. Most text editors nowadays have built-in auto-save features,
so you can even set up your file to back up as often as you feel is
necessary. As an added benefit, you'll have a soft-copy of your post
saved on your computer in the unlikely event that the publishing system
hiccups and your post that you just submitted disappears into the
aether.
2. Save as a draft intermittently (Vox-specific)
If you don't want to go through the "hassle" of using a separate
program to compose your posts, take advantage of your blogging system's
features - for example, in Vox you can save your post as a draft,
and then go back and edit to add additional content. If you lose
something you type, you can always revert back to the version you had
previously saved as your draft (hopefully without losing too much
content in the process!)
3. Use the "Recover" features (Vox-specific)
4. Use a Greasemonkey script to prevent unwanted page-changes
5. Open compose screen in a new window/tab
Based on the response I received from a recent comment I left on Crankypants' blob, I realized not everyone knows that you can successfully add more than one widget to your sidebar. It's really easy to do, and I figured I'd throw up a quick post to help guide you. Don't worry, even if you don't know any HTML you can follow this guide to have a way to put up 2, 3, even 4 widgets (depending on how big they are) in your sidebar.
Here's the key - Your sidebar is basically a box sized to fit about one widget. If you add a second widget (by adding the code for it below your first in the widget edit box), you may find it gets cut off, or worse yet, doesn't appear at all. The problem is the widget is outside the dimensions of the default box. The solution? Change the size of your box.
In order to make your sidebar taller, so you can fit more widgets in, you want to define a box big enough for all your widgets. Before your first widget, paste the following line:
<div style="height: 900px;">
and then after your last widget, paste the following line:
</div>
What this does is create a box 900 pixels tall in the sidebar - this is bigger than your original sidebar, and will allow you to fit in multiple widgets inside it, one after another (e.g. in my sidebar, I have a Creative Commons link, a last.fm widget, and then a KVOX music widget). You can change the "900" to any number you choose to fine-tune for your choice of widgets. If you're still cutting off a widget, make it bigger. You can also make it smaller if you don't require so much space.
Things to consider:
- You may think having 4 widgets is cool (and yes, they probably are), but remember that every time someone loads your page, they will be loading your widgets. The longer it takes to load the widgets, the longer it takes to load the page. You're also requiring someone's browser to use more RAM to display your page, which means you could slow their system down if you go overboard.
- This will NOT increase the width of your sidebar, which is limited to 140 pixels. Using widgets wider than this will either cut them off on one side or keep them from working properly (or both).
- If you have a short post, increasing your sidebar's length may affect the length of your page for your post. This may mean you have blank space in between the end of your entry and the bottom of the page. This is the reason you don't want to make your sidebar 2000 pixels long when you only have 2 widgets in there.
Good luck adding your widgets! If you come across a cool one, post a link to your vox homepage (where we can find your widget displayed) in the comments below, so everyone else can ooh and aah at your widget prowess!