Community Page
- technosailor.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Interesting article and comments. A couple of things to consider: 1. Open Office 3.0 for the Mac or Google Docs 2. The faster startup (boot and hibernating) and lack of crashing OS can really...
- I really like the approach you've taken into prove the price specifications, cause at the end of the day, it is a yesterdays fact, that Mac is more expensive than PC, nevertheless you have...
- I didn't know you were a fanboy. When did that happen?
- You can create PDFs with a little program called PDF Converter 5 Pro from Buy.com for $99. Throw in a copy of OpenOffice software and the Dell is cheaper than the Apple. I don't buy it.
- Totally agree that many companies should not consider the Apple solution. That said, most 'no' answers are based on the pricepoint of hardware and in many cases, the TCO is actually cheaper...
3 years ago
3 years ago
3 years ago
That's a pretty slick setup you're working on, I just wanted to remind you to make sure to put that php call we talked about to automatically add two zeros to all of my payments
3 years ago
3 years ago
You need to be more specific on whether those two zero's belong before or after the decimal.
3 years ago
< ?php if (!is_jesse()) { ?>
< ?php add_two_zeros(oo); ?>
< ?php } elseif (is_other_blogger()) { ?>
< ?php remove_two_digits(); ?>
< ?php } ?>
</php>
--
what are the chances that would work?
what are the chances that's remotely close to proper php?
3 years ago
3 years ago
php if (is_jesse($blogger)) {
add_two_zeros();
} else {
remove_two_digits();
}
?>
What you told it to do before ("if (!is_jesse())") was going to add two zeros to any blogger that wasn't Jesse!
That's assuming that the function is_jesse took the returned true if the blogger is Jesse and false in any other case, which would of course be the right way to do it.
The elseif was also unnecessary too because if the blogger not Jesse then it automatically "is_other_blogger" :)
Anway, sounds great so far Aaron... I guess us lowly bloggers will never get to see it, but it'll save a huge chunk of time on the CE end I'm sure... Nice work! :)
3 years ago
3 years ago