2012 Technology Predictions

Source

key areas for 2012

Global CIO Predictions

smartphones, ecommerce, hybrid tablets

Tiobe

Java,C,C++,Objective C, PL/SQL

Gadgets for 2012

Autom and Fitbit,Nokia
Lumia 710,Makerbot,Ultrabooks,kindle fire,psp vista

media,
science and technology predictions

smartphones sales, facebook
1 billion users, ipad sales

Social media predictions

privacy
comes down,decentralization of social networks,google social search,rise
of content aggregators,social media augmented reality,influencer marketing

Venture beat predictions

virtual reality,tablet market,mobile
commerce

Gartner Predictions

cloud,
social, mobile and information unified set of forces for IT strategy,limited IT budget growth and an increase in
interest from the lines of business in evaluating IT-based solutions,Mobile and Cloud Computing Set to Transform
Enterprise and Consumer Security Markets,Cloud
Computing, Social Media and Mobile Technologies Will Disrupt Insurers

Future Timeline

quadcore smartphones
and tablets,Windows 8

2012 Internet, SEO and Technology Predictions

Chrome,Image Search, HTML5, mobile
search

Intel

voice
& ai,cloud services,smarter
tv,tablets wear off,flat
economy

Fast Company

Social business,cloud,mobile IT,IT infra budgets increase,android vs ios,ebooks,info overload,new
player in social networking

Open view partners

B2B
Transactions, Crowd sourcing,rapid adoption of mobile
devices

Marc Andreesen

smart phones,distributed mobile work force

Mashable Tech

fresh
ends to movies,hybrid phone,google+
center stage,asimo to
consumers

Gigaom Mobile predictions

wearable computing,smart homes,home
broadband increases,windows phone increases,RIM will go away,hybrid
html5 apps,smaller kinect

Wired enterprise predictions

smart search,like button in enterprise,cloud
based solutions,multiplayer gaming

Smarter computing

google wallet,mobile
purchases,social media data exploitation,mobility,analytics

Sys con

microsoft will falter,appstores
will flourish,aggregation platform,google
apps for business,groupon will fail

ZD net education predictions

analytics
and BI,google tablets won’t be holygrail,khan
academy will rise,emergence of kindle fire because
of byod

Digg

Apple TV,google+ will fail

IDG

apple
will lose nice guy sheen,attention to big data, anayltics, apple for enterprise,smart
TV,discs will go away,game
consoles will be media centers,android fracture,
rim will fail,mobility will rise,windows8,private cloud,byos will be popular,privacy
will be forefront,it consumerization,third
ecosystem of mobile space

Travel Tech
Predictions

personalization
era arrives,OTAs to go to vacation rental,new opportunities in mobile,travel
search,social media analytics,travel
bloggers,airline merchandizing,LBS
to be ubiquitous

IBM

biological
identity as password,buoy to capture power,mind reading,digital
divide cease,junk mail will become priority

CIO Small business

microsoft hyper v3,more nas appliances,usb
3.0,ultrabooks,hdd gets faster,tablets,byod,cloud apps,gigabit wireless,windows 8
will impact

Watch guard

cloud
provider will get breached,advanced malware techniques,data breaches,virtual
security,mobile malware,data
loss due to byod,digital attack to impact physical infrastructure,location aware malware,html5 increase web
attacks

Steve done his job well

 

“Almost everything–all external expectations, all pride, all fear of embarrassment or failure–these things just fall away in the face of death, leaving only what is truly important. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart.”

“I was worth over $1,000,000 when I was 23, and over $10,000,000 when I was 24, and over $100,000,000 when I was 25, and it wasn’t that important because I never did it for the money.”

-Steve Jobs

http://www.apple.com/

FB Bug Bounty

A Bounty Hunter  captures fugitive for a monetary reward (bounty).

Facebook has launched a program for compensating security researchers that discover vulnerabilities in the website’s code.

  • Base payment of $500 (one bounty per security bug)

There was a movie ,The Bounty Hunter, which was a romantic comedy film, released in UK and US , on March 19, 2010.

GMail Man

Microsoft Office 365, Microsoft’s next generation productivity service. Office 365 is the culmination of experience delivering world class productivity solutions to people and businesses of all sizes. It brings together Office, SharePoint, Exchange, and Lync in an always-up-to-date cloud service.

Following is a parody video

The video begins by explaining the following scene is the opposite experience users will receive from using Microsoft Office 365. Enter the Gmail Man, the real life embodiment of Google, strolling the streets looking through emails for key-words like “volcano”, “zucchini” and “lava.”

When confronted by an outraged little girl, demanding to know how he can read through everyone’s mail, he explains, “Well, sometimes when a person really loves their Gmail very, very much, the two get together and an ad is born.”

Posted in Market | 1 Reply
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 2.00 out of 5)
Loading ... Loading ...

Java 7 Released

Oracle has released Java Dolphin on July 28 ,2011

Java SE 7 has its first major update to the Java platform under oracle ownership.Oracle described Java SE 7 as “the result of industry-wide development involving open review, weekly builds and extensive collaboration between Oracle engineers and members of the worldwide Java ecosystem via the OpenJDK Community and the Java Community Process (JCP).”

Apache Lucene search engine project management committee (PMC) warned that Java SE7 contained bugs that could cause a Java Virtual Machines (JVM) to crash or affect applications

.

Dolphin Features

Some awesome features of Java 7

1. Null-safe Method invocation

NullPoniterException is one of the common encountered in Java programming.A programmer need to do a lot of null poiner check like  (null != object)  in coding. By the great feature we can do as follow.

public Long getMobileNumber(String empId){

return this.emp?.getContactDetails()?.getMobileNumber();

}

2.Using Strings in switch Statements

In Java SE 7 , you can use a String object in the switch statement’s
expression.

public class StringSwitchDemo {

public static int getMonthNumber(String month){

int monthNumber = 0;

if (month == null) { return monthNumber; }

switch (month.toLowerCase())

case “january”: monthNumber = 1; break

case “february”: monthNumber = 2; break;

case “march”: monthNumber = 3; break;

…………………………………….

default: monthNumber = 0; break; }

return monthNumber; }

public static void main(String… args) {

String month = “August”;

int returnedMonthNumber =  StringSwitchDemo.getMonthNumber(month);

if (returnedMonthNumber == 0) {

System.out.println(“Invalid month”); }

else {

System.out.println(returnedMonthNumber);

} } }

3.Multiple exception catch block

Dolphin proposes a new syntax for catching multiple exceptions in a single
catch block

In Java 7, We will able to handle .

try{ // Some code that throws ServiceException and WebsiteException }

catch(CardNotFoundException | MyException exception) {

Logger.Log(exception);

throw ApplicationException(exception);

}

4.Bracket Notation for Collections Collection class we can think like an Array.

Instead of writing ,

Collection<String> month= new ArrayList();

month.ad(“January”); month.ad(“February”);month.ad(“March”);

we can write like ,

Collection<String> month =new ArrayList {“January”, “February”, “March”};

 

Oracle  announced that the JDK 7 will be available on July 28, 2011.

Thanks and Regards,

Lal

 

File Sharing Sites Banned

DOT banned all major files sharing sites in India.

This is strange because still there are many porn sites are exploiting Indian culture and they are not taken under the rule.Any netizen can unblock the sites using many free ware tools ,so there is no use of it.