AIM

Aim for the moon. If you miss, you may hit a star.

MONEY

A successful man is one who makes more money than his wife can spend. A successful woman is one who can find such a man...

HARWORK

The price of success is hard work, dedication to the job at hand, and the determination that whether we win or lose, we have applied the best of ourselves to the task at hand.

RESPECT

Every individual has a place to fill in the world and is important in some respect whether he chooses to be so or not.

COMFORT

The ultimate measure of a man is not where he stands in moments of comfort and convenience, but where he stands at times of challenge and controversy.

First look: Microsoft's sharp, new Windows Phone SDK




Was it only six years ago that Windows Mobile was a big part of the cellphone business? That was a time when only programmers thought of a mobile phone as a computer.
Now we're heading into the second or third generation of the smartphone, and the little thin slabs are becoming even more complex than the desktop. Do you want to edit a document? Find your way home? Take a picture? Send email? Actually talk with someone? Your smartphone is there for you.
We've come a long way from Windows Mobile and BlackBerry. In the meantime, Microsoft looked into the abyss and realized it had no choice but to match the iPhone and Android mobiles feature for feature. The company spared no expense or effort in building something that offers more or less the same extensive list of features as iPhones or Android smartphones. Then Microsoft tacked on a few cool ideas and its own distinctive style that will lure those who love the mod, '60s look.
Don’t Abandon HTML5 Just Because Mark Zuckerberg Hates It
This isn't just a challenge for the programmers inside Microsoft. The Windows Phone 8 platform can't become relevant on its own. A smartphone today needs apps from an app store, and an app store needs developers, and developers need SDKs. If Microsoft wants to ship phones, it will need programmers to work with the SDK and start creating apps.
Microsoft just released the Windows Phone 8 SDK last week. The first thing any programmer will notice is extensive breadth and the depth. It's not just a tool for putting some buttons on the screen. Today's developer must be ready to build a slick user interface that can work with the various roles of a smartphone.
Windows Phone 8 languages and runtime. The good news is the new version of the SDK includes extensive documentation written with plenty of detail for you to explore as you poke around all the different ways you can build a Windows Phone 8 app. There are hundreds of good examples, though even that might not be enough to cover everything we'll need to learn to work with the SDK. Microsoft thoughtfully includes a separate forum where programmers can write requests asking for new examples and vote for other people's requests. This is a smart feedback mechanism that should help Microsoft develop what the programmers really want to use.
Most of the examples are written in C#, the language that will probably be the first choice for many of the developers. The presentation layer filled with widgets is written in XAML, while the C# code lies bundled in objects waiting for the events to come its way. Microsoft calls this a "managed app." Most of your diddling will probably be choosing the right XAML layout widget so that everything looks just right. You can produce something quite nice by putting the right widgets in the XAML file and letting the OS manage the rest. The C# will pull data in and out of objects, then swap those objects with other parts of the code.
Windows Phone SDK 8.0 comes with Visual Studio 2012 Express for Windows Phone
The free Windows Phone SDK 8.0 comes with Visual Studio 2012 Express for Windows Phone (main editor shown), the Expression Blend UI design toolkit, Windows Phone 8 and Windows Phone 7.1 emulators, and plenty of templates to get you started.
C# is not the only choice; C++ and Visual Basic are options as well. Native, C++ apps will probably be the first pick for anyone building a game that requires zippy performance. That said, the arrival of the .Net Framework in Windows Phone 8 promises significant improvements in app performance and responsiveness, thanks to a new asynchronous programming model and a more efficient runtime engine. Microsoft claims Windows Phone 8 apps will launch faster too, since they'll be compiled in the Windows Store cloud instead of "just in time" on Windows Phone 7 devices, though I haven't experienced this.
A more interesting option than C#, Visual Basic, or C++ is the rise of JavaScript and HTML. Microsoft's documentation claims HTML isn't a full-fledged "app model," whatever that means, but also points out it's quite possible to plop a version of IE into a box in your app using XAML. Internet Explorer takes over and does the rest. Windows Phone 8 comes with IE10, which means that many of the new features of HTML5 are available.
I think JavaScript and HTML will be the form in which many of the early apps appear. It's quite simple to take an HTML5 app written in the likes of Sencha Touch or jQuery Mobile and port it to an iPhone, Android, and Windows Phone 8 device. The folks at Sencha, for instance, were given early access to the platform; I think Microsoft knows it's an easy way for people to create cross-platform apps. Tools like Apache Cordova are up-to-date and ready to turn the pile of JavaScript and HTML into a Windows Phone 8 app. Anyone who built a basic HTML5 app with Cordova should be able to port it in just a few minutes.
More than a dozen different coding templates come with the free version of Visual Studio you get with the SDK. If you're looking to create something that pulls data and displays it in a list, there's a template that's done much of the work for you. The IDE makes it pretty easy to pick up the SDK and get something running in the simulator. It should be noted that the simulator is much more responsive than many of the Android or BlackBerry devices around, though for some reason it doesn't accept text from my keyboard. It forced me to use the simulated phone's keyboard. Note too that you'll need to run Windows 8 on a SLAT-enabled CPU (such as Intel's Core I series) to make the simulator go.
Beyond the classic apps. Basic data-driven apps are just the first thing you'll see. Microsoft recognized that many smartphones are often more camera than phone today. I'm sure many people use Instagram or the photo-sharing features of Facebook more often than they talk and listen to the voices of their friends who actually ring them on the so-called phone. If you want to develop software that uses the camera on Windows Phone 8 devices, a big corner of the SDK is waiting for you.
Microsoft calls one class of apps a "lens." If you happen to write a lens, it becomes available in the built-in camera application. The user will pop up the camera and swap "lenses." A lens app is more a plug-in for the built-in camera than a stand-alone item.
I think this is a good feature for the user because it cuts down on the clutter. It also simplifies some of the work for the developer, but developers may feel like they're losing their identity in a demotion from full-fledged app to mere lens. The lens creator now has some user interface guidelines to follow. While this may lead to ego deflation, it makes the camera experience simpler and more consistent for the user.

Windows Phone 8 emulator
The Windows Phone 8 emulator, which lets you test for devices at three screen sizes, offers a nice way to test the reaction to acceleration. Note, however, that it runs only on Windows 8 and modern hardware.
Some of the lenses will be devoted to nostalgic fiddling with the colors or changing the contrast until it looks like a picture from a disposable plastic camera made in 1974. But a Lens app can be much more than a color filter for postprocessing. You can add controls that will do anything you want to do with the image, including posting it to a website.
The camera is not the only part given special treatment. You can now write "VoIP apps" that integrate directly with the phone. Although Microsoft paid plenty of money for Skype, the company is ready to give any VoIP app first-class standing in the API. I'm not sure how this might upset the people who own the cell towers and pay for them by selling minutes. However, it's a forward-looking solution that recognizes there's more than one way for a mobile phone user to place that one telephone call they make each year on Mother's Day.
The tower owners might also take note of the Data Sense feature, a meter that tries to track how many bytes are going in and out of your phone. The good app developer can use the Data Sense API to check on usage and, perhaps, delay downloading that file until the user is connected via Wi-Fi. If the app developers pay attention -- and they should -- users will like the control this gives them over their monthly ration of cell bits.
App Store in Windows clothing. It's not all good news. Microsoft is following Apple down the road to programmer serfdom by adopting strict central control of the Windows Store app store, and early stories are mixed. Some developers are reporting the same kind of frustration that greeted developers at Apple's App Store. The economic model of apps sold at $1 or $2 can't support the lengthy code review that programmers need, so the app store turns into a black box where a bunch of overtaxed reviewers reject items with inscrutable messages.
The economics will take some time to work out. Microsoft is offering a steep discount for developers who want to start submitting apps; it's just $8 to join. The game for the company is to attract as much talent as possible to build a viable app store, though the move seems also to have annoyed a fair number of Windows Phone developers who recently paid $99 for the same privilege.
Despite these economic challenges, programmers with experience developing for Microsoft's platforms should be overjoyed by this SDK, especially those who are well-versed in XAML, C#, Visual Basic, or C++. Finally there's a good path to using that knowledge to create an app running on a thin tablet or a mobile phone.
The SDK, though, is more than just an opportunity to catch up with the iPhone or the Android world. Some parts of it offer new features such as lenses and VoIP apps that will create a unified world that's simpler and more harmonious for the user. This alone promises that Windows Phone phones will have some advantages -- if Microsoft can attract enough programmers and phone owners to nurture an ecosystem.


New trend in BYOD security: contain the data, not the device





Over the past eighteen months, the conversation about mobile management has changed dramatically.
Where the primary goal used to be to secure and manage individual devices, the BYOD trend has made organizations of all sizes and types reconsider what mobile security means. The goal for many IT departments today isn't to lock down devices, but to securely deploy business apps so that users can safely work with business data anywhere at any time.
This new focus has led to a major new mobile security concepts known ascontainerization. Containerization refers to a solution that creates an encrypted data store or container on a device. Access to data in the container requires secure authentication independent of any other device settings or restriction. The result being that even on a device with no unlock passcode, no whole device encryption, and no security policies of any type, the contents of the container remain inaccessible unless an authorized user enters valid  credentials. Securing data in a container also allows IT to wipe all business data from a personal device without wiping any personal data or apps.
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
That's a pretty attractive feature set for enterprises in itself and one that works well for organizations with BYOD programs, but containerization shouldn't stop at just encrypting business data.
To prevent data leaks, enterprises need to be able to manage the interaction between data in the secure container and the rest of a mobile device. That includes the ability to prevent unauthorized apps from opening business files stored in the container and the ability to disable copying and pasting between approved and unapproved apps. It can also mean disabling the ability of a device to print files that are stored in the container.
Early container tools were focused on securing specific data through a single enterprise app. Good Technology, one of the containerization pioneers, initially focused on providing a secure container for email, contacts, and calendar data. Good's approach in this area has been to offer an alternate enterprise app for access to corporate services like an Exchange server instead of using the stock apps included with iOS or Android. That approach works well in some respects, but it prevents users from interacting with enterprise data using the hundreds of thousands of apps available to them.
There are two solutions to that challenge.
The first is to develop a security framework that business and enterprise developers can integrate into their apps using a published SDK.
That allows developers to write apps that can securely access and store data in an encrypted container offered by a mobile management vendor. Good launched a program earlier this year known as Good Dynamics that takes this approach and other companies have followed suit, including Centrify, which recently launched its ownenterprise authentication system for mobile devices, and MobileIron, which announced a pair of new solutions called AppConnect and AppTunnel earlier this week.
Although this approach is effective, it requires developers to build apps in partnership with one or more vendors. That can present challenges. The most obvious is that an organization will need to integrate mobile management tools from a specific vendor into their mobile strategy in order to take full advantage of container-based security.
Another key challenge is that existing apps may have already been built and deployed throughout an organization. To build in container security, these would need to be updated or rewritten to take advantage of a vendor's container SDK. That can be challenging if enterprise apps were created by a contractor or employee that is no longer working with/for a company. For publicly available apps, there's also the challenge of getting a secure version of an app through the review process of Apple's App Store in addition to an existing version that doesn't use any third-party functionality like that offered by an enterprise vendor's SDK.
The second approach, which address some of these issues, is app wrapping.
App wrapping does exactly what its name implies: it adds an enterprise wrapper to an app that creates a secure container for it. Ideally, that wrapper can be centrally managed to secure the data, require authentication for access, and offer protection against data leaks by disabling copy/paste, printing, and the ability to open files in unapproved apps -- essentially it extends all the container advantages to almost any app including private enterprise apps and apps publicly distributed through Google Play.
Beyond building the secure container, a goal for many organizations is to have secured business apps be able to share information between them. After all, if you have an app for mobile ordering/billing as well as CRM, it makes sense that you'd want them to be able to share contacts and other key customer data.
There are, of course, different ways that apps can share data -- copying and pasting content, using the option to open a file using an alternate app, and through integration with back-end systems or cloud services. Depending on the data, the app, and the individual user, it may be prudent or necessary to limit what data sharing is available on in the same way that you would set file permissions on a network share or SharePoint site. Secure containers, and apps integrated with them, require granular and flexible rights management options.
The final challenge of containerization is ensuring that these processes are as invisible and frictionless to the end user as possible. In the age of personal cloud services and mobile apps, users will find ways to work around a solution that they feel is limiting, clunky, or just plain confusing. They don't want to enter a username and password for each business app or hunt for specific functionality inside of large or complex enterprise apps or navigate around restrictive limits.
Many companies have begun to address these issues, but MobileIron and Good seem to be doing the best job of offering containerization in an effective but minimally intrusive way.
MobileIron has done a phenomenal job in its new AppConnect product in designing a powerful solution that makes containerization almost completely transparent to the user. The company ticks all the security boxes -- enterprise authentication, single sign-on, authorization based on the user account as well as the device and installed apps, and it offers flexible policies. Despite the container approach and app wrapping, users have virtually the same experience under AppConnect as on an unmanaged device. The companion AppTunnel solution also offers secure connections from secured apps to a corporate network without the use of a resource-heavy VPN infrastructure.

Good has also done an amazing job on this front as well with its Good Dynamics platform and its recent acquisition of AppCentral, which allows it to provide app wrapping as well as an SDK option to its customers. Good's overall on-device presence isn't as transparent to users as MobileIron's AppConnect, but it is still pretty user friendly and packs the security needed by most enterprises.
As I mentioned, Centrify has also recently stepped into this arena with its own Mobile Authentication Services (MAS) SDK that focuses on single sign-on and mobile authentication. The MAS SDK is available through a freemium model and focuses on securing mobile access to enterprise data systems and cloud services.
As mobile app management (MAM) becomes a companion to, and to some extent displaces, device management as the IT mantra for mobile management, we'll see a lot more evolution of the secure container -- and most likely a number of additional mergers, acquisitions, and partnerships to deliver the best container options. Overall, containerization looks almost certain to be one of the key mobile security technologies for a long time to come.


Microsoft Office for iOS and Android: Too little, too late


Microsoft will release Office for Android and iOS devices early next year, The Verge is reporting, lending more weight to rumors that have been circulating since early this year.
According to the report, the app will be free for viewing, but editing will only be supported for people with Office 365 subscriptions. Users will need to sign in with a Microsoft account to use the free app, whether they have an Office 365 subscription or not.
If this report is true, Microsoft's version of Office for these platforms won't have much to set it apart from other apps that do the same thing. (Microsoft has not confirmed the existence of the app or the timing, saying only that it will support Office across platforms.)
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
There are already many options for viewing and editing Office documents on the go. My Motorola Atrix 4G came with Quickoffice, which lets me view and edit Word, Powerpoint, and Excel documents. I can save my edited versions to Dropbox, Box, SugarSync, and other online services (although not Skydrive, as Quickoffice is owned by Google.).
Different pro versions of Quickoffice cost $15 to $20 for Android and iOS devices.  Apple's iWork, Smart Office, and others offer additional options for viewing and editing Office documents on mobile devices.
Offering Office apps on competing mobile platforms will represent a shift for Microsoft. Back when Windows Mobile had decent market share, it appeared that the company’s strategy was to try to convince mobile workers to use Windows Mobile as the only way to get a mobile Office app from Microsoft. But with the transition to Windows Phone, Microsoft’s mobile market share has plummeted and the company must see that mobile Office isn’t going to draw people to its mobile phone platform.
In addition, the advent of Office 365 means that Microsoft can now more elegantly offer the mobile app to paying Office customers. Office 365 users have a user name and password that they can use to sign in to the mobile app. Prior to Office 365, there hasn’t been a simple way to tie the mobile and desktop versions of Office together.


How one financial services CTO got users to share info more securely




Investment firm Blackstone was so impressed with document security vendor Watchdox, it took a small stake in the startup in March to make sure it would thrive.
But CTO Bill Murphy knew he couldn't force a new tool onto employees in the name of security.
"We could have gone top down, but that breeds resentment," Murphy told CITEworld. Instead, he positioned Watchdox as a convenience – it allowed users to share information without violating the company's strict compliance policies.
Teachers Topless Gaffe Shows The Need For Smart Mobile Policies
"We had policies like you can't send confidential information outside the four walls, you can't access a Gmail account, and so on. What we said is, 'Here's the policy, now here's a tool that makes it possible not to violate policy. It gives you more freedom and makes things easier for you.' You catch more flies with honey than with a flyswatter – that's very key."
The end result?
"A lot of people have no idea Watchdox is more secure than other systems. They just think it's more convenient than other solutions we have right now."
Blackstone first used Watchdox more than a year ago to solve a very specific problem: communicating transparently with its limited partners (outside investors) about the companies it was investing in. But those communications also had to be absolutely secure – a leak would have huge competitive and legal ramifications.
So it created a web portal for these limited partners, then built Watchdox into a custom app the partners used to access these documents. Eventually, Blackstone decided Watchdox would be a great tool for confidential internal communications as well, like financial projections and results. Later, they started using it for conferences as well, saving a lot of money on printing costs.
"We've now rolled it out to over half the organization," Murphy told us. "
Murphy believes Watchdox is more secure than services like Dropbox or Box because it embeds permissions in the files themselves, so no matter where they end up, Blackstone retains control over who can access them and exactly what those users can do, such as editing, forwarding the file via email, or copying text into another file. Blackstone can also revoke access in case a relationship changes – like a customer moves to a different firm, or an employee gets fired.
"We're confident that even if I downloaded every Watchdox document to my iPad, if I left the firm tomorrow, there's no chance I could access those documents."
There's always a trade-off between security and usability, so using Watchdox isn't as simple  as using a totally unprotected file-sharing service like Dropbox. For instance, a user's device has to access a remote server for authentication the first time a protected file is opened, and periodically after that to check for revocation. On mobile devices, files have to be viewed in a Flash application in a mobile browser or, in the case of iOS (which doesn't support Flash), in a Watchdox viewer app.
Even so, Watchdox is a lot more convenient than what Blackstone employees were doing before – sending confidential files back and forth as email attachments.
"With Watchdox I have my documents organized in folders," says Murphy. "I have 40 different workspaces, can just drill into them whenever I want."
Murphy acknowledges that other vendors like Box are moving toward better security with features like watermarking.
But, he says, "Watchdox was born out of guys who focused on security first, usability second. My view is it's a little easier to build a company from restrictive to less restrictive, rather than open to restrictive. The DNA of the place gives me confidence."

Android surpasses Windows as the world goes mobile




For those who doubted that there’s a major shift happening in the way people get online for work or play, a few reports out this week should convince them that there’s no turning back now.
Mary Meeker presented some research earlier this week that should have Microsoft sweating. According to TechCrunch, she said that in the first quarter this year more Internet-enabled Android devices shipped than Internet-enabled Windows devices. By the end of next year, she expects quarterly shipments of 160 million Android devices, 100 million Windows devices, and 80 million iOS devices.
In fact, Meeker said, that by the second quarter next year she thinks that globally, theinstalled base of smartphones and tablets combined will surpass that of PCs.
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
Those numbers are a stark portrayal of the change in the way that people get online. Instead of doing the bulk of work sitting in front of a Windows machine behind a desk, people are getting online from their phones and tablets often while mobile. With Android now outselling the second-most popular smartphone platform, iOS, by a ratio of five-to-one, that means most of these new devices are running Android.
Smartphones and tablets aren’t replacing PCs. But as if to support Meeker’s research, Informa Telecoms put out a report showing that for the first time more smartphones connect to hotspots than laptops. It was a squeaker: Informa found that 40 percent of all hotspot connections are made by smartphones, 39 percent by laptops, and 17 percent by tablets.
So not only are people straying from their desks, they’re straying from their Windows-powered laptops to use phones and tablets to get online.
All of these reports should worry Microsoft, which is only just now getting into the tablet business in earnest, and which has struggled to gain market acceptance for its Windows Phone smartphone platform. IDC reported this week that tablet shipments worldwide in the third quarter were 27.8 million, a nearly 50 percent growth over the same quarter last year.
There are outliers who still cling to the old model, or a form of it, but they have good reason to. IDG News Service reported this week that Lenovo’s CEO said he expects people will lose interest in tablets in favor of convertible laptops. With Lenovo’s recent introduction of the Yoga, a Windows 8 laptop with a screen that folds all the way back so the machine can be used like a tablet, he would say that.

Evernote gets streamlined with a big makeover




Evernote, the gold standard in web clipping and note-taking tools, just got a huge iOS facelift—and it makes the Evernote app even more useful for busy professionals who use the tool to catalogue information and share it.
The first change you’ll notice is that the entire user interface has been streamlined. When I fired up the app, I found a completely redesigned home screen. Now, all your information is organized in a series of Views tabs with a separate Quick Notes bar sharing the main screen. The Views tabs can be expanded with a single finger swipe to display your notes in a variety of ways, including by tags, notebooks, or places. The Quick Notes panel is an especially welcome addition for veteran Evernote users: it allows you to create a new note, take a snapshot, or turn physical notes into digital ones using a document capture function—and you can do all of that with one tap of the screen. That’s a huge asset. Creating notes now takes as little time as sorting them does.
The new format works beautifully: simply swipe a Views tab upwards and the screen expands to display your chosen view. Swipe down to return to the main menu. There’s a lot here to like. In the Notebooks view, you can see all of your notebooks on one page, as well as bundle notebooks together into stacks. On the All Notes tab, the thumbnails for each note are clear and crisp, making sorting through all your notes incredibly easy. You can also one-tap create a new note from this menu, which is another nice touch.
How This Rock and Roll Music School Went 100% Cloud -- And What They Learned On The Way
Using the Evernote app for iPad, you’ll also gain access to a Recent Notes menu on the main dashboard that displays your most recent clippings. It’s a great addition for the tablet’s bigger screen.
While Evernote updates its tool pretty frequently, this latest iOS redesign is major. As a long time Evernote user, I found the entire experience of creating and organizing notes to be redefined. The tool has always been slick, but now it feels seamless. That’s largely due to the new interface: being able to take full advantage of all Evernote features using only two screens is an inspired design decision.  Also, the one-tap document capture function, new note button, and snapshot feature all add incredible value.
In short, this is one of the smartest redesigns I’ve ever seen in a mobile app—and it makes Evernote even more indispensible. 
Want to try the new Evernote iOS app? Get it here

