Tonight’s topic is web navigation. Details are here: http://www.techmaine.com/civicrm/event/info?reset=1&id=93
Got here late and hungry–there’s no pizza tonight! The presenter, Mabel Ney, will post her slides, so I can catch up with that.
Link recommended for user persona discussion: http://www.cooper.com/
Site organization
Each bit of content or page, get’s a post-it note. Find a big wall [...]
This morning I read an article on Linux Magazine (Ten Things You Didn’t Know Apache 2.2 Could Do | Linux Magazine). Two features really jumped out at me.
Server Name Indication (SNI): Allows a single IP address to support multiple SSL certificates. This is great because not only does it usually cost more for [...]
As the article below states, Boston College has stopped offering e-mail accounts to new students, as of 2009. They have, instead, created an e-mail forwarding service so, for example, josh@mandala-designs.com would forward to my hotmail, gmail, yahoo, whatever account I wanted to use.
This is an interesting trend. I wish I were at the meetings [...]
When setting up passwordless logins I always seem to miss a step. The following link is a useful resource.
I need to find all the records that were last modified more than one month ago, and delete them. How do I create the date dynamically with MS SQL?
dateadd(month, -1, current_timestamp)
To see it in action run this:
select dateadd(month, -1, current_timestamp)
For more information, see the MS docs: http://msdn.microsoft.com/en-us/library/ms186819.aspx
This little script will remove all SVN dirs from a directory tree:
find . -name “.svn” -type d -exec rm -rf {} \;
Credit to http://snippets.dzone.com/posts/show/2486
According to Pingdom, Amazon S3 uptime for 8/9/2009 was 32.84%! Downtime today is already at 12h 44m. That’s pretty disturbing. I ran a google news search and found nothing related to this outage: http://news.google.com/news?q=amazon%20s3%20downtime&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&ie=UTF-8&sa=N&hl=en&tab=wn
Here are some links that were forwarded from my colleague, Len.
Regarding a PayPal outage: http://www.businessinsider.com/outage-costs-paypal-users-at-least-7-million-2009-8
Regarding an Amazon [...]
SugarCrm is one of the most recent software apps to catch my attention. I’ve heard a lot about it in the past, but until recently have not played with it. Recently, we installed on our server garden and I’ve been very impressed. While it starts as a contact management system, it has some design features [...]
Introduction
PayPal is depracating their old PayFlowPro API’s and so we needed to upgrade to the new SDK. Despite PayPal’s efforts, this is not a simple task.
First I reviewed PayPal’s docs: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/gateway_update_custom_dev . The PayPal link walks you through determining if you need to upgrade, and then directing you to the correct SDK.
[...]
-
Calendar
February 2012 S M T W T F S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta
