Questions tagged [centralized]
85 questions
0
votes
1 answer
VC++ forms application centralized exception handling similar to C# forms application on .net platform
I am new to VC++ and I have good experience in working with C# on .net platform.
Presently I am in a project which is a combination of VC++ and C# on .net platform.
I used to add centralized exception handling for all windows form applications…

Gurucharan Balakuntla Maheshku
- 2,399
- 9
- 43
- 76
0
votes
0 answers
Centralized error handling for AFNetworking
I'm looking for a way to handle "generic" errors such as request timeouts or for when the connection goes offline.
Basically, I have multiple (singleton) subclasses of AFHTTPSessionManager where each one represents a client that handles requests to…

Bassem Sameh
- 143
- 5
0
votes
3 answers
How to centralise images with an absolute position?
I have three images in a
. I want the images to overlay each other (for a slideshow using opacity) and remain central on my website.
To make the images overlay I set their position to absolute (position: absolute;). However, this conflicts…

TurgidWizard
- 619
- 1
- 7
- 22
0
votes
0 answers
Using Composer for PHP as a centralized Server
Here is the situation.
5 of the laptops share a same network.
So the query is with Composer for PHP.
I want to make my machine which will act as a centralized server for Composer only to the systems which are my network.
I am performing composer…

praveen.menezes
- 45
- 8
0
votes
3 answers
how to make two lists horizontally central
I have two lists that I want both to be side by side each other. But also I want them to be central of the page. They both are within a pure-menu div, so when i try to put an outer div on both then they seem to hide away / disappear.
example…

Elina Lulle
- 143
- 3
- 14
0
votes
1 answer
Is it possible to centralize the text in the Statusbar?
Is it possible to centralize the text in the Statusbar?
OBS: In The Program Autohotkey
;Simple Example
Gui, Add, StatusBar
SB_SetText("I want that centered text here")
Gui, Show, Center w600 h300

Vampirinha
- 41
- 1
- 9
0
votes
1 answer
Marking Changes to database
I am developing application to be run in central server and distributed computers.
I am supposed to write application to backup the data from distributed machines and merge it in central server. I thought of compressing whole local database and…

KoolKabin
- 17,157
- 35
- 107
- 145
0
votes
2 answers
Azure in China and the great firewall, centralized database?
I have this application thats using a centralized database located outside of the firewall.
I need to run an azure-china hosted instance of my application.
I have had some issues with getting the application to start and I'm not quite sure why. One…

Inx51
- 1,911
- 3
- 24
- 44
0
votes
2 answers
Centralized Cache failed in hadoop-2.3
i want to use Centralized Cache in hadoop-2.3.
here is my steps. (10 nodes, every node 6g memory)
1.my file(45M) to be cached
[hadoop@Master ~]$ hadoop fs -ls /input/pics/bundle
Found 1 items
-rw-r--r-- 1 hadoop supergroup 47185920 2014-03-09…

Hellen
- 3,472
- 5
- 18
- 25
0
votes
2 answers
Using a central server with php
Let's say I have 3 websites hosted in server a, b and c, they all use some of the same files (library.php, users.php, config...). Right now all website have those files, and if I want to update 1 of the files I have to do it for all websites. Very…

matt
- 2,312
- 5
- 34
- 57
0
votes
1 answer
Can I use a wifi router to connect a client computer software to another local computer without connecting the router to an internet connection?
good day, may I ask if anyone knows if it's possible to connect two or three computers through a wifi router? It's hard to put it in one sentence so in detailed explanation, I would be making a software (java) in a main computer (I'll call it the…

buencamino
- 91
- 1
- 10
0
votes
1 answer
Prestashop: Session cookies & login
I would like some help with the fundamentals for making a centralized logon (front office) for Prestashop - a separate logon page.
I have a Prestashop installation with multiple shops (multistore). I have tried the Webservices API but doesn't find…

phillys93
- 1
- 1
- 3
0
votes
1 answer
Cause of memory leak in JSF Application
I just am placing the outline of my problem here since it is very difficult to depict the real scenario. i have an application in jsf 1.2 and rich faces 3. It stores employees basic data and related data (family, employment record, qualification…

learner
- 757
- 2
- 14
- 35
0
votes
1 answer
Design principle to remove the need to redesign / modify code for all mobile platforms when update or new feature is added
I have an issue I would like some help with.
I have a product which I want to design mobile applications for all mobile platforms.
Now while design the whole layout and architecture of the system, I need a way to try and remove the need to redevelop…

Zapnologica
- 22,170
- 44
- 158
- 253
0
votes
2 answers
c# asp.net Centralized UI Development
We have a lot of websites with common functionality developed by 3 persons, in the business logic we use a common library project (in a shared directory) so we all use the same functions. This way the corrections and improvements are shared for the…

VSP
- 2,367
- 8
- 38
- 59