Friday, September 30. 2005Getting my Free Credit Report
This week I remembered that a recent U.S. law allows me to obtain my credit report for free once a year, so I tried it.
The site you use is annualcreditreport.com. You have to provide a good bit of info, including your Social Security number. Then it gives you the option of getting your report from one or all of the three companies they list. I decided to get them all at once because I'm sure I wouldn't remember to do this more than once a year anyway. At this point, I was expecting to just receive something in the mail from each of the credit reporting companies, but instead I was able to view the reports online and print them. Unfortunately, they implemented this by making you go to each company's website and view/print the reports one at a time. Not only did this add to the time involved, but for each company, you had to figure out their unique interface. On each site, you had to authenticate yourself by answering a few questions about your financial situtation. But after that, the experience on each site was pretty different.
So I guess if you live in the U.S., you might as well try to get your free credit report, but be prepared to spend some time and hassle in the process. Friday, September 9. 2005Katrina Phishing
I just received an email puporting to be from the Republican National Committee requesting donations to the Red Cross. The email has graphics straight from the Red Cross.
I thought it was weird since I'm not registered with any political party and I already gave to the Red Cross for Katrina relief. Then I looked at the links, which led to a web server in Asia, all set up to look just like the American Red Cross donation page. Apparently nothing is beneath internet thieves. This blog has more info on other Katrina phishing scams. Please make sure you go to the real Red Cross page if you donate. Thursday, September 8. 2005HTML_QuickForm 'html' Element Bug
I've been playing around with the PHP PEAR class HTML_QuickForm. So far using it has not been very quick, but I hope to get used to passing the form work off to other code. Of course, it also means that you have to review someone else's code if it doesn't work like you expect.
In trying to duplicate and improve a form on my client's website, I wanted to use the 'html' element to add some text to an element group. It turns out that you can't do this, as the formatting will be wrong. There is a bug in PEAR for this, but they haven't updated the documentation. Don't let it waste an hour of your time like it did mine! Instead of this: $aryGroup[] = &HTML_QuickForm::createElement('html', 'Choose a password.'); Use this: $aryGroup[] = &HTML_QuickForm::createElement('static', null, null, 'Choose a password.');
(Page 1 of 1, totaling 3 entries)
|
CategoriesQuicksearchSyndicate This Blog |