Questions tagged [centralized]
85 questions
1
vote
1 answer
Accessing potential changes in code from one location
I am a new programmer, learning C# as a hobby. I am writing a library navigator where the user can search books by name, genre, author etc.. I am reaching the end of this project and so far I have tackled all problems and solved them on my own. But…

Patrick
- 25
- 3
1
vote
1 answer
phpUnderControl centralized for projects on different servers?
I didnt work with phpundercontrol yet and from what I read so far, I dont see whether you can use it to control/CI multiple projects that are "living" on different servers.
Do I really have to run phpundercontrol on each of the production servers?…

pHiL
- 1,722
- 18
- 19
1
vote
1 answer
FreeBSD centralized build server
Up front: I am not a system adminstrator and my knowledge of FreeBSD-administration is targeted towards getting the programs I have written running.
I've started out with a single FreeBSD machine. Now I've got four up and running. From the start…

LongHike
- 4,016
- 4
- 37
- 76
1
vote
1 answer
Request handling with React, Redux and Websocket
I’m developing an application in which I use ReactJS, Redux and Websockets. In this application I’m implementing live rendering feature. (User will get notification on the screen without refreshing the page).
Let’s say I have 2 components which I…

Kavindu N
- 383
- 1
- 7
- 23
1
vote
0 answers
Centralized access for config value management
We are using NodeJS as our codebase and all our config value is stored as process.env.variable1
Since our codebase is managed by AWS opsworks it takes almost 10 minutes to deploy config change on 1 machine and we have 23 machine likewise, is there…

Pulkit
- 3,953
- 6
- 31
- 55
1
vote
2 answers
Git centralized workflow
Suppose developers are using git centralized workflow and github has 2 files a.txt and b.txt.
Now dev1 pushes c.txt successfully.
Now if dev2 pushes d.txt, it's non fast-forward and he can't push and RIGHTLY SO, because he must first merge changes…

Gauranga Rathod
- 348
- 5
- 16
1
vote
1 answer
Multiple Clients (WPF Application) with centralized Database server and Database (SQL server 2008)
I have developed a WPF desktop application which will be used in multiple client PC's and they will all have a centralized database to perform CRUD operations, and we have maximum 5-10 concurrent users, i have developed this application and i am…

Abdullah Malikyar
- 231
- 1
- 4
- 19
1
vote
1 answer
Performing centralized authorization for multiple applications
Here's a question that I have been wrestling with for a while. We have a situation wherein we have a number of applications that we have created. These have grown organically over a period of time.
All of these applications have permissions code…

Vaibhav
- 11,310
- 11
- 51
- 70
1
vote
3 answers
Centralizing Messagebox handling for application
I'm wondering how others deal with trying to centralize MessageBox function calling. Instead of having long text embedded all over the place in code, in the past (non .net language), I would put system and application base "messagebox" type of…

DRapp
- 47,638
- 12
- 72
- 142
1
vote
0 answers
How to implement single sign on in joomla?
Here is the scenario:
I want to implement single sign on in joomla.
User's data should be at central database(Main site).
And there will be multiple sites(may have their own database).
They might be hosted on separate domain or a sub domain of main…

Amol Chakane
- 1,501
- 2
- 21
- 43
1
vote
1 answer
Is the GMT time zone is same all over world?
My server is running PHP. I am using gmdate() function to insert records into my database from server. I just wonder whether time zone is centralized by using gmdate() function ?
Example:
One user creates entry from India and record is inserted…

Ponting
- 2,248
- 8
- 33
- 61
1
vote
1 answer
Centralize div and scale to fit screen
For my website I have been trying to centralize the entire content for display on mobile devices:
http://m.bachatdeals.com
As soon as I open the website on a mobile device, it has lots of space below the content and I have to pinch zoon to be able…

Murtaza Mandvi
- 10,708
- 23
- 74
- 109
1
vote
2 answers
NAV Bar Centrailed Issue
I have tried all not coming in centralized given with screen detect navbar also
#navcontainer {
margin: 0 auto;
width: 100%;
height: 44px;
}
.menu {
font-size: 13px;
color: #000;
z-index: 1001;
margin: 0px;
…

user2582514
- 11
- 1
1
vote
2 answers
SQL-Server DB design time scenario (distributed or centralized)
We've an SQL Server DB design time scenario .. we've to store data about different Organizations in our database (i.e. like Customer, Vendor, Distributor, ...). All the diff organizations share the same type of information (almost) .. like Address…

Hemant Tank
- 1,724
- 4
- 28
- 56
1
vote
1 answer
Eclipse: Central p2 repository (where all Eclipse and 3rd parties plugins are)
Where is Central p2 repository, that has all Eclipse and 3rd parties plugins ?

Paul Verest
- 60,022
- 51
- 208
- 332