AmosFiveSix.com

Experience, Knowledge, Creativity

  • Increase font size
  • Default font size
  • Decrease font size
AmosFiveSix.com

Facebook Groups vs. Pages

E-mail Print PDF

Facebook Groups

  • Has a set look for all groups
  • Can enable or disable discussion board, wall, photos, videos, links, related groups, related events
  • Cannot rearrange elements on the group's web page
  • Limited amount of basic info you can post at the top of the group's web page
  • Can easily message all group members
  • Can change your group type at any time
  • When a group administrator posts to the group, it appears as though that individual posted it
  • Group admins' names appear on the group's web page

Facebook Pages

  • Starts out with a "wall" page that shows recent posts, like individual profiles
  • Supports multiple "tabs" (or "pages") that can have different content
  • Can include any applications you want (wall, photos, etc) on different tabs
  • Allows you to add blocks of artibrary HTML so you can show anything you want
  • Allows you to rearrange the applications on the page
  • No way to easily message all page fans
  • Cannot change the page type after it's created
  • When a group administrator posts to the group, it appears as though the page posted it
  • Page admins' names do not appear on the web page
  • Provides a Facebook "badge" you can put on your other websites that includes the logo, name and counts of updates and fans
  • Allows you to have a "username" for your page so you can have a shorter URL
 

How to Check for the Continental United States

E-mail Print PDF

This information is based on the United States Postal Service standard abbreviations for states and territories: http://www.usps.com/ncsc/lookups/usps_abbreviations.html

If your data needs to include addresses for the continental United States only, it's best to check if the address's state is included in the list of continental states, rather than checking if the state is not in the list of non-continental states.

For example, this incorrect SQL snipit allows addresses in Guam and other territories to pass through:

WHERE store.State NOT IN ('AK','HI','VI','PR')

This is the correct code to check for continental United States:

WHERE store.State IN ('AL', 'AZ', 'AR', 'CA', 'CO', 'CT', 'DE', 'DC', 'FL', 'GA', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MD', 'MA', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ', 'NM', 'NY', 'NC', 'ND', 'OH', 'OK', 'OR', 'PA', 'RI', 'SC', 'SD', 'TN', 'TX', 'UT', 'VT', 'VA', 'WA', 'WV', 'WI', 'WY') AND store.Country = 'United States'
 

Indexes for W3C HTML and CSS Docs

E-mail Print PDF

I just found these great indexes for the W3C HTML and CSS documentation. It uses a frameset with a list of all HTML elements or CSS properties in a frame on the left and the current W3C docs on the right. Very nice. I found them on Paul Parks’ website.

HTML Index: http://www.parkscomputing.com/html4/

CSS Index: http://meyerweb.com/eric/css/references/css2ref.html

 

How to Create Alerts for SharePoint Groups

E-mail Print PDF

You can't normally create alerts for SharePoint groups. Here's how:

  1. E-mail enable the SharePoint group so that a distribution list/group is created in Active Directory.
  2. Edit the properties of the group to change its Group Type to Security. Only security groups will show up in SharePoint's address book. They will show up as "domain groups" in SharePoint.
  3. Give the domain group at least visitor permissions on the list that are you are creating the alerts for. Alerts won't be sent if the domain group doesn't have appropriate permissions. This will mean that you'll likely have both the SharePoint group and the domain group in the permissions list. Simply giving the SharePoint group permissions is not enough.
  4. Then setup the alert and use the address book to locate the domain group. In the address book you'll see it with the form "DOMAIN\group name".
  5. Now test out your alerts. If you have require approval turned on for the list, make sure you approve the items so alerts will be sent.
   


Page 2 of 4

My Twitter Feed

MSDN News

Get Microsoft Silverlight

Subscribe

Subscribe by e-mail:

Site Search

Google Ads