The Greening of IT – How Companies Can Make a Difference for the Environment

December 18, 2009 at 1:53 pm | In General, Webcast Recordings | Leave a Comment

The following recorded webcast is part of Safari Book Online’s webcast series.


During this 60-minute recorded webcast, top green IT expert, John Lamb, presents compelling reasons why businesses must move quickly to establish more efficient technology practices.

IT and data centers are currently trending toward an exponential increase in the world’s consumption of electric energy. Conversely, because of the frequent “refresh cycles” for equipment, IT groups are well-positioned to innovate the sustainability practice known as “IT greening.”

  • Featuring: John Lamb
  • Recording Date: Tuesday, December 8, 2009
  • Duration: 60 min

View the recording.

New HTML Beta Available

December 3, 2009 at 5:04 pm | In General, Product Updates | Leave a Comment
Tags: ,

Many of you recently indicated that you would like to participate in our Beta program for the Safari Books Online HTML view within the 6.0 interface.  We are writing to let you know that a public Beta is now available.   To begin using the new view, simply sign in to Safari Books Online and look for the new HTML button in the content reader.  

 

We have released this new feature in Beta as quickly as possible to ensure that the maximum number of users can test it and provide timely feedback.  We know that some features are not yet ideal, and we plan on improving them by the end of the Beta period.

Specifically, we plan to remove the framed interface in the coming weeks, add more robust bookmarking features, and add additional notes and tags functionality.  Many users have asked why the framed interface can not be changed more quickly.  This is because the new 6.0 infrastructure is designed to offer a Full Screen mode for the Flash reader.  With the re-introduction of HTML, we will need to build a version of the platform that does not rely on the framed approach.  This will take some time and we did not want to postpone the beta for that development.

We encourage you to begin using the Beta HTML view immediately. During this Beta period, please provide us with your feedback by completing our Beta feedback survey.  Your input will help us finalize the HTML view in 6.0, so please take the time to give us your feedback. 

Again, thank you for your ongoing support of and passion for Safari Books Online.  We value your input.

Sincerely,

John Chodacki
Director, Product Management

Visual Poetry: A Creative Guide for Making Engaging Digital Photographs

December 3, 2009 at 4:21 pm | In Content Updates | Leave a Comment
Tags: , , , ,

The following recorded webcast is part of Safari Book Online’s webcast series.


A great photograph has the potential to transcend verbal and written language but how do you create these photographs? It’s not the how that’s important, but the who and the what. Who you are as a person has a direct impact on what you capture as a photographer.

Whether you are an amateur or professional, architect or acupuncturist, physician or photographer, in this webcast Chris Orwig will provide inspiration, simple techniques, and assignments to boost your creative process and improve your digital images using natural light without additional gear.

Featuring: Chris Orwig
Recording Date: Thursday, November 12, 2009
Duration: 60 min

View webcast recording

Webcast – The Greening of IT: How Companies Can Make a Difference for the Environment

December 1, 2009 at 12:09 pm | In General, Webcast Invitations | Leave a Comment
Tags: , , ,

It is possible to save the environment and save money at the same time!

During this 60-minute webcast, top green IT expert, John Lamb, will present compelling reasons why businesses must move quickly to establish more efficient technology practices.

IT and data centers are currently trending toward an exponential increase in the world’s consumption of electric energy. Conversely, because of the frequent “refresh cycles” for equipment, IT groups are well-positioned to innovate the sustainability practice know as “IT greening.”

Did you know:

  • Data centers consume more energy per square foot than any other part of an office building
  • Energy costs represent the second-largest line item associated with data center operations today, consuming more than 10% of a typical enterprise’s IT budget
  • IBM consultants estimate that in the next decade, IT server shipments will grow by six times and data storage by 69-fold

This webcast is for any IT professional who wants to gain a better understanding of how to create and maintain green data centers, facilities in which the mechanical, lighting, electrical, and computer systems are designed for maximum energy efficiency and to minimize environmental impact.

Register today to watch and learn as Lamb presents case studies, checklists, and more – all the practical guidance you need to drive maximum bottom-line value from your green IT initiative.

If you missed this webcast, you can view the recording at: The Greening of IT

Super Techie Coder Challenge – Wind-ups GP32

November 30, 2009 at 5:29 pm | In Coder Challenge, General | Leave a Comment
Tags: , , ,

Congratulations! This submission has made it into the top 3.

Screen name: Arturo Fernandez-Sanchez (karthur)
Title/Functional role: I.T. Manager
Project title: Wind-ups GP32
Time to complete : 4 years

