Compound Theory

v2.0

Categories

  1. Transfer
  2. ColdFusion
  3. Java
  4. ColdSpring
  5. Conduit
  6. JavaLoader
  7. ColdDoc
  8. AsyncHTTP
  9. OO Analysis and Design
  10. Flex
  11. Railo
  12. Hibernate
  13. ColdFusion Builder
  14. XML / XSL
  15. XHTML / CSS
  16. Ubuntu
  17. Eclipse
  18. Oracle Database
  19. Git
  20. Usability / UI Design
  21. cf.Objective()
  22. webDU
  23. cf.Objective(ANZ)
  24. Captcha
  25. MAX
  26. Melbourne CFUG
  27. Martial Arts
  28. Random Things

Recent Posts

Projects

Instant Message

Instantly grab my attention...

Recent Comments

03 May 2010 05:33 PM

ColdSpring Framework on Twitter

Just a note to let everyone know I set up a twitter account for ColdSpring.

It has automated updates for Git commits, and ticket events. It should be a good resource for helping people keep up to date with the going-on's of ColdSpring, and especially ColdSpring 2.0.

Follow coldspring_fw on Twitter!



Comments

Posted by Dale Fraser on 04 May 2010 11:32 AM

Interesting,

Did you have to write something to do this, or is it a feature of GIT, never used GIT, how do you find it compared to SVN?

Dale

Posted by Mark on 04 May 2010 12:30 PM

Dale - actually, this is powered by several services.
I use Yahoo Pipes (http://pipes.yahoo.com/) to combine several RSS feeds and massage them into an RSS feed that gives a list of the updates. You can see it here:
http://pipes.yahoo.com/markmandel/coldspring_project

I then take that RSS feed and pass it over to http://twitterfeed.com/ which takes RSS feeds and pushes them to twitter.

As per Git - I LOVE it. The only issue with it is that it's all command line, but you get used to it. The fact that you can commit on a purely local level is *insanely* powerful. The last ColdSpring push to the remote repository I did, was actually 3 minor commits, that I then locally squashed together and then pushed to the remote repository. It means I can make 'save points' in my development code any time I want without having to worry about pushing non-complete code to the rest of the developer team. There is so much more to Git, but it is seriously awesome.

Add Comment