waving a one fingered gesture at Microsoft..wth?!

Ok..here's the situation...

I'm creating an HTML email with tables and background colors.

Lo and behold, if you nest tables, Outlook 2007 will strip out the background color. Wait...what? Yeah, exactly.

But, when you open the email in outlook and then view message in browser, voila! the background color emerges!

Thank you MS for using 2 different HTML rendering engines. One of the best cases of, 'the left hand doesn't know what the right hand is doing'

::: waving finger gesture :::

Coldfusion 9 vs latest iteration of Railo?

Does anyone know of any comparison sites out there that I can view?
Or does anyone know off the top of their head the pros/cons of each?

I know the big glaring PRO of Railo = FREE. But, I've always believed in, "you get what you pay for".

Thanks!

Aptana Standalone + CFBuilder plugin...possible?

I've installed Aptana Standalone, then downloaded CFBuilder. I was hoping that I could install CFBuilder as an add-on to Aptana, but seems like I can't.

Is there something I'm doing wrong? Should I do the CFBuilder as a standlone then Aptana as a plug-in?

Thoughts?

Thanx

Dreamweaver CS4 + SVN...anyone try this?

I just started a new job where they use Eclipse. No biggie. They just wanted to use it because of it's Tortoise integration and CFEclipse.

I have yet to embrace Eclipse or CFEclipse for that matter. I'm strictly a DW fan.

Since DW CS4 is on my home machine and I don't employ any versioning control on my home machines (does anyone do this?), I was wondering if there were any pitfalls with using the SVN plugin for DW CS4.

Thanks everyone!

Internet Explorer 8: Really?..why?

Ok, I just downloaded the latest and greatest Redmond browser. I have to say there are some good things and then of course, there are bad things. It's by far worlds better than IE 6, but it's still....Internet Explorer.

Here's a thought...Why doesn't M$ just stop making IE altogether? Seriously? They've made web development a headache since day one of IE. Tried to gain market share and control how to program for the web. That failed miserably.

Suggestion? Why not have M$ partner with FF to help distribute with their OS? MS won't partner with the other browsers (Safari? ha! Ballmer and Jobs partnering?, Chrome? ha! Didn't Ballmer want to eradicate google from the planet?) Just makes sense to me if M$ and FF partner. We'd be so much better off with web development and "standards" compliance.

Ok..time for me to get off the hookah heheheh

Oh...Bring Down IE6!

Overcoming IE's annoying "click" sounds

I was very intrigued at the new IE 8 so I went and downloaded it and installed it.

After 3mins of using it, I realized, "God this clicking sound with every link click is like a mosquito on your ear while you're trying to sleep". I haven't used IE in MONTHS (if it weren't so damn tied to the WinOS I'd have removed it eons ago), so I've been relieved of it's annoyances.

Then I used the greatest thing since sliced bread, and searched google for "annoying click sounds IE".

Found this: Remove Annoying Clicks IE

Nuff said....

no wait..."DIE IE!!!"

Now...Nuff said..

jQuery + ajax dialog + load external content

I was intrigued by Ray Camden's blog about simple dialog popups with jQuery. I saw some of his examples and wanted to take them a step further.

http://www.coldfusionjedi.com/index.cfm/2009/2/1/Creating-a-Dialog-with-jQuery-UI


His example shows that the content is inline with the document and the jQuery code just extracts it from the page and shows it in a dialog box. Cool, yeah, but...what if you wanted to pull in external content?

This is what I came up with:


$(document).ready(function(){
    //define config object
var dialogOpts = {
        title: "My First AJAX dialog",
        modal: true,
        autoOpen: false,
        height: 500,
        width: 500,
        open: function() {
        //display correct dialog content
        $("#example").load("beta/loremipsum.html");}
        };
$("#example").dialog(dialogOpts);    //end dialog
    
    $('#showdialog').click(
        function (){
            $("#example").dialog("open");
            return false;
        }
    );

});

The "example" div is within the page. It's blank. But, get's populated by the open option within the dialog options. That's how I got around it.

Can anyone tell me if this is the "best practices" way of doing this? Is there a better more efficient way?

Dialog Demo

Apple iPhone 3.0 and all that hoopla...

I've had the iPhone 1.0 a long time ago. Right when they introduced it. I don't own it anymore. I had 3 irritating months with it and sold it. Moved onto the Blackberry. It's become my new girlfriend

I just saw that release notes of the iPhone 3.0 SDK...and am wondering what's all the hoopla about?

This is my Blackberry vs. iPhone 3.0 SDK comparison

[More]

Apple Safari 4 Beta...um...why'd ya do that?

Today I was trying to resist the urge to get more Apple software on my laptop, but I just couldn't resist the "curiosity" urge to see what all the hoopla was, about the new Safari 4 Beta.

First off, let me say that, since my bouts with iPods and iPhones and of course iTunes, I've lost respect for Apple and have repeatedly referred to them as "Crapple" to friends, family and co-workers.

With that, you can guess I was ready to bash Safari, get ready to load up Add/Remove from control panel and smile as Firefox loads up :)

Nope. I was duly surprised. I actually like Safari 4. It's lightning fast (thank you webkit) and the home page that looks like a Jeopardy screen is a nice touch.

But!!! (yeah you saw that coming) there's something that took me aback. First off, "where's the title bar..all I see are tabs." So I double clicked the tabs to see if it acts as a title bar, and sure enough, it restored/maximized my browser. Definitely a paradigm shift.

But the biggest paradigm shift for me (and still bugs me), is the fact that to close the tab, the "X" close button, is on the left of the tab. What!? Why? The whole universe is used to the close button on the right or upper right. That's just the way "it is". Why are you forcing me to look for the new location? I know it's small, but it's really irritating.

I think I'll stick to my Firefox with closing tab items where they should be and the umpteen amounts of plugins to make my life easier.

just my 2 cents

Stupid Stupid Stupid...Don't you hate it when you do something REALLY stupid like...

FORMATTING YOUR DATA DRIVE TO DO A FRESH OS INSTALL, instead of your OS DRIVE?!?!

AARRGGHH!! Now looking for a good NTFS Data Retrieval software package. ARGH!!

I could just bang my head on a brick wall until I wake up from the floor right now.

:: breathe....breathe...::

UDPATE:
Using a program called GetDataBack for NTFS, I was able to recover most of my files!! yay! Most importantly I got back my wwwroot directory under inetpub...PHEW!!

Now I have to deal with all my MP3 files and photo files named something cryptic like, "AA300DF.JPG" and figure out what it is by opening it up first. OH FUN!!!

Highly recommended...Get GetDataBack for NTFS. Worth the $80 price to get back your data.

More Entries

Calendar

NAVIGATION

Recent Comments

RSS

Search

Subscribe

Tags