mdesign - 28 May 2008 04:37 AM
I learned a lot by trying to pick apart what you do. There really needs to be a how to on add-on development, like Lisa is doing in the EE Blog with her bug tracker example. Seems like you have to do so much digging to find the most basic things out about how to put together an Extension.
I started writing a tutorial on how I added checking for updates. I think its a bit buggy now but I might revisit it. If you want to check it out it was here: http://leevigraham.com/tutorial.php & source: http://leevigraham.com/tutorial.phps
mdesign - 28 May 2008 04:37 AM
I think I know how to incorporate MSM (loop through for each site id…which I think I saw in another one of your extensions…I had them ALL open, man!) - but I’m not sure I want to spend too much time on it with Add Sitename (EE 2.0 coming up, etc etc).
Yep that’s basically the idea…. The only issue I encountered was building my own extension setting form… you will notice a couple of my comments in the source of the next release… They go some thing a little like this “^%$%%^^!!!!!!” Once you have it figured out tho its fairly easy.
mdesign - 28 May 2008 04:37 AM
I also give you some link love on my Add Sitename page. I figure if I’m liberally reusing as much code as I am, the least I can do is point to your stuff everywhere I can.
Well I borrowed your idea for inspiration so I think we are both benefiting 
mdesign - 28 May 2008 04:37 AM
I really like the addition of checking for updates. I think the next trick will be seeing if I can generate the version-check template dynamically, which I’m not currently doing. I have my add-on versions as their own custom field, so that shouldn’t be too difficult, I don’t think.
Yeah good idea. I did think about that but then I thought I don’t want EE being hit over and over again for a simple text file. So I chose to just update it manually.