Happy that you can use your iPhone at work? Thank Microsoft




Perhaps no company has been threatened by consumerization like Microsoft, as first smartphones and then tablets running non-Windows operating systems have slowly taken their place in enterprises alongside the Windows PC.
Ironically, Microsoft helped open the door to these devices. 
Consumerization has been around since the dawn of the PC era, but the latest wave started in 2007 when new iPhone users began bringing their devices to work and asking IT departments to let them connect to email. 
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
For a lot of IT shops, that was a no-go, as one lost iPhone would give an outsider access to company email. If pressed -- say, if the CEO insisted on being able to read email on his new gadget -- IT would eventually allow devices to connect to email, but would restrict access to other internal resources.
As Galen Gruman at InfoWorld points out, that began to change with iOS 4.0 in 2010, which included support for Microsoft's Exchange ActiveSync (EAS) protocols. Those protocols allowed Exchange shops to set security parameters on employees' iPhones, such as forcing them to enter a password of a certain length and complexity, and gave them the ability to wipe lost phones. With those security controls in place, IT became much more accepting of letting employees access all kinds of internal resources. Google eventually followed Apple and started adding EAS support to Android.
EAS was the crack in the dam that opened the way for the iPhone, Android phones, and the iPad, to take their place alongside Windows PCs in enterprises as real work tools.
So why did Microsoft decide to license EAS in the first place? Why not keep it as a proprietary feature for its own mobile platforms?
Analyst Rob Sanfilippo from Directions on Microsoft speculates, "At that time, selling Exchange (and Windows Server) was a clear priority over dominating the device market, so Microsoft likely saw EAS licensing as a way to promote Exchange and incur some licensing revenue. This strategy probably wasn’t questioned even as iPhone was released, and Apple licensed EAS before iPhones and iOS became all the craze."
The first company to take an EAS license was PalmOne, maker of the then-popular Palm Treo smartphone, which ran PalmOS. That happened in October 2004.
At that time, Exchange Server was already a billion dollar annual business for Microsoft. Windows Mobile was nowhere close.
A month later, Motorola took a license so its A780 feature phones, which were based on Linux and Java. (Foreshadowings of Android.) Several other smartphone makers followed, with Apple taking its fateful license in March 2008.


