<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development and Technology Blog &#187; Adobe</title>
	<atom:link href="http://pearsonspace.com/blog/index.php/category/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://pearsonspace.com/blog</link>
	<description>Ed Pearson's Personal Web Tech Views (some Politics occasionally)</description>
	<lastBuildDate>Fri, 17 Apr 2009 16:39:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dreamweaver CS4 as PHP IDE</title>
		<link>http://pearsonspace.com/blog/index.php/2008/12/04/dreamweaver-cs4-as-php-ide/</link>
		<comments>http://pearsonspace.com/blog/index.php/2008/12/04/dreamweaver-cs4-as-php-ide/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 19:48:54 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://pearsonspace.com/blog/?p=51</guid>
		<description><![CDATA[As I recently Twittered, I am excitedly back into doing some web development. Currently, it is a final re-launch of the Pearson Funeral Home web site, that basically was designed 2 years ago, but never got launched, so now I am re-writing the code for it to be more secure and have more functionality, as [...]]]></description>
			<content:encoded><![CDATA[<p>As I recently <a href="http://twitter.com/ecp5" target="_self">Twittered</a>, I am excitedly back into doing some web development. Currently, it is a final re-launch of the <a href="http://www.pearsonfuneralhome.com" target="_blank">Pearson Funeral Home</a> web site, that basically was designed 2 years ago, but never got launched, so now I am re-writing the code for it to be more secure and have more functionality, as I have learned a lot in the past 2 years.</p>
<p>Anyway, since <a href="http://www.adobe.com/products/dreamweaver/" target="_blank">Adobe Dreamweaver CS4</a> is out, I thought I would try the trial and see if I thought it was worth the upgrade. The last version I bought was Studio 8 when it was still Macromedia. I hadn&#8217;t seen anything big in CS2 and/or CS3 to push me to upgrade the studio, other than the post-merger integration of Fireworks and PhotoShop&#8230;but that is another topic.</p>
<p>However, being a Dreamweaver user since version 2, in like 1997?, I wanted to give CS4 a try and see what they had added to make the case to upgrade.</p>
<p>The biggest improvements I wanted to see were better performance, better PHP code completion, CSS suggestion and I wanted to see how the Live View feature would work.</p>
<p>My basis of comparision, besides Dreamweaver 8, was <a href="http://www.aptana.com/studio" target="_blank">Aptana</a>, that I have been using inside Eclipse. It is NOT WYSIWIG, but has functioned well for code generation, and has a great price point..FREE!</p>
<p><span id="more-51"></span></p>
<p><strong>Performance Improvements</strong><br />
So far I haven&#8217;t seen any huge performance improvements. I am testing on a better machine, so moving a little bit better. At least it isn&#8217;t wanting to constantly check the database, which it seemed to do randomly on any dynamic site before, so that is a plus. But overall, no huge jump&#8230;maybe they soon will let it be 64-bit and multi-core aware, LOL.</p>
<p><strong>PHP Code Hinting/Additional Functions</strong><br />
This would be my biggest disappointment. DW8 didn&#8217;t have much help, that I found for PHP, beyond the basic server behaviors that it shipped with (which actually are very useful when getting started). CS4 doesn&#8217;t show a lot more server behaviors than DW8 did. Moreover, and this is where Aptana shines vis-a-vis Dreamweaver, is that if I had a function or class defined in another included file, I didn&#8217;t get any code hinting for that function. I got code hinting for pre-defined PHP functions, but again, that was in 8. Aptana will offer code completion for any class or function that I have defined in an include, which is a HUGE help.</p>
<p><strong>CSS Improvements</strong><br />
The push for accessible, clean CSS and code has been a big area that DW has helped push the community in the right direction. Being able to see what CSS is acting on a class or a DIV is a big help in this version, esp. in Live View. That being said, I am disappointed that in Aptana I get code hinting that shows me what browsers a style will work in and even color examples. I hope that Adobe will continue to improve in this area.</p>
<p><strong>Live View</strong><br />
I thought this would be my #1 new feature. Sadly, I am disappointed.</p>
<p>To me the whole point was not to have to round-trip to my testing server and upload and run the files at the server. I guess I thought maybe they were running a dev server on my machine or some other method. However, since to use Live View it still uploads the files, I can just go to the browser and refresh it. Especially since we have to test in what 5, 6, 7&#8230; browsers these days, I am going out there anyway, and using <a href="http://getfirebug.com/" target="_blank">Firebug</a> in Firefox for most testing. It is helpful to not have to go to the browser,  but still not what I expected or wanted.</p>
<p><strong>Related Files</strong><br />
The other new feature they added, that is I have found enormously helpful is Related Files. When you open a page, it loads the referenced included files, any JavaScript pages, CSS or PHP pages. You can go back and forth among the other files right from your main page. This worked even when I opened a page on my hard drive, not in my site. With so many files being used to determine the final look and function of the page, this is a huge help. My only complaint so far is what I stated above, that I don&#8217;t get help with code completion from what I have in those related files, other than the CSS, which they have always done.<strong><br />
</strong></p>
<p><strong>Other New/Improved Features</strong><br />
Unfortunately, I do my development one way, at least on my current projects. So I haven&#8217;t had time or ability to delve into any of the other new features.</p>
<p>I haven&#8217;t used any of the JavaScript frameworks, esp. Spry which come pre-loaded, but I know they mentioned some ability to add frameworks and it have code hinting. So far I haven&#8217;t used this to see what the improvements there are.</p>
<p>Also, I am not using Subversion, so that is not of value to me currently, besides I can do that in Eclipse if I wanted, for free.</p>
<p>After using for a few weeks, there are some nice improvements, but in my areas of concern, it is still not a big enough jump to justify the cost. I will probably continue to use DW8 for those times I need WYSIWIG and probably stick to Apatana for the better coding environment. I find it ironic in a way that the great thing about Dreamweaver was always my ability to code more pages, faster as a site grew, but with them all being so dynamic now, other tools have come out that are better suited for that purpose. I think DreamWeaver is still a good visual tool with some cool tips and development tools, but not what I would consider a full-featured development IDE.</p>
]]></content:encoded>
			<wfw:commentRss>http://pearsonspace.com/blog/index.php/2008/12/04/dreamweaver-cs4-as-php-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saturday Night Coding/Politics</title>
		<link>http://pearsonspace.com/blog/index.php/2007/08/11/saturday-night-codingpolitics/</link>
		<comments>http://pearsonspace.com/blog/index.php/2007/08/11/saturday-night-codingpolitics/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 03:31:49 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Political]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://pearsonspace.com/blog/index.php/2007/08/11/saturday-night-codingpolitics/</guid>
		<description><![CDATA[My wife and kids are out back-to-school shopping. School starts back on Wednesday. I am glad their boredom will be over, but every year I lament the state of our American educational system more, but that is a rant for another blog.
Anyway, currently I am playing with tools in the Yahoo User Interface, some little [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and kids are out back-to-school shopping. School starts back on Wednesday. I am glad their boredom will be over, but every year I lament the state of our American educational system more, but that is a rant for another blog.</p>
<p>Anyway, currently I am playing with tools in the <a href="http://developer.yahoo.com/yui/" target="_blank">Yahoo User Interface</a>, some little JavaScript widgets that help give your sites a little more Web 2.0 interactive flair.  I am not doing anything complicated, but wish I knew JavaScript better, but with learning C#/ASP and the MS-SQL, MySQL and PHP work, I don&#8217;t know that my brain could take in anymore.</p>
<p>Of course, if the wonderful people at <a href="http://wordpress.org/" target="_blank">WordPress</a> would put out a Rich Text Editor like the one embedded in this blog editor my life would be simpler. One of the reasons I am working with the YUI is that version 2.3 has a rich text editor. I have tested out quite a few and can&#8217;t seem to, at least easily, get the right set of options configured in any of them. So far, YUI&#8217;s Editor has been the easiest to configure, but still missing an image upload option (at least that I have found yet).</p>
<p>Lastly, while I took a break from coding, I was looking at the Iowa Straw Poll results. I find these to be great money makers for the party that holds it, but of limited real value. However, because the media places value on them, so do the candidates, or is that the other way around? Anyhow, after watching a <a href="http://www.washingtonpost.com/wp-dyn/content/video/2007/08/09/VI2007080901010.html" target="_blank">video </a>the other day from <a href="http://www.mikehuckabee.com/" target="_blank">Mike Huckabee</a>, I was very impressed to see his  second place win.</p>
<p>I went over to his site and thought it looked pretty cool and they already had a YouTube <a href="http://www.mikehuckabee.com/index.cfm?FuseAction=Blogs.View&amp;Blog_id=275" target="_blank">video</a> up of post-Straw Poll spin, in about an hour, that is pretty good. What surprised me was that it was running <a href="http://www.adobe.com/products/coldfusion/" target="_blank">ColdFusion</a>. I have never done any Coldfusion, but what I have seen of Scorpio, ColdFusion 8 (which maybe out of beta now), Adobe hasn&#8217;t abandoned it, and with the help of <a href="http://www.newatlanta.com/products/bluedragon/index.cfm">BlueDragon</a>, it might actually hold some developer mindshare.</p>
<p>On a personal note, I thought Huckabee to be a very articulate speaker and well-reasoned thinker. Plus, he has a good personal story with the weight loss and the Baptist preacher background. I will say the most ironic thing about him is that his sons, one of whom got arrested last year, are all still relatively large, and here the Governor lost all this weight and wrote a book on it. I am not really surprised about one son, as I met him back in my College Republican days and I think we all knew the only way he was involved with the CR&#8217;s was because of his dad, kinda reminded me of <a href="http://www.imdb.com/title/tt0114694/" target="_blank">Tommy Boy</a>.</p>
<p>So guess there are my random thoughts for Saturday&#8230;have a good rest of your weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://pearsonspace.com/blog/index.php/2007/08/11/saturday-night-codingpolitics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Previous Week..VS vs. Dreamweaver, InstallShield</title>
		<link>http://pearsonspace.com/blog/index.php/2007/07/29/previous-weekvs-vs-dreamweaver-installshield/</link>
		<comments>http://pearsonspace.com/blog/index.php/2007/07/29/previous-weekvs-vs-dreamweaver-installshield/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 03:15:09 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[IT / Network Mgmt]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://pearsonspace.com/blog/index.php/2007/07/29/previous-weekvs-vs-dreamweaver-installshield/</guid>
		<description><![CDATA[Well, I don&#8217;t know how many readers there are, but sorry for the drought then deluge mode of my blog posts. Apparently, Sunday night is my night to catch up. I long ago read if I blogged to do it daily, well I haven&#8217;t quite been able to keep up with that.
Anyhow, I did want [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I don&#8217;t know how many readers there are, but sorry for the drought then deluge mode of my blog posts. Apparently, Sunday night is my night to catch up. I long ago read if I blogged to do it daily, well I haven&#8217;t quite been able to keep up with that.</p>
<p>Anyhow, I did want to mention why I have been so busy and haven&#8217;t posted and also follow up on a previous post.</p>
<ul>
<li>First, the previous post about <a href="http://pearsonspace.com/blog/index.php/2007/05/26/vista-folder-redirection-and-installshield-error-1327/">InstallShield</a> and error 1327.  I was looking at the blog&#8217;s logs and have gotten a few hits to this post, so I must not be the only one having this issue. It continues to be a problem, and probably will be for a while, since people will use the version of InstallShield for a while, even after they come out with a new one that fixes the issue (which hopefully they will do soon). Of course, the new install pain is for Quicktime. I now have to register and then unregister VBscript.dll every time I load a new version, and Apple is <a href="http://docs.info.apple.com/article.html?artnum=304405" target="_blank">aware of the issue</a>, <strong>but of course they haven&#8217;t corrected it</strong> <strong>and you can&#8217;t blame this one Vista, you MS haters</strong>!</li>
</ul>
<ul>
<li>Secondly, what I have been up to is working on learning Visual Studio at work so I can work on ASP to complement our new ERP program we have.  I have been doing PHP programming for a few years now, and have used Macromedia&#8217;s (nee&#8217; Adobe) Dreamweaver for almost 10 years for all my design and development. So using a new IDE is a bit daunting, and interesting to read all the back and forth between the two and their camps. So far best I can determine is that Dreamweaver is not particularly ASP-friendly, but that VS is not a great designer interface.</li>
</ul>
<blockquote><p>But I guess both sides knew this, because Adobe hasn&#8217;t put a lot into ASP, I guess they figure if you are a MS shop, you will use VS. And Microsoft has answered the designer complaint with their <a href="http://www.microsoft.com/expression/" target="_blank">Expression</a> line, which I have only used to play with once. The crappy part for me, is that in my position, I will continue to have to use both, since MS doesn&#8217;t do PHP development (although they have opened up to do MySQL work) and Adobe hasn&#8217;t improved ASP support with CS3 from what I can tell.</p></blockquote>
<blockquote><p>I will be curious to see what <a href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" target="_blank">VS 2008</a> has in it, since MS said Beta 2 that was released this week had some of the design and CSS improvements that came from the Expression Web product. Hopefully, I will know by the end of this week, since I actually think I have learned enough C# to actually do some real coding this week in ASP.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://pearsonspace.com/blog/index.php/2007/07/29/previous-weekvs-vs-dreamweaver-installshield/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
