Get your own customer support community

Recent activity

Subscribe to this feed
  • idea

    hced replied on November 25, 2009 00:54 to the idea "slideshare as iPhone-app" in SlideShare:

    hced
    Searching for the SlideShare iPhone app I had anticipated already existed I landed here...

    A SlideShare app would be one of the greatest apps for my iPhone! Please, please try to make this happen.
  • hced started following the idea "slideshare as iPhone-app" in SlideShare.

  • idea

    Ced replied on June 22, 2009 11:06 to the idea "Coda Code Collapsing" in Panic Inc:

    Ced
    I don't think code collapsing is __the__ utmost important feature to wish for, just one of the nice things to have. As said, the code navigator will do fine in the meantime.

    I think the CSS department is much more important, and I'm still wishing for Coda to catch up with the snappiness that (still) makes CSS Edit theTM css editor that nobody except yesteryear programming mummies could suffice without.
  • idea

    Ced replied on May 14, 2009 21:10 to the idea "Copy Web URL" in ExpanDrive:

    Ced
    Am I missing something in saying, there's already the Server: field and Remote Path: field that you need to fill in when creating a new connection — wouldn't that be enough (presumably just the address provided in the Server: field) for a proper web URL reference to be generated? I'm super tired after a week's duty at my son's kinderkarten, so I may very well be missing something crucial here. :)
  • question

    Ced asked a question in Panic Inc on May 03, 2009 20:55:

    Ced
    JavaScript console: automatically clear log messages on page reload?
    Is it possible to have the JavaScript console automatically clear itself after page reload?
  • star

    Andrew Noyes' reply to "Integration of Safari's inspection window into Coda?" was just promoted to the most useful! Ced and 3 other people think it's one of the best replies.

    Andrew Noyes
    This type of inspection would be a great improvement, but I would like more to have something like CSSEdit. I remember watching a presentation on Cabel Sasser's blog about how Panic tried to work out an agreement with MacRabbit on CSSEdit but it eventually fell through. Perhaps this is the reason that the DOM inspector in Coda is (relatively) featureless?

    Sometimes it's convenient to simply explore the hierarchy of the DOM tree, which Coda's DOM inspector does well, but it doesn't have all the features I would like. The two features I would like to see the most are exemplified in Firebug and CSSEdit 2.6.

    In Firebug, the DOM inspector takes you to the code for that element in the HTML code. Also, like the Safari DOM inspector, it shows you which CSS rules are applied to the element. Again, Safari has this, but I like Firebug's better because it doesn't require right-clicking elements to view their location in the DOM tree. You click on an element, and you can quickly see its location in the DOM hierarchy, or the HTML code from which it was generated.

    CSSEdit has more what I'm looking for in an integrated environment like Coda. The entire core feature of CSSEdit is to rapidly style web pages without having to refresh the preview. The crux of this is some new features added in CSSEdit 2.5, which allows you to use the X-ray tool (just an inspector) to click on an element, and see which style rules in the actual CSS document are applied to it. Imagine this: two panes in Coda, one of the page preview, and one of the CSS file. You can click on elements with the inspector, and see a panel (Function viewer, maybe?) with a list of the CSS rules from the CSS document that are applied to the element. Clicking on one of those symbols takes you to the CSS rule in the CSS document itself, rather than requiring you to hunt your way through the CSS file.

    This would enhance the amount of integration between each of Coda's panes. Coda is phenomenal in for its integration of its constituent apps into one window, but there's very little in the way of integration between those "apps". I think there is a lot of room to streamline CSS development in Coda. Currently, CSSEdit is the only web development app that I use aside from Coda. This type of integration could be expanded by allowing the user to pick a preview page for JavaScript or CSS (read: drag and drop, I'm aware I can type in a URL). If I drag and drop an HTML file from the file browser onto the preview pane, I would like for it to open that page as preview, not open the file in a new tab. It seems silly to have the preview pane by default just spilling the contents of the JavaScript or CSS file into the preview!

    Thanks for the great software, and I'm excited for Coda's future!
  • idea

    Ced shared an idea in Panic Inc on April 13, 2009 12:39:

    Ced
    Line Number Bookmarks for Quick A–B jumping
    I dearly miss a bookmark feature for simple A-B(-C,-D,-E, ...)-testing/-jumping. (Something along the lines of TextMate's ditto.)

    I.e. where you can add little star'ish symbols next to row numbers and then be able to hit, say, F2 to jump between the bookmarks (in which said bookmarks would be saved along with any other page-specific edit state meta).

    If it was up to me, I'd prioritize navigability (bookmarks) over clarity (code folding) in Coda's development. Yes, as per current specs, one can add things like /* !bookmark */ in the code, for said bookmark functionality, but I'd rather prefer not to:

    The bookmark functionality I'm hoping for shouldn't be dependent on actual code editing in order to take place. I think the current Code Navigator is great, but for starters, the practice of making these !bookmark comments in the code isn't fast or transparent enough... My perception of the Code Navigator is that it's more of a selector/navigator for fragments of your code; not necessarily a down and dirty A-B-jumper between two or three places on each document. (Which, of course, may be fodder for further arguing; that this is what the Split view is meant for, but, well...) (...hehe, I realize that I'm taking a pretty defensive stance here, without any prior, opposing arguments (sorry), since this is one of those dear features I've left behind, from TextMate...)
  • star
  • Ced started following the idea "Coda Code Collapsing" in Panic Inc.

  • Ced started following the idea "Coda should manage databases!" in Panic Inc.

  • idea

    Ced replied on April 02, 2009 22:06 to the idea "Symbolic Connections (+ Connect a node with more than one node (...?))" in Markus Müller:

    Ced
    Utter fantastic, Markus!

    The new cross connection feature looks great, as well as the fullscreen and context menu. You're doing a great job with this application and thanks for your interest in your users' feedback.
  • idea

    Ced replied on March 12, 2009 20:35 to the idea "Symbolic Connections (+ Connect a node with more than one node (...?))" in Markus Müller:

    Ced
    I think that looks brilliant, Markus! And Shift-dragging sounds like a good deal as well.

    Your term, Cross Connection also sounds better than mine. ;)

    Curious, would it be possible to Shift-drag from the "We have to wait for..."-node, back to the "Task2"-node again, to create a bi-directional cross connection? Maybe "Task2" could use the same line, but receive an arrow pointing back to itself. (I.e. one arrow in either end of the same cross connection line.)
  • star
  • idea

    Ced shared an idea in Markus Müller on March 11, 2009 20:23:

    Ced
    Symbolic Connections (+ Connect a node with more than one node (...?))
    I only wish there was a way to illustrate/make symbolic connections between nodes belonging to different root nodes.

    For example: mapping the use case scenario of a UI, where the user reaches a dead end, at which point he/she would be transfered back to a previous step, or perhaps even to a node belonging to a different root node (by terms of MindNode's terminology) – it would be nice to be able to somehow visualize this.

    What I'm wishing for is just a way to drag a line between any two nodes. This line (for example, a simple dotted line) would be completely separated from the concept of nodes, in the sense that you can't create nodes out of this line; it's just static.

    The most appropriate term that appears in my head for this feature would probably be Symbolic Connection.

    (Perhaps, I'm also wishing for a way to connect one node with multiple nodes? Haven't processed this wish in my mind before typing it here, though. So it may or may not be a standing wish. :))
  • question

    Ced replied on January 18, 2009 14:56 to the question "When is ExpanDrive getting Amazon S3 capabilities?" in ExpanDrive:

    Ced
    I guess it's a huge undertaking, though. General stability has probably been of highest priority so far, but IF there were to be S3 support, I'd be completely sold. (My S3 account is still being idle since there's no tool for it that I like.)

    S3 coupled with the possibility to right-click and copy public URL address of files, would be the killing blow.
  • question

    Ced replied on December 04, 2008 12:39 to the question "Icons" in ExpanDrive:

    Ced
    re: Nick

    The application icon is located at: /Applications/ExpanDrive.app/Contents/Resources/ExpanDrive.icns

    Just replace that one with anything you like. Maybe the old icon could be retrievable from the nice developers? I have deleted my older ExpanDrive .dmg's, so I don't have it.

    On another note: one rarely get to see ExpanDrive's application icon, as it's usually just a menu bar citizen, and the menu bar mini-icon isn't much of a big deal. But I'm still inclined to agree in the lines of what you (Nick) said. The app icon needs attendance. The idea is great (!). A tickler file with a hard drive case; why not. That part definitely works _as an idea_. But the image is too generic and anonymous, and I don't think it will sell the product more than the old icon did. Ideas and visual end results are an odd couple who doesn't always mix that well.

    This criticism is of course a little unwarranted, since the application is really neato. But the moral of the story is that buyer attraction is not just a matter of gaining more custmers, but also something for the current users to be concerned about, knowing whether or not their app will see a profitable future, meaning further maintenance and more improvements.

    Now, hit me with a baseball bat, please.
  • idea

    Henrik shared an idea in Panic Inc on November 28, 2008 17:55:

    Henrik
    Collect Unused (Statically Referenced) Assets Feature
    At the end of the day after some hard labor sessions, I usually end up with a lot of dummy placeholders and stray things that will never be used in the finished website, i.e. garbage.

    Therefore, I would be very happy to see a feature in Coda, listing every unused/unreferenced asset in the local site tree:

    Either it scans the whole tree—either all the way down from a user selectable starting file (presumably that's going to be index.html, index.php)—or optionally scans through the whole shebang of files referencing external media.

    Granted, I understand the impossibility of searching for dynamic links to internal media. But in my way of developing sites; the time it would save me, going through all the image files—made in a rush, to try out different things and never intended for the final site—would be enormous!

    Does it sound like a considerable feat? (←humble way of saying, paleeese do this!!! ;)
next » « previous