Licensing EAS also coincided with a broader move toward more openness and interoperability across Microsoft. Microsoft began a formal intellectual property licensing program in 2003 and dramatically expanded it with an interoperability pledge in February 2008. Regulators may have helped spur Microsoft in that direction -- particularly the EU, which in January 2008 expressed concern that Microsoft was not revealing enough interoperability information about its products. (That investigation was later settled.)
Whatever the reason, when Microsoft looks at why iOS has become such a force in the enterprise, it has to spend at least a little time looking in the mirror.

How Pemex plans to automate IT -- and make workers like it




Mexico’s state-owned oil company, PetrĂ³leos Mexicanos (Pemex), increasingly is relying on its staff of 4,000 IT workers to help increase production and shorten time to market.
But a recent streamlining of the company’s IT operations – which included a half-dozen IT departments – and reallocation of tech resources left a void: Pemex’s staff of computer-based employees (80,000 out of a total of 140,000 workers) were used to a high-touch IT experience. Some didn’t like the change.
“Taking away those resources from the general managers of our business has created some discontent,” Pemex CIO Abraham Galan tells CITEworld. “People are a little disgruntled. They feel we aren’t giving them the level of IT service they are used to. They are used to having their own IT guy sitting right beside them and solving the problems that come up on a day-to-day basis.”
Install Angry Birds On Your iPad, This CIO Insists
So Galan has decided to automate IT services as much as possible, but in a user-friendly way. He turned to MyIT, a social-based tool from BMC Software that provides users with up-to-date information about an enterprise’s network status, along with information about the availability of IT services on a location basis.
“MyIT drives the whole thing to the user,” Galan says. “The user is made aware of what services are near them, if there’s a printer nearby, for example.”
Sounds simple, but for workers who visit a lot of field offices, knowing the locations of IT services and available conference rooms (MyIT also provides labeled floor blueprints) can be a huge time-saver.
MyIT does more for field workers than offer information, though. It also auto-configures wi-fi connections, eliminating one more potential road hassle.
For more location-bound Pemex workers, MyIT will allow them to submit problem tickets to the IT department, which will schedule an appointment and notify the user on his or her MyIT calendar.
Users also will be able to personalize their menus of IT services (email, Salesforce, customer-care apps, etc.) using MyIT, including only the services relevant to them. And if they want to know when a service’s status changes (for example, if email is back up), users can choose whether to be notified via Twitter, Facebook or a text to a mobile device.
Jason Frye, senior director of BMC Software’s office of the CTO, says with MyIT the company intended to build a “product that consumerizes the IT experience in the enterprise.”
“We wanted to take our cues from the best consumer services out there,” Frye says. “We designed MyIT from the front end down. We started with the types of things that you want to do. It’s really about personalizing the user experience.”
Now in beta, MyIT is expected to be available commercially in January. BMC Software has not offered pricing information.
Meanwhile, Galan tells CITEworld that Pemex is “using MyIT in a controlled environment before rolling it out” to its computer-based workforce.

Microsoft likely to leash iOS Office apps to Office 365, say analysts


