meeting
Mid-March Madness
Mon, 03/17/2008 - 21:36 — ucarToday’s meeting touched on many different things going on and has given me some direction on where we should be going with some of the directory structuring. We decided to have an images and docs folder inside each folder that requires such and not have a central location for all docs and images. But we are going to structure web_dev in a more logical way by placing all non-web files (files that don’t go on the web) in a separate folder. I’ve delegated many tasks to others and some to myself:
No Meeting
Fri, 02/22/2008 - 23:09 — ucarToday the meeting was canceled, but I feel a need to write where I'm at... I created a table that explains the projects I've worked on since they were discussed at the last meeting, shown below projects.xls.
Upcoming Meeting
Tue, 02/05/2008 - 23:09 — ucarAnother Day...
Wed, 01/30/2008 - 23:09 — ucar404 Fun:
Today I added a snippet to track my 404 pages with google analytics, I recieved from this site.
<script type="text/javascript"
src="http://www.google-analytics.com/urchin.js">
</script>
<script type="text/javascript">
_uacct = "xxxxx-x";
urchinTracker("/404.php?page-not-found=" + _udl.pathname + _udl.search + "&linked-from=" + _ubd.referrer);
</script>
Dreamweaver and PHP Woes
Wed, 01/23/2008 - 06:23 — ucarSo 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'); ?>
Strategize
Wed, 12/19/2007 - 06:23 — ucarSo I'm back from two days of security training and I've learned many things that I probably should have known a while ago, but better late than never.
