Public Gists by james

Gravatar
Tue Oct 06 06:42:43 -0700 2009
1
2
3
== Before
Event checking for duplicates
- should not be flagged as a possible duplicate if there's an event with same date but different title
Gravatar
Wed Aug 26 15:06:43 -0700 2009
1
2
3
class Test
  def self.test
    hash = {:entry => ""}
Gravatar
Thu Jul 23 05:35:18 -0700 2009
1
2
3
Skill Requirements
==================
 
Gravatar
Mon Jun 22 04:16:36 -0700 2009
1
2
if(window.location.hash[1] == "/") {window.location = window.location.hash.replace("#", "");}
$.ajaxSetup({beforeSend: function(xhr) {window.location.hash = this.url;} });
Gravatar
Fri Jun 19 13:23:27 -0700 2009
1
2
3
At my new job, we play with maps and do crazy things with spacial data storage. We use the PostreSQL database with PostGIS on top.
Whilst I'm not particularly involved in the development of these things, I do require to have it up and running to develop on the same application. So my first day at my new job wasn't very fun when I had to spend half of it figuring out this PostGIS thing. I never liked Databases (I'm still pushing for flat file storage in our apps), and this new foreign language was very hard, especially seeing as I immediately placed as head of Macintosh support at the company (both of them).
There were a few solutions out there, and I got myself in a pickle switching between custom builds, ports and binaries, unsure about what was what, and which path to go down.
Gravatar
Tue Jun 09 10:24:04 -0700 2009
1
2
3
last_response = `curl http://www.macrumors.com/2009/06/06/wwdc-2009-spoiler-free-keynote-stream/`.gsub(/\d/,"")
 
while true
Gravatar
Tue May 26 06:09:34 -0700 2009
1
2
3
Hi Jonathan,
 
Just a quick mail to see if you could be looking for work at the moment or know anyone who could be?
Gravatar
Fri Nov 21 08:16:55 -0800 2008
1
2
3
class Array
  def split_into(n)
    (0...(s = (self.size.to_f/n).ceil)-1).inject([]) { |m, i| m << self.slice(s * i, s); m }
Gravatar
Wed Oct 22 09:52:52 -0700 2008
1
2
3
git clone --depth 1 git@peoplesmusicstore.unfuddle.com:peoplesmusicstore/app.git /var/www/apps/pms_accounting_production/releases/20081022164022 && cd /var/www/apps/pms_accounting_production/releases/20081022164022 && git checkout -b deploy '0ee2741c2e0dca51bcc76c1fe01a818d04ae02b8' && (echo 0ee2741c2e0dca51bcc76c1fe01a818d04ae02b8 > /var/www/apps/pms_accounting_production/releases/20081022164022/REVISION)
Initialized empty Git repository in /var/www/apps/pms_accounting_production/releases/20081022164022/.git/
remote: Counting objects: 4310, done.
Gravatar
Mon Sep 22 06:54:50 -0700 2008
1
2
3
  def self.up
    create_table :orders do |t|
      t.string :description
Gravatar
Tue Aug 26 08:35:22 -0700 2008
1
2
3
9 dir 117150 svn+ssh://tubbs/svnroot/tfb/releases/thefacebook-r116496-fb95/www/lib/display/privacy svn+ssh://tubbs/svnroot 2008-08-05T21:47:04.536211Z 114218 chad svn:special svn:externals svn:needs-lock 2c7ba8d8-a2f7-0310-a573-de162e16dcc7 pages.php file 2008-08-18T18:50:32.000000Z e69ad78841111ae71df858b23a4d356c 2008-08-05T21:47:04.536211Z 114218 chad 8328 ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������abbreviated month name'), 'dt:may' => array('May', 'Non-abbreviated month name'), 'dt:june' => array('June', 'Non-abbreviated month name'), 'dt:july' => array('July', 'Non-abbreviated month name'), 'dt:august' => array('August', 'Non-abbreviated month name'), 'dt:september' => array('September', 'Non-abbreviated month name'), 'dt:october' => array('October', 'Non-abbreviated month name'), 'dt:november' => array('November', 'Non-abbreviated month name'), 'dt:december' => array('December', 'Non-abbreviated month name'), 'dt:jan' => array('Jan', 'Abbreviated month name'), 'dt:feb' => array('Feb', 'Abbreviated month name'), 'dt:mar' => array('Mar', 'Abbreviated month name'), 'dt:apr' => array('Apr', 'Abbreviated month name'), 'dt:may' => array('May', 'Abbreviated month name'), 'dt:jun' => array('Jun', 'Abbreviated month name'), 'dt:jul' => array('Jul', 'Abbreviated month name'), 'dt:aug' => array('Aug', 'Abbreviated month name'), 'dt:sep' => array('Sep', 'Abbreviated month name'), 'dt:oct' => array('Oct', 'Abbreviated month name'), 'dt:nov' => array('Nov', 'Abbreviated month name'), 'dt:dec' => array('Dec', 'Abbreviated month name'), 'dt:monday' => array('Monday', 'Day of the week'), 'dt:tuesday' => array('Tuesday', 'Day of the week'), 'dt:wednesday' => array('Wednesday', 'Day of the week'), 'dt:thursday' => array('Thursday', 'Day of the week'), 'dt:friday' => array('Friday', 'Day of the week'), 'dt:saturday' => array('Saturday', 'Day of the week'), 'dt:sunday' => array('Sunday', 'Day of the week'), 'dt:mon' => array('Mon', 'Abbreviated day of the week'), 'dt:tue' => array('Tue', 'Abbreviated day of the week'), 'dt:wed' => array('Wed', 'Abbreviated day of the week'), 'dt:thu' => array('Thu', 'Abbreviated day of the week'), 'dt:fri' => array('Fri', 'Abbreviated day of the week'), 'dt:sat' => array('Sat', 'Abbreviated day of the week'), 'dt:sun' => array('Sun', 'Abbreviated day of the week'), 'dt:today' => array('Today', 'Time period'), 'dt:yesterday' => array('Yesterday', 'Time period'), /** *** api/confirmation.js **/ 'ac01' => array('Granting access to information is required to use applications. If you are not willing to grant access to your information, do not use this application.'), 'ac02' => array('You must select the checkbox to grant these application privileges. If you do not wish to grant access, click Cancel.'), /** *** ads (create.js; admanager.js) **/ 'ads01' => array('There was an error with the information you submitted.'), 'ads02' => array('Social Actions', 'Facebook feature'), 'ads03' => array('{Social Actions} from {source} will automatically be added.', 'ad social action summary'), 'ads04' => array('There was an error processing your action.'), 'ads05' => array('You have not finished creating your ad. If you leave this page, your ad will not be saved.'), 'ads:primary-link' => array('Make this your primary credit card.'), 'ads:remove-link' => array('Remove this card from your account.'), 'ads:primary-dialog-1' => array('This is your primary credit card. We will attempt to bill invoices against your '. 'primary credit card first. However, in the event that a payment fails, we will '. 'attempt to bill other credit cards associated with your account.'), 'ads:primary-dialog-2' => array('You cannot edit or remove your primary credit card. In order to remove this card, you '. 'must first make another verified credit card the primary card. To edit the billing details '. 'for this card, add it again and then remove the original entry for the card.'), 'ads:close-dialog-1' => array('Are you sure you want to close your account? This action will pause all of your '. 'currently running campaigns and charge your credit card for any outstanding balance '. 'on your account. The credit cards on your account will be automatically removed after '. 'your outstanding balance has been paid. It may take up to 2 business days for your '. 'account balance to be settled.'), 'ads:verified-dialog-1' => array('This is a verified credit card. The information you have provided has passed '. 'verification, so you can designate this credit card as your primary credit card.'), 'ads:verified-dialog-2' => array('If you make this credit card your primary credit card, then invoices will attempt '. 'to billed against it first. However, if a payment were to fail, we would attempt '. 'to bill other credit cards associated with your account.'), 'ads:verified-dialog-3' => array('You cannot delete this credit card because it is the only verified credit card '. 'associated with your account.'), 'ads:unverified-dialog-1' => array('This is an unverified credit card. The information that you have provided has not'. ' passed verification, so you cannot designate this credit card as your primary credit card.'), 'ads:unverified-dialog-2' => array('In order to pass verification, you must remove this credit card and add it back '. 'with the correct information.'), 'ads:unverified-dialog-3' => array('You cannot remove this credit card because it is the only credit card associated with '. 'your account. In order to pass verification, you will need to add a new credit card.'), 'ads:edit-title-add' => array('Add Credit Card'), 'ads:edit-action-add' => array('Save Credit Card'), 'ads:remove-title' => array('Remove Credit Card'), 'ads:remove-dialog' => array('Are you sure that you want to remove this card from your account?'), 'ads:primary-title' => array('Change Primary Credit Card'), 'ads:primary-action' => array('Make Primary'), 'ads:primary-dialog' => array('Are you sure that you want to make this your primary card?'), 'ads:close-title' => array('Close Ads Account'), 'ads:close-action' => array('Close My Account'), 'ads:info-title' => array('Credit Card Information'), 'ads:show-details' => array('show details', 'Link: shows credit card details'), 'ads:hide-details' => array('hide details', 'Link: hides credit card details'), 'ads:csc-text' => array('A Card Security Code (CSC) is a security feature of debit and credit cards that helps fight credit card fraud. The following graphic illustrates where to find the CSC code on your credit card.', 'description of Card Security Code (CSC)', 'business-critical'), 'ads:csc-title' => array('What\'s a CSC code?', 'header: section describes what a credit card security code is'), 'ads:csc-validation-title'=> array('Why is CSC validation required?', 'header: section describes why we need to validate credit card security code for stored cards'), 'ads:csc-validation-text' => array('In order to fight credit card fraud, we have started to enforce CSC code validation in credit card payments. For credit cards we have stored before, this means they will need to be CSC validated once for later uses. You will not be prompted in the future once the card gets validated.', 'explain why we need credit card security code for stored cards', 'business-critical'), 'ads:cap-warning-title' => array('There is a chance that your ad\'s title may not meet our capitalization guidelines and could cause your ad to be rejected. Your ad may not include excessive or incorrect capitalization. Acronyms, however, may be capitalized. If you believe your ad uses9 dir 117150 svn+ssh://tubbs/svnroot/tfb/releases/thefacebook-r116496-fb95/www/lib/display/puzzles svn+ssh://tubbs/svnroot 2008-08-14T18:24:46.740620Z 116087 jhsu svn:special svn:externals svn:needs-lock 2c7ba8d8-a2f7-0310-a573-de162e16dcc7 puz1.html file 2008-08-18T18:50:32.000000Z a4feeace7288a7eff2d4460677c9c26f 2008-06-20T22:25:40.405254Z 105557 jhsu has-props 3954 puz2.html file 2008-08-18T18:50:32.000000Z 111b7b47b9ec069ff40dd223281351d1 2008-07-08T00:23:20.388784Z 108188 marcel has-props 2917 puz3.html file 2008-08-18T18:50:32.000000Z 05692949df703d10212e52cbdaa9ee95 2008-07-09T01:27:04.115817Z 108480 jhsu has-props 1222 puz4.html file 2008-08-18T18:50:32.000000Z f8434bbaa89c66f850c54981288b32af 2008-08-06T18:17:15.798733Z 114488 dellis 7752 puz5.html file 2008-08-18T18:50:32.000000Z cb3571f5bca400fc1dd1a9d7c1214a62 2008-08-14T18:24:46.740620Z 116087 jhsu 4932 �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������9 dir 117150 svn+ssh://tubbs/svnroot/tfb/releases/thefacebook-r116496-fb95/www/lib/display/share svn+ssh://tubbs/svnroot 2008-08-13T11:54:53.583365Z 115810 eric svn:special svn:externals svn:needs-lock 2c7ba8d8-a2f7-0310-a573-de162e16dcc7 share_stage.php file 2008-08-18T18:50:32.000000Z 2f0d4136115a9309046f20f082c5418b 2008-08-13T11:54:53.583365Z 115810 eric 32637 ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� , 'Dialog body for removing a publisher', 'fb95'), 'apps:remove-composer-button' => array('Remove' , 'Dialog button for removing a publisher', 'fb95'), 'apps:remove-composer-block-button' => array('Unblock', 'Button to unblock an app\'s publisher'), 'apps:remove-composer-block-title' => array('Unblock {app-name} Publisher?', 'Dialog title for prompt to unblocked a publisher from the profile', 'fb95'), 'apps:remove-composer-block-body' => array('Are you sure you want to allow this application\'s publisher on your profile? ', 'Dialog body for removing a block on a publisher', 'fb95'), /** *** applications/reviews/reviews.js **/ 'arev:close-button' => array('Close', 'Review Application: close review dialog'), 'arev:delete-button' => array('Delete', 'Review Application: delete a review'), 'arev:post-button' => array('Post', 'Review Application: submit a review'), 'arev:post-success' => array('Post successful.', 'Review Application: submitted a review'), 'arev:required-fields' => array('You have not filled out all the required fields.', 'Review Application: missing required information'), 'arev:no-rating' => array('You must choose a star rating', 'Review Application: missing star rating'), 'arev:update-review' => array('Update Review', 'Update a review'), /** *** html/js/lib/net/async.js **/ 'async:error' => array('Something went wrong. We\'re working on getting this fixed as soon as we can. '. 'You may be able to try again.'), 'async:oops' => array('Oops', 'Dialog title for a warning message when something bad happened'), /** *** attachments.js **/ 'at01' => array('Attach', 'Button: submits message attachment'), /** *** attachments.js **/ 'base01' => array('more', 'Link: expands your left-hand nav to show more applications'), 'base02' => array('less', 'Link: collapses your left-hand nav if you have it expanded'), /** *** business/mobile/service.js **/ 'bizmob:messages' => array('Messages', 'Label: Messages (as in SMS or MMS messages)'), 'bizmob:pv' => array('Page Views', 'Label: Page Views (as in '), 'bizmob:pvmsg' => array('Page Views and Messages', 'Label: Page Views and Messages.'), 'bizmob:dedup' => array('Note: this is the total number of de-duplicated unique users utilizing SMS, MMS, or WAP services.', 'Label: Explanation for the total unique de-duplicated number of users over SMS, MMS, and WAP services.'), /** *** beacon_manager.js **/ 'bm:site-name' => array('[Site Name]', 'label indicating "Site Name" inside square brackets', 'beacon'), /** *** calendar.js **/ 'cal:createSuccess' => array('{event_title} has been created.', '', 'horizon'), 'cal:accept' => array('Accept', 'Button: accepts the current invitation', 'horizon'), 'cal:decline' => array('Decline', 'Button: declines the current invitation', 'horizon'), 'cal:newItem' => array('New Calendar Item', 'Label for a new item on user\'s calendar.', 'horizon'), 'cal:urGoing' => array('You are going.', 'Event status text', 'horizon'), 'cal:urnotGoing' => array('You can add this.', 'Event status text', 'horizon'), 'cal:itemDetails' => array('Item Details', 'Title for calendar detailed popup dialog', 'horizon'), 'cal:rsvpAccepted' => array('"{event-name}" has been added. {undo-link}', '', 'horizon'), 'cal:rsvpDeclined' => array('"{event-name}" has been removed. {undo-link}', '', 'horizon'), 'cal:rsvpRequested' => array('"{event-name}" has been set to undecided. {undo-link}', '', 'horizon'), 'cal:rsvpDefault' => array('Your RSVP status to "{event-name}" has been changed. {undo-link}', '', 'horizon'), 'cal:deleteWarningTitle' => array('Delete Item?', 'Title of dialog asking if the user is sure they want to delete an item', 'horizon'), 'cal:deleteWarningMessage' => array('Are you sure that you want to delete this item? If you delete this item all of the attendees will be notified. This action CANNOT be undone.', '', 'horizon'), 'cal:day_header' => array('{week-day}, {month} {date}', 'Ex: Thursday, December 5', 'horizon'), 'cal:dateSelect' => array('{month}/{date}/{year}', 'MM/DD/YYYY', 'horizon'), 'cal:monthYear' => array('{month} {year}', 'Example: October 2007', 'horizon'), 'cal:dateRange' => array('{month1} {date1} to {month2} {date2}', 'Example: October 28 to December 5', 'horizon'), 'cal:saveChanges' => array('Save Changes', 'Button label to save changes to an event', 'horizon'), 'cal:inviteFriends' => array('Invite friends to come', 'Link that enables users to invite friends to attend an event', 'horizon'), 'cal:sendInvites' => array('Send Invites', 'Button label to send invites to friends', 'horizon'), 'cal:add' => array('Add', 'Button: Adds something to a user\'s calendar', 'horizon'), 'cal:addToCalendar' => array('Add To Calendar', 'Title: Adds something to a user\'s calendar', 'horizon'), 'cal:itemDetails' => array('Item Details', 'Title describing the details of an item', 'horizon'), /** *** canvas.js **/ 'can01' => array('Report', 'Link to report a bad application'), /** *** cards.js **/ 'cd01' => array('Remove Card?', 'Remove credit card from account header'), 'cd02' => array('Are you sure you want to remove this credit card from your account?' , 'Remove credit card from account message'), 'cd03' => array('Remove', 'Button: Remove credit card from account'), /** *** chat/buddy_list.js **/ 'chb01' => array('Could not load available friends.', 'Chat friends list error'), 'chb02' => array('Online Friends {number-available}', 'Number of available Chat friends'), 'chb03' => array('No one is available to chat.', 'Facebook Chat'), 'chb04' => array('{name} {status} ({time})', 'Facebook Chat: Name and status listing in available friends list'), 'chb05' => array('{Idle} - {name} {status} ({time})', 'Facebook Chat: Name and status listing in available friends list for an Idle friend'), 'chb06' => array('Could not find that friend online.', 'Facebook Chat search text'), 'chb07' => array('Idle', 'Facebook Chat Friend is Idle'), 'chb08' => array('Go Offline to List', 'Ability for a user to go offline to a particular friend list in Chat', 'chirp-fl'), 'chb09' => array('You are offline to "{friend-list-name}"', 'Notice to a user indicating being offline to a particular friendlist', 'chirp-fl'), /** *** chat/chat_display.js **/ 'chd01' => array('Chat', 'Facebook feature: Chat'), 'chd02' => array('Show/Hide {Chat} Window', 'Button label'), 'chd03' => array('Close {Chat} Window', 'Button label'), 'chd04' => array('Hide {Chat} Window', 'Button label'), 'chd05' => array('New message from {name}!', 'Alert about new Chat message'), 'chd06' => array('New message!', 'Alert about new Chat message'), /** *** chat/status_control.js **/ 'chs01' => array("Couldn't set {Chat} availability", 'Chat error'), 'chs02' => array("Couldn't change that setting", 'Chat setting change error'), /** *** chat/tabs.js **/ 'cht01' => array("Couldn't retrieve chat history", null), 'cht02' => array('The message could not be sent:', 'Chat message error'), 'cht03' => array('Sending:', 'Sending the Chat message'), 'cht05' => array('Send {name} a Message', 'Link'), 'cht06' => array('You are not online.', null), 'cht07' => array('{name} is offline.', null), 'cht08' => array('Clear {Chat} History', 'Link text'), 'cht09' => array("Couldn't clear {Chat} history", 'Chat error'), 'cht10' => array('{name} is online.', 'Message that someone is available in Chat'), 'cht11' => array(' ({send-as-a-message})', 'Part of sentence, prompts user to send a chat IM as a Facebook message' . '"send as a message" is linked'), 'cht12' => array('send as a message', 'Link: prompts user to send a chat IM as a Facebook message'), 'cht13' => array('You are online.', 'Message that user is online in Chat'), 'cht14' => array('{name} is no longer online. The following were not sent', null), /** *** confirmfriend.js **/ 'cf:friend_title' => array('You have a friend request.'), 'cf:ignore-button' => array('Ignore Request', 'Button: Ignore friend request'), /** *** contact_importer.js **/ 'ci:user-request' => array('This user will receive your friend request shortly.', 'contact importer message for one friend request'), 'ci:users-request'=> array('These users will receive your friend requests shortly.', 'contact importer message for more than 1 friend'), 'ci:user-success' => array('Success! A friend request will now be sent to your friend. '. 'Once your friend confirms your friendship, you will be able to see each other\'s profiles.' , 'added a friend'), 'ci:users-success'=> array('Success! Friend requests will now be sent to {number} friends. '. 'Once they confirm your friendship, you will be able to see each other\'s profiles.' , 'added multiple friends'), 'ci:user_error' => array('There was an error processing your request.'), 'ci:wl-password-disabled' => array('Password entered on Windows Live'), 'ci:yh-password-disabled' => array('Password entered on Yahoo! login page'), 'ci:domain-list-desc' => array('We currently support the domains listed below. If you do not see your domain in the list but would like us to support it, please email info@facebook.com.'), /** *** contact_importer.js - outlook importer (ie only) **/ // Intro Text 'ci_v00' => array('You need to install the Outlook Importer ActiveX ' . 'Control to continue.', 'Prompting users that they need an ActiveX control to ' . 'continue'), 'ci_v01' => array('' . 'If you see a yellow bar at the top of the window, ' . '' . 'right click the yellow bar and click ' . 'Install ActiveX Control. The page may refresh.', 'Description for IE users on how to install ActiveX ' . 'Controls'), 'ci_v02' => array('' . 'If you see an Internet Explorer security warning ' . 'window, ' . '' . 'click Install. Facebook will then be able to ' . 'automatically import your Outlook contacts and help ' . 'you find your friends.', 'Description for IE users on how to install ActiveX ' . 'controls'), 'ci_v03' => array('The ActiveX control does not seem to be properly '. 'installed.', 'Error if a user prematurely clicks Import but the ' . 'Outlook importer control is still inaccessible.'), 'ci_v21' => array('Your permissions may not be set to enable Facebook\'s '. 'Outlook importer control. Please check your browser\'s '. 'security settings and try again'), 'ci_v22' => array('Screenshot of installation process', 'Alternate text for installation process screenshot'), // In Progress Captions 'ci_v04' => array('Processing your contacts', 'The outlook importer is processing a user\'s contacts'), 'ci_v05' => array('Securely uploading your contacts', 'The outlook importer is uploading a user\'s contacts'), 'ci_v06' => array('Do not navigate away from the page or close this ' . 'window.', 'A warning to the user to not navigate away during ' . 'the Outlook importation process'), 'ci_v07' => array('Contacts successfully added.', 'The outlook importer has successfully imported ' . 'a user\'s contacts.'), // Custom Button Captions 'ci_v10' => array('Install', 'Dialog Button Caption: Install'), 'ci_v11' => array('Import', 'Dialog Button Caption: Import'), 'ci_v12' => array('Next', 'Dialog Button Caption: Next'), 'ci_v23' => array('Cancel', 'Dialog Button Caption: Cancel'), // Dialog Window Titles 'ci_v13' => array('Installation Required', 'Dialog title for uninstalled Outlook importer'), 'ci_v14' => array('Importing Contacts', 'Dialog title for in-process Outlook importer'), 'ci_v16' => array('Importer Error', 'Dialog title for error on Outlook import'), // Error Descriptions 'ci_v17' => array('Either Outlook does not appear to be installed on ' . 'your computer or your Outlook data is corrupt. Please ' . 'check that Outlook is installed and try again at a ' . 'later time.'), 'ci_v18' => array('An error has occurred. Please try this process again ' . 'at a later time. If you contact the Facebook support team, ' . 'reference error number {error-number}.', 'A generic error if the Outlook contact importer fails'), 'ci_v19' => array('An error has occured with your permissions. Please check '. 'your security settings and administrative access and try again.', 'A generic error if the Outlook contact importer fails'), 'ci_v20' => array('An error has occured with your permissions. Please ensure '. 'that you are not running in Protected Mode and try again.', 'A generic error if the Outlook contact importer fails'), 'ci_v24' => array('An error has occured while accessing your Outlook account. ' . 'Please check your Outlook configuration and try again at a ' . 'later time.'), /** *** microsoft/js/contacts.js **/ 'ci_ms01' => array("There was an error processing your request."), 'ci_ms02' => array("Please try again later"), /** *** classmate.js **/ 'cm01' => array('Class Year:', 'Label: School graduation year'), /** *** developers/editapp.js **/ 'de01' => array('You must check the Terms of Use agreement before continuing.','Create App error message'), 'de02' => array('Your application\'s notifications have been marked as spam by our users, meaning people who haven\'t added your application can\'t see its notifications.','App notifications blocked message'), 'de03' => array('To reduce your spam level, we recommend only sending notifications to users when a friend explicitly takes an action that directly affects that specific user - for example, our applications have notifications like "[name] tagged you in a photo." or "[name] wrote on your Wall."', 'App notifications blocked tip'), 'de04' => array('You can request to unblock it, but keep in mind your ability to do so will be on a sliding scale.', 'Unblock app notifications explanation message'), 'de05' => array('Specifically, the first time you can unblock your application immediately, but every consecutive time you will be forced to wait an additional 30 days longer than you waited for the previous unblock. So please make sure that it is no longer as spammy before requesting to unblock it.', 'Unblock app notifications detailed explanation message'), 'de06' => array('Remember, if your application is blocked again, you will have to wait for a longer period of time, so please be careful!', 'Unblock app notifications warning'), 'de07' => array('Unblock Application?', 'Unblock application dialog header'), 'de08' => array('Yes, unblock it', 'Button: Unblock application'), 'de09' => array('Please return here in approximately {days-left} days, and you will be allowed to unblock your application. Please email developers-help@facebook.com if you have any further questions.','Blocked application dialog message'), 'de10' => array('Your application has been blocked', 'Blocked application dialog header'), 'de11' => array('The spamminess score reflects our users\' reactions to your application\'s notifications (sent via notifications.send). If your score goes above a certain limit, users who have not added your application will not be able to see its notifications.', 'Application spam tip message'), 'de12' => array('What is "spamminess"?', 'Application spam tip dialog header'), 'de13' => array('Remove App from Directory?'), 'de14' => array('If you proceed, your app will no longer be listed in the application directory or search results. ' . 'To list it again in the directory, you will need to get it re-approved.'), 'de15' => array('Remove App from Directory'), /** *** applications/discography/edit.js **/ 'ded01' => array('Untitled Track', 'Untitled Discography track'), 'ded02' => array('edit', 'Link: Discography edit track'), 'ded03' => array('delete', 'Link: Discography delete track'), 'ded04' => array('No tracks in album', 'Discography no tracks message'), /** *** deprecated.js **/ 'dep01' => array('Cancel', 'Button: Cancels a pop-up dialog'), /** *** developers/intl.js **/ 'di01' => array('Enabling Translations'), 'di02' => array('Selecting this option will cause the winning translations in this language to be sent to users when they use your application. Note that if you enable this before all of your strings have been translated, untranslated parts of your application will continue to be shown in their original language.'), /** *** developers/registerfeed.js **/ 'dr01' => array('Delete this template?','Dialog message when deleting Application feed story template'), 'dr02' => array('Delete template?','Dialog title when deleting Application feed story template'), 'dr03' => array('Delete', 'Button: confirms App feed story template deletion'), /** *** editaccount.js **/ 'ea01' => array('Notifications Settings'), 'ea02' => array('Choose On to get an email whenever that action occurs.', 'Option to receive an email for every user action'), 'ea03' => array('Choose Once Daily for one email sent once a day with all of your notifications.', 'Option to receive a single email daily with all notifications'), 'ea04' => array('Choose Off to stop receiving all email notifications for that action.', 'Option to not receive any notifications for this action'), 'ea05' => array('The name you entered is already your name.', 'error message: user tries to change their name to the same name'), 'ea06a' => array('Remove Email Address', 'dialog title: removing an email address from your account'), 'ea06b' => array('To remove this email address, please enter your Facebook password.', 'dialog title: removing an email address from an account'), 'ea07a' => array('Change Contact Email Address', 'dialog title: change the contact email address for an account'), 'ea07b' => array('To change your contact email address, please enter your Facebook password.', 'dialog title: change the contact email address for an account'), 'ea08a' => array('Change Security Question', 'dialog title: change the security question for an account'), 'ea08b' => array('To change your security question, please enter your Facebook password.', 'dialog title: change the security question for an account'), /** *** edit_badge.js **/ 'eb01' => array('Delete Badge?', 'Facebook feature: title of confirmation dialog'), 'eb02' => array('Are you sure you want to delete this badge?', 'Facebook feature'), 'eb04' => array('Error loading badge.', 'Error message'), 'eb05' => array('Cannot remove the last item.', 'Error message'), 'eb06' => array('Loading...'), /** *** example_code.js **/ 'ec01' => array("Follow the simple steps below to create a working skeleton for your Application.","Facebook feature: example of building an application"), 'ec02' => array("Step 1: Download Facebook's PHP Library","Facebook feature: example of building an application"), 'ec03' => array("Extract this archive into a directory on your hosting server where you can host and run PHP code (let's call this directory MY_DIR)","Facebook feature: example of building an application"), 'ec04' => array("Step 2: Create An 'index.php' File","Facebook feature: example of building an application"), 'ec05' => array("It should look like this, and should also go into MY_DIR:","Facebook feature: example of building an application"), 'ec06' => array("Step 3: Test Your Application","Facebook feature: example of building an application"), 'ec07' => array("You're almost done!","Facebook feature: example of building an application"), 'ec08' => array("Head over to your Canvas Page URL to test your application:","Facebook feature: example of building an application"), 'ec09' => array("Now we just need to know where your application is hosted.","Facebook feature: example of building an application"), 'ec10' => array("Edit Settings","Facebook feature: example of building an application"), 'ec11' => array("{edit_settings} for your application and enter the Callback URL that corresponds to the MY_DIR directory","Facebook feature: example of building an application"), 'ec12' => array("Quick Creation Guide For '{app_name}'","Facebook feature: example of building an application"), 'ec13' => array("Done","Button: close the developer example code popup"), 'ec14' => array("We just need to know two more things. {edit_settings} for your application and enter:", "Facebook feature: example of building an application"), 'ec15' => array("The Callback URL - where your app is hosted.", "Facebook feature: example of building an application"), 'ec16' => array("The Canvas Page URL - the apps.facebook.com/yourapp URL for your application.", "Facebook feature: example of building an application"), 'ec17' => array("We just need you to specify the apps.facebook.com/yourapp URL for your application. {edit_settings} for your app and choose a Canvas Page URL.", "Facebook feature: example of building an application"), /** *** editevent.js ***/ 'eev01' => array('the guest list', 'List of users who have been invited to event'), 'eev02' => array('the wall', 'Events Wall display name'), 'eev03' => array('videos', 'Events videos display name'), 'eev04' => array('photos', 'Events photos display name'), 'eev05' => array('People can add themselves to the guest list and invite others to the event. Anyone can see the event information and content.'), 'eev06' => array('Only people you invite will be on the guest list. People can request invitations. Anyone can see the event time and description, but only people you invite can see the other information and content.'), 'eev07' => array('The event will not appear in search results. Only people you invite can see the event information and content.'), 'eev08' => array('Please check the event start and end time.'), 'eev09' => array('A Facebook event must end within 31 days from when it starts.'), 'eev10' => array('An event must not end before it begins.'), 'eev11' => array('Only those invited can see following:'), 'eev12' => array('Event Name'), 'eev13' => array('Event Network'), 'eev14' => array('Host', 'Event Host'), 'eev15' => array('Event Type'), 'eev16' => array('Location'), 'eev17' => array('City'), 'eev18' => array('Phone'), 'eev19' => array('Please fill in all of the required fields.', 'Fill in Event required fields message'), 'eev20' => array('Some of the information you entered was invalid.', 'Invalid input message for Event editing or creation.'), /** *** editfgroup.js **/ 'efg01' => array('Name'), 'efg02' => array('Description'), 'efg03' => array('Please fill in all of the required fields.'), 'efg04' => array('You must provide a question.'), 'efg05' => array('You must provide at least two answers.'), 'efg06' => array('You must provide a question and at least two answers.'), 'efg07' => array('Hide in Group', 'Button: '), 'efg08' => array('Show in Group', 'Button: '), 'efg09' => array('This poll is currently shown in the group.'), 'efg10' => array('You can hide the poll from the group or leave it showing.'), 'efg11' => array('This poll is currently hidden from the group.'), 'efg12' => array('You can show the poll in the group or leave it hidden.'), /** *** editgroup.js **/ 'eg01' => array('the discussion board', 'Groups message board display name'), 'eg02' => array('the wall', 'Groups Wall display name'), 'eg03' => array('videos', 'Groups videos display name'), 'eg04' => array('photos', 'Groups photos display name'), 'eg05' => array('posted items', 'Groups posted items display name'), 'eg06' => array('Anyone can join and invite others to join. Anyone can see the group information and content.', 'Groups public access description'), 'eg07' => array('Administrative approval is required for new members to join. Anyone can see the group description, but only members can see the other content.', 'Groups closed access description'), 'eg08' => array('The group will not appear in search results or in the profiles of its members. Membership is by invitation only, and only members can see the group information and content.', 'Groups private access description'), 'eg09' => array('Please fill in all of the required fields', 'Fill in Group required fields message'), 'eg10' => array('You didn\'t enter a title for this user!', 'Missing Group officer title error message'), 'eg11'
Gravatar
Fri Jul 25 11:45:15 -0700 2008
1
2
3
<?xml version="1.0" encoding="UTF-8"?><moo xsi:noNamespaceSchemaLocation="http://www.moo.com/xsd/api_0.7.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><request><version>0.7</version><api_key>056014df-68e5-c0a802d2-47f0a98d-3045</api_key><call>build</call></request><payload><products><product><product_type>minicard</product_type><designs><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0578/100_0098.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Sound Advise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/thesoundadvise</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/1235/fezkura.jpg</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>The Indie Room</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/theindieroom</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/unclebeard</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/unclebeard</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/unclebeard</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/unclebeard</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>2</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>3</id><string></string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>4</id><string>peoplesmusicstore.com/unclebeard</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line></minicard></text_collection></design><design><image><url>http://peoplesmusicstore.com/images/uploaded/0000/0219/untitled.JPG</url><type>variable</type><crop><auto>true</auto></crop></image><text_collection><minicard><text_line><id>1</id><string>uncle beard's slop shop</string><bold>false</bold><align>left</align><font>modern</font><colour>#000000</colour></text_line><text_line><id>