Microsoft will probably tie Office apps for the iPhone and iPad to its Office 365 "rental" subscription plans to prevent the mobile apps from cannibalizing sales and to skirt the "Apple tax," analysts said today.
"I do see a definite linkage between iOS and Android apps, and Office 365, so that Microsoft can capitalize on mobile's move into the enterprise," said Daryl Ullman, co-founder and managing director of the Emerset Consulting Group, which specializes in helping companies negotiate software licensing deals. "They can't keep Android and iOS completely out."
Last week, speculation on Office apps for Google's Android and Apple's iOS hit a new high as The Verge, citing unnamed sources, reported that Microsoft will release iOS apps for Word, Excel and PowerPoint in late February or early March 2013, followed in May by similar software for Android.
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
The apps, collectively dubbed Office Mobile, will be offered free of charge on the iOS App Store and Google Play, the Android digital marketplace.
In their free versions, the apps will only let users view documents. To enable editing -- and presumably other functions, such as document creation and printing -- customers will have to chain the apps to an up-to-date Office 365 subscription.
There's precedent for this kind of linkage in Apple's App Store: Intuit, for example, offers free iOS and Android apps for its Quicken 2013 personal finance software, but those apps only work if tethered to a paid copy of the Windows program.
The benefit of such a tactic is that it allows developers to sidestep the 30% cut that Apple takes of all app revenue, something Microsoft would probably prefer to avoid.
The tying of the apps to Office 365 has been brought up previously by analysts. Last month, Wes Miller of Directions on Microsoft argued that an app-to-Office-365 link was one of several ways Microsoft could distribute Office to rivals' phone and tablet hardware.
"I haven't changed my theological viewpoint," Miller said in an email Friday. "Microsoft will not be giving away the whole product, that's a given."
Miller continues to believe that an Office 365 tie-in is but one option Microsoft has available to offer iOS and Android apps without hurting its Office cash cow. "[There will be] some form of compensation, whether it requires in-app purchase, as OneNote currently does for higher-use customers; subscription to a service, and some strange unlocking in the product as a result; or an outright purchase of the apps in the store," Miller said.
For consumers, Office 365 will be the only way to obtain working apps for their iOS or Android devices, said Ullman. "It will drive consumer usage of Office 365," he said. "Microsoft's logic behind that is it will be a strong way to move people to the subscription model."
Microsoft is betting big on Office 365, which for the first time will feature plans aimed at consumers and small businesses that let them install copies of the suite on their computers and other devices, not simply run scaled-down Web-based apps. Office 365 Home Premium and Office 365 Small Business Premium are, experts have argued, key to Microsoft's goal of motivating customers to ditch perpetually-licensed software for a pay-forever model that will both boost and stabilize the company's Office revenue by untethering it from the every-few-years upgrade cadence.
Office 365 Home Premium will let a household run Office on up to five devices, which Microsoft has defined as traditional desktops and notebooks -- Windows or OS X systems -- as well as tablets and smartphones. Office 365 Small Business Premium, meanwhile, will work like the current enterprise plans, allowing each worker to run Office on up to five of his or her devices.
The price: $100 annually per household for Home Premium, $150 annually per user for Small Business Premium.
By tying Office Mobile for iOS and Android to Office 365, Microsoft both makes the subscription plans more economical and creates a carrot to convince consumers and small businesses to follow in the footsteps of enterprises, which typically pay for software through annuity-style licensing deals like Software Assurance.
Sans Office on iOS and Android, Office 365 may not make financial sense for most households or small businesses: Computerworld's calculations show that a household or business worker must use four or five of the allowed copies to bring the per-year, per-license cost of Office 365 below that of the same number of perpetual licenses.
Last month, one analyst called that "iffy, very iffy," even in a technology-oriented household or business.
But by adding iOS and Android, Microsoft would make it much more likely that Office 365 customers could, in fact, equip more than three devices with the suite. Those two operating systems own the lion's share of the smartphone and tablet markets. Because Windows-based devices have minuscule market shares, the inclusion of iOS and Android could also help Office 365 gain traction until Windows RT and Windows Phone 8 grow their shares.
And if Office Mobile does require Office 365 -- if the apps aren't available for purchase separately -- Microsoft creates a huge incentive for users to subscribe, not only boosting sales but also attracting customers who otherwise might never have considered the rental model or even the new Office.
Ullman was optimistic that consumers would, if not in the short term, then in the long, shift to the Office 365 model.
"It's how consumers are consuming software now," he argued. "They're used to paying a subscription license, especially younger consumers, and they're moving away from paying up front for a perpetual license. They're using software, and if it doesn't work for them, they move to something new. I see [Office 365] as Microsoft's way of being part of this."
Ullman was adamant that the rental model was attractive to younger users. "The whole concept of upgrading is foreign to them," said Ullman. "Younger users don't even know what an upgrade is, since most of their software is updated all the time."
Consumers are, however, a small part of Microsoft's Office business, which last quarter brought in over $5 billion in revenue, or more than 34% of the company's total for the period. Microsoft makes most of that not from sales of Office to consumers, but on sales and volume licensing contracts to enterprises.
Linking iOS and Android Office apps to Office 365 also is a smart move for Microsoft in the enterprise, Ullman said, what with businesses shifting to a "bring-your-own-device" (BYOD) concept, where employees decide what hardware they'll use for work.
"Companies are adapting to younger workers -- as well as those in the C-level suites -- coming into the workforce with their own devices," Ullman said. "And Microsoft must adapt their licensing to that."
As Ullman sees it, Microsoft has two options with iOS and Android Office apps. It can either link the apps with Office 365, or add "usage rights" to the mobile software as part of Software Assurance.
The former would "push Office 365 into the enterprise as a licensing solution," said Ullman, while the latter would "be a way of keeping customers on Software Assurance."
Either would be what he called a "smart move," but Ullman wasn't ready to bet on one over the other. "I'm not sure which way they'll go," he said.
Microsoft has already done something similar with its Office RT, the version of the suite it bundles with Windows RT, the tablet-oriented spin-off of Windows 8. Although Office RT is licensed for personal use, to run it as a business tool, it must be linked to an Office 365 subscription or an existing commercial license of Office 2013.
Microsoft will introduce iOS and Android apps for Office; that's virtually a given, what with its previous comments that Office will work across multiple mobile platforms, including its own Windows Phone 8, as well as iOS and Android. Most have interpreted that to mean native apps on its rivals' operating systems, not the Web-based apps now available.
"This is a logical move," said Ullman. "They see how the currents are moving [toward mobile], and they're trying to regain the trust and enthusiasm of users, especially of the younger generation of users. Microsoft sees the BYOD movement, too, and what they're doing behind the scenes is to capture additional revenue from that."
But while he's certain Microsoft would hitch iOS and Android Office apps in some way to money-making licensing deals, Ullman had no idea when or in what fashion. "When it's going to happen, or how, that's just speculation at this point," he said.
Microsoft has released Office 2013 to volume licensing customers, but it has not disclosed a retail release date. Most expect that to occur in late January or early February 2013, when the company will also probably roll out its new Office 365 plans.
Miller, of Directions on Microsoft, said it was possible Microsoft will reveal more of its Office plans this week at its SharePoint Conference, which starts today in Las Vegas and runs through Thursday.
"Otherwise, it might not be until next year,"


