Because sharing is good for everyone.

  • Calling Mobile Developers

    Update: I’ve posted links to some Catholic developers who have responded to this post over on the Catholic Mobile App Development Resources page.

    I’m going to be giving a presentation on mobile devices at an upcoming Catholic conference, and I’m looking to see if there are any Catholic web developers, programmers, etc. who specialize in app and mobile website development.

    I’ve found plenty of Christian developers, but it seems there is a dearth of Catholic developers (at least, judging by Google search).

    Continue reading
    View Comments
  • Good to Read Again: Hallmarks of a Great Developer

    From MSDN Blogs, back in 2004, but applicable today in every way: Hallmarks of a Great Developer.

    • Plans before coding
    • Always knows why
    • Writes situation-appropriate code
    • Deviates where and when necessary
    • Knows when not to change code
    • Approaches debugging scientifically
    • Walks through their code
    • Knows the language and platform intimately
    • Groks the tools
    • Improves the tools
    • Knows when to ask for help
    • Always has a side project going
    • Doesn't make assumptions
    • Documents
    • Follows coding standards
    • Uses version control
    • Makes lots of small checkins
    • Tests their own code
    • Has passion...
    Continue reading
    View Comments
  • 'Is Apple Catholic?'

    Fun reads:

    Regardless on your thoughts of the Mac/Windows divide (or, I guess, the iPad/vaporware divide ;-), you have to acknowledge that Steve Jobs has had an extraordinary influence on the daily lives of much of the world, through his work in the early days of Apple, promoting the personal computer, to the modern day mobile computing experience....

    Continue reading
    View Comments
  • Development + Design Help

    Hey All, 

    Looking for some help with a fairly large upcoming project, in addition to possible help with a future smaller project. Here is what I'm looking for:

    • Entrepreneurial spirit
    • You use a Mac and are always looking for ways to improve your workflow
    • Upset with the current status of Catholic media and design desiring to bring the quality of secular web design to the Catholic world
    • Have a passion for learning and developing your design & development skills, always looking for the best solution and not simply the fastest...
    Continue reading
    View Comments
  • Wordpress Multi-site

    I'm working with a religious order. They want a Wordpress site for each of their locations, so I suggested a Wordpress Multi-site setup. However, their IT folks have never set this up before apparently, so I am stuck trying to explain!

    Questions:

    1) I wanted each site to have a subdomain of mainsite.org BUT I'm under the impression that subdirectories would be easier for the IT dpt to setup. Am I correct in this?

    2) Once they've done the initial installation, can they just set me up with a Super...

    Continue reading
    View Comments
  • PHP Array (List) of All United States Dioceses

    Below is a listing, via PHP array, of all U.S. Dioceses and Archdioceses by city name. The IDs were arbitrarily assigned to the dioceses (and they're not all in the U.S., but oh well), and this is the listing that is being used to help with an open parish directory, so it may change from time to time. Any time a new diocese is added, it should be added to the list alphabetically, but with an ID one higher than the ID of the greatest item in the list.

    <?php...

    Continue reading
    View Comments
  • Code Snippets and Programming Resources

    This section of the Wiki will contain code snippets and programming resources for various purposes in Catholic web and software development. Examples of helpful code and files would include lists of parishes, databases, code snippets for integrating Catholic information into one's website, etc.

    Continue reading
    View Comments