Thoughts, comments, images and reflections from the people who bring you BeansAboutIt [dot] com








 

Archives
« current

'07 {
.Feb/ 10 17 }

'06 {
.Dec/ 02 23 30
.Nov/ 04 11
.Sep/ 02 09 16 23 30
.Aug/ 05 12 26
.Jul/ 15 29
.Jun/ 03
.May/ 06 20
.Apr/ 08 22
.Mar/ 25
.Feb/ 11 18
.Jan/ 07 14 }

'05 {
.Oct/ 15 22
.Sep/ 03 17 24
.Aug/ 13 20
.Jul/ 02 09 16 23 30
.Jun/ 04 11 18 25
.May/ 07 14 21 28
.Apr/ 02 09
.Mar/ 05 12 19
.Feb/ 26
.Jan/ 08 15 22 29 }

'04 {
.Dec/ 04 11 18 25
.Nov/ 06 13 20 27
.Oct/ 16
.Sep/ 04 25
.Aug/ 07 14 21 28
.Jul/ 03
.Jun/ 05 12
.May/ 01 08 15 29
.Apr/ 03 10 24
.Mar/ 06 13 20 27
.Feb/ 07 14 21 28
.Jan/ 03 10 17 24 31 }

'03 {
.Dec/ 06 13 20 27
.Nov/ 01 08 15 22 29
.Oct/ 04 11 18 25
.Sep/ 06 13 20 27
.Aug/ 02 09 16 23 30
.Jul/ 05 12 19 26
.Jun/ 07 14 21
.May/ 03 10 17 31
.Apr/ 5 12 19 26
.Mar/ 15 22 29
.Feb/ 01 08 22
.Jan/ 04 11 18 25 }

'02 {
.Dec/ 01 08 15 22
.Nov/ 02 09 16 23 30
.Oct/ 05 19 26
.Sep/ 07 14 21 28
.Aug/ 03 10 17 24 31
.Jul/ 06 20 27
.Jun/ 01 08 15 22 29
.May/ 04 11
.Mar/ 23 30
.Feb/ 09
.Jan/ 05 12 26 }

'01 {
.Dec/ 01 08 15 22 29
.Nov/ 03 10 17 24
.Oct/ 06 13 20 27
.Sep/ 22 29
.Jun/ 30
.May/ 12
.Feb/ 03 10 17
.Jan/ 06 20 }

'00 {
.Dec/ 02 09 16 }


 

Send an ePostcard

Amigos
Blather
Lightningfield
Zeldman
ALA
usr/bin/girl
laura holder
photographica.org
hunkabutta
Flâneur
San Francisco Stories
{fray}
Noyen
bluishorange
Ideapad
thescoop
madorangefools
Noah Grey
Exitwound
design.is.kinky
Brainstorms & Raves
blissbat

9-11
Kottke
rion.nu
Salon
13pt
NY Artlab
missing pieces
Metropolis

WTC Tenants
Access map
FBI

Blowback
9/20, 9PM

Auden


e-me


















 

Muse
 

Friday, December 06, 2002
4:33 PM      

It's a Winter Wonderland around here today. I think it's actually warmer outside, now that it's snowed. I don't know the official precipitation, but it looks like we might have gotten more than the forecasted 2-4 inches. I haven't been beyond the front landing since the snow started.

:::

VBScript isn't my favorite language by a long stretch. It's so syntactically different from ECMAScript, Pascal, and even BASIC, that it gets frustrating soemtimes. Still, I keep getting work setting up or maintaining ASP pages. The project I completed this afternoon involved iterating through a form to find certain elements, and doing validity checking on some data entry fields. Since the user might submit the form more than once before it validates, the script writes some previously-submitted data into hidden fields. Kind of interesting.

Part of the project involves cookies. I'm curious about the mechanism behind the cookie architecture. The script is executing at the server, but request.cookies and response.cookies seem to operate as if the cookies file is local. At first, I figured the cookies must get sent along with the post, but then I realized that some users have a lot of cookies. Now I figure the data actually gets fetched and written in separate background transactions with the browser.

Meanwhile, there's ASP.net - an entirely different animal. It's object-oriented, and involves a completely different breed of language. Once the dust settles on Flash, I'll take a closer look at ASP.net, but so far I haven't been able to get excited about it. I also wonder about how quickly it will get adopted, and who's likely to jump first.

:::

I got word today that the Flash project that I was pitching went to somebody else. Hey, I gave it a solid shot. Meanwhile, it's back to the books. I think I'll be in good shape for the developer and design exams by next week.



[ link | e-me ]

Wednesday, December 04, 2002
5:43 PM      

Granny's homegoing service was actually beautiful. She would have been happy and proud. My cousin, the Rev.Edward Joseph, III did an amazing sermon about what Granny's two canes meant to him. (Before arthritis put her in a wheelchair, she walked first with one cane, and later with two.) My cousins Cheryl Dixon and Lisa Ware both sang powerful solos, and I had the privilege of reading my poem. The talent, diversity, and connectedness of the family was in full evidence that night. It was clear that Granny had touched the lives of a lot of people, and that her legacy is a rich one.

Family members came in from around the country for the services, and I had the special treat of reconnecting with cousins that I hadn't seen in 15 years or more. It's also been a good while since I'd been in Granny's house. It was nice to be there. Denise said she thought I was more at ease in that house than any other "home" I've been in. Maybe that's because it's where I spent the first three years of my life. Maybe it's because of all the special things that happened there. I wasn't aware of a difference myself, but it's hard to see outside my own skin.

:::

Sessions.edu has profiled 5 students from the class of 2002. I'm very pleased with how my page turned out. They even included a link to my portfolio, which is a surprise. I've been planning to upgrade the portfolio for a while, and it's starting to make a lot of sense to do it sooner, rather than later... It's been a while since I looked at the logs, but I might be surprised to see how much traffic it's getting.

:::

Reading more on Flash, I'm starting to get very interested in what can be done with the drawing API. For one thing, I can use it to dynamically generate a mask. That suggests a wide range of possibilities. Very cool stuff. I haven't built many of the examples, but I'll probably finish reading through Flash MX Studio tonight. It's chock full of good stuff, and covers a nice broad range of Flash applications. It is a code-rich book, labeled as advanced/intermediate level, so it's not for the visual designer who's never played around with Actionscript. But, if you've dabbled in ActionScript and want to explore how to enhance your interactive and dynamic content chops, there's a lot in this book for you. The writer does a good job of breaking down complex chunks of code and explaining what it's doing. Better still, most of the projects even look nice.

I think the coolest piece in the book is an interactive game called SphereCage - an update on the old arcade game "Pong." It does some interesting 3D simulation stuff, and even demonstrates a practical application of matrix math! But, the coolest thing is that I got a demonstration of how you do inheritance in Flash:

Model = function( ) {
};


// The code above, when invoked via the constructor new generates an instance of the class Model.

BallModel = function ( ) {
};
BallModel.prototype = new Model( );


/* ... Above is an example of how you would write a BallModel class to inherit the properties and methods of the Model class.

When you want to invoke a method of BallModel's superclass (in this case it's Model), use super.

For example, to invoke model.applyTransform from within the BallModel object, you'd use:

super.applyTransform( );

*/



[ link | e-me ]
 
This page is powered by Blogger.