BlackBerry 10 "launch" scheduled, but will anybody care?




The launch is finally on the calendar: Research In Motion has scheduled events around the world on January 30 to unveil its long-delayed BlackBerry 10 phones, but it will wait until that day to announce exactly when the devices will go on sale.
BlackBerry 10 has been a long time in coming. RIM has been trying to make the transition to a new software platform that would allow it to compete with iPhones and Android devices that have become dominant among mobile workers.
But that transition has been slow. In June, it announced the phones would become available in the first quarter next year instead of this year. That followed an announcement in late 2011 when RIM asked for patience when it said that its choice of chips would push the launch back later than expected.
Cisco and the Zen Art of BYOD : how Cisco manages more than 60,000 user-owned devices at work.
Now the launch is scheduled for the first quarter but it remains to be seen if the devices will land on store shelves within the quarter.
The delays, during which RIM has made only incremental updates to its current BlackBerry 7 platform, have been crippling for the company.
“What’s in place now has been in place for three years,” said Chris Hazleton, an analyst at 451 Group. “The real driver for enterprise mobility is what employees are bringing in. And they’re not buying BlackBerry devices because there hasn’t been anything new for a long time.”
In fact, a January 2012 report from ChangeWave Research found that just 2 percent of North American smartphone buyers are interested in BlackBerry as their next device.
RIM’s best bet is to sell BlackBerry 10 devices to companies, but even that market isn't looking good. “The only companies really looking at BlackBerry 10 are those that are very much dedicated to RIM and bought into Fusion and the problem is that’s not a very large base,” Hazelton said.
Fusion is RIM’s device management product that supports other platforms including iOS in addition to BlackBerry devices.
While BlackBerry 10 boasts some neat features, even the most security-conscious users have moved on to iPhones and other smartphones that are more appealing to users. When organizations like the U.S. Department of Defense begin considering buying other kinds of smartphones, it’s clear that BlackBerry has lost its edge.
As of the third quarter this year, BlackBerry had sunk to just 4 percent market share,according to IDC, so it has a long way to go to bounce back to its glory days.
There are a couple of slivers of hope for RIM. One is that mobile operators are interested in having a handful of strong contenders in the market, Hazelton said. RIM said recently that 50 carriers around the world are testing BlackBerry 10 for launches on their networks. If carriers push the phones, they may get some traction.
Also, since RIM  develops both hardware and software for its platform, it has the opportunity to release a very tightly integrated product -- like Apple does with the iPhone. (Google could move in this direction eventually, but so far has treated its Motorola handset business like any other Android OEM.)
But based on its recent track record, the chances that RIM will hit it out of the park are slim.

iPads will help Alabama voters in 15 counties get to the right polling places




During every election, poll workers in Morgan County, Ala., would experience a big problem: some voters would arrive and their names couldn't be found on the voter registration lists in many of the county's 44 voting precincts. That would then mean a scramble to try to reach someone by telephone back at the county Board of Registrars office – on a very busy day – to find out where the voter was actually registered.
On Election Day, especially during Presidential elections when voter turnout is usually much higher, those kinds of last-minute requests really put pressure on employees in the overwhelmed Registrar's office, said county probate Judge Greg Cain.
"You had to call the Registrars Office and have it looked up, then convey it to the voter," said Cain. "It was quite a time-consuming task. With 71,000 registered voters and 44 precincts in the county, that could amount to a ton of phone calls, many of which would get a busy signal or be put on hold. We actually had several voters get frustrated and just leave without voting."
Install Angry Birds On Your iPad, This CIO Insists
There had to be a better way, said Cain.
After three years spent investigating methods to streamline the process, Morgan County started using Apple iPads and a custom software app earlier this year during the March Primary Election to make the process simpler. Now election workers can get that information right on their iPad, without any calls to the Registrar's Office, making it much faster to help voters find their correct precincts.  
The main technical problem that took so long to solve was that the state maintains the database of voter registration in Alabama and only allows election officials in the state's 67 counties to gain access to certain data fields for custom data sorting, said Cain. "There are a limited number of people in the county who can see that information due to privacy issues," he said.
"What I was looking for was a system that could allow us to extract the data for the poll workers to use that was easy and accessible," said Cain. Simple was important because many of the poll workers are retired people who are not as savvy with computers and technology. That meant avoiding laptop computers due to their smaller keyboards, potentially confusing interfaces and more complicated nature. "I was looking for something that was user-friendly."
First he tried ways of accessing the voter registration information using an Android device, but he couldn't find an app that would easily work on Android to solve the problem. One Android app required him to export the data, send it to the vendor for conversion, and then download it to each device for use.  
"That was way too complicated and I wasn't comfortable sending that information out," said Cain. "I wanted some we could control in-house."
His experiments led him to a simple database app from Bento that would work with Apple devices, but it didn't provide enough detail and flexibility.  That failure, however, led to his finding an answer that did ultimately help solve the problem – Bento's parent company, Filemaker, had a mobile product that could be integrated with the data so it could work on Apple devices, providing the means to get the voter registration information to each of the county's precincts.
Cain brought in the county's software consultants, Mirus Group, and in six weeks Mirus built a first version of the needed app for testing, using Filemaker Pro.