Project details: Four years ago, ebook reading devices like Kindle didn’t exist and the only thing you had to read electronic texts and documents were the PDA’s; but they had two problems: they where expensive and the batteries didn’t last much time. In this time I had a Korean game handheld called GP32, that was designed to be easily programmable, with a SDK released by the company that let all the users to make any kind of programs; the screen was pretty good, with 320×240 pixels and it used a couple of rechargeable batteries that last more than seven hours of use. So I thought that I had the device, but not the software, and started to make a very simple text reader. Once I made it, I started to read a lot of books in English, and given the fact that I’m Spanish, I thought that a automatic dictionary will be very useful for me, so I added it to my software. Programming this device was not very hard because of the SDK provided, but if you wanted to had control over all the components of the software, like the type of the text, you had to program everything from scratch, so I threw the SKD out and programmed everything again using very simple C statements and designing all the functions to capture the buttons events, writing on the screen (poking a number over an address that represented a pixel on the screen),… that is, C programming but at a very low level. Hard, but amazing, like building a ship model using tiny wood pieces. Once I had a stable version of the software I released it for free, so other people using the same handheld could read text as well. But I saw that we had a lot of programs for our beloved handheld (mainly games and emulators) but launching them was a headache because you had to reset the device any time you wanted to run a different application. So I started programming a kind of operating system with the following goals: • Easy to use, with the appearance we had in our windows xp desktops, same left and right buttons functionality, start menu, … and I call it Wind-ups ;) • Easy to launch as the main software when you switched on the handheld, so it will be always ready to use. And the same time, I wanted this project to be the continuity of my text reader, so I integrated it as a module of the “operating system”. When I had all this working stable, I continued adding more modules like an address book, image viewer, a simple text editor (just in case you need to write a quick note), a file browser, a word translator, … Given the fact that all these things have been done as a hobby, this project hasn’t had deadlines: when I had some free time I’ve programmed for a while, maybe just an easy module or just to modify or improve something. The last thing I added was this year, in February, a 3D viewer for panoramic pictures and given the fact that not many people is using this handheld at the moment, probably I’ll close this project or if I continue it, I will choose a new hardware, like the Android phones that are coming. I’ve recorded a video to show how the software works that you can see here: http://www.f-labs.com/gp32/wind-ups/video And all the documentation about the project can be found here: http://www.f-labs.com/gp32/wind-ups/

What do you read?: Learning Perl,Tom Phoenix, Randal L. Schwartz, O’Reilly Media Web Design Index by Content, The Pepin Press PHP Cookbook, Adam Trachtenberg, David Sklar, O’Reilly Media Real World Image Sharpening with Adobe Photoshop, Bruce Fraser, Jeff Schewe, Peachpit Press Adobe® Photoshop® CS4 How-Tos: 100 Essential Techniques, Chris Orwig, Adobe Press Google Maps Hacks, Schuyler Erle, Rich Gibson, Jo Walsh, O’Reilly Media Manga Guide to Statistics, Shin Takahashi, No Starch Press Android Application Development, Rick Rogers, John Lombardo, O’Reilly Media

 

Super Techie Coder Challenge – IFrame Shim

November 24, 2009 at 8:24 am | In Coder Challenge, General | Leave a Comment
Tags: , , , , , , ,

Screen name: jking
Title/Functional role: Programmer
Project title: IFrame Shim
Time to complete : Years to discover – a few hours to complete.

Project details: This isn’t a submission about some huge unsung project, but rather a small technical contribution to the web developer community that took off and became the standard way to solve a nagging DHTML problem. The “IFrame Shim” discovery was my way of solving a problem that exists in many browsers where the use of DIVs layered over anything that is a “windowed control” caused the DIV to to be obscured. (Select Boxes in IE, Flash objects, Java Applets, etc.) The IFrame Shim (as it quickly came to be known) was an easy to implement solution that allowed DIVs to be placed at the top of the Z order, above the windowed controls, without the need for hide/show scripting and the compromises brought by that earlier solution. Before this discovery everybody used script to hide windowed controls when they needed a transient intersecting DIV layer (such as a popup menu). At the time of the discovery, I owned a small web control firmed by the name of Coalesys, Inc. and I was hard at work on the second major release of WebMenu for ASP.NET. In the cut-throat marketing world of ASP.NET Web Controls, with this problem plaguing every control available, it was tempting to try and obfuscate this discovery and capitalize on having the only product to solve it. But outweighing this was the fact that the problem also plagued every DHTML coder out there, with whom I identified the most. I felt the discovery should be shared, so I posted about it on my (at the time) “Dotnetjunkies” blog. The direct link to that blog has since vaporized for reasons I cannot comprehend, as that page alone generated an enormous amount of referrers for the owners of Dotnetjunkies, however a copy of the blog entry comes up as the top Google hit when typing “IFrame Shim”: http://www.macridesweb.com/oltest/IframeShim.html It went from discover to blog post and from blog post to popping up in every corner of the internet programming community within only a few weeks. The IFrame Shim technique became the common way to solve the windowed-control issue after many years of developers living with the earlier compromise. And if Googling “IFrame Shim Joe King”, you will find that developers perpetuating the early buzz of this solution were good enough to credit me and my blog post. I now read about this solution in print, how-to websites and forums everywhere, and I examine the code behind feature rich sites like Google, Gmail, Yahoo and GoDaddy to discover it in use. A take a bit of pride in knowing what sharing this discovery meant to fellow DHTML coders.

