InfoQ Homepage Development Content on InfoQ
-
Windows 8 – As we first saw it
The public had its first glimpse of Windows 8 on June 1 at the D9 conference in Taipei. Windows 8, as claimed by Mike Anguilo, corporate vice president of Windows Planning, Hardware and PC Ecosystem, is designed ground up to work with "touch only" tablets and also devices with keyboard and mouse.
-
NetworkedHelpDesk's Ticket Sharing API: A Glimpse of the Future of Enterprise APIs
Collaboration in the enterprise software space has been plagued with process and technology challenges. The advent of lightweight open API specifications from industry associations such as NetworkedHelpDesk alleviate some of these technical challenges and are being touted as examples of what future enterprise APIs will resemble.
-
jQuery Mobile Beta 1 Supports Many Browsers and Platforms
jQuery Mobile has reached the Beta 1 milestone with support for all major browsers and mobile OSes. A final release is expected by the end of the summer.
-
Olap4j 1.0: a Java API for OLAP Servers
Business Intelligence vendor Pentaho has announced the release of olap4j 1.0, a new, common Java API for any online analytical processing (OLAP) server.
-
Microsoft Sponsors NodeJS for Windows
Microsoft is sponsoring a port of Node.js to Windows in conjunction with Joyent, the Node.js maintainers, with the goal of making it available on Windows Azure and other Windows server products.
-
SQL Azure Database Scalability with Federations
Cihan Biyikoglu introduced an upcoming feature for scalability in SQL Azure databases called Federations at Tech Ed 2011. Federations are objects inside the database which allow the data in their contained tables to be distributed across additional databases called federation members. Data can be re-distributed across Federation members at run-time.
-
Native Mobile Apps Test Automation with NativeDriver
NativeDriver offers test automation for Android and iOS native applications. It implements the WebDriver API.
-
Adding Scale to ASP.NET Applications in the Cloud
Microsoft presented several options for scaling ASP.NET applications hosted on Windows Azure. There are a number of services for caching, traffic distribution, asynchronous work processing, and storage, and these options can be used in combination to scale applications up or down.
-
GitHub Releases OSX Client
GitHub have launched a desktop client for Mac OS X called simply GitHub for Mac.
-
Xtext 2.0 Released
Xtext 2.0 was released today as part of the Eclipse Indigo release. If offers a new refactoring framework, a new expression language, and a new statically typed template language. InfoQ spoke with Sven Efftinge, creator and lead architect of Xtext.
-
Eclipse Indigo Released
The Eclipse Foundation has announced the release of Eclipse Indigo, a combination of 62 projects with a combined total of 46 million lines of code between them. Eclipse has followed an annual release train of the last week or two of June since Callisto in 2006, although the Eclipse platform has been released annually since 2001.
-
Multi-casting Messages to Twitter, Jabber, IRC, etc. with .NET and Ruby
Customers use a wide variety of technologies for communication and expect the companies they deal with to do the same. This means the same message may need to be sent to a mailing list, a Twitter account, an IRC channel, and a Facebook page. To make this easier, developers can use the Broadcast library for Ruby or its .NET clone, nBroadcast.
-
PetaPoco: Micro ORM For .NET
PetaPoco is a thin Object Relational Mapper (ORM) for .NET applications. Unlike full-fledged ORMs like NHibernate or Entity Framework, the emphasis is on simplicity of use and performance rather than richness of features. PetaPoco comes in a single C# file, works with strongly typed POCOs, supports class generation with T4 templates and more.
-
LiveRebel 1.0: No-Downtime Production Updates
ZeroTurnaround's LiveRebel 1.0 aims to alleviate downtime and lost sessions in server deployment automation. In this Q&A with Zero Turnaround, InfoQ discusses tooling support and how to improve processes that are largely manual and partially scripted.
-
Sending Richly Formatted Emails with .NET
Richly formatted emails can require quite a bit of CSS, but since email clients don’t always handle CSS well the styles need to be inlined. With Ruby this is easily handled with the Alex Dunae’s Premailer library, but calling it from .NET isn’t palatable to most developers. So Martin H. Normark built a .NET version called PreMailer.NET.