Do they belong to you? Claim these comments.
Tim
Is this you? Claim Profile »
1 year ago
in linklings, dawn of the problogging empire on brip blap
Yep, in the world of being a full time blogger, you have to blog whenever the creativity is sparked. You're not in the 9 to 5 world anymore! There's also no good time to take off as your readers will notice when you stop posting for a week!
1 year ago
in Arizona Coffee - Site of the Week on The Phoenix Real Estate Guy
I'll have to give arizona coffee a shot next time I'm in the area! I haven't had my dose for the day and now you have me getting thirsty for some!
Tim
TheMoneyKings.com
Tim
TheMoneyKings.com
1 year ago
in Home Maintenance Tips: Spring projects on Bible Money Matters
Another thing I do in the spring is look for any small holes or gaps around my house that mice can get into. Sometimes the caulk comes out of holes it is plugging (such as by the AC unit lines).
Another simple one, but something people dont always do: I tighten up all the bolts on my garage door opener, and spray the chain mechanism with a little WD-40 to lubricate it back up again.
Tim
TheMoneyKings.com
Another simple one, but something people dont always do: I tighten up all the bolts on my garage door opener, and spray the chain mechanism with a little WD-40 to lubricate it back up again.
Tim
TheMoneyKings.com
1 reply
Money Matters
thanks for the tips.. i'm gonna do the garage door opener tonight!
2 years ago
in Impress your Web Visitors with real-time Form Validation on The Marketing Technology Blog
I totally agree about the validation being a necessary component of any application. As a team lead, I usually find myself sending code back to be "finished" for reasons such as missing validations or restricting text input lengths.
For most things I work on I find it takes about 50% of the time to get something working, under normal conditions and if users use the system the way I intended. The other 50% of the development time comes from checking their input, ensuring data integrity is maintained, and making the form fields not allow malicious data to be entered.
I wrote a post on how I use InputVerifiers in my hava swing apps, and show how I verify an email text field. The regular expression I use is easily modifiable to validate phone numbers, zipcodes, SSNs, etc.
My blog post is at http://timarcher.com/?q=node/36
Good writeup Doug!
For most things I work on I find it takes about 50% of the time to get something working, under normal conditions and if users use the system the way I intended. The other 50% of the development time comes from checking their input, ensuring data integrity is maintained, and making the form fields not allow malicious data to be entered.
I wrote a post on how I use InputVerifiers in my hava swing apps, and show how I verify an email text field. The regular expression I use is easily modifiable to validate phone numbers, zipcodes, SSNs, etc.
My blog post is at http://timarcher.com/?q=node/36
Good writeup Doug!