The app, called the Election Information System (EIS), was developed for about $20,000, said Stephen Weber, the owner of Mirus Group. They could have developed and distributed the app using Apple's App Store, but that option was dropped because they had a short timeframe from which to work before the March primary election, said Weber. With the App Store, they'd have had to submit the app and then undergo an approval process from Apple, which would have likely taken too much time. The developers also looked at using Apple's own developer's tool kit for native apps, as well as other options, but Filemaker was ultimately seen as the faster and simplest way to go under the time restraints the county was facing.
The Filemaker app now allows election workers to run custom inquiries on the database information to do their work more efficiently for every election, said Weber. "Now that the data has been extracted into a relational database, they can run their own analyses using plug-ins from Microsoft Excel, such as how many ballot styles do they need for each precinct, or what's the age distribution of voters by polling place," said Weber.
Fourteen other Alabama counties will be using the EIS app on iPads in the Nov. 6 election, with one iPad in each precinct, according to Weber.
The project came at a good time for Mirus Group as they were beginning to eye the Apple iOS marketplace. "We wanted to start writing apps for iPads and saw [the Morgan County project] it as an opportunity," said Weber. "So we started playing with it and working with it."
The app was a big success during the March primary, according to Judge Cain. "The first time we used it in the primary, the Board of Registrars told me that we probably cut down on the phone calls they received about voter registrations on Election Day by 75 percent."
Among the features they also built into the custom voter registration app is an easy search engine to allow election workers to get answers quickly to their queries during an election, said Cain. That meant that any inquiry would need no more than two or three touches on the iPad touch screen to give a needed answer.
The data downloaded onto each iPad uses security features built into Filemaker that allow remote data wiping and lock down in case a device is lost or stolen. The app is also programmed to lock itself down at a set time after an election to further protect the data, said Cain.
The county is still looking for more ways to use the iPads to improve elections even more, he said. Training manuals for elections officials will be installed on the iPads for easy reference when needed, as well as other additional instructions.
The iPad project in Morgan County is a topical example of how popular consumer technologies are being adapted to help solve real-world governmental and business problems. These same approaches could easily be adapted to enterprise-level needs, using similar creativity and vision.
Looking into the possibilities with open eyes was a key, said Judge Cain.
"I'm even using the iPad to record court hearings I have to record in different locations," he said. "We're utilizing it that way to capture that information.  We started looking at it for certain tasks and we're finding out it's able to do much more than we thought it could."
In Tuesday's election, some 54,000 voters, or about 78 percent of the county's 71,000 eligible voters, are expected to cast their ballots, according to Cain. "We're hoping for a less stressful Election Day," he said.

Tablets Cause Wi-Fi Stress: Truth And Fiction


Wi-Fi wireless LANs (WLANs) have been displacing wired Ethernet as a preferred means of client access for years. Two years ago, we asked readers about wireless plans: Our InformationWeek Wireless LAN surveyfound about 40% of respondents predicting that they would largely replace wired access infrastructure within five years. Fast forward and it's likely that today's torrent of mobile devices rushing into the enterprise, whether resulting from formal, front-door BYOD policies or furtive, or back-door infiltration, is accelerating the timetable.
Worse yet for early adopters, the changing device mix means existing WLAN installations could face significant stress, if not outright gridlock, unless network managers make some architectural changes. Yet enterprises could learn a lot about WLAN design from educational institutions, which have been among the leaders in wireless deployments and have some of the highest device densities of any environment. As Ohio University's CIO, Brice Bible, is quoted in discussing his campus' recent WLAN upgrade, "Wireless is by far the most popular access method on our campus and students are bringing more mobile devices to campus than ever before."
The challenges start with a dramatic increase in numbers, a situation that new devices like the iPad Mini and Nexus, as profiled in our latest research report, will exacerbate: The client count per employee could double or triple as users augment their company-issued laptops with smartphones and tablets. There are also inherent Wi-Fi hardware design limitations imposed by mobile devices optimized for portability and battery life, not network performance.
WLAN equipment vendors have been fond of scaring customers with a Gartner report claiming that "enterprises deploying iPads will need 300% more Wi-Fi." (See a PDF of the entire report here).
The 3x figure is derived from a simplistic extrapolation of differences in transmit power between the Wi-Fi radio in the iPad 2 and that of a typical laptop, which the paper claims to be 6 decibels (10 dBm vs. 15-17 dBm). Aside from being out of date, which the online copy of the paper now acknowledges with this disclaimer from Gartner: "(Note: This document has been archived; some of its content may not reflect current conditions,)" it's overly simplistic.
First off, the newest iPads and iPhone 5 use new wireless chips with output power comparable to a laptop. Secondly, the 300% number is derived by taking a simple power ratio, using basic math any first year electrical engineering student would know, without accounting for other physical or technical factors.