Mark's Technomusings

Thoughts, notes, and ramblings on the technology Mark Cervarich deals with on a daily basis.

Introduction to ActionScript Programming

Introduction to ActionScript Programming iswebsite that contains a large example program that is well document, and explained.

Who “owns” your telephone number

If you use the nextel’s WLNP Eligibility Check tool, you can put in your phone number, then click “Check Eligibility.” On the next page, check the box(es) next to you number(s), and click “Continue.” You will then see a name like, “Global Crossing” or “XO California”, “Bellsouth Mobil GA” (for my cingular 415 number), “Pacific Bell WRLN” (for my parents 415 landline).
Compare this to: Fone Finder which still has “Pacific Bell” as the Telephone Company, even though I ported this number to SunRocket over 2 years ago.

What are the Linksys ATA IVR Menu Items

ABP Technology – QA’s
What are the Linksys ATA IVR Menu Items. Most of you know that **** followed by 100# will have the Linksys read to you your IP address that was assigned via DHCP. There are a lot of other codes….and this website has them listed in a table.

How to snatch an expiring domain

Mike Davidson: How to Snatch an Expiring Domain — he explains the process, the major players, and some really good strategy tips.

Using MySQL from Microsoft Access

Using MySQL from Microsoft Access describes in great detail (and good screenshots) how to connect to a MySQL database from MS Access. This allows you to add/delete/insert data using Access as a front end. All of the changes actually take place on the MySQL server.


Before you do this, you will need to make sure that MS Access has permissions to connect to MySQL. Set up those permissions this way:
[root@server root]# mysql -u root mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 519002 to server version: 4.0.24-standard-log
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.
mysql> INSERT INTO user VALUES (‘IP address or host name‘,’username‘,password(‘some_password_in_cleartext‘),’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’N',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',’Y',”,”,”,”,0,0,0);
Query OK, 1 row affected (0.01 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.04 sec)
There is a slight change that you might need to make a change to the db:
INSERT INTO db VALUES (IP address or host name‘,’database name‘,’username‘,’Y',’Y',’Y',’Y',’Y',’Y',’N',’Y',’Y',’Y',’Y',’Y');

Extract Windows, Office, etc encoded CD registration keys

Occasionally, you may wish to know what CD key was used to install an application. Provided this data is stored somewhere, it can be retrieved. This utility is designed to find and display this data. CD Key Reader : Utility to read CD keys from the registry

Signal Booster for cable TV/cable modems

The Motorola signal booster amplifies the signal strength of your broadband service up to 32 times to eliminate fuzzy pictures. The signal booster improves analog and digital picture quality, including pay-per-view and cable modem communication in TVs, cable set-top boxes, cable modems, VCRs and digital radios.

Buy the Motorola Signal Booster (484095-001-00) and other Internet Modems at circuitcity.com.

A very cool paycheck calculator

PaycheckCity.com – Paycheck Calculator — this calculator lets you put in a yearly salary amount, specify the frequency you receive a paycheck (as well as let you specify filing status, deductions, etc) and it will tell you how large/small your paycheck will be!
It will tell you how much is withheld for federal, state, social security, medicare, etc and come up with a Net Pay.

Searching for Frequent Flier available flights

KVS Availability Tool — This program interfaces with the various airline site (Apollo, Sabre, WSpan) and looks up flight availability by booking class, seat maps, etc.
AA Booking Classes — shows what the AA Booking (and award/upgrade) classes are: (these are the important codes to me)

  • A: “Upgraded”: “from coach on 2-class flight using miles/VIPOW”
  • F: “Award”: “AAnytime award travel” in First class
  • J: “Award”: “AAnytime Award travel” in Business Class
  • T: “Award”: “Plan AAhead Award travel” in Economy Class
  • U: “Award”: “Plan AAhead Award travel” in Business Class
  • Z: “Award”: “Plan AAhead Award travel” in First Class

UA Booking Classes — shows what the UA Booking (and award/upgrade) classes are:

  • Apollo: Awards/UA
    • R/XF X/NF O/XC I/NC N/XY
  • Another, slightly easier way to check for UA flights, is the program UaFinder which is Automated Award Finding Software.

Moving your Firefox passwords from one profile to another

If you create a new profile in Firefox (or maybe you upgraded from 1.x to 2.0), and you want to copy your saved usernames and passwords from one profile to another, here’s what to do:

  1. Start Firefox (using the profile you want to move passwords to
  2. Tools -> Options… -> Security Tab
  3. Make sure you are willing to lose any existing passwords:

    Click “Show Passwords…” button
  4. Create a master password:

    [x] Use a master password

    Click “OK” Button”
  5. quit out of FF
  6. Copy key3.db and signons.txt from old profile
    Try: C:\Documents and Settings\YOUR_USER_NAME\Application Data\Mozilla\Firefox\Profiles
  7. Start up in the correct profile
  8. Verify passwords are in there via:
  9. Tools -> Options… -> Security Tab

    Click “Show Passwords…” button

    (enter in your master password)