How do the Mogenerator parameters work, which can I send via Xcode? [closed]

Parameters that work both via the command line utility and Xcode: –base-class: The name af the base class which the “private class” (e.g. _MyObject.h) will inherit from. This will also add an import in the form of #import “MyManagedObject.h” to the same .h file. Tip: if the class you want to inherit from is located … Read more

How to document a database [closed]

In my experience, ER (or UML) diagrams aren’t the most useful artifact – with a large number of tables, diagrams (especially reverse engineered ones) are often a big convoluted mess that nobody learns anything from. For my money, some good human-readable documentation (perhaps supplemented with diagrams of smaller portions of the system) will give you … Read more

What parameters are required to create an “Add to Google Calendar” link?

Explanation about the available parameters: anchor address: http://www.google.com/calendar/event? This is the base of the address before the parameters below. action: action=TEMPLATE A default required parameter. src: Example: src=default%40gmail.com Format: src=text This is not covered by Google help but is an optional parameter in order to add an event to a shared calendar rather than a … Read more