<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Cibgraphics Design Studio Blog</title>
<description>Utah Graphic and Web Design - Salt Lake City, West Jordan, Draper, Sandy: Blog</description>
<link>http://cibgraphics.com/blog</link>
<item>
<title>High Praises</title>
<description><![CDATA[<p>This week I was greeted with a nice surprise. Turns out that this page (which I designed and developed) had been included into a blog post of a very popular web design blog/magazine. On August 23rd <a href="http://www.WebDesignLedger.com">WebDesignLedger.com</a> posted an article titled <a href="http://webdesignledger.com/inspiration/55-excellent-examples-of-websites-using-html5"><em>55 Excellent Examples of Websites Using HTML5</em></a> and this site was one of the ones included. The blog article was also posted on <a href="http://www.smashingmagazine.com">Smashing Magazine</a>.</p>
<p>In addition this site was also included into the online gallery called <a href="http://www.html5gallery.com">HTML5Gallery</a>. To be accepted you have to have exceptional design <em>and</em> code.</p>
<p>This proves that hard work pays off.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=39</link>
<pubdate>Fri, 27 Aug 10 08:35:32 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=39</guid>
</item>
<item>
<title>CSS3 Text Shadow</title>
<description><![CDATA[<p>Text-shadows are becoming a popular method in web design. If done right, they can be done elegantly and beautifully. They are also easy to do when you know what the syntax is. As usual this is supported in every major browser except IE.</p>
<div class="code_block">
<p>p {</p>
<p>text-shadow: #fff 1px 1px 0;</p>
<p>}</p>
</div>
<p><strong>Example with text-shadow</strong></p>
<p style="text-shadow: #fff 1px 1px 0;"><em>Hello World</em></p>
<p><strong>Without text-shadow</strong></p>
<p><em>Hello World</em></p>
<p><em><br /></em></p>
<p>The property accepts 4 arguments (or values).&nbsp;</p>
<p>1. Color of shadow</p>
<p>2.&nbsp;The X-coordinate of the text-shadow</p>
<p>3.&nbsp;The Y-coordinate of the text-shadow</p>
<p>4.&nbsp;The blur radius of the text-shadow</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=38</link>
<pubdate>Fri, 23 Jul 10 13:02:34 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=38</guid>
</item>
<item>
<title>Site Update</title>
<description><![CDATA[<p>In an effort to help the client out a little more, I have updated the site with a FAQs section. This will go over some questions that I get from the client a lot or some things that the client is sometimes confused about.</p>
<p>Now I know a lot of designers and developers come to my site to visit the resource page. The page is not gone but is no longer on the main menu. I might figure out something else for it but for now you will find the link in the footer. I think that it might have been confusing some clients into clicking on it expecting to find information for them. If you need a quicker link here is the <a href="../resources">Designer Resources</a>.</p>
<p>If there are any other things that I can do to make the page more user friendly let me know.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=37</link>
<pubdate>Sat, 10 Jul 10 18:47:04 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=37</guid>
</item>
<item>
<title>Animations Panel in Photoshop CS5</title>
<description><![CDATA[<p>Though all the talk of new features of Photoshop CS5 there is one feature that doesn't get a lot of attention. But for those working in this line of project, they will leap for joy in the improvements that Adobe has made to making animations.</p>
<p>First and foremost I am happy to note that Photoshop CS5 will finally be able to open animated gif files with all frames intact. Previously Photoshop would throw away all animation data and leave you only with the first frame of the animation. Needless to say this was useless.</p>
<p>The animation panel in Photoshop CS4 and previous was simple yet oddly hard to use. Mostly this was so because there was no good indicator as to what animation was going on. You had to remember what you did, and constantly preview your animation. Even more confusing is that if you wanted to make changes it was downright difficult to do so often resulting in starting over the animation process.</p>
<p>Gladly Adobe made some huge improvements to the panel. It is very easy to use and even more importantly easy to see what is going on and make changes.</p>
<p><a class="fancy" href="../images/blogimages/animation_panel.png"><img title="Photoshop CS5 Animation Panel" src="../images/blogimages/animation_panel.png" alt="Photoshop CS5 Animation Panel" /></a></p>
<p>Click image to see larger version</p>
<p>I wont go through how to make an animation but I will try to explain a few of the new things that have been introduced.</p>
<p>If you have ever used Adobe movie creation software than this will look very familiar to you. You have multiple layers in your timeline. Each layer has multiple properties that can be animated. Animations start by click on the stopwatch. The smart thing that Adobe does is that all you have to do is set the correct position in the timeline (using the scrubber) and change what property you want to animate. Adobe will then automatically set the keyframe for you. It is important to note that if you click on the same stopwatch it will turn off all animations for that property and hence delete your keyframes.&nbsp;If you need to make a change all you have to do is select the proper keyframe and move it to the desired position or change the property.&nbsp;</p>
<p>There is many more features and options but that is the basic workings of the new panel. This is a huge refreshment over the last version and one that is very welcomed. It is easy (and fun) to create basic animations such as the one below.</p>
<p><img title="Photoshop CS5 Animation" src="../images/blogimages/psd_animation.gif" alt="Photoshop CS5 Animation" /></p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=36</link>
<pubdate>Wed, 07 Jul 10 17:13:06 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=36</guid>
</item>
<item>
<title>Disabling Right-Click Disables Users</title>
<description><![CDATA[<p>I have seen many webpages attempt to secure their information by disabling the right click. Not only is this a bad practice, but limits your users in function that they would normally do.</p>
<p><img title="Right Click Disabled" src="http://www.cibgraphics.com/images/blogimages/right_clickdisabled.png" alt="Right Click Disabled" width="420" height="155" /></p>
<p>First off, why is this bad? It is bad because it is very ineffective. Lets list the reasons.</p>
<p><strong>It uses Javascript.</strong></p>
<p>Any web savvy web user knows that javascript can be disabled. If they really wanted your content they can just disable javascript and bypass your script.</p>
<p><strong>Print Screen</strong></p>
<p>If they wanted your images, all they would have to do is do a screenshot and they have your image.</p>
<p><strong>Menu - View Source</strong></p>
<p>If you are trying to prevent them from gaining access to your code it isn't going to work. All browsers have an options to view the source from their menu systems. This gives them access to all your code and by consequence the URL's to all your images. Some browsers (Firefox, Safari, Chrome) have extensions that enable the visitor to see all your source code without the browser menu system so that is another way for them bypass your script</p>
<p><strong>Takes time to load</strong></p>
<p>Because it is a script, that means the browser needs to execute it. This takes time and browser resources which will make your site just that much slower.</p>
<p><strong>User alerts</strong></p>
<p>When a user does right click, they are alerted by a popup that the function has been disabled often requiring the user to accept the notification. This added click will do nothing but annoy the user who will often times just leave your site never to return.</p>
<p>____</p>
<p>Now the title said that it disables your users. How could the right click be a plus for users?</p>
<p><strong>New Window or Tab</strong></p>
<p>All browsers have the ability to open up tabs in one window. There are many users that use this functionality and a popular method is to open up links via the right click in a new tab or window. If you disable the right click it will make that method all the more harder to do.</p>
<p><strong>Bookmarks</strong></p>
<p>If the user wanted to bookmark the page via the right click menu, this would no longer be possible. The user would have to resort to the menu system. And unless you have really good content, they probably are not going to bother.</p>
<p>____</p>
<p>So you don't want people to steal your content, so what can you do?</p>
<p><strong>Watermarks on images</strong></p>
<p>Seems simple enough. It is a good start but be warned that even this is not fool proof. A poor watermark can be removed with an image editor.</p>
<p><strong>Don't put it on the internet.</strong></p>
<p>If you absolutely don't want certain content stolen just don't put it on the internet. It is 100% fool proof.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=35</link>
<pubdate>Fri, 18 Jun 10 11:19:58 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=35</guid>
</item>
<item>
<title>The Meaning of Time</title>
<description><![CDATA[<p>HTML5 bring in a bunch of new meaningful tags. Amongst those is the time tag. Its purpose, thoughtfully enough, is the give meaning to a date or time.</p>
<div class="code_block">
<p>&lt;time&gt;5:00&lt;/time&gt;</p>
</div>
<p>But what if you have a date, or even a word that means a point in time. What is the meaning behind that?</p>
<div class="code_block">
<p>&lt;time&gt;5am yesterday&lt;/time&gt;</p>
<p>&lt;time&gt;July 4, 2010&lt;/time&gt;</p>
</div>
<p>To give more meaning to it, you must use the datetime attribute.</p>
<div class="code_block">
<p>&lt;time datetime="2010-05-28T05:00"&gt;5am last Tuesday&lt;/time&gt;</p>
<p>&lt;time datetime="2010-07-04"&gt;July 4, 2010&lt;/time&gt;</p>
</div>
<p>So we can see that with HTML5, we can give purpose and meaning to time and dates.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=34</link>
<pubdate>Sat, 29 May 10 11:44:22 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=34</guid>
</item>
<item>
<title>Site Updates (HTML5)</title>
<description><![CDATA[<p>You may have not noticed some changes on the site. For one, we now how Facebook Like buttons on the blog. Also, in blog comments you can now add some basic formatting to your comments. I also tried to reduce the load times on the pages so the site should be much faster.</p>
<p>Perhaps the biggest change is not a visual one at all. With all the blog posts about HTML5, it seemed kinda silly saying how easy it is to use and that you can use a lot of it right now, but not actually do it ourselves. So the whole site has been recoded to use HTML5 tags.</p>
<p>Let me know how you like the new changes.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=33</link>
<pubdate>Sun, 23 May 10 09:28:49 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=33</guid>
</item>
<item>
<title>Pantone Hotel</title>
<description><![CDATA[<p>No, we are not kidding. The famous color swatch company now owns their own hotel.</p>
<p><a title="Pantone Hotel" href="http://www.pantonehotel.com" target="_blank"><img title="Pantone Hotel" src="http://www.cibgraphics.com/images/blogimages/pantone_hotel.png" alt="Pantone Hotel" width="455" height="216" /></a></p>
<p>Located in Brussels anyone can sleep with their favorite colors (or color combination). As you can expect everything is colorful and in Pantone's color swatches. Colors are even labeled with the correct color identifier.</p>
<p>Take a better look at the hotel by visiting <a title="Pantone Hotel" href="http://www.pantonehotel.com" target="_blank">www.pantonehotel.com</a>.</p>
<p>On a side note, they should really hire someone to fix the awful kerning problems on their site.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=32</link>
<pubdate>Thu, 20 May 10 07:50:30 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=32</guid>
</item>
<item>
<title>Google Fonts API</title>
<description><![CDATA[<p>Google is great at making resources available for developers. They even host Javascript and other files so developers don't have to host it themselves. One of the most annoying aspects of creating webpages is the use of fonts. Usually you would have to make an image out of what you need, or you could use either a Javascript or a Flash solution. In fact, this site makes use of Cufon for it's special fonts.</p>
<p>Google has a solution. The Google Font API. If you know just even a tiny bit of CSS, you can use this. First you have a group of fonts that you can choose from. At the moment it is only a small selection but I am sure it will grow with time. You can visit the <a href="http://code.google.com/webfonts" target="_blank">font library here</a>.</p>
<p>After you pick a font you just insert the given code into your webpage. For example if I was to choose the&nbsp;Vollkorn font the code would be this:</p>
<div class="code_block">
<p>&lt;link href='http://fonts.googleapis.com/css?family=<strong>Vollkorn</strong>' rel='stylesheet' type='text/css'&gt;</p>
</div>
<p>Then you would make reference to the font using CSS:</p>
<div class="code_block">
<p>h1 { font-family: '<strong>Vollkorn</strong>', arial, serif; }</p>
</div>
<p>The nice thing about the code/font library is that it is compatible with even IE6. If the library grows to a couple hundred fonts I can see this as a valuable tool for serious production in the future.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=31</link>
<pubdate>Wed, 19 May 10 14:02:15 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=31</guid>
</item>
<item>
<title>HTML5 Video Tag</title>
<description><![CDATA[<p>One of the many great new additions is the video tag. Yet this confuses people because they are not sure how to use it. To understand how to use the tag you must understand what video formats browsers use and support. Safari and Chrome use H.264 (MPEG-4), Firefox supports the Ogg Theora codec, and currently IE8 and below doesn't even support the tag but will in IE9. This leaves a problem. How can you add a video that will play in all browsers. First lets learn how to use the tag.</p>
<p>This your basic syntax:</p>
<div class="code_block">
<p>&lt;video src="video_file.mp4"&gt;</p>
<p>Sorry, your browser cannot display this video</p>
<p>&lt;/video&gt;</p>
</div>
<p>To solve the problem between Safari/Chrome and Firefox you can modify the syntax like this:</p>
<div class="code_block">
<p>&lt;video&gt;</p>
<p>&lt;source="video_file.mp4" type="video/mp4" /&gt;</p>
<p>&lt;source="video_file.ogv" type="video/ogg" /&gt;</p>
<p>Sorry, your browser cannot display this video</p>
<p>&lt;/video&gt;</p>
</div>
<p>This will display the video in each browser that supports it, but currently it will sit on the first frame with no way for the user to start or watch the video. To do that we must either add controls or make the video play automatically (or both). It would be also wise to auto buffer the video before playing. If you have multiple videos on one page, I would avoid auto buffering.</p>
<div class="code_block">
<p>&lt;video controls="controls" autoplay="true" autobuffer="true"&gt;</p>
<p>&lt;/video&gt;</p>
</div>
<p>For IE, you will have to figure out what browser they are using with either a server language or javascript and then display a flash version of your video.</p>
<p>The nice thing about the video tag is that since it is HTML, it can be styled with CSS to personalize it they way you need to match your site and needs. The video tag is a block-level element so keep that in mind as you style it. As an added note, since you are using HTML5, why not try using some CSS3 to style it such as rounded corners and drop-shadows.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=30</link>
<pubdate>Tue, 04 May 10 06:58:37 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=30</guid>
</item>
<item>
<title>Adobe CS5 Shipping</title>
<description><![CDATA[<p>Adobe has officially announced that the Creative Suite CS5 is now shipping.</p>
<p><img title="CS5 Boxes" src="../images/blogimages/cs5_boxes.jpg" alt="CS5 Boxes" width="998" height="227" /></p>
<p>If you have preordered it for download, you can download it now. If you ordered the box, you'll have to wait until the physical product is shipped to you but you can download the trial to what ever suite you ordered and then enter in the serial to your product when you get the box.&nbsp;</p>
<p>Also as promised, trials will also be available starting today so if you have not ordered the suite, you can still get your hands on it for 30 days.</p>
<p>We ordered the box, so when it arrives we will post pictures of the un-boxing as well as a review of some of the major programs.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=29</link>
<pubdate>Fri, 30 Apr 10 06:56:58 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=29</guid>
</item>
<item>
<title>HTML5 Support in IE</title>
<description><![CDATA[<p>Currently Internet Explorer can not see any new HTML5 tags. Yes, even latest release Internet Explorer 8. This poses a big problem. If IE8 (or any IE for that matter) can not see any of the new tags, it makes it impossible to style them. So how do we solve this?</p>
<p>For now we must resort to javascript as the solution until everyone has moved over to the yet unreleased IE9 which will support HTML5. If the user visit your page in IE, Javascript must tell IE that these tags are actually part of the DOM (<span>Document Object Model) and then you can style them just as any other tag.</span></p>
<p>You can download it here: <a href="http://pastebin.com/5un0nqqS">IE HTML5 Support</a>.</p>
<p>In our next post we will be talking about the new tags and how you should be using them correctly for semantic purposes.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=28</link>
<pubdate>Thu, 22 Apr 10 08:37:45 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=28</guid>
</item>
<item>
<title>Adobe CS5 Shipping Date Confirmed</title>
<description><![CDATA[<p>There have been lots of rumors of when Adobe will actually ship their new CS5 software. We decided to get in touch with Adobe to see if they would give us a date. A to our surprise, they did.</p>
<p>The Adobe CS5 software will officially ship April 30, 2010. The trials would also be released from that date. We don't have too long to wait.</p>
<p>We will be getting the software as soon as Adobe will let us, and we will make a full review on it.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=27</link>
<pubdate>Fri, 16 Apr 10 11:01:19 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=27</guid>
</item>
<item>
<title>Learning HTML5</title>
<description><![CDATA[<p>There is a lot of focus on HTML5 and equally CSS3. But what are these technologies and how can you use them in your webpages today? Clearly IE isn't going to support these tags. Modern browsers don't support some aspects of them.&nbsp;</p>
<p>In an attempt to give you a good resource on how to make a HTML5 pages while still supporting, we will be looking at some of the new tags and options that it gives us.</p>
<p>First we will look at some of the new tags, what they are used for and then show an example of a full HTML5 page how it should be coded.</p>
<p><strong>The Tags</strong></p>
<p>While there are many new tags, we will only be looking at a few of them and their purpose. It is important to note that HTML5 is a way to better make tags represent the content that fills them. For example a site could have a generic div tag for an article. Hardly semantic from the looks of it. HTML5 fixes that with the article tag.&nbsp;</p>
<p>Here are a few of the basic HTML5 tags you should know (not a full list of all HTML5 tags).</p>
<div class="code_block">
<p>&lt;section&gt;</p>
<p>&lt;header&gt;</p>
<p>&lt;footer&gt;</p>
<p>&lt;nav&gt;</p>
<p>&lt;article&gt;</p>
<p>&lt;aside&gt;</p>
<p>&lt;canvas&gt;</p>
<p>&lt;audio&gt;</p>
<p>&lt;video&gt;</p>
<p>&lt;section&gt;</p>
<p>&lt;hgroup&gt;</p>
<p>&lt;summary&gt;</p>
<p>&lt;time&gt;&nbsp;</p>
</div>
<p><strong>The Doctype</strong></p>
<p>Another change is the doctype. Many really hate the doctype mostly because no one can remember it and always have to copy it from one place or another. HTML5 gets rid of this and replaces it with something much easier to remember</p>
<p>Old (for HTML 4.01 Transitional):</p>
<div class="code_block">
<p>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"</p>
<p>"http://www.w3.org/TR/html4/loose.dtd"&gt;</p>
</div>
<p>New:</p>
<div class="code_block">
<p>&lt;!DOCTYPE html&gt;</p>
</div>
<p>Now that isn't hard to remember is it?</p>
<p><strong>Dropped Tags</strong></p>
<p>With the addition of new tags, old ones have been dropped. They are as follows:<em> acronym, applet, basefont, big, center, dir, font, frame, frameset, isindex, noframes, s, strike, tt, u</em></p>
<p><strong>The future</strong></p>
<p>In the next few posts we will look more in depth about what HTML5 entails and how you should change your workflow (and your next webpage) to this new standard and how you can support even IE6.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=26</link>
<pubdate>Wed, 14 Apr 10 16:57:11 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=26</guid>
</item>
<item>
<title>Adobe CS5 Trials</title>
<description><![CDATA[<p>If you are like the many Adobe fans who are eager to get their hands on CS5 trails, Adobe has notified us that they will release trials for all the CS5 programs within 30 days of product shipment. This is perfect because you can pre-order your software, use it 30 days early and then just activate your current software.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=25</link>
<pubdate>Mon, 12 Apr 10 11:53:59 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=25</guid>
</item>
<item>
<title>Adobe CS5 is Here (feature list)</title>
<description><![CDATA[<p>The day has come, and right before the official announcement, Adobe has released info on the new features for it's CS5 lineup. Since there are so many programs, I will not go into the features of all of them (just those of the Design Premium). So lets get started shall we?</p>
<p><img title="CS5 Boxes" src="http://www.cibgraphics.com/images/blogimages/cs5_boxes.jpg" alt="CS5 Boxes" width="998" height="227" /></p>
<p><strong>Photoshop CS5</strong></p>
<p>&bull; Mixer Brush (for live painting effects)<br />&bull; Content Aware Fill<br />&bull; New selection refinement tools<br />&bull; Puppet Warp<br />&bull; Enhanced HDR imaging<br />&bull; 3D Extrusions<br />&bull; Better Media Management</p>
<p><strong>Illustrator CS5</strong></p>
<p>&bull; Perspective drawing<br />&bull; Enhanced strokes (variable widths, better dashes and art brush control)<br />&bull; Bristle brush (paint vectors that resemble natural media)<br />&bull; Pixel grid for web and mobile devices<br />&bull; Shape builder tool<br />&bull; Drawing enhancements (draw behind/inside, join paths with a keystroke)<br />&bull; Resolution independent effects</p>
<p><strong>InDesign CS5</strong></p>
<p>&bull; Interactive documents and presentations<br />&bull; Simplified object selection and editing<br />&bull; Multiple page sizes (<em>at last they heard our pleas</em>)&nbsp;<br />&bull; Paragraphs that span or split columns<br />&bull; Track text changes<br />&bull; Animations pallet<br />&bull; Redesigned Layers pallet<br />&bull; Enhanced Flash export<br />&bull; Live Captions (generate static or live captions from image meta data)<br />&bull; Enhanced eBook creation</p>
<p><strong>Dreamweaver CS5</strong></p>
<p>&bull; Integrated CMS support (Wordpress, Joomla, and Drupal)<br />&bull; CSS Inspection<br />&bull; Integration with BrowserLabs<br />&bull; PHP custom class hinting<br />&bull; Subversion support<br />&bull; Site-specific code hinting</p>
<p><strong>Flash CS5</strong></p>
<p>&bull; Text engine (<em>finally better text controls</em>)<br />&bull; Code Snippets panel<br />&bull; Enhanced Actionscript panel<br />&bull; XML-based FLA source files<br />&bull; Sprint for Bones<br />&bull; Deco drawing tools<br />&bull; Improved video<br />&bull; Content Distribution (Air, iPhone, iPad)</p>
<p><strong>Fireworks CS5</strong></p>
<p>&bull; Pixel-precise rendering<br />&bull; Design Templates<br />&bull; Adobe Swatch Exchange support</p>
<p><strong>Flash Catalyst CS5 (new)</strong></p>
<p>Adobe Flash Catalyst is a brand new produce from Adobe. It allows designers to create flash based apps with no coding. It can interact with Illustrator, Photoshop, or Fireworks for roundtrip editing. Once done, the file can be given to a Actionscript or Flex coder for further logic coding.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=24</link>
<pubdate>Mon, 12 Apr 10 08:04:35 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=24</guid>
</item>
<item>
<title>Adobe CS5 Flash Export to iPhone Format Useless Now?</title>
<description><![CDATA[<p>The fight between Adobe and Apple seemed to take a strange turn yesterday as Apple announced the iPhone OS4 and the beta SDK that goes along with it. It seems that Apple made Adobe Flash's new feature to export out applications to the iPhone's totally useless. When Apple released the beta SDK they also updated the TOS. In it is this new line:</p>
<blockquote>
<p>3.3.1 &mdash; Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).</p>
</blockquote>
<p>This was originally reported by TechCrunch. When TechCrunch contacted Adobe about the TOS change, they replied:</p>
<blockquote>
<p>We are aware of the new SDK language and are looking into it. We continue to develop our Packager for iPhone OS technology, which we plan to debut in Flash CS5.</p>
</blockquote>
<p>On thing is for sure. This is a beta TOS, and things could change. Personally I think it would be smart for Apple to allow private API's to open the door to more developers, but perhaps Apple isn't interested in that.</p>
<p><strong>Update</strong></p>
<p>A representative from Adobe (speaking for himself not the company) posted on his <a href="http://theflashblog.com/?p=1888">Flash blog</a> his opinions.</p>
<blockquote>
<p>I am positive that there are a large number of Apple employees that strongly disagree with this latest move. Any real developer would not in good conscience be able to support this. The trouble is that we will never hear their discontent because Apple employees are forbidden from blogging, posting to social networks, or other things that we at companies with an open culture take for granted.</p>
<p>Many of Adobe&rsquo;s supporters have mentioned that we should discontinue the Creative Suite products on OS X as a form of retaliation. Again, this is something that Adobe would never consider in a million years. We are not looking to abuse our loyal users and make them pawns for the sake of trying to hurt another company. What is clear is that Apple most definitely would do that sort of thing as is evidenced by their recent behavior.</p>
<p><span style="text-decoration: line-through;">Now let me put aside my role as an official representative of Adobe for a moment as</span> &nbsp;Speaking purely for myself, I would look to make it clear what is going through my mind at the moment. Go screw yourself Apple.</p>
</blockquote>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=23</link>
<pubdate>Fri, 09 Apr 10 07:56:29 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=23</guid>
</item>
<item>
<title>Photoshop CS5 Puppet Warp Sneak Peak	and More</title>
<description><![CDATA[<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="361" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="src" value="http://www.youtube.com/v/v7-RfWiVIEw&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="600" height="361" src="http://www.youtube.com/v/v7-RfWiVIEw&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
</p>
<p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="481" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="src" value="http://www.youtube.com/v/rG8g3RYIFAU&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="600" height="481" src="http://www.youtube.com/v/rG8g3RYIFAU&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed>
</object>
</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=22</link>
<pubdate>Sat, 03 Apr 10 13:00:28 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=22</guid>
</item>
<item>
<title>Adobe Annouces CS5 Master Suite Upgrade will be Free</title>
<description><![CDATA[<p>In a very surprising move by Adobe, they have annouced that Adobe CS5 Master Suite will be free for all who upgrade from CS4. It is supposed that this is to combat people's displeasure of a very short 18 month development period between versions. Upgrades can typically set a user back starting at $500 and as much as $900.</p>
<p>PR spokes person <em>Vanessa Rios</em> for Adobe said in today's press conference that:</p>
<blockquote>
<p>We feel that everyone should be up-to-date with the latest technology that Adobe offers. We realize that our typical upgrade prices were leaving some companies behind.</p>
</blockquote>
<p>It seems as though people with CS3 and older will still have to pay the normal price to upgrade.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=21</link>
<pubdate>Thu, 01 Apr 10 09:00:23 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=21</guid>
</item>
<item>
<title>Adobe CS5 Announced</title>
<description><![CDATA[<p>Adobe CS5 is here. Adobe announced yesterday that it will be holding a launching event April 12th. You can register for the event here:&nbsp;<a href="http://cs5launch.adobe.com/" target="_blank">http://cs5launch.adobe.com/</a></p>
<p><img src="http://www.cibgraphics.com/images/blogimages/CS5.jpg" alt="Adobe CS5" /></p>
<p>We will be following this and be reporting any worthy news that Adobe releases. It has also been rumored that the actual product will be released April 21st or 22nd. We will see if that is true or not when Adobe gives us a date.</p>
<p style="font-size: 11px;">*Note that the above logo is something we created and not the actual logo for CS5.</p>]]></description>
<link>http://cibgraphics.com/blog/viewentry.php?id=20</link>
<pubdate>Wed, 24 Mar 10 10:24:28 -0600</pubdate>
<guid>http://cibgraphics.com/blog/viewentry.php?id=20</guid>
</item>
</channel>
</rss>
