This article describes a design, implementation and usage of the custom service operation invoker for invoking a xaml workflow. It is based on the upcoming Microsoft .NET 4 Technology.
Highlights from Google I/O 2011
Google I/O brings together thousands of developers for two days of deep technical content, focused on building the next generation of web, mobile, and enterprise applications with Google and open web technologies such as Android, Google Chrome, Google APIs, Google Web Toolkit, App Engine, and more.
From:
GoogleDevelopers
Views:
19561
281
ratings
Time:
01:54
More in
Science & Technology
I am creating an application from legacy code using AngularJS.
I wonder what parts of my code should be moved into a directive.
For example, iI had thought of moving a table which is used multiple times across the application into a directive. The tables alter from headings and size.
Is it worth the effort or even a good practice to turn such things into their own directives or should I create each table in a unique way?
The OpenSocial Foundation community representatives election has concluded. You have selected Paul Lindner and Mark Halvorson to serve as your two representatives for this year's board. Congratulations to...
Google I/O 2012 - Use What You Know: HTML and JavaScript in Apps Script
Corey Goldfeder This session covers how to build dynamic webapps and services in Apps Script, using skills that you already have. During the session we'll show how to create rich interactive apps using regular HTML and JavaScript, while maintaining deep Google integration via Apps Script. We'll also cover how to use scripts to serve text content like JSON and XML. For all I/O 2012 sessions, go to developers.google.com
From:
GoogleDevelopers
Views:
476
7
ratings
Time:
40:29
More in
Science & Technology
CVE DescriptionCVSSv2 Base ScoreComponentProduct and Resolution
CVE-2011-2697 Improper Input Validation vulnerability
6.8
Foomatic
Solaris 11
11/11 SRU 8.5
Solaris 10
Contact Support
Solaris 9
Contact Support
CVE-2011-2964 Improper Control of Generation of Code ('Code Injection') vulnerability
6.8
This notification describes vulnerabilities fixed in third-party components that are included in Sun's product distribution.Information about vulnerabilities affecting Oracle Sun products can be found on Oracle Critical Patch Updates and Security Alerts page.
This is the first issue of Google Chrome Update for Web Developers. In these regular updates, we'll inform you about new features enabled in Google Chrome and announce...
The OpenSocial Foundation cordially invites you to come and meet the developers and community leaders that are driving OpenSocial. This is your chance to learn more about what...
Microsoft propose « All-In-One »
Un framework qui veut transformer les pratiques de programmation pour « les centrer sur l'exemple »
Pour résoudre une difficulté dont sont victimes couramment les développeurs, en particulier ceux qui commencent avec un nouveau langage, un groupe de développeurs propose en collaboration avec Microsoft « All-In-One Framework », une bibliothèque contenant des exemples de code pour les technologies Microsoft.
Microsoft All-In-One Code Framework est une bibliothèque centralisée d'exemples de codes types, fourni par des membres de la Microsoft Community Team. Elle permet de définir le cadre et le squelette des applications basées sur toutes les plate-formes et ...
I was reading Ben Cherry's "JavaScript Module Pattern: In-Depth", and he had some example code that I didn't quite understand. Under the Cross-File Private State heading, there is some example code that has the following:
var _private = my._private = my._private || {}
This doesn't seem to be different from writing something like this:
var _private = my._private || {}
What's happening here and how are these two declarations different?
Possible Duplicate:
Fixing Could not get lock /var/lib/dpkg/lock
I have installed Ubuntu server 11.10 and after the installation finishes I installed apache server by this code.
sudo apt-get install apache2
Then I tried to install subversion by this code:
sudo apt-get install subversion
as I saw on some blogs and got this error:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
How can I solve this error?
As a contributor to a number of projects on CodePlex I really like the fact that the discussions feature exists but also I need ways to help me sort the discussions threads so I can make sure no-one is getting forgotten about. Seems like a lot of you agreed as the feature request Provide feature to allow Coordinators to mark Discussions threads as 'Answered' is our number 2 voted feature right now with 178 votes. Today we rolled out the first iteration of “answer” support to discussions. In this first iteration we wanted to keep it simple and lightweight. The original poster of the thread along with project owners, developers or editors can mark any post to the thread as an answer. You can have any number of answers marked in a thread and it’s very quick to mark or unmark a post as an answer. We deliberately keep the answers in the originally posted order so that you can see them in context with the discussion thread. When viewing discussions the default view is still to see everything, but you can easily filter by “Unanswered”. You can even save that as a bookmark so as someone interested in the project can quickly jump to the unanswered discussion threads to go help out on. As I mention, we kept this first pass of the answering feature as simple and as lightweight as possible so that we can get some feedback on it. Head on over to the issue tracking this feature if you have any thoughts once you have used it for a bit or feel free to respond in the comments. I already have a couple of things I think we want to do such as a refresh of the look and feel of discussions in general along, make it easier to navigate to posts that are marked an answered and surface posts that you do that were marked as answered in your profile page - but if you have ideas then please let us know.