RSS
 

Archive for July, 2011

The Last Launch

05 Jul

Funny business, this. My career spun, substantially, on the first launch of the space shuttle, back in ’81. I was a staff shooter at ABC TV in NY, which was definitely an odd duck of a job. As a still shooter bound up in an organization whose reason to be was making moving pictures, I was often the odd man out, or certainly the last consideration. (It was good I got used to that feeling early in my career:-)

I got sent down to the Cape for ABC to photograph the test firing of Columbia’s engines, and to identify lens throws and positions, work out the credentialing path, and all that stuff you do to prep for a major media blowout. As it happened, Discover, the new Time Inc. science magazine, had a crew of three shooters down there, and all was not well with team Discover. Two of the team members came back to NY, and told their editor, “We need a new third. Hire McNally.”

I was already shooting for the magazine as a freelancer, so the photo editor had no qualms. She called me up and offered me the gig shooting launch and landing. It amounted to about two weeks of freelance day rates, which at the time was the princely sum of $250 per day. I walked into my boss’ office at ABC and quit.

In the early days of the launches and landings, I spent a lot of time in Cocoa Beach, Houston, and out in the desert of Edwards AFB, where they landed the first few. Cocoa at that point was a rusty old space town at the end of the Bee Line Expressway. We would ship roughly 40-50 cases of gear down, and pick ‘em up at air freight. Heavy tripods, wiring, rigging, long glass, 20 or so motor driven Nikons, timers, scopes, film, hi-speed Hulcher cameras, you name it. You shot multiple, multiple cameras, ’cause, as they say, once they light those SRBs (solid rocket boosters) that puppy’s goin’ somewhere, and you don’t want to come up empty.

It was exhausting, but fun, and there was a great sense of launch fever in those heady early days. We would stay in a dogshit Days Inn, eat shoe leather steaks at the Mousetrap, and listen to Shirl the Girl on the piano. One of our team, Hank Morgan, remains a friend to this day. He was a pro’s pro, and I learned much from him. Nothing he couldn’t do with a camera. He didn’t get rattled, which was an essential quality, shooting these launches. The rocket fires, the noise rolls along with the smoke plume, and, like a monster Roman candle, the spaceship climbs, achingly slow at first, towards the heavens. You are 2-3 miles away, on a tower, with a three camera platform, most likely with a 1,000mm, a six and a five on what was at that point, F2′s. You had a single handle push on the platform, and all three cameras would be wired into a foot pedal. Your job was to track with the longest lens. If you did that smoothly, the six hundred and the five hundred (effectively, your wide angles) would also stay on track. Hitch or bobble, you would never again find the shuttle in all that sky with 1000mm of glass clapped to your eye.

Seat of the pants ruled the day, for photogs, and, I suspect, NASA. I love odd shit, so one early morning, I was in hog heaven, photographing Challenger as it was towed through the streets of Palmdale, Ca.

You can’t make this stuff up, right? You look out your window, and there goes the space shuttle.

Down at Houston, I got to photograph a silica space shuttle tile. These conduct heat so poorly, they cover part of the shuttle’s exterior, protecting it from the high temps of re-entry. This tile, glowing hot and fresh from the oven, is being held by unprotected fingers, demonstrating its’ lack of heat transfer. Strange and remarkable stuff goes into this flying cargo ship.

The first landing was rough. Nobody knew what this thing would look like coming down out of space.  Dropping like a rock, approaching at an angle so steep the pilots were virtually looking straight down, the only thing we knew as shooters was that whatever happened would happen fast. I had knocked around doing conventions and political coverages, so the editor wanted me on the longest glass. It wasn’t the prime spot, but it was the spot from which you could track the whole shebang. I was on the roof of the old fire station at Edwards with an ancient 1200mm lens, which came in two parts that you screwed together. With the shade, it extended maybe 5-6′ from the camera, and it was a bear to focus in the best of conditions, much less through desert heat waves. I had the whole thing wrapped in aluminum foil, for fear the 100 plus degree heat would just melt it right into the roof.

And there it is. Close as I got, through 1200mm of ancient glass. The hard part was picking it out of the sky, ’cause it was, at first, just a glowing speck in a sea of blue. I had one camera on the lens, and another looped around my neck, ready to slam it on. (Remember, only thirty six exposures.) I did better later, when I took a large ABC news sticker I still had in my bag, slapped it onto the hood of my car and drove  past Edwards security right onto the runway. Having a TV sticker could get you lots of places back in the day.

