Calendar
|
|
March '10 |
|
||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
Quicksearch
Interesting Sites
Archives
Categories
Syndicate This Blog
Creative Commons
CSS Inline Edit for IE6 (and above)
I use IE6 in my primary installation for testing against web browser compatibility. Because IE6 has so many more issues than the other browsers, I leave it without the "required" updates for Microsoft. I have Virtual PC installations for IE7 and IE8. Typically, once IE6 and Firefox compatibility is reached, fixing IE7 and IE8 to look and behave as expected is a breeze (read: typically).
The one thing that is a hassle, is the lack of a good development tool for IE6 to mess around with CSS style definitions and see them updated in the document in real time. Firefox has the Web Development Toolbar, or Firebug - both do a similar job in this regard. If you need to add a selector, then WDT is your choice, if you just need to set some new attributes, I prefer the interface of Firebug...regardless of your choice, they both work very well.
IE6's Developer Toolbar helps us out, but it just does not get us quite to the level that would be very helpful, and I have noticed at times that options I have set do not actually render as expected (I cannot recall what they were, sorry Microsoft developers!). I just now found two tools that supposedly help out with this.
DebugBar v5.x is a tool that gives a very nice and neat interface for seeing exactly how Internet Explorer sees your CSS/JS and the DOM. It doesn't let you edit documents live, but it may be useful in seeing how it interacts with your site. However, beyond this information (and the handy "Drag to Target" identifier), I didn't find this option all that useful for live editing. It still is kind of handy though, so I thought I'd mention it.
More importantly, I found a slightly less "smooth" (interface-wise) toolbar that will allow me to edit the CSS of the document in real time. This works almost the same way Firefox's Web Development Toolbar's "Edit CSS" option works. You can get this tool, "DOM Helper", at the following address:
http://www.hairy-spider.com/2006/02/24/AnnouncingDOMHelperANewAndImprovedCSSEditor.aspx. However, I found that the installation command given did not work for my version of IE. In order to get it working, I had to also register the other included DLL in the zip file. But, lo and behold, I now have inline CSS editing in Internet Explorer! YAY!
Note: The author of DOM Helper also has a tool that lets you modify scripts in real time, however getting it installed would require a recompilation of source code that you would have to do yourself. This is beyond my needs, and therefore, beyond my ability to assist with such requests - fair warning, if you ask I won't be able to help with that.
The one thing that is a hassle, is the lack of a good development tool for IE6 to mess around with CSS style definitions and see them updated in the document in real time. Firefox has the Web Development Toolbar, or Firebug - both do a similar job in this regard. If you need to add a selector, then WDT is your choice, if you just need to set some new attributes, I prefer the interface of Firebug...regardless of your choice, they both work very well.
IE6's Developer Toolbar helps us out, but it just does not get us quite to the level that would be very helpful, and I have noticed at times that options I have set do not actually render as expected (I cannot recall what they were, sorry Microsoft developers!). I just now found two tools that supposedly help out with this.
DebugBar v5.x is a tool that gives a very nice and neat interface for seeing exactly how Internet Explorer sees your CSS/JS and the DOM. It doesn't let you edit documents live, but it may be useful in seeing how it interacts with your site. However, beyond this information (and the handy "Drag to Target" identifier), I didn't find this option all that useful for live editing. It still is kind of handy though, so I thought I'd mention it.
More importantly, I found a slightly less "smooth" (interface-wise) toolbar that will allow me to edit the CSS of the document in real time. This works almost the same way Firefox's Web Development Toolbar's "Edit CSS" option works. You can get this tool, "DOM Helper", at the following address:
http://www.hairy-spider.com/2006/02/24/AnnouncingDOMHelperANewAndImprovedCSSEditor.aspx. However, I found that the installation command given did not work for my version of IE. In order to get it working, I had to also register the other included DLL in the zip file. But, lo and behold, I now have inline CSS editing in Internet Explorer! YAY!
Note: The author of DOM Helper also has a tool that lets you modify scripts in real time, however getting it installed would require a recompilation of source code that you would have to do yourself. This is beyond my needs, and therefore, beyond my ability to assist with such requests - fair warning, if you ask I won't be able to help with that.
Firefox Download Day
Today is the release of Firefox version 3.0. The world over plans to celebrate the release by pledging to download the browser in an attempt to create a Guinness Book of World Records entry for most downloads of a single product on its release day. Although there are no other holders for this entry, the Mozilla Corporation intend to beat Firefox 2's record set a few years back. Join in if you are a Firefox user!
In other news, Opera v9.5 is out, and is sporting some fancy CSS3 additions!
In other news, Opera v9.5 is out, and is sporting some fancy CSS3 additions!
Microsoft System Restore and Apache
Just a note in case anyone else has this problem...
DO NOT RUN SYSTEM RESTORE IF YOU'RE RUNNING AN APACHE SERVER ON YOUR MACHINE AS A SERVICE. Apparently, Windows perceives the document files as system files when run as a service and will also undo any changes on these files... I have yet to find the saved/backed up version of my newer files to get back without undoing my restore. It was bad enough the restore messed up my Symantec Client installation; that took a good hour or so to fix (uninstall, clean registry, remove services, restart 6 times, NoNav, reinstall, restart, etc...).
I thought this might be a nice warning for anyone else.
Guess you have to backup your webserver files before using the system restore (only when you run Apache as a service).
Update and Correction: It wasn't until after I was unable to find my updated folder structure (searched on a specific folder name) and ran an undo on my restoration that I realized...the files were still gone! ...or more correctly, they weren't gone, but for some ungodly and unknown reason the folder structure was migrated back to the way it was originally (when I ran the restore) and System Restore simply GUESSED (using some algorithm of sorts) where it thought all my files belonged. Upon my "undo", it was not restored to the way it was. I almost broke a ton of things around me until I noticed some of my files were just in the wrongly named directory. Either way, I still strongly suggest backing up webserver files before doing a system restore - especially if you've done any folder modifications recently. (I know, you should back up your stuff anyway, but what the heck...not gonna do a full system backup before a system restore from a week ago when it's not supposed to touch non-system files or folders anyway.)
DO NOT RUN SYSTEM RESTORE IF YOU'RE RUNNING AN APACHE SERVER ON YOUR MACHINE AS A SERVICE. Apparently, Windows perceives the document files as system files when run as a service and will also undo any changes on these files... I have yet to find the saved/backed up version of my newer files to get back without undoing my restore. It was bad enough the restore messed up my Symantec Client installation; that took a good hour or so to fix (uninstall, clean registry, remove services, restart 6 times, NoNav, reinstall, restart, etc...).
I thought this might be a nice warning for anyone else.
Update and Correction: It wasn't until after I was unable to find my updated folder structure (searched on a specific folder name) and ran an undo on my restoration that I realized...the files were still gone! ...or more correctly, they weren't gone, but for some ungodly and unknown reason the folder structure was migrated back to the way it was originally (when I ran the restore) and System Restore simply GUESSED (using some algorithm of sorts) where it thought all my files belonged. Upon my "undo", it was not restored to the way it was. I almost broke a ton of things around me until I noticed some of my files were just in the wrongly named directory. Either way, I still strongly suggest backing up webserver files before doing a system restore - especially if you've done any folder modifications recently. (I know, you should back up your stuff anyway, but what the heck...not gonna do a full system backup before a system restore from a week ago when it's not supposed to touch non-system files or folders anyway.)
Thank you, Microsoft! Thank you, Adobe!
As is common on the wide open internet, there are often simple online contests that people may enter to win some sort of software (or other) prize, and it can be as simple as signing up for a free service, entering an email, coming up with a catchy comment in a blog post, etc...
Microsoft recently had a contest that I was made aware of due to having a specific type of profile with my Microsoft Live! account. In order to enter the contest, all that had to be done was either subscribe to the Microsoft MSDN Flash Newsletter, or customize my MSDN Flash Newsletter. Since I was already subscribed to the newsletter and wanted to enter the contest (the grand prize was a trip to New Zealand), I decided a customization was in order...
Well, a couple weeks ago, I got the following in the mail:
...and of course, there was also a thin cardboard CD booklet that contained my very own Vista OS. I can also use this to upgrade to Vista Ultimate (which I plan to do, I've seen Business Edition, there's no Solitaire!) later on. I wasn't originally planning on upgrading when I created my new computer, but thanks to Microsoft's contest, I now will not only install Vista, but they'll be getting another ~$170 from me for the Vista Ultimate upgrade. Win/Win! Thanks, Microsoft!
Adobe: I'm in love with Photoshop CS3. I got my copy of the Adobe Creative Suite CS3 (why do they call it Creative Suite CS...seems a bit monotonous) Web Premium. So far I've only tried out Photoshop and Acrobat (though not purposefully with Acrobat, it loaded a PDF by default). Regardless, I was able to learn at least 5 new things right from the start to make my photographs look even more stunning than they were. I'm very pleased. It's much better than my old Photoshop version 5.1 that I was using. So: Thank you, Adobe! I'll be sure to try out the rest of the suite (and get my money's worth)!
Microsoft recently had a contest that I was made aware of due to having a specific type of profile with my Microsoft Live! account. In order to enter the contest, all that had to be done was either subscribe to the Microsoft MSDN Flash Newsletter, or customize my MSDN Flash Newsletter. Since I was already subscribed to the newsletter and wanted to enter the contest (the grand prize was a trip to New Zealand), I decided a customization was in order...
Well, a couple weeks ago, I got the following in the mail:
Enclosed is your copy of Microsoft Windows Vista™ Business.
Congratulations again on being a winner in the Microsoft MSDN Flash Promotion sweepstakes for signing up and/or customizing your MSDN newsletter.
Thank you for being a part of the MSDN community!
Sincerely,
Mike Hartmann
Microsoft Corporation
...and of course, there was also a thin cardboard CD booklet that contained my very own Vista OS. I can also use this to upgrade to Vista Ultimate (which I plan to do, I've seen Business Edition, there's no Solitaire!) later on. I wasn't originally planning on upgrading when I created my new computer, but thanks to Microsoft's contest, I now will not only install Vista, but they'll be getting another ~$170 from me for the Vista Ultimate upgrade. Win/Win! Thanks, Microsoft!
Adobe: I'm in love with Photoshop CS3. I got my copy of the Adobe Creative Suite CS3 (why do they call it Creative Suite CS...seems a bit monotonous) Web Premium. So far I've only tried out Photoshop and Acrobat (though not purposefully with Acrobat, it loaded a PDF by default). Regardless, I was able to learn at least 5 new things right from the start to make my photographs look even more stunning than they were. I'm very pleased. It's much better than my old Photoshop version 5.1 that I was using. So: Thank you, Adobe! I'll be sure to try out the rest of the suite (and get my money's worth)!
The Fate of Money
So I wanted to purchase Adobe's Creative Suite 3 Web Premium... I decided to wait an extra week because I had some money to pay on my credit card and just wanted to take care of that before making another large purchase, it wasn't that big of a deal, and any money not used in paying off the credit card would have gone into the bank. Well, my luck doesn't seem to be all that wonderful. As you may know, I also just bought the Apple iPod and iPod+Nike kit, so add that into this equation...but I went out to a local fair (socializing, awesome!) which cost me a pretty penny by itself; just like going to the movies, if you're going to enjoy it you already know you're going to pay a premium.
Well, I ended up losing my cellphone on one of the rides. Granted, the rides were pretty awesome, but not quite $300 awesome (original retail value of the phone). At least it's only something physical that can be replaced so I didn't let it ruin my evening, but man... So I drive out the next morning, cancel my old phone and buy a new one while upgrading my contract to get a (small) discount. I was going to extend the contract anyway. If you're curious, I use AT&T Wireless, and no, I didn't buy an iPhone. I like the slim-line design of my phone, so I bought an upgraded model of what I already had, I now have a Charcoal-Silver Moto RAZR V3xx.
Okay, I can still deal with the monetary blow, I think... Wait, wait...what's this? MY CAR WON'T START! Hmmm, I didn't leave the headlights or any other lights on...it was fine this morning... Here's what happened: the plastic surrounding the positive side of the battery terminal (including the batter terminal) broke away from the battery itself. There was battery acid leaking in my battery compartment and I didn't even know it. Because of the broken piece and corrosion, the terminals couldn't make a connection. As silly as it was, the battery still had juice and was good to go...if it could make a connection. So that was yet another cost in a new car battery.
...I think it'll be another 6 weeks before I can purchase my Adobe Suite.
Well, I ended up losing my cellphone on one of the rides. Granted, the rides were pretty awesome, but not quite $300 awesome (original retail value of the phone). At least it's only something physical that can be replaced so I didn't let it ruin my evening, but man... So I drive out the next morning, cancel my old phone and buy a new one while upgrading my contract to get a (small) discount. I was going to extend the contract anyway. If you're curious, I use AT&T Wireless, and no, I didn't buy an iPhone. I like the slim-line design of my phone, so I bought an upgraded model of what I already had, I now have a Charcoal-Silver Moto RAZR V3xx.
Okay, I can still deal with the monetary blow, I think... Wait, wait...what's this? MY CAR WON'T START! Hmmm, I didn't leave the headlights or any other lights on...it was fine this morning... Here's what happened: the plastic surrounding the positive side of the battery terminal (including the batter terminal) broke away from the battery itself. There was battery acid leaking in my battery compartment and I didn't even know it. Because of the broken piece and corrosion, the terminals couldn't make a connection. As silly as it was, the battery still had juice and was good to go...if it could make a connection. So that was yet another cost in a new car battery.
...I think it'll be another 6 weeks before I can purchase my Adobe Suite.
(Page 1 of 4, totaling 17 entries)
» next page