What do you read?: Dynamic HTML: The Definitive Reference (O’Reilly, Danny Goodman). JavaScript: The Definitive Guide (O’Reilly, David Flanagan). jQuery In Action (Manning, Bear Bibeault and Yehuda Katz). Flexible Web Design: Creating Liquid and Elastic Layouts with CSS (New Riders, Zoe Mickley Gillenwater). Professional ASP.NET (wrox, Alex Homer, et al.). ASP.NET in a Nutshell (O’Reilly, G. Andrew Duthie, Matthew MacDonald) Programming Windows (Microsoft Press. Charles Petzold). Professional ASP.NET 2.0 (wrox, Scott Hanselman, et al.). Programming .NET Components (O’Reilly, Juval Lowy). Professional ADO.NET 2: Programming with SQL Server 2005, Oracle, and MySQL (wrox, Wallace B. McClure, et al.)

 

Super Techie Coder Challenge – Sahi

November 24, 2009 at 8:20 am | In Coder Challenge, General | 5 Comments
Tags: , , , , ,

Congratulations! This submission has made it into the top 3.

Screen name: Narayan
Title/Functional role: Developer
Company name: Sahi Software
Project title: Sahi
Time to complete : 4 years

Project details: Sahi is an automation tool to test web applications. Sahi injects javascript into web pages using a proxy and the javascript helps automate web applications. It is a tester friendly tool; it abstracts out most difficulties that testers face while automating web applications. Some salient features include multithreaded playback, platform and browser independence, no XPaths, no waits, excellent Java interaction and inbuilt reporting. It is an on-going project on SourceForge and I am the lead developer who designed and authored the product and still innovate and support it full time through my firm Sahi Software. Good expertise in Java network programming was needed to build a robust fast proxy and thorough knowledge of javascript and its quirks on different browsers was needed to develop the browser interaction code. With excellent support provided via forums and email, Sahi is fast picking up as a simple yet robust tool for web application testing. Links: http://sourceforge.net/projects/sahi http://sahi.co.in http://sahi.co.in/forums

What do you read?: Javascript – The Definitive Guide – David Flanagan Java Network Programming – O’Reilly – Elliotte Rusty Harold Headfirst Design Patterns – O’Reilly – Eric Freeman; Elisabeth Robson; Kathy Sierra; Bert Bates Hard Core Java – O’Reilly – Robert Simmons Jr. Python Cookbook – O’Reilly – Martelli, Ravenscroft and Ascher

Mobile Learning for Today’s Workforce

November 17, 2009 at 3:25 pm | In General, Webcast Recordings | Leave a Comment
Tags: , , , , , , , ,

An increasingly mobile workforce will demand learning methodologies that are not only “just in time” but are also “where I am, right now.” Mobile learning is advancing blended learning into “learning surround” –to learn literally wherever you are. Although related to e-learning and distance learning, m-learning takes advantage of mobile devices for productivity, and serves to buttress and augment other forms of learning (classroom, webinars, e-learning, etc.). With devices such as iPhones and Blackberrys becoming ubiquitous, M-learning is poised for significant growth and has the potential to foster tremendous improvements in performance and productivity. This webcast will help your organization advance in the newest wave of learning for productivity.

Presented by: Judy Brown and Steve Wexler
Duration: 60 minutes
Recording date: December 4, 2008

view webcast recording

Outsmart! How To Do What Your Competitors Can’t

November 17, 2009 at 2:57 pm | In General, Webcast Recordings | Leave a Comment
Tags: , , , ,

The following recorded webcast is part of Safari Book Online’s webcast series.


Jim Champy revolutionized business with Reengineering the Corporation. Now, in his new book Outsmart! he’s doing it again. This webinar will show you how to achieve breakthrough growth by consistently outsmarting your competition.

Drawing on the strategies of some of today’s best “high velocity” companies, he identifies eight powerful ways to compete in even the roughest marketplace.

Presented by: Jim Champy
Duration: 55 minutes
Recording date: August 25, 2008

View webcast recording

Presentation Zen: Simple Ideas on Presentation Design and Delivery

November 13, 2009 at 4:59 pm | In General, Webcast Recordings | Leave a Comment
Tags: , , , , ,

The following recorded webcast is part of Safari Book Online’s webcast series.


Have you tried to communicate your message in PowerPoint slides, only to find yourself faced with page after page of bullet points? Have you worried over how to make your presentation more exciting and powerful? This webcast is just what you need!

The art of giving a presentation eludes many professionals. Knowing how to put together your speaking points and how to represent them on slides is challenging. Now there is help. Garr Reynolds has written Presentation Zen to help professionals understand how to think of their presentation in new and more powerful ways – and how to communicate those messages with visual aids.

Presented by: Garr Reynolds
Duration: 59 minutes
Recording date: December 15, 2008

View webcast recording

Next Page »

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.