Capturing camera/picture data without PhoneGap
As people know, I’m a huge fan of PhoneGap and what it allows me to do with JavaScript, HTML, and CSS. But I think it is crucial to remember that you don’t always need PhoneGap. A great example of that is camera access. Did you know that…
Hitting the Road: Adobe Creative Days!
I’m very excited to be joining my good friends Jason Levine and Rufus Deuchler on a tour throughout Europe, Russia and even a stop in South Africa. I’ll be covering …
Soft Proofing Preview in Lightroom 5 Beta
In the Develop module with Soft Proofing enabled, the before/after view now displays the Current photo (on the left) and the proofed photo (on the right). Note: you can still display the Before state on the left (as opposed to the Current photo) by selecting it from the Before drop down menu in the tool [...]
Seeing More USB Power On The Road
As a frequent traveler with gadgets I’m always looking for opportunities to charge up. Anytime that I’ve have more than a 15 minute wait in one spot I check my surroundings to see what power options are nearby. If nothing is around then I don’t worry about it, but if there’s an opportunity to juice [...]
The post Seeing More USB Power On The Road appeared first on Terry White’s Tech Blog.
Raymond Camden On JavaScript Design Patterns
Raymond Camden has been digging into JavaScript design patterns. His latest post in the serires is a great disucssion of The Revealing Module Pattern.
Converting a list of dates into a shorter, combined list
Forgive the title, I’m not sure it best describes the task. I was asked by a reader to consider a simple problem. Given a list of dates, how would you rewrite them so that two (or more) consecutive dates are displayed together? For examp…
Native equivalents of jQuery functions
If you checked out my last post you’ll know that I have been doing lots of JavaScript coding as of late, both inside and out of Brackets. I have also been doing a series of performance tests (1, 2, 3) between popular jQuery methods and their native DOM equivalents.
Yes I know what you’re thinking. Obviously native methods are faster because jQuery has to deal with older browsers and host of other things. I completely [...]
John Nack On Creative Cloud
John Nack has posted his thoughts on our recent Creative Cloud announcements. This one is an interesting read, including the comment threads.
Creating a Soft Blur Effect with CSS Filters
CSS Filters can be added to any element on your Web page to create some very nice effects. You can even add multiple filters to a given element to create some interesting combined effects. Let’s start with this image: Now, let’s give it an old-timey effect with the following filters … Continue reading →
Code Three.js in ActionScript with Randori Compiler
Live Demo Live Demo of three.js html/js generated by ActionScript 3 using the Randori compiler – http://renaun.com/html5/as3threejs/ What is Randori? Randori is a project with various parts and can be found at http://randoriframework.com/. For my example I am using a subset of the Randori project’s capabilities, which is fine as the Randori project is put [...]
The post Code Three.js in ActionScript with Randori Compiler appeared first on Renaun Erickson.
Applying Virtual Copy Settings to the Master File
There have been times when I have decided that the settings that I had applied to the Virtual Copy are better than what are on my Master. In this case, I can quickly apply the settings from a virtual copy to the master, by selecting Photo > Set Copy as Master (in the Library module). [...]
Responsive Design Tool for Brackets
Over the last month or so I have been working on something that is completely different from anything I’ve done before. It all started because I was thinking about how I could create a responsive design tool specifically aimed at developers. Adobe already has an amazing tool for designers called Edge Reflow. You can check out my tutorial if you want to see how that tool works.
But for developers, most of the time you are going to want [...]
Having Every Photo I’ve Ever Edited With Me At All Times Thanks to Lightroom 5
When Lightroom 5 Public Beta was introduced I recorded a video showing my Top 5 Favorite Features (see below). One of the features that I knew would be a game changer for me was the new Smart Preview feature. When you build “Smart Previews” for your images they are available even if the original RAW [...]
The post Having Every Photo I’ve Ever Edited With Me At All Times Thanks to Lightroom 5 appeared first on Terry White’s Tech Blog.
ColdFusion Security Hotfix APSB13-13
The ColdFusion team has released a hotfix for the security alert mentioned last week. This issue affects ColdFusion 10.x and 9.x on all platforms.
PhoneGap & Android Studio
Yesterday at GoogleIO, Google announced Android Studio, a new development environment for authoring Android applications. This is a great looking new IDE for Android, based off of IntelliJ IDEA, with some new Android-specific tools and features. You can read more about Android Studio on the Google Android Developers blog. One of my first tasks upon [...]
Creating A Smart Collection Based on Virtual Copies in Lightroom 5 Beta
Although it’s easy to find your Virtual Copies by using the Filter options in Lightroom, (use the Attribute filter and click the Virtual Copy icon on the far right), it isn’t as readily apparent how one can create a Smart Collection that automatically finds your Virtual Copies – but it can be done! In the [...]
Note to folks attending cfObjective and attending my sessions
Due to a problem back home, I have to leave the conference early. I’m giving my Mobile Web Debugging session in the first slot this morning (this schedule change will be announced this morning). Dave Ferguson will be covering my CF10+HTM…
Automatically Set as Target Collection in Lightroom 5 Beta
In previous versions of Lightroom, you could Control (Mac) / Right Mouse (Win) -click a collection and choose “Set as Target Collection”. Then, adding additional images to the collection was as simple as tapping the “B” key (as opposed to dragging each image from the grid view into the collection). In the Lightroom 5 Beta, [...]