Matt Brown's Radio Weblog

Welcome to the Dreamweaver MX Blog. I am the Community Manager for Macromedia Dreamweaver and I work for Macromedia. Come to see what is happening in the community, on the Dreamweaver Team and around the web... Most of all, you get to hear my opinion.
   



  Tuesday, January 14, 2003


Top Ten FAQ for a DMX Nerd - I have started a new weekly feature on my blog, Top Ten FAQ for a DMX Nerd, (TTFFADMXN...  It really needed a geeky acromym...)

I will be taking one person from the user community at large and do an interview with them to get them a chance to introduce themselves and have some fun. Let me know what you think and suggest some questions for me to ask!


9:27:54 AM      comment []

Danilo Celic - For the first interview in the Top 10 FAQ for a DMX Nerd feature... (doesn't that roll off the tongue?) I wanted to feature Danilo Celic.

For those of you that don't know Danilo, he is a long time participant in the community and a curmudgeon. He is outspoken and witty and very much a contributor. He also has taken it upon himself to read the blog and let me know when I make any typos :-P.

He also suggested the feature and I think it is a great idea. Thanks Danilo!

Danilo also tells me he doesn't comment his code well... Bad Danilo... bad....

BTW, Danilo. Leaving your typos in here so you have something to mail me about... :-)

TTFFADMXN - How did you get into web design. What is you background that led you here or that you were escaping when you came here?

I made my first page for a telephone directory for the office was working at since the company provided internal phonebook was about 2 years out of date. I learned HTML by using NotePad, and frequently viewing in NN2.

I'm here basicly because I ifgured out that I didn't enjoy working were I was working, so I saved up enough to work part-time and take some computer classes at the local community college, where, several years later, I'm gainfully employed as a ebusiness counsellor for a Small Business Development Center.

TTFFADMXN - What is the biggest web design project you were involved in? Can you describe your role in it? Was it a success, if not then why not.

I've only worked on small projects, 5-10 pages, until recently, when a db based site was required for a friend's company...12-15 tables, plus add/edit/delete, and custom report generation, with dynamically generated PDF output. Boy, those were some eye-opening steps. Luckily I had done a lot of offline db work prior to this, so mostly it was building the pages (thank you MX) and formatting the reports, and researching the PDF generation. I was supposed to work with someone else on the project, but family issues left me a lonely coder. We're projecting something like $3000 in savings per month when completed (Feb 2003), so I think it'll be  great success for the client.

TTFFADMXN - What are you most interested in in the technology available today?

It seems that I'm moving into dynamic sites, so all the server side stuff is pretty new, I have a lot of catching up to do compared to a lot of my fellow (and fellas, to be PC) developers in the forums. And the more that I look around, the more I like looking at Web Services (WSDL), I think that you developers out there would do well to invest some time investigating utilizing Web Services to facilitate code reuse, and to speed development. Will they be the be-all and end-all, I doubt it, but I think it warrants a good long look to see where they may fit into your processes.

I'm also interested in stealing my wife's new Handspring Treo 180 PDA/phone, with built in web browser, I'm so jealous.

TTFFADMXN - Can you tell us the funniest thing that ever happened with a client or coworker that we can talk about on a public web site?

Only thing I can think of is a particular client that I was working with on email marketing, I'd talk with her about what she could put in emails to her customers, then she'd send one out, including me on the email. I would then send her an email detailing the points that I think could be improved, the company's address and phone number being a couple of those points. After about 4 mailings, and not one of the points being addressed, I talked with her on the phone about her emails. I immediately started in on how she should be addressing the points that I had made on every message. About halfway through my diatribe, she interupted me. "Danilo," she said, "I've ignored you because I'm selling out on the featured item, every time I send out an email. Tell me, why should I listen to you?" Well, that floored me, and I laughed, and told her, "Don't listen, keep on doing what works."  It was a great lesson for myself, all situations are unique, regardless of what "best practices" dictate.

TTFFADMXN - What is your most obscure hobby?

I seemingly don't get away from my computers long enough to have a hobby. It isn't so obscure to those that know me, and my wife just verified it, and I bet ~Angela will too, I argue just for arguments sake, I just love a great discussion/debate/argument. When I get into that mode, I usually agree with the person I'm talking with, but I try to explore the counter-arguments in an effort to refine and/or define what I think about a subject. [TTFFADMXN - I have to concur here with Danilo...]

