<?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>San Bei Ji &#187; Dreamweaver</title>
	<atom:link href="http://www.sanbeiji.com/archives/tag/dreamweaver/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sanbeiji.com</link>
	<description>三杯雞好吃!</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:57:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Diff-ing commands on Mac</title>
		<link>http://www.sanbeiji.com/archives/858</link>
		<comments>http://www.sanbeiji.com/archives/858#comments</comments>
		<pubDate>Sat, 01 Mar 2008 04:30:36 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[BBEdit]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[FileMerge]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[opendiff]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/archives/858</guid>
		<description><![CDATA[There are several tools to compare files for changes out there for Mac OS X. I&#8217;ll cover a few here. The first and most basic is diff. From the command line, it looks like this: diff -u old_file new_file Where &#8230; <a href="http://www.sanbeiji.com/archives/858">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F858%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Diff-ing%20commands%20on%20Mac%22%20%7D);"></div>
<p>There are several tools to compare files for changes out there for Mac OS X. I&#8217;ll cover a few here. The first and most basic is diff. From the command line, it looks like this:</p>
<p><code>diff -u old_file new_file</code></p>
<p>Where of course old_file is the old suspected filename, and new_file is the new one. This will give you a quick glance at what is new. Each line of difference in the new file will be preceded by a plus (+) symbol, and each difference in the old one will be preceeded by a minus (-) Last saved timestamps will appear at the very top of the output.</p>
<p>A cool trick &#8211; if you use <a href="http://macromates.com/">TextMate</a>, you can pipe your diff output to it and take advantage of TextMate&#8217;s fancy-schmansy code coloring:</p>
<p><code>diff -u old_file new_file|mate</code></p>
<p><strong>Shift + Control + Option</strong> switches Textmate to the Diff bundle, and <strong>Shift + Control + Command + D</strong> will give you access to the context menu for all of the diff commands. Great for you Lightning Ruby Ninja™ coders out there who insist on never letting the tips of your fingers leave your keyboards.</p>
<p>If you have the <a href="http://developer.apple.com/tools/xcode/">XCode Developer Tools</a> installed, you get a second option installed: <a href="http://www.hmug.org/man/1/opendiff.php" title="manual for this command">opendiff</a>, laced with a GUI app called FileMerge:</p>
<p><code>opendiff old_file new_file</code></p>
<p>What is cool about this is that if you run opendiff from the command line, FileMerge takes over and shows you your differences with sexy Mac-ness, replete with an array of search and code merging commands at your disposal. That&#8217;s hot.</p>
<p>If you like <a href="http://www.barebones.com/products/bbedit/">BBEdit</a>, and who doesn&#8217;t, you have <a href="http://www.hmug.org/man/1/bbdiff.php" title="manual for this command">bbdiff</a> at your disposal too:</p>
<p><code>bbdiff old_file new_file</code></p>
<p>BBEdit has a file comparison and merging utility built in which does not suck at all.</p>
<p>Extra Coolness for Dreamweaver users: Select opendiff or bbdiff in your prefereces to compare files with their corresponding GUIs this way:</p>
<ul>
<li>Dreamweaver > Preferences > File Compare</li>
<li>Click Browse</li>
<li>Select bbdiff or opendiff from the file dialog, click OK, and <a href="http://www.adobe.com/devnet/dreamweaver/articles/compare_utilities.html">enjoy</a>.</li>
</ul>
<p>Lusty. So there&#8217;s a few options for finding out what your colleague did to break your perfect code. Happy diff-ing!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/858/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pimp my Reader</title>
		<link>http://www.sanbeiji.com/archives/781</link>
		<comments>http://www.sanbeiji.com/archives/781#comments</comments>
		<pubDate>Sun, 29 Apr 2007 05:04:01 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/archives/781</guid>
		<description><![CDATA[I am a fan of the Google Reader application for managing my RSS subscriptions. The advantage of having all my feeds organized in one convenient web repository is proving to be quite handy (much as del.icio.us has been for bookmarks) &#8230; <a href="http://www.sanbeiji.com/archives/781">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F781%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Pimp%20my%20Reader%22%20%7D);"></div>
<p>I am a fan of the <strong><a href="http://reader.google.com">Google Reader</a></strong> application for managing my RSS subscriptions. The advantage of having all my feeds organized in one convenient web repository is proving to be quite handy (much as <a href="http://del.icio.us">del.icio.us</a> has been for bookmarks) and I like Readers&#8217; own ability to produce new RSS feeds from my content categories.</p>
<p>But the UI, much like a lot of Google&#8217;s apps, leaves a lot to be desired. (Gmail &#8211; I&#8217;m looking at you.)</p>
<p>Fortunately, Jon Hicks has put some lipstick on this pig. Enter <a href="http://www.hicksdesign.co.uk/journal/google-reader-theme-update">Google Reader Theme</a>. Installation is fairly trivial, and the result is a more pleasant and usable interface. As of this writing, it works for <a href="http://www.mozilla.com/">Firefox</a>, <a href="http://www.caminobrowser.org/">Camino</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.omnigroup.com/applications/omniweb/">Omniweb</a>, and <a href="http://www.apple.com/macosx/features/safari/">Safari</a>.</p>
<p>Nice work! Looks much better now &#8211; thank you.</p>
<p>Jon also mentions he was using <a href="http://macrabbit.com/cssedit/">CSSEdit</a> for the skinning work. I like this tool &#8211; have been using it since somewhere in the 1.x days. I find it very useful for quickly digesting the styles in an existing theme, such as an open-source project that I want to skin by leveraging existing styles. For starting from scratch, nothing can beat <a href="http://www.macromates.com">TextMate</a> or <a href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a> for cranking out standards-compliant XHTML and CSS in rapid-fire mode.</p>
<p>This is a great capability, to be able to create your own skins for sites you visit frequently. User customization supports even further the idea that we as web developers need to continue to separate content from design as much as possible, to produce semantic, meaningful markup, and to make our code as simple and as well-documented (self-documenting/semantic) as you can.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/781/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend/PHP Conference, days 3 &amp; 4</title>
		<link>http://www.sanbeiji.com/archives/622</link>
		<comments>http://www.sanbeiji.com/archives/622#comments</comments>
		<pubDate>Sat, 22 Oct 2005 03:29:32 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=622</guid>
		<description><![CDATA[We wrapped up the Zend/PHP conference today and overall it was quite a good show. At the very least, I have my work cut out for me here. I have a stack of books that I picked up at a &#8230; <a href="http://www.sanbeiji.com/archives/622">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F622%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Zend%2FPHP%20Conference%2C%20days%203%20%26%204%22%20%7D);"></div>
<p>We wrapped up the Zend/PHP conference today and overall it was quite a good show. At the very least, I have my work cut out for me here. I have a stack of books that I picked up at a nice show discount from the Sams booth, based on recommendations from many of the others I met at the show.</p>
<p>I&#8217;ve been teaching CSS classes for the past several months, and one colleague described my sessions as something like &#8220;sit down, fly by the seat of your pants, and try to hang on&#8230;&#8221; OK, now I really know what that feels like! Each session was only 45 minutes, and some of these guys were really plowing through some deep coding concepts at warp speed.</p>
<p>My personal highlights for the last two days of event were Chris Shiflett&#8217;s <a href="http://brainbulb.com/talks">Security Audit Howto</a> session, learning about the <a href="http://www.qcodo.com/">Qcodo</a> development framework, and meeting up with the guys at <a href="http://www.interaktonline.com/">Interakt</a>. It was especially cool to finally meet <a href="http://www.interaktonline.com/blogs/alexandru/">Alexandru Costin</a> face to face, since we&#8217;ve had conversations via email for years.</p>
<p>Another unforgettable piece of this event overall has to be reiterated: Marc Andreessen&#8217;s keynote, where he discussed PHP as being one of the first really developer-centric programming languages and picking up where Java left off in this respect, really got the attention of everyone there <a href="http://news.com.com/2100-1012-5903187.html">as well as the media</a>. The <a href="http://developers.slashdot.org/developers/05/10/21/1240258.shtml?tid=156">Slashdot</a> article on Marc&#8217;s comments will give you a flavor of the discussion, and it&#8217;s really tipped off something very large. We will see more of this debate in the months and years to come.</p>
<p>If I had to pick one thing as a chief takeaway from this show, it would have to be just being able to meet all these other great developers and share ideas. This was the first Zend/PHP conference, and I&#8217;m really looking forward to next year.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/622/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blueberry Tiger</title>
		<link>http://www.sanbeiji.com/archives/612</link>
		<comments>http://www.sanbeiji.com/archives/612#comments</comments>
		<pubDate>Tue, 04 Oct 2005 05:01:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=612</guid>
		<description><![CDATA[While my old PowerBook waits in the shop for a new motherboard (yes, the PB12 shall rise again), I am using a blueberry iMac. This was a low-end 350 MHz type, and it has a decent 576 MB RAM installed. &#8230; <a href="http://www.sanbeiji.com/archives/612">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F612%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Blueberry%20Tiger%22%20%7D);"></div>
<p>While my old PowerBook waits in the shop for a new motherboard (yes, the PB12 shall rise again), I am using a blueberry iMac. This was a low-end 350 MHz type, and it has a decent 576 MB RAM installed.</p>
<p>I had no problem wiping the system and installing Panther. But of course I can&#8217;t leave well enough alone, so I set myself about the task of figuring out a way to install Tiger on this old heap.</p>
<p>Now given that Tiger ships on DVD, and given that the blueberry gumdrop sitting on my desk has no DVD drive, nor FireWire port for booting up from an external DVD drive, this was a bit of a problem. Sure, I had a whole bunch of spare external hard drives, and some even had USB. This might work.</p>
<p>So the first thing I did was to borrow my wife&#8217;s iBook, which had the internal DVD drive. I took one of the old external drives, in this case a LaCie 20GB external 2.5&#8243; Pocket Drive with both USB and FireWire ports, and plugged it in to the iBook. I then installed Tiger onto the LaCie drive. In the process, I experimented with the custom installations. This iMac has a 7 GB internal hard drive, and the default Tiger install is around 4.7 GB. I&#8217;d like to add an order of fries with that whopper. Interestingly, I found that if I remove all but the Epson printer drivers from the install configuration, I could save myself a full gigabyte of disk space. Removing all but the Traditional Chinese language translations saved me almost as much. I got the final instal down below 2.8 GB (although that seems to balloon up later&#8230;)</p>
<p>The installation completed rather quickly over a FireWire cable, and now I had a good lightweight install of Tiger on the LaCie drive. I tested a boot of it to the iBook and it worked perfectly.</p>
<p>Now I went over to the iMac. First, I plugged in the LaCie via USB to the iMac. This drive requires external power if you&#8217;re using USB, so I had to plug it in to it&#8217;s A/C adapter. I popped in a Panther install CD and ran the installer. The computer reboots off the CD and I now can do things to the internal drive via Disk Utility, available from the Installer drop-down menu. I clicked the Restore tab and dragged the external LaCie icon to the Source field, and the internal drive to the Destination field. For good measure, I clicked the Erase Destination preference. I clicked the Restore button, and let &#8216;er rip. Went to bed. These iMacs were notoriously quiet, so I couldn&#8217;t hear a thing during the cutover process, and slept soundly</p>
<p>Next morning I checked and the process seemed to work. Unplugged the LaCie, set my Startup Disk preference, and it rebooted into Tiger. After a billion updates, she&#8217;s running 10.4.2.</p>
<p>Now, this thing is of course slow, but surprisingly responsive enough to get basic work done. I am running BBEdit, Interarchy 7, and surprisingly, Dreamweaver 8 effectively. Dreamweaver is a bit of a hog, but I&#8217;m mostly just working in code view and applying some PHP behaviors and using file synchronization. Really, with the code completion, it&#8217;s still faster than typing in BBEdit. I&#8217;m currently installing PHP5 and MySQL 4.1, and those ran OK under 10.3, at least good enough for local development.</p>
<p>Well, good. Now to install that image on the old Tangerine 266 MHz box&#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/612/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DW8</title>
		<link>http://www.sanbeiji.com/archives/608</link>
		<comments>http://www.sanbeiji.com/archives/608#comments</comments>
		<pubDate>Thu, 15 Sep 2005 03:34:25 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=608</guid>
		<description><![CDATA[What I love about the new Macromedia Dreamweaver 8: The Mac installer is a smaller download than the windows version. CSS code completion improvements PHP coder improvements and support for PHP5 Improved CSS rendering CSS visualization of margins and padding &#8230; <a href="http://www.sanbeiji.com/archives/608">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F608%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22DW8%22%20%7D);"></div>
<p>What I love about the new Macromedia Dreamweaver 8:</p>
<ul>
<li>The Mac installer is a smaller download than the windows version.</li>
<li>CSS code completion improvements</li>
<li>PHP coder improvements and support for PHP5</li>
<li>Improved CSS rendering</li>
<li>CSS visualization of margins and padding</li>
<li>Faster than the last version</li>
<li>Background file operations</li>
<li>Document tabs and window management commands like Tile, Cascade, and Save Panel Layout Sets &#8211; oh my.</li>
<li>The full studio comes with a Contribute 3 license.</li>
<li>Improved support for web standards</li>
<li>Find diffs using integrated BBEdit or opendiff</li>
</ul>
<p>Best  version of Dreamweaver. Ever.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/608/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oopsie</title>
		<link>http://www.sanbeiji.com/archives/607</link>
		<comments>http://www.sanbeiji.com/archives/607#comments</comments>
		<pubDate>Wed, 14 Sep 2005 01:22:19 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=607</guid>
		<description><![CDATA[As I was in the process of installing a new 100 GB hard drive into my old PowerBook G4, I had a little boo boo. At one point you&#8217;re supposed to go in like the old board game Operation and &#8230; <a href="http://www.sanbeiji.com/archives/607">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F607%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Oopsie%22%20%7D);"></div>
<p>As I was in the process of installing a new 100 GB hard drive into my old PowerBook G4, I had a little boo boo. At one point you&#8217;re supposed to go in like the old board game Operation and disconnect two wires plugged in to the motherboard by these flimsy little sockets. Well it turns out the one that goes to the power button was fused closed and not going to come apart, so in jiggling with the damn thing I pulled it&#8217;s soldering off the motherboard. Crap! I am going to be down a few days it seems.</p>
<p>At least there&#8217;s plenty of backup technology lying around this house to tide me over. I installed PHP on an old 266 MHz Tangerine iMac, which seems to work just fine. No Dreamweaver running on that bad boy though&#8230; I think that&#8217;d bring that poor machine to it&#8217;s knees&#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/607/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gig Land: Web Designer for Zone Labs</title>
		<link>http://www.sanbeiji.com/archives/597</link>
		<comments>http://www.sanbeiji.com/archives/597#comments</comments>
		<pubDate>Sat, 27 Aug 2005 14:52:58 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=597</guid>
		<description><![CDATA[Zone Labs in San Francisco needs a web design contractor and quick! Interested folks can send their resumes to khalperin AT zonelabs.com. Position Title:&#160; Web Design Contractor General position responsibilities: The Web Design contractor is responsible for supporting all production &#8230; <a href="http://www.sanbeiji.com/archives/597">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F597%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Gig%20Land%3A%20Web%20Designer%20for%20Zone%20Labs%22%20%7D);"></div>
<p><a href="http://www.zonelabs.com/">Zone Labs</a> in San Francisco needs a web design contractor and quick! Interested folks can send their resumes to <strong>khalperin AT zonelabs.com</strong>.</p>
<h4>Position Title:&nbsp; Web Design Contractor </h4>
<h5>General position responsibilities:</h5>
<p>The Web Design contractor is responsible for supporting all production efforts for Zone Labs online campaigns.</p>
<p>Proactively manage and produce all of E-commerce-oriented, technology partner and SMB initiatives including web promotion activity such as email campaigns, landing pages, ad banners, etc.</p>
<h5>Required skill set and experience: </h5>
<ul>
<li>High-level proficiency with HTML, CSS, and Javascript</li>
<li>Demonstrated expert understanding and implementation with popular email clients</li>
<li>Detailed understanding of cross-browser compatibility and proven experience creating highly-compatible web deliverables</li>
<li>Hands-on experience with Dreamweaver HTML editor/design tools a must </li>
<li>Excellent sense of web design to ensure optimal response from online campaigns</li>
<li>Detailed-oriented with ability to track, organize and prioritize multiple, simultaneous projects and request</li>
</ul>
<h5>Desired skill set:</h5>
<ul>
<li>Demonstrated ability to positively affect visitor/user behavior</li>
<li>Demonstrated ability to engage in cross-department planning and the ability to manage your own work schedules and commitments </li>
<li>B2C and B2B background desired</li>
</ul>
<h5>Education:</h5>
<p>BS/BA degree required or equivalent industry experience, with a minimum of 3-5 years of web design/ production experience.</p>
<p>Send your resume to <strong>khalperin AT zonelabs.com</strong>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/597/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Dreamweaver</title>
		<link>http://www.sanbeiji.com/archives/546</link>
		<comments>http://www.sanbeiji.com/archives/546#comments</comments>
		<pubDate>Fri, 22 Apr 2005 02:31:12 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=546</guid>
		<description><![CDATA[Wake up and smell the merger: Macromedia &#8211; Press Room : ADOBE TO ACQUIRE MACROMEDIA Let me see if I can say it out loud. Ahem: &#8220;Adobe Dreamweaver.&#8221; Woah. That was weird&#8230; I have mixed feelings about this one. On &#8230; <a href="http://www.sanbeiji.com/archives/546">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F546%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Adobe%20Dreamweaver%22%20%7D);"></div>
<p>Wake up and smell the merger:</p>
<p><a href="http://www.macromedia.com/macromedia/proom/pr/2005/adobe_macromedia.html">Macromedia &#8211; Press Room : ADOBE TO ACQUIRE MACROMEDIA</a><br />
Let me see if I can say it out loud. Ahem: &#8220;Adobe Dreamweaver.&#8221;</p>
<p>Woah. That was weird&#8230;</p>
<p>I have mixed feelings about this one. On the one hand, I have a fear that the loss of competition will not bode well for the consumer, and products that are great like Fireworks are at risk. But on the other hand, it would be nice to see some of the killer features on either side get integrated into each others&#8217; product lines. Like the return of draggable palettes to the Macromedia line, or better vector support in Photoshop/ImageReady. Adobe GoLive is dead as a product, but maybe some of it&#8217;s good points might make their way into Dreamweaver someday. I wonder about Freehand  it&#8217;s got some good points but on the whole doesn&#8217;t compare to Illustrator. Maybe multi-page documents in Illustrator finally?</p>
<p>My biggest fear is Fireworks. Fireworks is such a good program for web image editing. ImageReady was created by Adobe to compete with FireWorks, but it doesn&#8217;t really. I have ImageReady installed, but do I ever use it? No. When I look at user workflow, Fireworks makes much more sense. If I were Adobe, I&#8217;d focus Photoshop on what it does best, which is photo manipulation, kill ImageReady, and bake what few decent features it has into Fireworks and make that the integrated companion web graphics editor. Or just leave the products separate and let the market decide&#8230;</p>
<p><acronym title="Scalable Vector Graphics">SVG</acronym> has an interesting situation now that Adobe will own Flash. There&#8217;s a lot of speculation that Adobe will just give up on SVG and force Flash on the world, not that it isn&#8217;t already ubiquitous. If bandwidth and bloat weren&#8217;t and issue, I&#8217;d say just go ahead and bake SVG support into the Flash player and let standards take a great leap forward. But for the obvious monopolistic and technical reasons, this is somewhat unlikely.</p>
<p>Ultimately, the combined company will be a very strong one. That much I am certain of. The company is going to completely own every segment of the publishing software market from web to print. All I hope is that Dreamweaver continues to kick ass as a web development tool and to continue to improve over time, and the rest of it can sort itself out&#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/546/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.sanbeiji.com @ 2012-02-12 02:46:41 -->
