Showing posts with label Web. Show all posts
Showing posts with label Web. Show all posts

Friday, November 16, 2012

Download Gartner Magic Quadrant for Web Content Management

Gartner recently released there Magic Quadrant for Web Content Management. Oracle being one of the vendor in leaders quadrant is offering free reprint of the full report for download.

image

Download the report at no cost from here before it goes away.

http://www.oracle.com/us/corporate/press/1870042

Wednesday, November 14, 2012

Download Gartner Magic Quadrant for Horizontal Portals

Few days back, Gartner released its Magic Quadrant for Horizontal Portals. Here is a quick description of scope of this MQ.

Gartner defines a portal as "a Web software infrastructure that provides interaction with relevant information assets (for example, information/content, applications and business processes), knowledge assets and human assets by select targeted audiences, delivered in a highly personalized manner." Enterprise portals may face different audiences, including:

  • Business-to-employee (B2E)
  • Business-to-consumer (B2C)
  • Business partners (B2B)

Of course, the public-sector corollaries to these three high-level audience types are also considered applicable. A portal product is a packaged software application that is used to create and maintain enterprise portals. These products can be used to design vertical or horizontal portals:

  • Vertical portals focus on accessing specific applications or business functions.
  • Horizontal portals integrate and aggregate information from multiple cross-enterprise applications, as well as specific line-of-business tools and applications.

image

Oracle being one of the leaders is providing the reprint of this MQ as free download. Grab it from here.

http://www.oracle.com/us/corporate/press/1870043

Friday, November 9, 2012

Microsoft Security Intelligence Report

Latest edition of Microsoft Security Intelligence Report is out.

Volume 13 of the Microsoft® Security Intelligence Report (SIRv13) provides in-depth perspectives on software vulnerabilities and exploits, malicious code threats, and potentially unwanted software in Microsoft and third-party software. Microsoft developed these perspectives based on detailed trend analyses over the past several years, with a focus on the first half of 2012.

HTML/Javascript continues to top the list when it comes to being platform for exploits.

image

You can download the full detailed report from here.

http://www.microsoft.com/en-us/download/details.aspx?id=34955

Thursday, March 8, 2012

Why traditional journalism is still so important ?

This is the next post in the series for ‘Content Curation’ :

image

With so much digital action happening in consumer world, digital curation is becoming utmost important. From individuals to marketing professionals, everyone wants perfect digital curation tools. Amongst all this, there is a question if traditional journalism and newspaper still delivers value.

The answer to this is absolute ‘YES’.

If you apply the Theory of Need and Want to digital curation world, you know that while digital curation tools address mostly the ‘Want’ part, the traditional journalism addresses mostly ‘Need’ part.

My recommendation, enterprises apart from adopting digital curation tools should also have a traditional journalism group within to help employees know what they need to know.

Friday, March 2, 2012

Security Development Conference

image

EVOLVING FROM PRINCIPLES TO PRACTICES

Industry and government decision makers are increasingly aware that operational security protections and regulatory compliance are insufficient in protecting global applications and infrastructures. Organizations are realizing the value of Security Development Lifecycle (SDL) practices and seek to accelerate adoption and articulate this value to management.

The inaugural Security Development Conference 2012 (SDC 2012) will bring together industry professionals to network and learn from security experts about Security Development Lifecycle (SDL) practices. SDC 2012 will include information for leaders in software engineering, process and business management who are responsible for accelerating the adoption and effectiveness of SDL practices in their organizations.

https://www.securitydevelopmentconference.com/main.aspx

Thursday, February 23, 2012

Scoop.it : All in one Curation Engine

This is NOT a sponsored post.

Recently I got a chance to use the free version of Scoop.it and I must admit, it came very close to my model of Curation Engine.

image

You can read more about previous posts on Curation Engine model here:

image

Visit www.scoop.it and try for yourself. You will love it.

Tuesday, February 21, 2012

Content Curation Types

This is third post in Content Curation series.

