» Archive for July, 2008

A Cornucopia of Features

Sunday, July 27th, 2008 by Max


I’ve been wanting to use cornucopia for a while now, glad to have the chance. Just put up a new update of Graphsy that implements a bunch of features and bug fixes. Most importantly, and most noticeably, the zoom features. Users can now increase or decrease the scale of their drawings. Currently the implemented zoom levels are: 25%, 50%, 75%, 100%, 200%, 400%, and 800%. In the future I plan to add arbitrary zoom, but this is a good start.

Also added keyboard shortcuts to context menus. I’ve been talking about them for a few weeks now, and the buttons themselves were annotated with the corresponding key from the very beginning. Now, when a context menu is visible, hitting the key will correspond to pressing that button. The keys correspond to button placement, not what action they represent. For example, ‘q’ will press the upper left key, no matter which context menu comes up. This way the interface can be used with one hand on the mouse and the other on the keyboard. Hopefully, with this setup, users will not need to look down on the keyboard to hunt for keys and thus can create graphs faster.

The third feature added in this update is a better notification of when a project is not saved. First, a duplicate of the save button has moved to the upper right menu. That button will change color when the current document is out of sync with the saved version. In addition, when users try to leave the studio, Graphsy will inform them if their file is not saved and give them an opportunity to go back and save it.

This update also fixes several bugs. Most had to do with layout, saving, and exporting images.

The next two weeks may be busy, so I don’t know how much Graphsy work I will be able to do. Will try to write another “blog” post though, not sure about the topic yet. Check out the new features and let me know what you think.

Post from an iPhone

Tuesday, July 22nd, 2008 by trool

Just downloaded the WordPress plugin for the iPhone. Figure I’ll give it a try on the train. So here is my quick review of the plugin.

The WordPress plugin allows you to save the post localy for later upload. You can also edit posts already online. Basically you get all of the expected functionality when it comes to text editing. You can also add images, from the library or take them with the camera. I’ve added a picture of the neo cube I took earlier this week.

All of this functionality is great, but still has its limitations. First typing a post on the iPhone is not a lot of fun. It’s workable for small pieces, but at this point I am already tired of making mistakes. Second I am a terrible speller, and while the iPhone fixes most of my mistakes I fixed a few others by hand, which makes me think there are lots more mistakes here. Finally the preview option seems to be slow, but that could be because my connection is going up and down. When it did finally work everything looked terrible.

Basically I’m saying that the app is good, but limited by the iPhone. I can see my self using this for small, quick posts about something interesting I found, but isn’t that what Twitter or FriendFeed is for?

photo

Graphsy Update/Status

Monday, July 21st, 2008 by Max



Just posted a new update to Graphsy (www.graphsy.com).  This update adds arrowheads to line segments.  Users can add an arrowhead to any line end point.  They can also add arrowheads to all endpoints with a single click.  Just like all other objects in Graphsy, the arrowheads are rendered by ImageMagick on the server as they are requested.  So as lines change direction, the orientation of the arrowheads changes as well.

More information plus a video after the jump.
Read the rest of this entry »

Is perpetual Alpha/Beta really an issue?

Wednesday, July 16th, 2008 by Max


I see this come up every so ofter, usually whenever someone remembers that Gmail is still in beta.  The real question is why does this label bother some people?  Gmail is a great product so does it really matter if the developers want to consider it beta and not version 1?  Aren’t version numbers really obsolete in today’s world of web applications?  What are they good for anyway?

Read the rest of this entry »

Ways to follow me and Graphsy updates

Tuesday, July 8th, 2008 by Max

Just wanted to give everyone lots of options to keep track of what’s happening with Graphsy. First you can subscribe to the RSS feed for this blog or Graphsy’s main news RSS.  If you have twitter you can follow me at www.twitter.com/xmerer.  Or if you prefer friendfeed, you can track me at www.friendfeed.com/trool.  Trool was already taken on twitter.  If people are interested in Graphsy only feeds on twitter and friendfeed let me know and I’ll set it up.  Also if there are other services that may be useful post them here.

Reblog this post [with Zemanta]

Added new shapes

Tuesday, July 8th, 2008 by Max

Just posted an update to Graphsy.  Added two new shapes, diamond and pentagon.  While that doesn’t seem like much, the update is really a change in how shape information is stored.  Previously, just to get stuff out there, the two shapes (rectangles and Ellipses) were hard coded into Graphsy, now the information to draw them is stored in the database.  This is what makes working with a scripting language so nice.  The DB essentially stores the code to draw the objects.  That code gets executed and the shape gets drawn.

I’m working on a graphical way to create and edit objects.  I have some basic stuff done, but it’s not nearly ready yet.  Plus there are a few other features I want to get to first, including: arrow heads, layout, zoom, and uploading user pics for shape background images.

There is still a lot to do, but after only a week I feel like everything is still on track.

Reblog this post [with Zemanta]

Graphsy Update

Thursday, July 3rd, 2008 by Max

Just updated Graphsy with the convert/export feature.  Right now you can export your drawings to EPS, GIF, PDF, PS, and PNG.  I’m going to try to get it to export to vector based formats such as SVG as well, but I figured I should get these out now that I have them made.  Also I fixed a few minor bugs and one major.  The major bug had to do with how files were saved.  Graphsy would not save graphs larger than about nine nodes because you couldn’t send that much data in one go.  So I’ve changed that and added a status bar that shows you the progress of your save.  Next update will bring more shapes and maybe a way to manage them, though I haven’t really decided yet.  Let me know what you think.  Here is a screencap of the new file management pane:

New version of the file pane

Reblog this post [with Zemanta]