My first video to Google Video?

  • September 25, 2006
  • James Skemp

Yesterday, I did multiple takes for a video on how to create snippets in Dreamweaver 8. The video ended up being pretty good, I think, albeit the video size was a bit large, and the resolution was a bit small (640x480 is what Google recommends).

Read More

Is it past time for Microsoft to open IIS?

  • September 23, 2006
  • James Skemp
There's a reason PHP and Apache are so popular on the Web. It's the same reason that most beginner's, especially those that have no formal training, start with these technologies. In a word, both technologies are not only open source, but free to use. With the right guide, a user can be up and running with Apache and PHP in a couple of hours. Unfortunately, Microsoft's IIS (Internet Information Services) is something that few home-grown Web users have the honour of using.

Read More

Installing Subversion and TortoiseSVN to a Windows XP, Home Edition, SP2, local machine with Dreamweaver 8

  • September 16, 2006
  • James Skemp
The Subversion aspect has been updated for Windows Vista. So too has the TortoiseSVN installation. The Dreamweaver aspect has not been touched. I also have an article about using Subversion.  When projects become large, or you have the need to keep information on what files you've modified, for any coding project, you may look for some kind of version control system. There's software like Microsoft's SourceSafe, but that can be costly, and according to some, it's a clunky solution.

Read More

Firefox 1.5.0.7 released today

  • September 14, 2006
  • James Skemp
Firefox 1.5.0.7 was released today.  Once again, I found out about this by seeing a site mention it, instead of my browser notifying me ... Ah well.  It's recommended that you download, so go do it!  Note that the partial download failed for me.  Firefox actually had to download a 6.1 MB file to update Firefox, instead of the under 600 KB file it initially downloaded.  While I was at it, I checked my Extensions for updates, which I also recommend you do as well.

Read More

Version control systems - any suggestions?

  • September 14, 2006
  • James Skemp
Version control is something that I've been interested in for the past several months (actually, what month is it, September? I guess it's been longer than just a couple of months) but that I haven't been able to dig into as much as I'd like. Subversion keeps coming up as a good piece of software, with the addition of Trac. Since I wrote the guide to installing Apache 2.0.x a bit ago, I have no reason for not getting started with Subversion.

Read More

Dreamweaver 8 as a MXML IDE?

  • September 7, 2006
  • James Skemp
I've spent the last couple of hours trying to get Dreamweaver 8 to begin to function as a MXML IDE. Unfortunately, while I can get every <mx: tag added to the code hints, I'm having a heck of a time getting the actual code hints to function. The small tutorial that Macromedia (and truly it was Macromedia at the time) provided isn't very helpful at all. CodeSnipers.com (link below) has some information on using Dreamweaver 8 a Ruby IDE, but since Ruby appears to be so function based .

Read More

Compiling Flex applications with Dreamweaver

  • September 6, 2006
  • James Skemp

Tom Lee wrote a post in July detailing how to compile and run Flex applications using Dreamweaver. Since Flex 2 is making me very excited, I felt it was post worthy (especially since I won't have to do a Google search to get back to his post now).

Read More

Lynx for Win32

  • September 5, 2006
  • James Skemp

Courtesy of Jim Spath, you can download Lynx 2.8.5rel1 for Windows here.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 4

  • August 28, 2006
  • James Skemp
In the previous three parts of this guide, we setup Apache 2.0.59 and then created the necessary connections to use ActivePerl, mod_perl, ColdFusion MX 6.1, ColdFusion MX 7.0.2, PHP 4.4.2, PHP 5.1.4, MySQL 4.1.18, and PostgreSQL 8.1.3. This time, we're going to bring everything together by creating a number of batch files to fairly easily switch between various Web server setups. What is a batch file? A batch file is basically a way to run a number of Windows prompts at once.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 3

  • August 26, 2006
  • James Skemp
In Part 1 of this Apache 2.0.59 guide, we setup Apache 2.0.59 on a Windows XP SP2 machine. We also setup Perl and mod_perl, attempting to mimic our Apache 1.3.34 install. In Part 2 of this Apache 2.0.59 guide, we setup ColdFusion MX 6.1 and 7.0. This time, we'll be continuing in our quest by adding support for both PHP 4 and PHP 5. In previous guides, we installed PHP 4 and PHP 5, so if you need to install either one, do so with the above directions.

Read More