You can read the previous two posts here:

  1. Content Curation in 5 Steps
  2. Content Curation Tools and examples

image

There are basically three types of curation engines:

Individual – This is the one which we all do to get best and add our part to it. We use Twitter, facebook, Google Reader, etc to aggregate best of content for our reading. We even share our curated content with others to consume.

Crowd – Yes, the wisdom of crowd. This is what you see on digg or trending topics on twitter.

Software – This is the only automated engine and is becoming more and more popular and efficient. These are the agents which continuously scan the web for popular and highly rated content. Two of the good examples are:

News gadget on iGoogle 

image

www.LikeButton.com

image

Every type of engine has its own pros and cons. While the individuals can do a personalized curation, software based curation helps in discovering new content.

The goal is to create an engine which brings best of all three types.

Do you know of any such engine ?

Wednesday, February 8, 2012

WEF Technology Pioneers 2012

image

The World Economic Forums’ Technology Pioneers 2012 report is out and here are few of the interesting companies featured in Information Technologies and New Media category.

Appirio enables companies to navigate today’s complex cloud computing ecosystem. Provides rapid application development platform over existing cloud platforms.”Appirio was able to build a cloud-based CRM (customer relations management programme) for Starbucks in just four weeks, based on a SalesForce.com software framework”


CloudFlare’s intelligent network accelerates Web traffic over the Internet while deftly dodging abusive bots, crawlers and denial of service attack. The virtual scaled out Web.


DoubleVerify provides tools designed to restore public confidence in business forced to operate in a global net environment increasingly exposed to swindlers, malware and cyber theft.


Dropbox connects the cloud to everyday life. We all know DropBox.


Kickstarter’s innovative crowd-funding platform lets the public in on venture capital funding for imaginative projects.


Living PlanIT develops operating systems for future cities.


Mocana’s responds to the “Internet of Things” with a deviceindependent secure platform for smart communications.


Palantir pioneers an engineering-centred approach to radically change the way data is analysed.

Download complete report from http://www.weforum.org

Tuesday, October 11, 2011

DART : Overview of Google’s new web programming language

image

So finally, the technology has started moving on the client side of web too, faster than we expected. After many years of using HTML, JavaScript, ActiveX, Flash & Silverlight came the big innovations like HTML5 & CSS3.

Here comes the latest from Google, called DART – Structured Web programming language. Personally I have never been happy with JavaScript due to readability, maintainability & lack of support of good developer tools.

So what is DART ? Here are few highlights:

  • Open source project
  • Class-based programming language (not mentioned as object-oriented language) 
  • Moving to more structured environment. It supports classes & libraries. This is what JavaScript lacked though supported in unstructured way.
  • Optional types. This is interesting as this will allow you to start prototyping your application quickly using JavaScript style programming with simple and untyped code and then as you progress in application lifecycle convert the code from untyped to typed style which is easy to debug, understand and maintain.

Google promises to provide the right tooling support to leverage the enhancements done over javascript in Dart.

Design goals of Dart as mentioned by Google :

  • structured yet flexible
  • familiar & natural
  • high performance & fast application startup
  • full range of devices on the web – phones, tablets, laptops & servers
  • support across all major modern browsers – the current test environment does not support IE.

Deployment/Execution Models

  • Translate Dart code to JavaScript and run it in browsers today except IE.
  • Execute Dart code in a virtual machine on server side
  • Use Dartboard to write and execute code snippets in browser window except IE
  • Proposes a new MIME type called ‘application/dart’ so that it can be embedded or imported into HTML pages.

Dart & HTML5 – Dart will have HTML5 Dom library to interact with HTML elements

I feel Dart will help in making the web richer without compromising the developer productivity. JQuery is helping a lot currently in this aspect on top of JavaScript. Based on the acceptance of Dart, JavaScript may continue to remain popular.

It would have been better if instead of releasing a new language, Google had advocated such advances in JavaScript itself.

With Google Chrome making big advances and may soon become second most popular browser, it could dare to take such a bold step.

http://www.dartlang.org/