Current Filter:
Category: Extensions
Date Range: 10/6/2002 - 10/12/2002
(clear filters)

Saturday, October 12, 2002

76 and counting...

Well folks, I'm almost done with the Server Formats. So far there are 76 potential formatting options! By the time I'm done there will be over 100. Don't forget, you can even customize many of them to make your own. I've looked around to see what is out there comparatively and I just couldn't find a suite of Server Formats this expansive. I've yet to find any that are written in a way to allow for you to make more of your own either. Sorry, but I can't help but get excited about this... I'm looking forward to your (the public's) opinions about it. So far I've had a few emails from some of you reading this and the feedback has been great. I'll keep you posted...

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

 
Thursday, October 10, 2002

More formats

The Server Formats saga continues... I've thought up several more Server Formats that will be done after the Date/Time ones as separate products. I'm about 1/2 way through making the Date/Time ones now. Here's a screenshot of what I've done so far. Yeah I know it looks like a lot of menus, but if we don't do it this way, the main menu would be way too long. We'll have demos up and screenshots within the next few days. We'll run it through some beta testing, and in a week or less it should all be ready.

I know I mentioned a potential price in a previous post I made... Well, so much has changed and improved that we'll have to account for that of course. We've not decided on a price yet, but I'll let you know when we do. (Don't worry it won't be expensive.) If you have any questions about the Server Formats, please feel free to ask me.

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

 
Wednesday, October 9, 2002

Major Feature Creep

We just had a case of Feature Creep. Dan and I spent a whole hour talking about all the potential Server Formats we could add to the suite. This has grown exponentially... by how much, I'm not exactly sure but it is going to be really cool. We'll be letting users create their own formats from predefined ones. For instance, we supply you with Current Month, Previous Month, and Next Month. You could then make your own that will do 6 months ago, or 3 months from now. I spent a bunch of time playing with Weekday Name earlier just for fun. That one can be used to figure out things like what day of the week you were born based on your date and year of birth. Lots of fun to be had with these Server Formats. Stay tuned for more info as it becomes available...

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

 
Tuesday, October 8, 2002

Seconds Stripper additions

We've added 2 more Server Formats to the list. They are:
13. Seconds Stripper With Dots - 9:50 P.M.
14. Seconds Stripper Lowercase Without Dots - 9:50 pm

You'll notice that the difference betwen 11 thru 14 is whether or not there are dots and if the time of day is lowercase or uppercase. These will all be found under a Date/Time» Seconds Stripper submenu. I've done 11 thru 14 now so that's 4 done and 10 to go.

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

Format list

Dan was proud. :-) He also helped me to better my function as well. Within a matter of a few minutes, we decided to put together a suite of 12 VBScript Date/Time formats that we'll be selling from DWfaq. Right now we're planning on $10 and the list of formats are currently:
1. Week Start
2. Week End
3. Week Range
4. Weekday Name
5. Month Name
6. Days In Month
7. First Day of Month
8. Previous Month
9. Next Month
10. Last Day of Month
11. Seconds Stripper - 9:50 PM
12. Seconds Stripper Lowercase - 9:50 p.m.

We should be done with it in only a few days. Of course Dan and I will both mention it in our blogs when it becomes available. With luck, I'll figure out the ColdFusion equivelants and release those seperately.

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

 
Monday, October 7, 2002

Gonna make Dan proud...

Dan's gonna be so proud...I actually wrote my first VBScript function late Saturday night. I spent most of my day on Sunday with my friend for her birthday, but my mind was on getting home to work on converting the function (which I'd already made into a working Server Behavior) into a Server Format. What's the difference you ask? Well first let me tell you what my function does. Dreamweaver offers Date/Time Formats through the Format column of the Bindings panel. None of them output the time in a 12 hour clock format without seconds. For example, look here at my blog. See that the time for this entry is 5:39:27 AM? What if I wanted to remove the seconds so it shows 5:39 AM? I'd use my new function ;-). I originally made it a Server Behavior, but the problem with that is, rather than convert the selectiom. DW assumes I have yet to enter the field on the page. Second problem is that the Server Behaviors panel is cluttered with things enough as it is, and really shouldn't have something that is just done for the sake of formatting. So, I set out to build a Server Format. Now that I've done it once, I think I'm unstoppable... I just need to read up on how to package a Server Format because it requires adding to the Formats.xml file, and I'm all set. Next, I'll see if I can tackle the same concept for ColdFusion, and I'll release both when they're ready. I needed to apply this code to at least 10 pages and I wasn't about to handcode it each time or use Snippets. So "necessity is the mother of extensions", also known as my need to be lazy ;-). As Laurie put it to me on MSN, "laziness is the mother of extensions". Stay tuned for an announcement for the release of "Seconds Stripper" some time (much) later today...

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