Learn Something New Every Day

Every day, people learn something new that adds some kind of value to their lives. I am going to try to post at least one thing that I learn every day. I’m in law school, do some IT work, and just generally get around (who doesn’t?) so this shouldn’t be too difficult to do, right? We’ll see…

Sell Items With Free Shipping on eBay

  1. Select shipping rate as “Flat”
  2. Select “Free Shipping” next to shipping option.
(via http://pages.ebay.com/help/pay/questions/free-shipping.html)

To Install Flash in Firefox Portable

Surprisingly simple, and no install required…

  1. Download the extension http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi by right clicking and selecting “Save Link As”
  2. After this open the file using either WinRar/WinZip and extract the
    lashplayer.xpt, NPSWF32.dll files to Mozilla Firefox\plugins\

via http://www.acidlabs.org/2006/09/05/installing-flash-in-portable-firefox-with-no-installer/, January 9, 2009 comment

FAIL: When booking tickets on Broadway.com, the site does not know if the seats you are booking are filled.  The service allows you to book any seat, regardless of whether it is filled or not.  The service pings the box office, after submission, and then determines if the seats are available.  If not available, you get an email.  
When you call to re-book, they tell you that they do not know when a specific section is available and that you have to basically keep trying to find availability without ever knowing, until you get a later email, if the seats are available.  VERY BROKEN.  Get up on your technology Broadway.com, it’s called pinging on-the-fly — think about the customer.
Learned something new today — don’t ever use broadway.com

FAIL: When booking tickets on Broadway.com, the site does not know if the seats you are booking are filled.  The service allows you to book any seat, regardless of whether it is filled or not.  The service pings the box office, after submission, and then determines if the seats are available.  If not available, you get an email. 

When you call to re-book, they tell you that they do not know when a specific section is available and that you have to basically keep trying to find availability without ever knowing, until you get a later email, if the seats are available.  VERY BROKEN.  Get up on your technology Broadway.com, it’s called pinging on-the-fly — think about the customer.

Learned something new today — don’t ever use broadway.com

Prison for Three Years is Grounds for Divorce

In New York, if a spouse is in prison for at least three years, then the non-imprisoned spouse has five years from the date of the imprisoned spouse’s release to bring a divorce action, claiming “prison” as the divorcee’s fault for the divorce.

Constructive Abandonment

A spouse is deemed to have abandoned their significant other when the married individual refuses to have sex with their spouse.  There is no need to physically leave the marital home to abandon the spouse.  Refusal to have sex constitutes a “constructive abandonment” in New York and is grounds for a divorce.

That brown water filter you are looking at used to be stark white.  After nine months of use, it turned that color.  Imagine drinking all that crap that the filter caught.
Remember to change your ACE water filter at least every 6 months.

That brown water filter you are looking at used to be stark white.  After nine months of use, it turned that color.  Imagine drinking all that crap that the filter caught.

Remember to change your ACE water filter at least every 6 months.

PHP5 Class Constructor Overloading

There is no explicit class constructor overloading in PHP5 to my knowledge.  HOWEVER, you can explicitly supply defined arguments to a constructor class.

So, in Java, you could have a class like User(username, password) and User(username) in the same class.  In PHP, you would do __construct(username, password=”“), so that if a password is not supplied, then it assumes “” as the password.  You have to do a bit more variable handling within the constructor in PHP, but it still works!

How to Move Your "My Documents" folder

If you want to put your “My Documents” folder on a network share, for example, it’s actually pretty simple:

Right click on “My Documents” either in the Start Menu or the original (non-Shortcut) icon on the desktop.  Select “Properties.”  Select the “Target” tab at the top of the window that has opened.  Change the location in the input box to where you want the folder stored.  Click the “Move…” button below the input box.  You’re done!