<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>For Newcomers: Read First - MusicaSacra Church Music Forum</title>
      <link>https://forum.musicasacra.com/forum/categories/for-newcomers-read-first/feed.rss</link>
      <pubDate>Sun, 17 May 26 02:18:22 +0000</pubDate>
         <description>For Newcomers: Read First - MusicaSacra Church Music Forum</description>
   <language>en-CA</language>
   <atom:link href="/forum/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Using the forum search option; how to optimize your posts for searching</title>
      <link>https://forum.musicasacra.com/forum/discussion/25/using-the-forum-search-option-how-to-optimize-your-posts-for-searching</link>
      <pubDate>Fri, 30 Nov 2007 03:34:50 +0000</pubDate>
      <dc:creator>admin-dev</dc:creator>
      <guid isPermaLink="false">25@/forum/discussions</guid>
      <description><![CDATA[<h4>Why is there a search function?</h4><br />Since the forum saves our discussions going back to 2007, new users with questions may find that some topics have been addressed already by veteran members. <br /><br />The forum software has a simple search function that makes it possible to find previous discussions on a topic.<br /><br />The forum search feature only includes postings on the forum site. If you wish to search for an item on the main CMAA web site, please use the search tool specific to that section.<br /><br /><h4>Using search functionality</h4><br />1. Locate the "Google Custom Search" form at the top of the forum page.<br />2. Type in one or more keywords into the input box that appears.<br /><b>3. If you want to search the titles of discussions, add the keyword "allintitle:" before your search terms.</b><br />4. Click the Search button; results will appear quickly.<br /><br />The search is provided by Google, so their usual features should work: e.g., prefixing a keyword with a minus sign "-" to exclude posts containing that word; or surrounding a phrase with quotation marks to force a search for the exact phrase.<br /><br /><h4>Optimizing your posts for search</h4><br />1. If you are initiating a discussion, use a descriptive discussion topic. Most of the time a suitable topic heading will be apparent while you are typing your comments.<br />2. Check your spelling. Many browsers will have either a built-in spell-checker or capability to add a spell-checking extension for the English language. For words in Latin and other languages, be extra careful.<br /><br />If anyone has any additional suggestions, please place them below. Worthy suggestions will be added to the list above and the contributor will be given credit.<br /><br /><h4>Limitations</h4><br />Alas, the search feature does not sort results by date yet.<br /><br />(Updated 3/2013)]]></description>
   </item>
   <item>
      <title>Which mass ordinary goes with Christ the King Sunday</title>
      <link>https://forum.musicasacra.com/forum/discussion/22924/which-mass-ordinary-goes-with-christ-the-king-sunday</link>
      <pubDate>Sun, 09 Nov 2025 17:52:18 +0000</pubDate>
      <dc:creator>scholaman</dc:creator>
      <guid isPermaLink="false">22924@/forum/discussions</guid>
      <description><![CDATA[I am trying to see what mass ordinary adheres to Christ the King Sunday. Is there a website that tells us masses that go which season?<br /><br />Thank you, <br /><br />Christopher ]]></description>
   </item>
   <item>
      <title>Advent Weedays Propers</title>
      <link>https://forum.musicasacra.com/forum/discussion/22764/advent-weedays-propers</link>
      <pubDate>Wed, 03 Sep 2025 21:09:31 +0000</pubDate>
      <dc:creator>Ellie</dc:creator>
      <guid isPermaLink="false">22764@/forum/discussions</guid>
      <description><![CDATA[I have already read old discussions on this topic, but I still couldn't get it.<br />1. Is Sunday propers carries over to the weekdays propers like Ordinary Time?<br />2. I am still figuring out how to read Graduale Romanum.<br />In Graduale Romanum 1974, on page 15, below the Introit of First Sunday Advent,<br />it says, Feria 6: Dominus illuminatio mea, 288. Is that mean on Friday of the first week <br />of Advent,  the Introit is taken from "Dominus..." on page 288?<br />2. On page 16, Feria 5: Bonum est confidere, 324  below the chant notation for Gradual. <br />I am not sure what it means. On Thursday which part of Mass is taken from Bonum....<br />Again, same as on page 18, for Feria 4.<br />3. There is Hymn tune introits for Advent by Kathy Pluth and Charles Giffen. <br />Is the texts from the Graduale Romanum or Roman Missal?<br /><br />Thank you in advance for all who take time to answer these questions.<br />]]></description>
   </item>
   <item>
      <title>Medieval Choir book page</title>
      <link>https://forum.musicasacra.com/forum/discussion/22062/medieval-choir-book-page</link>
      <pubDate>Wed, 20 Nov 2024 21:54:28 +0000</pubDate>
      <dc:creator>Sam</dc:creator>
      <guid isPermaLink="false">22062@/forum/discussions</guid>
      <description><![CDATA[I'm a seminary library director, and have discovered this choir book page in our museum work room. We have several medieval choir books in our collection, and this resembles a 15th c. Italian kyriale we have.  The abbreviations are flummoxing me. I'm thinking Eastertide Gregorian Alleluia chant? ]]></description>
   </item>
   <item>
      <title>HTML shortcuts for beginners</title>
      <link>https://forum.musicasacra.com/forum/discussion/7299/html-shortcuts-for-beginners</link>
      <pubDate>Fri, 17 Aug 2012 23:01:33 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">7299@/forum/discussions</guid>
      <description><![CDATA[Here are some tips submitted by forum users.<br />(This post replaces the old list, which was not displaying correctly.)<br /><br />1. To display a picture already online:<br /><blockquote><pre>&lt;img src="<a href="http://www.yourimagehere.com/whatever.jpg" target="_blank" rel="nofollow">http://www.yourimagehere.com/whatever.jpg</a>"/&gt;</pre></blockquote><br /><br />2. To mark off someone else's text as a quotation, you can set it off with italic tags:<br /><blockquote><pre>&lt;i&gt;quoted text&lt;/i&gt;</pre></blockquote><br /><br />3. To link to a web page or to a file that can be downloaded:<br /><blockquote><pre>&lt;a href="<a href="http://www.yourhostingaddress/directory/filename.extension" target="_blank" rel="nofollow">http://www.yourhostingaddress/directory/filename.extension</a>" target="_blank"&gt;download&lt;/a&gt;</pre></blockquote><br /><br />Or: just post the web address for the target page, and let the forum software make it into a link automatically. Make sure to include the prefix "http://" or "https://" :<br /><blockquote><pre><a href="http://www.yourhostingaddress/directory/filename.extension" target="_blank" rel="nofollow">http://www.yourhostingaddress/directory/filename.extension</a></pre></blockquote><br /><br />4. To skip a line before and after text:<br /><blockquote><pre>&lt;br/&gt;your text here&lt;br/&gt;</pre></blockquote><br /><br />5. How to indent a lengthy quotation:<br /><br /><blockquote><pre>&lt;blockquote&gt;Here's the quoted text.&lt;/blockquote&gt;</pre></blockquote><br /><br />The result looks like this:<br /><blockquote><div>Here's the quoted text.</div></blockquote><br /><br />6. To show text in monospaced font (typewriter-style) in a yellow box:<br /><blockquote><pre>&lt;pre&gt;Here's the quoted text.&lt;/pre&gt;</pre></blockquote><br /><br />The result looks like this:<br /><pre>Here's the quoted text.</pre><br /><br />7. To add lists:<br /><br /><pre><code><br />You want a bulleted list<br />&lt;ul&gt;<br />&lt;li&gt;Item one&lt;/li&gt;<br />&lt;li&gt;item two&lt;/li&gt;<br />&lt;li&gt;item three&lt;/li&gt;<br />&lt;/ul&gt;<br /><br />You want a numbered list<br />&lt;ol&gt;<br />&lt;li&gt;Item one&lt;/li&gt;<br />&lt;li&gt;item two&lt;/li&gt;<br />&lt;li&gt;item three&lt;/li&gt;<br />&lt;/ol&gt;<br /><br /></code></pre><br /><br />Looks like:<br /><br />You want a bulleted list<br /><ul><li>Item one</li><li>item two</li><li>item three</li></ul><br /><br />You want a numbered list<br /><ol><li>Item one</li><li>item two</li><li>item three</li></ol><br /><br /><br />8. To share a YouTube video, just post the web page URL into your message.  There was formerly a feature that would automatically convert the link to a video embedded in your message, but this stopped working.  But it's no big deal: the forum software will automatically make the URL into a clickable link, and people can easily click on the link to view the video.<br /><br />If you type in the link as:<br /><pre>http://<i></i>www.youtube.com/watch?v=2OAF2Gr2dbU</pre> <br />it will appear as:<br /><a href="http://www.youtube.com/watch?v=2OAF2Gr2dbU" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=2OAF2Gr2dbU</a><br /><br />9. To change the text color:<br /><br /><blockquote><pre>&lt;font color="red"&gt;This line is in red.&lt;/font&gt;</pre></blockquote><br /><br />The result looks like this:<br /><span style="color: red;">This line is in red.</span><br /><br />10. How to insert a bold heading line:<br /><br /><blockquote><pre>&lt;h2&gt;Here's the header line.&lt;/h2&gt;</pre></blockquote><br /><br />The result looks like this:<br /><h2>Here's the header line.</h2><br /><br />If you want to choose the color of the header:<br /><br /><blockquote><pre>&lt;h2&gt;&lt;font color="blue"&gt;This header is in blue.&lt;/font&gt;&lt;/h2&gt;</pre></blockquote><br /><br />The result looks like this:<br /><h2><span style="color: blue;">This header is in blue.</span></h2><br /><br />11. CSS and Javascript specifications are not supported.<br /><br />12. To change the background color behind your text:<br /><br /><blockquote><pre>&lt;table&gt;&lt;tr&gt;&lt;td bgcolor="lightblue"&gt;The background to this text is light blue.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</pre></blockquote><br /><br />The result looks like this:<br /><table><tr><td style="background-color: lightblue;">The background to this text is light blue.</td></tr></table><br />]]></description>
   </item>
   <item>
      <title>Embedding YouTube on this forum?</title>
      <link>https://forum.musicasacra.com/forum/discussion/16624/embedding-youtube-on-this-forum</link>
      <pubDate>Thu, 22 Nov 2018 15:50:37 +0000</pubDate>
      <dc:creator>Geremia</dc:creator>
      <guid isPermaLink="false">16624@/forum/discussions</guid>
      <description><![CDATA[How does one embed YouTube videos on this forum?]]></description>
   </item>
   <item>
      <title>Noob questions</title>
      <link>https://forum.musicasacra.com/forum/discussion/16625/noob-questions</link>
      <pubDate>Fri, 23 Nov 2018 14:16:24 +0000</pubDate>
      <dc:creator>CeciliaJulia</dc:creator>
      <guid isPermaLink="false">16625@/forum/discussions</guid>
      <description><![CDATA[I've been lurking for a few weeks and have some questions about How Things Are Done around here.  (I'll save my substantive questions for another post.)  <br /><br />1.  Is there an "Introduce yourself" thread?  <br /><br />2.  Is there a thread/post/website with a truly comprehensive list/set of lists of resource links?  I was looking for one here in this category.  I understand that forums are organic, but to a true newbie like me, it's all a bit overwhelming.  I don't mean finding my way around the forum, I mean finding what I don't know that I don't know.  <br /><br />3.  Thank you, everyone, for this place, for all the work you've done, for all of the resources you've provided freely, for making this forum accessible to non-members, for your time, and for your faith.  ]]></description>
   </item>
   <item>
      <title>Introduction</title>
      <link>https://forum.musicasacra.com/forum/discussion/18576/introduction</link>
      <pubDate>Fri, 11 Dec 2020 09:35:37 +0000</pubDate>
      <dc:creator>Jehan_Boutte</dc:creator>
      <guid isPermaLink="false">18576@/forum/discussions</guid>
      <description><![CDATA[Greetings.<br /><br />I am a new member of this forum. I am a Latin rite Catholic, with great interest in plain-chant, especially the vernacular adaptations of plain-chant (I also recently discovered Anglican chant, of which I know very little but which seems very interesting, as does the Anglican Ordinariates in general). I also sing with the Schola Sainte-Cécile, in Paris.<br />Being French, I ask your indulgence in advance, since English is not my first language.<br /><br />Thank you for welcoming me here.<br /><br />Pax vobis.]]></description>
   </item>
   <item>
      <title>Resurrecting old threads</title>
      <link>https://forum.musicasacra.com/forum/discussion/9963/resurrecting-old-threads</link>
      <pubDate>Thu, 21 Nov 2013 09:40:54 +0000</pubDate>
      <dc:creator>PaixGioiaAmor</dc:creator>
      <guid isPermaLink="false">9963@/forum/discussions</guid>
      <description><![CDATA[This sort of goes along with the "editing old posts" thread.<br /><br />Does anyone else agree with me that it's bad form and unhelpful to suddenly resurrect a thread from three, or even five or six years ago and just start chiming in?  On another forum in which I participate, moderators will lock a thread when that happens and encourage the person to start a new one if they really have something to say on that topic.<br /><br />I was surprised when a thread from FIVE YEARS ago showed up that had me saying something negative about my employment situation.  Another member, understandably assuming the posts were current said something like "I'll take your job if you're looking to leave!" before realizing how old the thread was.  <br /><br />Now I don't regret saying what I said.  And I don't want to edit it out or change it.  As far as I'm concerned, it can be part of the archive and be searchable.  But it causes confusion when things are dredged up into the present tense.<br /><br />Again, if you read a thread on a topic and feel that there's something on that topic you just have to say, why not start a new, current, and topical discussion, with people who still frequent the forum?]]></description>
   </item>
   <item>
      <title>The &quot;routine reminders&quot; included on most threads</title>
      <link>https://forum.musicasacra.com/forum/discussion/15700/the-routine-reminders-included-on-most-threads</link>
      <pubDate>Thu, 25 Jan 2018 02:44:46 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">15700@/forum/discussions</guid>
      <description><![CDATA[This discussion was created from comments split from another thread, where it was a digression.<br />]]></description>
   </item>
   <item>
      <title>Forum Etiquette Guidelines, ver. 0.7</title>
      <link>https://forum.musicasacra.com/forum/discussion/7/forum-etiquette-guidelines-ver.-0.7</link>
      <pubDate>Tue, 20 Nov 2007 16:40:19 +0000</pubDate>
      <dc:creator>admin-dev</dc:creator>
      <guid isPermaLink="false">7@/forum/discussions</guid>
      <description><![CDATA[<p>We hope that the MusicaSacra Forum becomes a valued destination for civil, reasoned and constructive discourse about sacred music; to assist us towards that end, we ask all participants to follow these etiquette guidelines.</p><br /><ol><li><strong>Be Polite</strong><br />This is the most important guideline. We will not tolerate any abusive, insulting, hostile, or threatening posts about anything or anyone. We will quite swiftly delete any such post and ban the offending user. Using only all capital letters in your posts is considered extremely rude by every "netiquette" standard we've ever seen. It is akin to shouting at people.</li><li><strong>Write with future readers in mind.</strong><br />Be helpful and friendly. Write informatively and clearly for the good of the questioner and for the good of later readers. Stay on topic. Avoid inside jokes.</li><li><strong>Keep It Clean</strong><br /> Self-explanatory. (Update: Apparently not self-explanatory enough: do not post about situations involving violence or sexual behavior.)</li><li><strong>Job Postings</strong><br />Special rules apply to job postings. Additional commentary following the posting must deal with verifiable facts only (e.g., position filled, bilingual a must, etc.) and not attempt to bias the applicant selection process. Any additional commentary will be deleted.<br /><br />If you hear about an open position through word of mouth or other unofficial sources, please confirm the information with the parish before posting it here.<br /><br />The aim of these limitations is to offer a safe, welcoming environment for people who make job postings on the CMAA forum. If you've ever advertised a job, you no doubt are familiar with  "classified ad" notices. They are not set up to give equal time to graffiti by anonymous critics.  So if you especially need to comment, start a separate thread for that purpose.  And when you do . . . </li><li><strong>Avoid Flames</strong><br />Every now and then, you may be tempted to add fuel to a heated topic by escalating the anger. Think twice and check yourself. In the event your post is not pulled, it will remain available for everyone to see, for a long time. <b>Criticize arguments, not people.</b></li><li><strong>Do Not Defame</strong><br />Members may not level insinuations of heresy, bad faith, or criminality against members; members should also avoid such inflammatory language against non-members.</li><li><strong>Stay On Topic</strong><br />The topic is music and liturgy. Discussions within a forum should pertain to the forum in which they occur. </li><li><strong>No Spam</strong><br />Commercial posts will be deleted; however, it is okay to provide information in your profile and your signature, provided it is done unobtrusively</li><li><strong>Not an IP Board</strong><br />Speculations, claims, and counterclaims over copyright have no place here. If you have concerns, use a private "conversation" message to convey them. </li> <li><strong>Say Who You Are</strong><br />Real identities are preferred to anonymous posting, else readers are left to speculate, and this can cause confusion and rancor. Users must register with valid e-mail addresses that they monitor regularly. "Disposable" temporary e-mail addresses are not acceptable, because forum notices sent to your e-mail address are not spam.</li><li><strong>Use One Account</strong><br />Do not create multiple accounts for yourself (no "sockpuppets").  If you want or need to change your username, contact the administrator; he can do that for you.  A bug in the forum software prevents you from doing this yourself.</li><li><strong>Be patient about legitimate differences in personal taste.</strong><br />We do not want to be known as people engaged in pointless arguments.</li><li><strong>Be patient about differences in terminology.</strong><br />We do not want to be known as people engaged in pointless arguments.</li><li><strong>Remember Who We Are</strong><br />The "About" page spells it out: "The Church Music Association of America is an association of Catholic musicians, and those who have a special interest in music and liturgy, active in advancing Gregorian chant, Renaissance polyphony, and other forms of sacred music, including new composition, for liturgical use.The CMAA’s purpose is the advancement of musica sacra in keeping with the norms established by competent ecclesiastical authority."</li><li><strong>We're not all native English speakers</strong><br />There are cross-cultural aspects to being a Forum user. 30% of visits to the web site are from outside the U.S., and even some of our U.S. users weren't born speaking English. So if someone's use of English is a little odd, try to be understanding about any strange-sounding questions. </li><li><strong>Tell the moderator about inappropriate posts</strong><br />If you think some posting on the forum is inappropriate, you're welcome to send a note to the forum admin through <a rel="nofollow" href="http://forum.musicasacra.com/forum/profile/73/chonak">his profile page</a>.  When you do, he will be notified and will check out the situation the same day.  Posting your own complaint doesn't cause the admin to be notified, so it's not as helpful. <br /></li><li><strong>Some topics do not belong here.</strong><br />Everybody has opinions about debated religious questions or socio-political matters, but we don't want newcomers to think that CMAA or the Forum endorses particular views, apart from the Church's heritage of doctrine, culture, history, and theology.  In particular, this forum is not a place to post about alleged mystical messages that are not approved by the Church.  Catholics are not even strictly obliged to believe in the approved ones.<br /></li></ol><br /><p>Any suggestions to improve these guidelines should be sent to <b>webmaster@musicasacra.com</b>.</p>]]></description>
   </item>
   <item>
      <title>Posting Job Announcements</title>
      <link>https://forum.musicasacra.com/forum/discussion/14469/posting-job-announcements</link>
      <pubDate>Thu, 22 Dec 2016 05:39:14 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">14469@/forum/discussions</guid>
      <description><![CDATA[Welcome, pastors, parish secretaries, and HR personnel!  Job announcements in the field of church music are welcome on the Musica Sacra Forum.  <br /><br />Here are some basics:<br /><ol><li>If you have an official job announcement from a parish or diocese, you are welcome to post it.  Please specify "Job Openings" as the category for your post.</li><li>If the information came to you through word-of-mouth or other unofficial sources, please confirm it with the employer before posting it here.</li><li>Clearly indicate the employer, whether it is a parish, school, or other institution, and please indicate the contact person for applications and inquiries. "Blind" announcements that do not identify the employer will not be accepted.</li><li>If the announcement is for a paid position, a moderator will keep it visible on the Forum home page for several days.  After that, it will be stored and remain visible in the "<a rel="nofollow" href="http://forum.musicasacra.com/forum/categories/job-openings">Job Openings</a>" category.  Announcements for unpaid positions do not get this extended front-page display.</li><li>If a paid position is still open after a month, it's all right to contact the forum admin to revive the notice.</li><li>A forum moderator will mark each announcement as "closed" to additional comments. This helps ensure that job notices will not be cluttered with anyone's distracting quibbles or questions. Interested users with questions should address them to the employer's contact person directly. If there is a need to add additional information to the post later, please send a personal message through the forum system to <a rel="nofollow" href="http://forum.musicasacra.com/forum/profile/chonak">the forum admin.</a></li><li>There is no charge for posting a job announcement on the Forum.</li><li>If you need help with the process, you can reach CMAA staff by e-mail at contact@musicasacra.com . </li></ol><br />]]></description>
   </item>
   <item>
      <title>Why can&#039;t I upload any files?</title>
      <link>https://forum.musicasacra.com/forum/discussion/14876/why-can039t-i-upload-any-files</link>
      <pubDate>Sat, 22 Apr 2017 01:20:42 +0000</pubDate>
      <dc:creator>CHGiffen</dc:creator>
      <guid isPermaLink="false">14876@/forum/discussions</guid>
      <description><![CDATA[Every time I try to upload a file recently, the upload stalls, and when I exit the page, I get the error message:<br /><br />File upload failed. Reason: An unknown error occured.<br /><br />Does ANYONE have ANY idea what is going on?  This is very frustrating, to say the least.  I guess I'll just quit trying to post my own music here.<br />]]></description>
   </item>
   <item>
      <title>Correcting things people post.</title>
      <link>https://forum.musicasacra.com/forum/discussion/12965/correcting-things-people-post.</link>
      <pubDate>Thu, 22 Oct 2015 00:45:40 +0000</pubDate>
      <dc:creator>noel jones, aago</dc:creator>
      <guid isPermaLink="false">12965@/forum/discussions</guid>
      <description><![CDATA[When someone posts something and you find a mistake, it's polite to click on their name and message them privately.  <br /><br />I make mistakes all the time...getting a private post lets me make corrections.<br /><br />Thanks for considering this and welcome to the forum.]]></description>
   </item>
   <item>
      <title>Frequently Asked Questions on Sacred Music</title>
      <link>https://forum.musicasacra.com/forum/discussion/62/frequently-asked-questions-on-sacred-music</link>
      <pubDate>Thu, 13 Dec 2007 11:03:45 +0000</pubDate>
      <dc:creator>Jeffrey Tucker</dc:creator>
      <guid isPermaLink="false">62@/forum/discussions</guid>
      <description><![CDATA[<a rel="nofollow" href="http://www.musicasacra.com/pdf/smfaq.pdf">This is something that everyone should read first</a>. <br /><br />I wonder if we need an html version on the site from a main area, such as About.]]></description>
   </item>
   <item>
      <title>Interested in posting new music you&#039;ve composed?</title>
      <link>https://forum.musicasacra.com/forum/discussion/9222/interested-in-posting-new-music-you039ve-composed</link>
      <pubDate>Wed, 10 Jul 2013 20:29:57 +0000</pubDate>
      <dc:creator>noel jones, aago</dc:creator>
      <guid isPermaLink="false">9222@/forum/discussions</guid>
      <description><![CDATA[It's common to search today for places to introduce your new music.<br /><br /><span style="color: purple;"> To gain acceptance of your postings here, it would be prudent to follow the postings of others, get a true feeling about what kind of music might be welcomed here before posting your compositional efforts..  The group can be very helpful to composers but also extremely critical - why?  Well, it may have a lot to do with the fact that most of the music people like here was written by dead people - many of them long-dead.  It's not a requirement - to write music and die before posting - so don't even consider going to such bizarre lengths to get your music accepted here or any other place.<br /><br />Now, writing and then disappearing from the face of the earth or at least the internet might be a way to get some attention...hadn't thought of that until now. </span><br /><br />But this group is about spending life surrounded by glorious, proven music.  A little of it new, but most of it old - very old.<br /><br />Not exactly an easy audience, eh?  Think of us like art lovers. For we are.<br /><br />If you've written the next Miserere by Allegri - well, that'd be worth hearing. Some might think that we have impossibly high standards. We do not.  But posting music drastically different from the accepted style of Sacred Music for the Liturgy will not do much for you.... Let's see what others in the group might suggest to you....]]></description>
   </item>
   <item>
      <title>Forum etiquette: say who you are</title>
      <link>https://forum.musicasacra.com/forum/discussion/8838/forum-etiquette-say-who-you-are</link>
      <pubDate>Mon, 13 May 2013 23:08:52 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">8838@/forum/discussions</guid>
      <description><![CDATA[One of the <a rel="nofollow" href="http://forum.musicasacra.com/forum/discussion/7/forum-etiquette-guidelines-ver.-0.5">forum etiquette</a> points is "Say Who You Are":<br /><br />"Real identities are preferred to anonymous posting, else readers are left to speculate, and this can cause confusion and rancor."<br /><br />That's certainly true.  People don't behave the same on the internet if they think they can write anonymously.  Anonymous posting lends itself to bickering and gossip, and it's not appropriate for this site: after all, this is the forum for a professional association.   <br /><br />Occasionally, someone will sign up for a forum account and start writing messages without knowing that anonymous posting is not appropriate here. Recently, one user went to great lengths to hide his or her identity, registering with a "disposable" e-mail account and using other tactics.  I've disabled that forum account.<br /><br />Why, I've even seen two anonymous user accounts controlled by the same person "debate" each other.  Some people have plenty of time for such creative maneuvers, apparently!<br />]]></description>
   </item>
   <item>
      <title>EF? NO?</title>
      <link>https://forum.musicasacra.com/forum/discussion/3752/ef-no</link>
      <pubDate>Tue, 13 Jul 2010 17:33:18 +0000</pubDate>
      <dc:creator>noel jones, aago</dc:creator>
      <guid isPermaLink="false">3752@/forum/discussions</guid>
      <description><![CDATA[Please, when posting if your question/comment/rant is about EF or NO, please mention this in your topic.<br /><br />It can save a lot of confusion!]]></description>
   </item>
   <item>
      <title>A tip about making corrections</title>
      <link>https://forum.musicasacra.com/forum/discussion/6450/a-tip-about-making-corrections</link>
      <pubDate>Fri, 24 Feb 2012 00:51:21 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">6450@/forum/discussions</guid>
      <description><![CDATA[As a long-time writer on public internet forums -- since the late '80s, I think [correction: 1991] -- I'd like to offer a little advice.  Maybe it'll be useful to people who get caught up in arguments more often than they'd like.<br /><br />Sometimes it is helpful to go easy on people who express some erroneous opinion. Often you can leave the matter there without trying to correct the person's mistake, especially if the correction would tend to distract people from the topic of discussion. <br /><br />Now, correcting errors of fact is more worthwhile; but correcting people's errors of opinion is often not so urgent. Even if the other person is trying to argue against you, you don't have to participate in some back-and-forth exchange.<br /><br />In short, you can trust the readers to understand the merits of your view, and sort things out, and in the process they'll recognize how prudent and forbearing you are.<br /><br />I hope this helps!]]></description>
   </item>
   <item>
      <title>HTML shortcuts for those who are not very computer-literate</title>
      <link>https://forum.musicasacra.com/forum/discussion/2895/html-shortcuts-for-those-who-are-not-very-computer-literate</link>
      <pubDate>Thu, 07 Jan 2010 14:57:55 +0000</pubDate>
      <dc:creator>marajoy</dc:creator>
      <guid isPermaLink="false">2895@/forum/discussions</guid>
      <description><![CDATA[I thought it might be nice to compile these all into a single easily-searchable location.<br />
<br />
click off the &quot;text&quot; option<br />
<br />
to link to a picture already online<br />
<br />
<br />
<br />
to mark off someone else&#039;s text as a quotation, you can use HTML tags such as  ...  or  ...  around the quoted material.<br />
italics<br />
bold<br />
strikethrough<br />
<br />
Please add others as you think of them, or ask here so it&#039;s all in the same place! thanks!]]></description>
   </item>
   <item>
      <title>File attachments on the forum</title>
      <link>https://forum.musicasacra.com/forum/discussion/5343/file-attachments-on-the-forum</link>
      <pubDate>Sun, 07 Aug 2011 22:49:36 +0000</pubDate>
      <dc:creator>chonak</dc:creator>
      <guid isPermaLink="false">5343@/forum/discussions</guid>
      <description><![CDATA[Some file attachments posted on the forum may not open successfully on your system, depending on your software.<br /><br />This doesn't happen to all file types, but it's known to happen to .doc files, .pdf files, and .tar.gz files. <br /><br />The problem is this: for some unknown reason, the forum software is adding a spurious zero byte to the start of the file.<br /><br />There is a workaround for Linux users (and this may work on Macs as well), a command to strip off the first byte of a file: <br /><br />dd bs=1 skip=1 if=INPUTFILENAME of=OUTPUTFILENAME]]></description>
   </item>
   <item>
      <title>Getting a response to your posting.</title>
      <link>https://forum.musicasacra.com/forum/discussion/3177/getting-a-response-to-your-posting.</link>
      <pubDate>Sun, 14 Mar 2010 19:29:06 +0000</pubDate>
      <dc:creator>noel jones, aago</dc:creator>
      <guid isPermaLink="false">3177@/forum/discussions</guid>
      <description><![CDATA[There are a ton of people who read these postings and a limited number who post responses.<br /><br />However, I have found that posting my private email address in my profile has resulted in my getting some very helpful emails in response to my postings from people who for one reason or another are unwilling to submit their suggestions for open discussion or criticism.<br /><br />If you really want an answer, do consider posting your email address to your profile.  It causes your postings to carry more weight but also provides a way for you to get a response outside of the public list.<br /><br />I find it useful for that reason myself.]]></description>
   </item>
   <item>
      <title>Easiest way to share images on the web</title>
      <link>https://forum.musicasacra.com/forum/discussion/3832/easiest-way-to-share-images-on-the-web</link>
      <pubDate>Tue, 03 Aug 2010 10:34:00 +0000</pubDate>
      <dc:creator>Ragueneau</dc:creator>
      <guid isPermaLink="false">3832@/forum/discussions</guid>
      <description><![CDATA[Have you ever wanted to post a picture on the forum?  What if you don&#039;t own your own web server?  The easiest way is to use a GMAIL account ---- the &quot;documents&quot; button allows you to upload an image to web.  Then, use this code:<br />
<br />
(without spaces)]]></description>
   </item>
   <item>
      <title>How do I get my Twitter as my signature?</title>
      <link>https://forum.musicasacra.com/forum/discussion/3397/how-do-i-get-my-twitter-as-my-signature</link>
      <pubDate>Sat, 24 Apr 2010 15:01:10 +0000</pubDate>
      <dc:creator>JohnMonaco</dc:creator>
      <guid isPermaLink="false">3397@/forum/discussions</guid>
      <description><![CDATA[I went to Account, and then Personal Information, and put my link-<br />
<br />
https://twitter.com/John_Monaco<br />
<br />
-as my signature, however it isn&#039;t coming up in my posts. Any help?]]></description>
   </item>
   <item>
      <title>email addresses...</title>
      <link>https://forum.musicasacra.com/forum/discussion/1174/email-addresses...</link>
      <pubDate>Sun, 30 Nov 2008 22:57:03 +0000</pubDate>
      <dc:creator>noel jones, aago</dc:creator>
      <guid isPermaLink="false">1174@/forum/discussions</guid>
      <description><![CDATA[Friends...<br />
<br />
Please add your email addresses to your profiles.  I wanted just now to ask someone if he/she had found what they were looking for and lo and behold, no name, no email address..]]></description>
   </item>
   <item>
      <title>All About Discussions and Categories</title>
      <link>https://forum.musicasacra.com/forum/discussion/5/all-about-discussions-and-categories</link>
      <pubDate>Tue, 20 Nov 2007 10:24:16 +0000</pubDate>
      <dc:creator>admin-dev</dc:creator>
      <guid isPermaLink="false">5@/forum/discussions</guid>
      <description><![CDATA[As this forum is discussion-centric versus category-centric, visitors will see updated and recently opened discussions first.<br /><br />The discussion categories that you see in the "Categories" folder are some of the broader topics that can serve as launching points for discussion. More likely than not a topic will fit into one of these categories. Unfortunately at this time there is no cross-listing functionality; that may change if enough demand arises.<br /><br />Members can create discussion topics within a category; Administrators and Developers can create discussion categories in addition to discussion topics. If a member has a subject that he or she believes warrants its own discussion category, please e-mail <strong>cmaa.forum.admin@gmail.com</strong>]]></description>
   </item>
   </channel>
</rss>