workflow

Simplest way to use mercurial to manage differences between web development and deployment?

I am using mercurial for website development. I "think" I'm using it correctly. I develop on my development machine, commit fairly regularly. I will somewhat regularly push my commits to my hosted site-dev repository. If things are set up how I want them for the live site, I push from my dev machine to the hosted site-live repository...

Workflow getting associated for all the documents in the document set

I created a workflow in a document library. I added a Document set with some documents and then associated a workflow for the document set after which the workflow gets associated for the document set as well as for the documents inside the document set. How do i avoid this. can any one ple help me out. ...

Can't correct deploy infopath 2010 form with formcode.

I'm new in Infopath developing, please help. :( So I'm developing work-flow with custom task edit form. I designed infopath form CustomApprovalForm.xsn in Infopath Designer 2010 and then I published this form to Workflow project in Module folder which named Form(ApproveWF/Form/). Then I configured all needed properties for correct deploy...

Workflow for small, rapid-changing and get-it-done-quickly projects

I've seen a lot of advice about Git workflow, but it wasn't extremely usable for us. I'd like to get a piece of advice with respect to our situation. We are a very small web-development company from Russia. A lot of our orders are small web-sites for firms or events. It adds some specifics to our workflow. A "release" or "version" mak...

How do you work with long variables in Javascript?

Hi, How do you recommend to work with long variables in Javascript? Thanks! For example... window.location.hash.substring(2).split("/")[0].something().hello; object["object"].object(object.hello.how.are.you[another.object(function.inisde())]); My solutions Use with() { (...) } ...

Window WF activity designer to toolbox

I am trying to make an empty custom activity so that I can have comments in the workflow designer. I have an activity designer that does not do anything but has a text block so the comments can be added. What is the easiest way to get this into my workflow toolbox? I have an empty activity that is currently in the workflow toolbox, but I...

How to combine version control with data analysis

I do a lot of solo data analysis, using a combination of tools such as R, Python, PostgreSQL, and whatever I need to get the job done. I use version control software (currently Subversion, though I'm playing around with git on the side) to manage all of my scripts, but the data is perpetually a challenge. My scripts tend to run for a lon...

WF InvokeMethod

Hi all, I am trying to learn Workflow 4 in visual studio 10. I have been having a play with the VisualWorkflowtracking sample found at : http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=35ec8682-d5fd-4bc3-a51a-d8ad115a8792 Everything works fine until i add a static class and try to use the InvokeMethod o...

Git workflow for a single developer on a local repository

I'm trying to refine a personal git workflow to something a little easier to deal with. Here's some background of how I'm using git for purposes of this post: A single developer who is the only one working on the repository. A single copy of the repository that is stored on the local machine. Only two branches "dev" and "master". All ...