TTFFADMXN - If you could add one feature to Dreamweaver, what would it be and how would it work in detail.

Now, now, that could let loose some demons. The feature that I'd most like to see within DW would be a query builder similar to Access. I haven't worked on a larger (read better) db such as SQL server or Oracle, so I don't know the tools available there, but the Access query builder lets me put together queries quickly and easily, joining multiple tables without worring about what the proper syntax should be to pull those 5 tables together.

TTFFADMXN - Tables or CSS-p....?

 I'm not one to stand on soapboxes, so my answer is...both, when needed.

TTFFADMXN - What other developer in the community do you credit with igniting the most interest in you.

I'd have to say Paul Boon, with Massimo Foti a close second. Paul's delving into the inner reaches of DW is simply amazing, as well as inspiring, and can't wait to get my hands on some of his company's offerings: http://www.dwwork.com. And without Massimo allowing me to play with his extension libraries, I don't think I'd done some of the things I've done so far, both for myself, and assisting others (Hi Angela & Dan!). Stay tuned for extensions coming out soon.

TTFFADMXN - Product you least like to use?

In general, PhotoShop or FireWorks, and not because they can't do great work....I'm a code jockey, I can read, write, sleep and breathe code, but a graphics program just turns my stomach upside down, I believe that I can tell what is good graphics design, but I feel like my mouse is moving through a bowl of rapidly congealing gravy whenever I try to do something that isn't a simple scan job, or compressing existing graphics. Maybe one day inspired by Japi Honoo, or Daniele Ugoletti, I'll get my act together.

TTFFADMXN - Favorite Hex color?

#003366 (#003366)


8:59:27 AM      comment []

OWASP.org - Heard of it? You should.

OWASP.org, the Open Web Application Security Project, is an open source, volunteer effort to develop tools and information to help people secure their web applications from security threats. This article on their home page is excellent, listing the top vulnerabilities in Web Applications.

Security is an ongoing process. You don't do it and forget it. You have to go back every week and month and check it, research new vulnerabilities and new patches. This list of flaws is a great place to start.

Number one vulnerability? Not validating parameters passed to the server. If you allow anyone to simply create a string to pass to your web page, you are allowing them to possibly run all sorts of nasty applications oun your server...

I have a lot of work to do on my sites I think...


8:43:47 AM      comment []

SCO Group is planning on asking for royalties from Linux users - First it was GIFs, then the ongoing attempts to get royalties from etailers for selling on line, now SCO is trying to get royalties from SCO Unix users that have moved to Linux. Article in c|net.

I think that most of us would agree that companies with IP should protect it and get money for their work developing and maintaining a product or spec or format or whatever, but to not defend that for months or years and then to come back when it is financially convenient is really poor form.


8:36:28 AM      comment []

Safari and Mozilla - Safari, the new Apple browser is based on the KHTML rendering engine which is the core of Konqueror a competing open source project to Mozilla. Why did Apple make this decision and what are the consequences to the Mozilla movement on Macintosh and overall?

Interesting article at c|net that claims that Apple chose not to go with Mozilla. It mostly covers the size of the Mozilla code and has a revealing quote from Jamie Zawinski, a founder of Mozilla and a former evangelist that says, "... Mozilla code is a gigantic, bloated mess, not to mention slow, and with an internap APT so flamboyently baroque that frankly we can't even comprehend where to begin."

As a user of Mozilla, I have to say that to an external user, Mozilla is brilliant and my browser of choice at the moment. However; the internal structure and size of the product may have real impact as other people that need browsers start to look at other sources.

Do you have any experience with Safari? If so then please let us know what you think. If you have experience with Mozilla and Safai, then let us know what you think of them in comparison to one another.


8:28:53 AM      comment []


  © Copyright 2003 Matt Brown.
Last update: 2/1/2003; 12:40:12 PM.

January 2003
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  
Dec   Feb

Mike Chambers'Blog
Christian Cantrell's Blog
John Dowdell's Blog
Bob Tartar's Blog
Jeremy Allaire's Blog

Gareth Downes-Powell's Site
Dan Short's Blog
Nancy Gill's Blog





Search the Blog


Any word All words Exact phrase



















Site Meter