We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    If you are referring to moxie.zip, all the .png files came from the CVS corrupted. I have no idea why. Everything else is fine.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 22303 MODX Staff
      • 10,725 Posts
      If you are referring to moxie.zip, all the .png files came from the CVS corrupted. I have no idea why. Everything else is fine.

      They may have gotten checked-in as text vs. binary as they should be?
        • 25663 MODX Staff
        • 12,272 Posts
        There's a bug in my CVS client, which no matter what translators you attach to files, it corrupts images. Unfortunately, it's also the only CVS client I can get to connect to any CVS server. Waiting on further instructions from Jorge (it's author)...
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 28042 ☆ A M B ☆
          • 24,524 Posts
          Well, it it's only images, those can easily enough be yanked out and replaced with whatever you've got on hand.

          Have you tried a command-line client?
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 25663 MODX Staff
            • 12,272 Posts
            Have you tried a command-line client?

            No... :lol: that would take too much learnin' on my part. wink

            However, I've tried subversion and it works perfectly. Regardless, a little birdy told me that there might be a major release of software to the DevTeam tonight. wink
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
              • 6661
              • 119 Posts

              However, I've tried subversion and it works perfectly. Regardless, a little birdy told me that there might be a major release of software to the DevTeam tonight. wink
              Glad to hear it, any chance on switching to Subversion? I'm using TortoiseSVN and it's a pleasure.
                • 28042 ☆ A M B ☆
                • 24,524 Posts
                  Studying MODX in the desert - http://sottwell.com
                  Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                  Join the Slack Community - http://modx.org
                  • 28042 ☆ A M B ☆
                  • 24,524 Posts
                  Have you looked at this?

                  http://www.phpbuilder.com/columns/chow20040921.php3

                  I've been spending some time trying to learn it; I've never coded on anything more complex than a color-coded, line numbered text editor, but I'm convinced that if I can get a grip on the concept that it will be well worth the effort of making such a major shift in my practices.

                  I just added the subversion plugin to it; I was originally looking at it in view of a C#-.NET job offer that I got (they use MS exclusively, I was looking into being able to work at home using Mono on my Mac), and it has plugins for just about anything you can imagine, and a few you can't (even a games plugin!) It's really rather impressive.
                    Studying MODX in the desert - http://sottwell.com
                    Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                    Join the Slack Community - http://modx.org
                    • 22303 MODX Staff
                    • 10,725 Posts
                    Have you looked at this?

                    http://www.phpbuilder.com/columns/chow20040921.php3

                    I've been spending some time trying to learn it; I've never coded on anything more complex than a color-coded, line numbered text editor, but I'm convinced that if I can get a grip on the concept that it will be well worth the effort of making such a major shift in my practices.

                    I just added the subversion plugin to it; I was originally looking at it in view of a C#-.NET job offer that I got (they use MS exclusively, I was looking into being able to work at home using Mono on my Mac), and it has plugins for just about anything you can imagine, and a few you can't (even a games plugin!) It's really rather impressive.

                    As a J2EE developer for the past 6 years, I've used some great IDE's, the best of which was IntelliJ from JetBrains. It was like Dreamweaver for enterprise Java development, and it knew more about my code that I ever did... During my last contract, I was forced to use Eclipse and after release 3.0, it finally caught up enough with some of the features of IntelliJ that I switched (though until now, there were never any decent JSP plugins, so I kept IntelliJ on the desktop).

                    I've considered using different PHP plugins with Eclipse, but honestly, I couldn't find the right combination of free plugins that gave me the web development features of Dreamweaver, despite the fact that it has great potential in XHTML, CSS, PHP, JavaScript, and just about any other editing capabilities you can think of.

                    Now, some of the commercial plugins are to-die for. I used an XML/XSLT plugin that made light work of the complex XSLT based exports I was managing for a major American networking company for the past two years. Generally, the free ones were nice, but didn't have sufficient features to be a viable Dreamweaver replacement.

                    I may start looking around again to see if this, or any other free (or inexpensive) plugins are providing a fully integrated PHP web development environment, and if so, I'll crank it up again and we can do all sorts of great things together with it. It's the bomb in Java, but not convinced it's the best choice for web development, yet...
                      • 28042 ☆ A M B ☆
                      • 24,524 Posts
                      Well, I never used Dreamweaver (not quite true, I did use it once to try to clean up a real disaster of a site somebody had used it to make); I'm not real fond of things that do stuff for me (besides the fact that it costs the equivilent of three months rent for me!). I'm not at all interested in anything to generate my code, I'm only interested in the organization of the whole development process that it offers. Give me line numbers, color coding and color matching block delimiters and I'm happy, as far as code editing goes. That's one thing I really like about SubEthaEdit, if you start to mismatch delimiters it will beep at you.

                      the PHP plugin I'm using does far more than I want it to; I doubt I'll ever learn all the features. But who knows...I've come a long way from edlin, and I'm not finished yet!
                        Studying MODX in the desert - http://sottwell.com
                        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                        Join the Slack Community - http://modx.org