Unable to find openxml sdk productivity tool - openxml

I had the openxml sdk productivity tool on my machine but it got uninstalled. Now I cannot seem to find the setup anywhere on Microsoft's site.
has it been discontinued?

DocXToSource
If you go to Microsoft's OpenXML SDK page on github, near the bottom there is a link inside the Related Tools section, to DocxToSource and in the comments it says:
This is a tool designed to be a replacement for the old OpenXML SDK Productivity Tool.
I have not tried it yet, but the screenshots on the home page look encouraging.
A note in the top paragraph of the project says: This is still a work in progress.

I found it here:
https://github.com/dotnet/Open-XML-SDK/releases/tag/v2.5
(OpenXMLSDKToolV25.msi file apparently added to Github a few months after the original post.)
:o)

Related

Version Control System for Dynamics CRM 2011/2013

I have started using Git for my other development projects (PHP, HTML, JavaScript, etc.) and can now see how beneficial it is, however I've been unable to find anything similar for Dynamics CRM 2011/2013 as a lot of the solution development is done within the web interface.
I'm guessing this is not possible, but could someone with more experience than me please confirm this or let me know which tools I should be looking into?
Thanks
You can use the Visual Studio Developer Toolkit available in the SDK to version control your plugins and web resources initially. I'd recommend this as your first step.
If you choose to take it further you can also look at using the SolutionPackager tool to version control your solutions. This will split out your solution zip file into separate version controllable files for each component. It works best when you follow the developer workflow outlined in the linked MSDN article

APGL version of iText on Github

I have created a project using APGL version of iText. Now, I want to share this code in the Github account of mine. But, I donot know what should I do so that not breaking the rule. May you help me with clear instruction?
If licence.txt is enough, do you have a sample licences.txt?
Note: I am using Java verions of iText
Copy/paste from the iText mailing list where the exact same question was posted:
The source code headers of your own code should mention the AGPL
(similar to what is present in the iText source code headers, but with
references to your own project).
As for the licenses.txt: it is important that people downloading your
source code know that they are also using iText, so a licenses.txt
with a reference to the iText web site http://itextpdf.com and
especially where to find the iText code is sufficient, for instance a
link to https://github.com/itext/itextpdf/
Please avoid cross-posting questions on different forums. Pick the forum you like most and stick to it.

CSS property wizard in PHP project using NetBeans

Long time reader, first time asking a question.
Most of my development work has been in .NET using Visual Studio. Recently I took over maintenance of a website built on PHP and downloaded NetBeans as an IDE.
NetBeans has a very nice CSS property wizard for HTML projects that highlights the CSS rules in use for a particular element and lets you edit the rules directly. However, this doesn't appear to be available for PHP projects, even for pure HTML files within the project. Is that correct, or am I just missing some configuration? I can't seem to find any confirmation either way in the documentation or forums. (It would be unfortunate if it didn't work... it's a really useful feature.)
Thanks,
Terry
If you are referring to the visual CSS editing support that works with Google Chrome and the WebKit browser embedded in NetBeans, then this feature will be available for PHP projects in the upcoming NetBeans 7.4 release. See also this blog post: https://blogs.oracle.com/netbeanswebclient/entry/html5_development_with_java_ee
Hope this helps,
Petr

GData Objective c Client deprecated

On the Link it is mentioned that gdata client for objective c is deprecated. Does anyone know what is the alternative way to upload videos to youtube??
The GData library is not deprecated, only the old versions listed on the download page are.
As the summary on the first download says:
Visit the Source Checkout page and use the svn command shown
Click on the Source tab towards the top of the page and you will find the latest version, which has a lot of changes since the last download that they provide (1.12.0)
The Link point to the download of the ready-made zips. These zip files are deprecated
The source is updated. Last commit is from August 6: see the changes

How to add iPhone SDK classes to autocomplete in TextMate?

How, if possible, can I have iPhone SDK's classes (UI*) to autocomplete inside TextMate?
Ok, after looking the link Kendall posted and some other places this is what I have found:
There is currently NO easy way to have autocomplete of iPhone APIs in TextMate.
The link on the post Kendall pointed is old, but I found it and one other iPhone Bundle on gitHub:
http://github.com/Caged/gtbfm-textmate-bundle
http://github.com/drnic/objective-c-iphone-tmbundle
But none of these bundles offers autocomplete, they have some templates and snippets.
The closest I have found is on the svn repository from TextMate:
http://svn.textmate.org/trunk/Review/Bundles/iPhone.tmbundle
It's not official yet, and I have reported some issues with it to the developer (Joachim MÃ¥rtensson).
You can have autocomplete with this bundle, but it is working only with classes files, not headers.
Try out the link at the bottom of this thread:
http://groups.google.com/group/google-toolbox-for-mac/browse_thread/thread/e097e998674231fa