Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
604 views

Take down website to public, but leave for testing… “We're Not Open”

We are rolling out a site for a client using IIS tomorrow. I am to take the site down to the general public (Sorry, we are updating message) and allow the client to test over the weekend after we ...
3
votes
2answers
97 views

Codeigniter: how do I roll out features to controlled (beta) groups of users?

Explanation I'm working on a web application build in CodeIgniter. Since I'm continuously adding new features, some of them might be unstable. Therefore I would like to have a way of 'rolling out' ...
2
votes
3answers
459 views

How to use SVN to rollout ASP.NET websites?

We use ASP.NET / C#. We work locally, test locally, check in our code and binaries through SVN. On our server, we checkout the latest 'build' from SVN directly into our IIS web directory. Is this a ...
2
votes
3answers
99 views

Rolling out entire site, or only changed pages/elements? (ASP.NET)

We use ASP.NET, C# When making an update to one of our websites, we roll out the entire site rather than updating just the pages or sections that have changed. This scares me. Is this a good idea? ...
1
vote
1answer
67 views

Android Roll Out Menu

I am having a hard time to find some example code, which would allow me to roll out a little menu where I would want to place 6 check boxes. Something which would allow to collapse using a single ...
0
votes
3answers
121 views

What is the preferred way to do a mouse rollover/rollout detection in Flash with AS3

Suppose we have a stage with two squares, like so: Suppose we'd like the yellow square to be initially hidden, and we'd like that as long as the mouse cursor is inside the bounds of the red square - ...
0
votes
0answers
48 views

Global Rollout - single instance vs multiple instance

Currently, we have implemented a EBS for one of the largest financial institution in MY. and moving forward, we're looking at rolling out to other SEA country. Having that each country has several ...
0
votes
1answer
77 views

Rolling out new version of a Rails app

I wonder how people deal with gradually rolling out features and versions in a production evironment. the scenario is where you have two versions of tested code one already in production and one to be ...
0
votes
1answer
79 views

Just did assignment in JavaScript and it too won't roll out html onclick… what gives?

I did this exact assignment in VBScript today and it did the same thing when I finished and got it to clear the IE debugger. Nothing. No errors, other than the alerts I put in myself, just click the ...
0
votes
2answers
77 views

Mysterious (to me) "object doesn't support this propery or method error - JavaScript HTML rollout

I'm getting the error above from Char 1 of the 4th line... No clue what's throwing it? I'm sure its something simple that I don't see... out = out + "<b>Select Box ...
0
votes
1answer
63 views

How Do I Rollout WP-Cache To 1000 WordPress Blogs?

My client has 1000 WordPress blogs hosted on a server for customers. Each one is in its own domain through cpanel and SuPHP, running in CGI mode on Apache2.2. Now he wants me (I'm the PHP programmer) ...
0
votes
3answers
311 views

Git workflow with a testing server

I'm using git for my workflow and I have a remote testing server. What would be the best way to do this. Currently I make my changes on my workstation and I commit changes and then push to server. ...