Java 4-Ever, the movie

Popularity: 1% [?]

Posted in Off-topic | Leave a comment

Android ahead of iPhone, second to Blackberry

The open-source Android smartphone market just hit a milestone of sorts: it surpassed the iPhone in popularity, moving into the second overall spot behind industry leader RIM OS (BlackBerry).

More in ADT Magazine

Popularity: 2% [?]

Posted in News, Off-topic | Tagged , , | Leave a comment

New Titanium Mobile SDK for iPhone and Android

Appcelerator.com just released the new Titanium Mobile SDK 1.3. This release includes mostly bug fixes, for both iPhone and Android platforms and opens the door for iPhone 4.0.

Continue reading

Popularity: 16% [?]

Posted in News, The others | Tagged , , | Leave a comment

Using Templates in ASP.NET MVC 2.0

Templating is now in the ASP.NET MVC 2.0 framework, for .NET framework 3.5 and 4.0.  Brian Mains explains.

Continue reading

Popularity: 1% [?]

Posted in The others | Tagged , , | Leave a comment

Try Out the New Microsoft Desktop Player

Microsoft Desktop Player allows developers to access technical content (such as videos, webcasts, podcasts, and white papers) and links to resources (including developer evangelists, local training opportunities, and local user groups) in your area. View it online or download the WPF application to view offline. Try it today!

http://go.microsoft.com/?linkid=9729757

Popularity: 5% [?]

Posted in The others | 1 Comment

Content with Style: LinkedIn and Zend_Oauth

New from the Content with Style blog today there’s a quick tutorial showing how to connect an application to LinkedIn with the Zend_Ouath component.

Continue reading

Popularity: 1% [?]

Posted in The others | Leave a comment

Storing ASP.NET MVC Controllers & Views in separate assemblies

Dustin Davies explains how to ASP.NET keep MVC Controllers and views in separate assemblies.

Popularity: 1% [?]

Posted in The others | Leave a comment

Zend Framework 1.10.4 Released

On behalf of the Zend Framework community, I’m pleased to announce the immediate availability of Zend Framework 1.10.4, our fourth maintenance release in the 1.10 series.

Continue reading

Popularity: 1% [?]

Posted in The others | Leave a comment

c# for iPad?

Yet a another alternative to Objectve-C/XCode has arrived: MonoTouch, the non Microsoft dotNet implementation, supports the new useless computer-without-a-keyboard -slash- big iPhone, Apple iPad.

Continue reading

Popularity: 10% [?]

Posted in Articles | Tagged , , , | Leave a comment

PHP Security: Are you paying attention?

In a recent post to his blog Rafael Dohms reminds readers to not forget about the security of their applications because it can be “a huge mistake which can take a turn for the worse.

Continue reading

Popularity: 2% [?]

Posted in The others | Leave a comment

Simple Cloud API for PHP

Zend just announced Simple Cloud API for PHP. This API aims to be an Abstraction Layer between PHP and a number of Cloud services (Azure, Amazon, Nirvanix, Rackspace). The current contributors to this project include Zend, Microsoft, IBM, Rackspace, Nirvanix, and GoGrid.

Continue reading

Popularity: 2% [?]

Posted in News | Tagged , , , | Leave a comment

Using .net assemblies inside SQL Server: Quick start guide

Are you are an experienced .net programmer and you are too lazy to learn TSQL stored procedures, triggers or functions? Yes? Then read on this quick start guide on using .net assemblies inside SQL Server using SQLCLR.

Continue reading

Popularity: 11% [?]

Posted in Articles | Tagged , , | Leave a comment

Android ‘Donut’ SDK released: What’s new inside

By Tim Conneally, Betanews

Google’s Android development team has made the latest Android SDK available, providing a complete view of all the new features that “Donut” (Android 1.6) will provide.

While most of the features included in this incremental update are no secret, this is the first time they have been presented to the public in a single package.

Continue reading

Popularity: 1% [?]

Posted in The others | Leave a comment

Building a Zend Modular CMS Tutorial

A series of blog posts have been created covering the development of an extendable, modular CMS system, currently up to part 7 with ACL, Database, Navigation, Config, Bootstrapping, and Translate, already built in. This is a good way to start using/understanding the Zend Framework.
Continue reading

Popularity: 1% [?]

Posted in Articles | Tagged , | Leave a comment

Preview of WebKit’s WebGL / Canvas 3D

“WebGL is basically an initiative to bring 3D graphics into web browsers natively, without having to download any plugins. This is achieved by adding a few things to HTML5, namely, defining a JavaScript binding to OpenGL ES 2.0 and letting you draw things into a 3D context of the canvas element.”

Continue reading

Popularity: 1% [?]

Posted in The others | Leave a comment

Security Developer Starter Kit

The Microsoft SDL – Developer Starter Kit offers 14 modules of content, labs, and training to help you establish a standardized approach to rolling out security development policies and industry best practices into your organization.
Download it here

Popularity: 1% [?]

Posted in Articles | Leave a comment

Check if a service is installed with ServiceController using LINQ

If you want to check if a specific NT Service is installed you will need to use the ServiceController class (from System.ServiceProcess). The first problem you will encounter is that the ServiceController has no static method, that would return a Boolean, specifying if the service is installed or not (e.g. ServiceController.IsInstalled(‘MyService’);) – so, to solve this you need to fetch the list of all installed services, using the static method ServiceController.GetServices(), which returns an array of ServiceController[], and then iterate thru all the elements to see if “MyService” is on that list. Now, this is not a problem, is just too much code for such a simple task. If you use LINQ things are simple: basically you will iterate thru the list, but in a much focused and simple way.

Continue reading

Popularity: 5% [?]

Posted in Articles | Tagged , | Leave a comment

RTM versions of Visual Studio 2008 and .net Framework 3.5

The final versions of Visual Studio 2008 and .net Framework 3.5 are available. MSDN subscribers can download VS2008 the full versions from the MSDN subscription site. Trial versions of VS2008 Team Suite  and VS2008 Team Foundation Server are also available for download, VS2008 Professional will be available later.

Continue reading

Popularity: 1% [?]

Posted in News | Leave a comment

Native applications for the iPhone, SDK next February

As announced this week, Apple will release a new SDK to develop native applications for the iPhone. This is a somewhat unexpected turn, as Apple announced in the past that no native applications SDK would be released, leaving only room for applications developed using Dashboard-widgets-like methods (Web 2.0 applications, as stated in a previous press release).

Continue reading

Popularity: 5% [?]

Posted in News | Tagged , , , | 1 Comment

Reading image metadata with .net 3.0

When you take a picture today your digital camera, something is stored in the JPG file other than the image itself: digital cameras store information such as camera model, date taken, metering mode, focal length shutter speed and in some cases a small thumbnail image; some news agencies, such as Reuters (see chopper.jpg image in this example) also add comments and other information. In this article we’ll show how to read this information using the new classes in WPF’s System.Windows.Media namespace.

Continue reading

Popularity: 16% [?]

Posted in Articles | Tagged , , | 2 Comments