Scouting Edwards for approach positions was fun. Miles of open desert, and they pretty much let us have the run of the place. Not that there was anything out there. Hank, driving his own rental car, gave me one of those twisted, “I’m about to do something really fun and stupid” looks and brought the hammer down out there in the big empty. I was in a Buick Regal, and had no choice but to respond. My problem was that I was driving into his dust cloud at about 110 mph and could see absolutely nothing. It occurred to me that this was not advisable when heard an enormous crack from under the car. Desperately looking around, I noticed my gas gauge plummeting. I had driven right over a large, pointed rock embedded in the desert, and  it basically plowed a furrow right through the gas tank. I pulled up and started yanking gear out of the trunk like the crazy fool I was and Hank, thankfully, circled back to pick me up.  We moved away from the vehicle as it was slowly encircled in a sea of gasoline. I called the rental company and told them their car had malfunctioned and I needed a new one, which they obliged me with. They in turn called me back about two days later to tell me they had yet to find my vehicle. I assured them it was out there, gulping a bit and wondering how I could finesse a Buick Regal on my expense account. I never heard back.

It has been, as they say, quite a ride….more tk….

 
 

7 Great JavaScript Resources

03 Jul


As browsers and server-side platforms advance, and libraries new and old grow and mature, JavaScript evolves as well. Staying at the top of your game is important. As a JavaScript developer, you’ll need to keep up with the latest news and learn new skills.

We’ve put together a list of seven of our favorite JavaScript resources to help save you time and energy along the way. Whether you’re a beginner or a seasoned pro, we think you’ll find the sites below both informative and beneficial. If you know of other great resources, feel free to share them in the comments.


1. Mozilla Developer Network




The MDN has become the de facto resource for JavaScript documentation, and is an excellent resource for beginners and seasoned developers alike. Here you'll find the official and complete JavaScript reference, as well as useful guides, tutorials and articles covering everything from the basics of how JavaScript works to its best practices and design patterns. The MDN also has a thorough DOM reference, which we highly recommend checking out as well.


2. JQAPI




JQAPI is an alternative to the official jQuery.com API documentation. If you're a client-side JavaScript developer, chances are you probably have used, or at some point will use, jQuery in at least one of your projects. Whether your use is occasional or daily, you'll want to keep up with the latest development and new features in JavaScript's most popular library. Each new release improves security and performance via a slick, responsive and intuitive interface for quick browsing and searching of jQuery documentation. The UI here really is top-notch, and as a bonus, there's an offline version available for download.


3. JS Fiddle




JS Fiddle is a JavaScript pastebin on steroids. Create, share, execute and test your JavaScript right in the browser. This is a great tool for collaborative debugging or for sharing code snippets. It's also a fun way to perform quick experiments and test out new ideas. Simply combine your JavaScript, HTML and CSS, then click the "Run" button to see the results. You can also validate your JavaScript code against JSLint and save your Fiddle for use later, or share with others. JS Fiddle provides a number of useful features, like the ability to load up common frameworks automatically (to test your jQuery or MooTools code, for example) and as-you-type syntax highlighting, just like you'd get by writing code in your favorite IDE.


4. Eloquent JavaScript




This free ebook is an introduction to programming and the JavaScript language, written by developer and tech writer Marjin Haverbeke. The book reads much like a tutorial, and introduces a number of concepts and real-world applications in a clean, concise style. Interactive examples are also available, which means you can read about various techniques. You'll also get a chance to see them in action, and tinker with the code yourself. We found a lot of positive reviews for this book, so if you're new to JavaScript, this is definitely a book worth checking out.


5. Douglas Crockford's JavaScript Videos




An undisputed expert in JavaScript, Douglas Crockford is Yahoo's JavaScript architect and is one of the individuals instrumental in the planning, development and future growth of the language. The videos and transcripts on the YUI blog derive from a series of talks given by Mr. Crockford about the history of JavaScript, its future and its use today. Though the series is now about a year and a half old, we still think you'll find the videos informative. We certainly recommend watching them for a better understanding of the language, where it's been, how it works and where it's going.


6. How To Node




Not all JavaScript development takes place in the browser. NodeJS is one of the web's most popular server-side JavaScript frameworks. Whether you're a seasoned Node developer or someone who's looking to add server-side JavaScript to his repertoire, How To Node offers a great collection of articles on NodeJS development. This community-driven site offers an excellent repository of Node tutorials that's proven itself useful on a number of occasions. No Node developer toolkit would be complete without it.


7. DailyJS




We've looked at some great tools and reference material, covered tutorials from our favorite libraries and frameworks and touched on both client and server-side JavaScript development. However, we're always searching for something new. DailyJS is a popular JavaScript-focused blog that brings you the latest and greatest JavaScript news, offers tips and techniques, and reviews libraries, plug-ins and services for JavaScript developers. If you're just itching for your daily dose of JavaScript goodness, DailyJS has you covered.

More About: design, dev, features, javascript, List, Lists, web design, Web Development

For more Dev & Design coverage:

 
 

M thru F: Well This is Career-Changing News

