Skip to content

links for 2010-06-22

  • Maarten Balliauw wrote: The main idea of this project was to be able to type in a URL ending in ".docx", which would then render a preview of the underlying Word document. Luckily, ASP.NET provides a system of creating HttpHandlers. A HttpHandler is the class instance which is called by the .NET runtime to process an incoming request for a specific extension. So let's trick ASP.NET into believing ".docx" is an extension which should be handled by a custom class…

links for 2010-06-10

  • Bob Brauer writes: Acquisitions of companies such as Sun, BEA, Peoplesoft, Cognos, Siebel, Business Objects, and countless others the past few years have created a competition vacuum in the enterprise software space.

    Interestingly, some of the Fortune 500 have annual I.T. budgets north of a billion dollars per year. And those that don't have budgets that are indeed quite large. This, combined with the fact that many of their primary systems were built and deployed in the 1990's (yes that's ten to twenty years ago) and are getting a bit "long in the tooth" as they say of aging horses, creates an interesting set of dynamics.

    All of these trends point to a "perfect storm" of opportunity. Their alignment ought to be attractive to a new wave of entrepreneurs that can take advantage of the emerging Cloud Computing trend in new and exciting ways. This will enable a great deal of new innovation in the enterprise/corporate information technology space.

links for 2010-05-26

  • Bob Bauer wrote: If an organization is utilizing external data sources to improve business processes, there are a couple of different approaches that can be taken. The first option is to acquire, update, and maintain these external data sources yourself. The other option is to "plug in" to these data sources over the Internet that exist out in the Cloud, typically via a Web services API using a protocol such as XML-based SOAP or REST….

links for 2010-05-23

  • Loraine Lawson wrote: “The wonderful thing about standards is there are so many to choose from.” Fridsma knows the struggle of standards first-hand: He is overseeing the effort to sift through standards for electronic medical records as acting director of the Office of Interoperability and Standards in the Office of the National Coordinator for Health Information Technology. (It's important to note that this is not a standards body, but rather an open effort to sift through the existing standards to see what works and what doesn't.

links for 2010-05-10

  • To bulk up against Big Blue and its 4,000 consultants, SAS has teamed up with Accenture, who is also feeling the heat from IBM, but in consulting services. Together, SAS and Accenture will spend $50 million initially to develop new analytics products for six industries. For its part, Accenture sees analytics as a big growth area and partnering with the top analytics software vendor makes sense. And to beef up its corporate image, SAS is building a new 280,000 foot executive briefing center with 690 offices, two auditoriums, and a full café to impress analytics prospects.

links for 2010-05-09

  • Brad Feld wrote: As long time readers of this blog know, I’m strongly against software patents. Succinctly, I think they are (a) invalid constructs, (b) totally unnecessary, and (c) a massive tax on and retardant of innovation.

    The film is based on a series of interviews conducted during the Supreme Court’s review of in re Bilski (which I attended in person) — a case that could have profound implications for the patenting of software. It’s really good and worth 29 minutes of your life.

links for 2010-04-27

links for 2010-04-19

links for 2010-04-16

  • Gijs Hillenius wrote: A Dutch software engineer and an Irish political scientist have just published tools to help firms avoid violating open source licenses.

    The website hosting the tools was unveiled here, yesterday.

    The tool audits the contents of compiled software, explained Shane Coughlan, former legal expert at the Free Software Foundation Europe (FSFE), in his video introduction.

    The set of Python scripts read binary code and automatically compares it to source code. It extracts file systems and then starts to identify strings and search for known symbols. It feeds the results to a knowledge base and in a matter of minutes reports on the open source components it uncovered.



  • Eugene Lee wrote: Enterprise 2.0 requires much deeper thinking than merely copying Web 2.0 patterns, throwing in a little SSL and email integration, and charging money for it. In order for enterprise social software to enjoy long term success, vendors must recognize the importance of security, privacy, identity, IT policies and procedures, and architectural fit, etc. The entire team at Socialtext has deep enterprise pedigrees, and that experience has been key to the robust architectural and design choices we've made over the years.

links for 2010-04-14

  • Lorna Campbell wrote: Pinning down agreed definitions for Linked Data, linked data and linkable data is particularly problematic.As far as I can make out much of the debate boils down to whether Linked Data must adhere to the four principles outlined in Tim Berners Lee’s Linked Data Design Issues, and in particular whether use of RDF and SPARQL is mandatory. Some argue that RDF is integral to Linked Data, other suggest that while it may be desirable, use of RDF is optional rather than mandatory. Some reserve the capitalized term Linked Data for data that is based on RDF and SPARQL, preferring lower case “linked data”, or “linkable data”, for data that uses other technologies.