Categories
bdg Plumtree • BEA AquaLogic Interaction • Oracle WebCenter Interaction

BEA Participate Rapidly Approaching

All of us at bdg are starting to get excited about BEA Participate! As you already know, we’re sponsoring this year’s ALUI and ALBPM event and I’m giving a demo of some slick integration between ALUI (ALI and ALI Collaboration), ALDSP and ALSB that illustrates how AquaLogic can be used to implement an SOA.

We’ll also be giving away some cool — yet practical — gizmos that will be sure to brighten your day. Literally.

Be sure to come by the bdg booth, pick up a free gift, and enter to win this year’s grand prize — a 30 Gb Video iPod, in bdg black (of course).

Whether it’s at my talk/demo, at the bdg booth or anywhere else, we look forward to seeing you at the conference.

Categories
bdg Plumtree • BEA AquaLogic Interaction • Oracle WebCenter Interaction

ALUI (Plumtree) Training Postponed

We had some conflicts, so we postponed the Herndon, VA-based training to next week. It’s now 4/16-4/18 for administrators and 4/18-4/20 for developers. We’ll be accepting registrations until 4/13, so if you’re interested, please send a note to [email protected].

Categories
Software Development

Firebug in IE — No Joke!

I realize it’s close to April Fools’ Day, but this is not a joke: you can actually use Firebug in IE. Well, sort of. Joe Hewitt, the author of every developer’s favorite Firefox extension, has created a Javascript file that you can drop into your web pages and, voila, you get the debug console. And it works in IE. I realize this isn’t quite as good as the full blown Firebug, but it’s sure a lot better than the alternative:

<script>// <![CDATA[ alert('this sucks'); // ]]></script>