03 Jul

job fails - Society

White collar crime will be on the rise thanks to M Thru F and legal loopholes.



 
 

Sliding Background Image Menu with jQuery

03 Jul



View demoDownload source
Today we want to share another jQuery menu with you. This menu will have several panels, each one corresponding to a different background image that will show on all panels when we hover over a panel label. Also, a submenu will slide out from the bottom. This menu comes with some configuration possibilities, such as the size of the image, the hover effect and custom default states.

The idea of this navigation is based on the Beautiful Background Image Navigation with jQuery, a tutorial that had a similar effect. Since it was very popular and a lot of our readers asked for some very useful additions, we decided to revamp it and make it easier to customize.

The beautiful gastronomy photography is by Manoel Petry:
Manoel Petry’s Flickr Photostream
Manoel Petry’s Website
The images are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License.

Examples

Take a look at all the examples (you can also navigate from them to all the other demos):

The HTML structure consists of the “sbi_container” which will have all the panels inside:

<div id="sbi_container" class="sbi_container">
	<div class="sbi_panel" data-bg="images/1.jpg">
		<a href="#" class="sbi_label">About</a>
		<div class="sbi_content">
			<ul>
				<li><a href="#">Subitem</a></li>
				<li><a href="#">Subitem</a></li>
				<li><a href="#">Subitem</a></li>
			</ul>
		</div>
	</div>
	<div class="sbi_panel" data-bg="images/2.jpg">
		...
	</div>
	...
</div>

The “data-bg” attribute contains the path to the background image that will appear when hovering over the label of the respective panel.

Let’s take a look at an example for using the alternating vertical up/down sliding effect:

$('#sbi_container').bgImageMenu({
	defaultBg	: 'images/default.jpg',
	menuSpeed	: 300,
	border		: 1,
	type		: {
		mode		: 'verticalSlideAlt',
		speed		: 450,
		easing		: 'easeOutBack'
	}
});

The following parameters can be used/set:
defaultBg: the default image shown when no label is hovered
pos: if no defaultBg set, pos will indicate the panel that should be shown/open
width: the width of the container and the images (they should all be of the same size)
height: the height of the container and the images
border: the width of the margin between the panels
menuSpeed: the speed with which the menu should slide up

mode: the type of animation; you can use def | fade | seqFade | horizontalSlide | seqHorizontalSlide | verticalSlide | seqVerticalSlide | verticalSlideAlt | seqVerticalSlideAlt
speed: the speed of the panel animation
easing: the easing effect for the animation
seqfactor: delay between each item animation for seqFade | seqHorizontalSlide | seqVerticalSlide | seqVerticalSlideAlt

We hope you find this little menu interesting and useful, enjoy!

View demoDownload source

Share and Enjoy:Diggdel.icio.usFacebookLinkedInRedditRSSTwitterGoogle BookmarksStumbleUponTechnoratiDZoneemailblogmarksDesign FloatDiigoFriendFeedGoogle BuzzIdenti.caMisterWongNewsVinePing.fmPlurkPosterousSlashdotSuggest to Techmeme via TwitterTumblr

 
 

Ikea Stonehenge

03 Jul

Materials: Stones and an ikea step by step

Description: Not really a hack, but funny ikea related ;-)

See the full Henj assembly on how to be a retronaut.

~ zimmie

 
 

Flickr Photo Download: Photoshop Sweded Hi-Res

03 Jul

via http://flickr.com/photos/18697966@N00/3044859097/sizes/l/

 
 

CSS3 Transitions with custom easing functions

03 Jul

Morf.js - CSS3 Transitions with custom easing functions. Details in this post.

 
 

Technology Review Explores the Self-Tracking Movement

02 Jul

Emily Singer, a journalist with MIT’s Technology Review, has an extensive series of articles and interviews on “The Measured Life“. She was at the Quantified Self Conference a month ago, seems to have talked with everyone, and has since been writing up a storm.

The July issue of the magazine has a cool cover, the featured article is on The Measured Life, and there are highlights of many of the popular Tools for Quantifying Yourself.

There’s much, much more on the web.

Emily’s been tracking her own life, and reports on her overall experience, on physical movement, on sleep, and on blood pressure. Also very interesting are the failures, and technology troubles.

There are also video interviews. Kyle Machulis describes his efforts to hack tracking devices so everyone can access their own data. David Marvit talks about Fujitsu’s Sprout project and the importance of obtaining biometrics in real-world conditions. And Rajiv Mehta talks about the potential for personal science to make a significant impact on healthcare and medical science, and demos Tonic.

And there are posts on social networking and games in self-tracking technologies, on astronauts measuring sleep, a physician’s perspective, the new Health Graph effort, and a wristwatch that continuously monitors blood pressure.

Â