search for: roscopeco

Displaying 3 results from an estimated 3 matches for "roscopeco".

2005 Dec 13
3
Features for next webgen release
| Ross Bamford wrote: | | On Tue, 13 Dec 2005 12:50:08 -0000, Thomas Leitner <thomas_leitner at | gmx.at> wrote [in comp.lang.ruby]: | | > I''m currently gathering ideas for new features for the next big | > webgen release (0.4.0). Some of the planned features are: | > | > * RSS feed generation (proposed by Friz Heinrichmeyer) | | That would be very nice -
2005 Dec 13
0
Features for next webgen release [comp.lang.ruby]
...inly), as well as a similar CSS thing[1]. Maybe it could be useful in webgen...? Anyway, just some ideas... :) Cheers, Ross (p.s. Good work on Webgen - it''s excellent, so thanks :)) [1] http://lunchroom.lunchboxsoftware.com/articles/2005/08/19/rcss-anyone -- Ross Bamford - rosco at roscopeco.co.uk
2005 Dec 24
2
Trying to grasp the difference between local variables and instance variables/
Hi: Would it be fair to say (or completely out to lunch) that a local variable is local to a method and an instance variable is local to an object. Thus an instance variable is a sort of limited global variable or super-powered local variable. Its scope is larger than a local but smaller than a global. Or that it is a global within a limited domain (the object). or is it a whole lot