Current Filter:
Category: Extensions
Date Range: 11/1/2002 - 11/30/2002
(clear filters)

Friday, November 22, 2002

Bug solved

Well today didn't turn out nearly as bad as I thought. :-) Had some difficulties getting my dentist appointments on time, but in the end I finally got there alright and had the work done. I'm feeling much better than before too.

Good news, I *think* I have solved the bug that was holding up production of JavaScript Assistant and CSS Assistant. If my solution continues to work as I re-introduce the code I removed for debugging, I'm gonna be thrilled! I've workd well over a hundred hours on CSS Assistant alone, plus Danilo has put a lot of time into it. It would have been a shame if the world never saw it because of a stupid bug. I just don't like releasing a product if a bug this bad can't be fixed or worked around unless. I'll definitely post my progress here as always.

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Tuesday, November 12, 2002

Frustrating bug

The past 2 days have been very frustrating when it comes to coding my latest 2 extensions. I'm basically battling a bug in Dreamweaver and it is one I'm clueless how to squish at this point. Basically both of my new extensions involve the ability to wrap the user's selection with some code. That all works fine and dandy. The problems start when the user changes their mind and does and Undo. If the user does an Undo, then makes another selection, the selection is not recognized and the code is inserted after their previous selection before the Undo. It is very annoying to say the least and will prevent these two extensions from being released if I cannot find a workaround. Wish me luck folks, I seriously need it.

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Saturday, November 9, 2002

Over anxious

I should learn to not get over anxious and think certain things are simple. :-) It turns out there are some nasty little bugs that need squishing in JavaScript Assistant. I'll work with it while coding CSS Assistant too, and not rush releasing it until bugs are properly squished. Just wishful thinking on my part that this would be easy... and yes, I've added features -- only because I'm lazy and I know they'll help me in the end. If they help me, they may help others... that's the plan at least! :-)

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Assistant stuff

This morning I was chatting with Laurie and decided that I didn't feel like working on CSS Assistant, because I was lazy writing all that same JavaScript over and over again. So I decided I'll make a JavaScript Assistant as a freebie, since it was so easy to write that in 20 minutes I was done. Well, excpept for the icons (that's always the tough part). Besides, I could have made them all Snippets; there aren't any real special features or anything. I just happen to lik clicking buttons and having them in easy reach. When I'm coding JavaScript, I like to have the full width of the window, so I tend to hide all panels. Really, nothing special, just a matter of comfort for this one. I'll be releasing this one probably late tonight, or possibly tomorrow. Stay tuned...

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Tuesday, November 5, 2002

My little assistant

I forgot to mention it... shame on me! That adorable little hand in the ad for Color Assistant belongs to none other than my adorable little Gaetano :-)

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Color Assistant released

I always announce here first, as promised :-). The Color Assistant is now officially launched, and available for just $10 at the DWfaq Store. I hope you enjoy using it as much as I have!

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Color Assistant Demo

As always, I show it to you here first :-). Here's the Color Assistant Flash Demo for the DWfaq Store. I'll post the link to the store soon as it is ready for sale, which should be in about an hour or so. Thanks to all my beta testers for your help, you're the greatest!

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Monday, November 4, 2002

Cavities

Getting 2 cavities filled was definitely not the way to start my morning...OUCH! :-( 10 hours later it still hurts. I probably would have been better off if he'd just pulled the thing. I don't look forward to the dental visit with Gaetano. He needs caps on several teeth (a result of bad grinding in his sleep). I hope he doesn't cry as much as I did today. Seriously, labor hurt less than this torture -- even before the epidural.

So needless to say, I haven't been in a very good mood all day. I'm working on a Flash demo for Color Assistant since it is the kind of product that you don't realize how useful it is without seeing it in action. I am a total Flash dummy and now have gained a respect for Flash folks who have the patience to learn the program. It isn't as easy as it looks!

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Sunday, November 3, 2002

New Features = New Bugs

The problem with adding new features is that it almost always introduces new bugs! Sure enough several bugs were found in the new features, and I believe I've squished them all now. Assuming beta testers confirm I've fixed all their findings, and don't discover anything new, it won't be too long before Color Assistant is released. The more I use the extension, the more I like it... and several of the beta testers have told me the same. I'm hoping that's the general perception for it, but we shall see...:-)

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Saturday, November 2, 2002

Beta feedback

So far beta feedback has been very helpful, which means enhancements need to be made. I can take it though. :-) I've already fixed 3 bugs, 2 typos, and added 1 new feature. If I can add one more feature this release, I'll do it, otherwise I'll work on it for a dot release because it is a cool idea. Since you've been so patient, I'll tell you that the name of the product is Color Assistant. It is the first in what may turn out to be a line of "Assistant" extensions. I don't want to release feature details just yet, but soon as they're locked down, shortly before release I'll post it here first. :-)

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Extension excitement

I'm very excited about this little extension I must say. I've added all the features into this release. I'm just writing the help file that explains how the preferences work, then I'll package it up again and send it off to beta testers for checking. Writing this extension has taught me quite a bit and will help me finish the next extension, CSS Assistant. I'm looking forward to beta feedback on this version, since it incorporates some things that they requested. I'll keep you posted!

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Feature creep

I forgot to mention earlier... would you believe that yet another feature has creeped into this release? Yep, another. The latest 2 features are some user preferences. I've coded the preferences menu already and have the checkmarks toggling as they should. Now it is just a matter of adding those features to the output code. Should be pretty simple to do that part. I have it mapped out in my brain already. These past 3 weeks have been really good for me from a JavaScript perspective. I've learned so much and ideas keep lighting off in my mind now. I knew eventually things would snap into place for me; it is definitely a great feeling.

Posted by ~Angela | Comments (0) | Add Comment | Permalink

 
Friday, November 1, 2002

New features...

Feature creep has struck again. The extension is totally done and ready to go and working well, and then I go and think of a new feature. I think this would really add to the usefulness of this extension so I'm going to try hard to get it into this release. If not, it will be a dot release soon as I sort it all out. Here's another hint for those of you dying to know what this is all about... hue,saturation & luminosity.:-)

Posted by ~Angela | Comments (0) | Add Comment | Permalink

Validation Routines

I've added some validation routines to the extension now to prevent bad input from a user. (Thanks to Danilo for help with the Regular Expression - got me going in the right direction.) A clue for those of you still wondering what this is all about. Here's part of the regular expression #[1-9A-F]{6}. We're getting closer to a final product now. I can't wait!

Posted by ~Angela | Comments (0) | Add Comment | Permalink