Dreamweaver and PHP Woes
So both Scott and DJan are unhappy to find that they couldn't see the included style sheets among all the other php included files. I realized that if you change the include syntax everything seems to be recognized by Dreamweaver
<?php include ('files'); ?>
Using this syntax makes dreamweaver recognize the syntax, but this wasn't the end of the story. Apparently I had to use an actual mapped drive and not just the network address for my sites, this made dreamweaver correctly read the "/" at the beginning of a link correctly. So for example my css files were in "/styles/cssfile.css" and the "/" at the beginning wasn't being read correctly until I used a mapped network drive instead of the network address...
So I'm able to see all the files correctly in dreamweaver by making these changes, but I'm still struggling to get DJan and Scott to see it correctly. I think Scott using a mac and connecting over samba might be an issue. I'll update this post if I have to take any other steps to get this to work.
Recent Meeting:
We recently had a meeting with a few decisions.
- We'd like to put out RSS feeds in the SERE labs and also figure out a way to aggregate content into the sites.
- I emailed Kris Conrad with no response thusfar on this
- Found one of many old sites with no one updating it, not sure what we are going to do with it
- Found out that this site has a repository of old recordings of past speakers. The funny thing is most of it is in real media format and the UCAR org doesn't currently support this format on their network due to a security hole. This is currently the only supported format and no support for the popular flash format... Go figure
- Here's the current way of handling video
- I'm working with DJan for a way to orginize the projects folder under ISSE, this is a repository of lots of projects that should be placed in a DB but currently is just floating out there with little organization...

Comments
Post new comment