Questions tagged [scalable]

139 questions
0
votes
1 answer

Optimal Range for Universal Scalability Law (USL)

I'm doing a report and needed to have a test for the scalability of a mind map database software design idea. I wanted to use the USL equation to get a quantifiable metric for scalability, but I have no idea what range is considered good for USL.…
0
votes
1 answer

AngularJS scalability when using ng-view/partial

Is it possible to add script tag inside a partial/template in AngularJS? I can only use ng-view (with router) if I load the partial controller.js in the main page. This will not work well if you have a app with a lot of pages. I have heard about a…
Jens Alenius
  • 1,931
  • 2
  • 16
  • 20
0
votes
1 answer

How to scale cloud carousel v1.0.5 with different image sizes

I was wondering how I could make R. Recco's CloudCarousel V1.0.5 plugin scalable with different image sizes. I mean: I have included the image carousel within Foundation responsive framework and since the rest of my web application fits correctly to…
user2158954
  • 231
  • 1
  • 3
  • 8
0
votes
2 answers

Creating a scalable Image button in iOS. Without a blurry image.

What am I trying to do: I want to make a button that scales up or down depending on it's current state which is determined by it either being big or small. When button is big and I press it, it becomes small. When the button is small and I press…
Sean Dev
  • 1,239
  • 1
  • 17
  • 31
0
votes
1 answer

responsive css table with multiple scalable images in multiple rows

My goal is to turn a sliced image into a interactive image. I went with css tables because I have 4 rows of images, each row with different number of images(slices) and each image will be a different width, same height within rows. The basic…
Arnolfo
  • 1
  • 6
0
votes
2 answers

RabbitMQ in scalable nodejs Apps, How make a build well scalable app?

What's your opinion about the use of RabbitMQ as messages broker,if I think to do scalable an aplicacion using socket.io into my nodejs project, in comparison with redis wich will be i use?? In which othe scenarios could use Rabbit or there are…
Dick Van Ocampo
  • 937
  • 2
  • 8
  • 9
0
votes
1 answer

How to make DIV header 100% but still allow for vertical scrolling?

After looking for a few solutions here it seems everyone has the opposite problem that I'm facing (ha!). Here's what I'm trying to accomplish: I have a DIV that on page load is 100% width and 100% height. This is so that no mater the screen size we…
Shadna
  • 65
  • 1
  • 10
0
votes
3 answers

Required language, tools and approach for a scalable web application like twitter

Incase if you are to develop twitter today what language, tools and approach will one take. How will he start from the very frugal configuration and gradually scale to the levels twitter has reached today. Incase if you can provide direct responses…
chanda
  • 1
0
votes
1 answer

Disabling scrolling on iPad

I've made a website responsive for iPad. I used "overflow:hiddden" and "user-scalable=no". On Android tablets, users can't scroll as I want to. But in iPad, those little anarchists can scroll (vertical and horizontal) and that screws up my website.…
Can Goktas
  • 117
  • 2
  • 12
0
votes
1 answer

Toggling i18n fields in a JavaScript webapp in a scalable way

I'm writing a 100% JavaScript webapp that manages a catalog of products. I'm using Backbone & Mustache, among other things. Each product has a name, which needs to be translated. So for each product, I add as many elements as there are…
mexique1
  • 1,682
  • 11
  • 18
0
votes
1 answer

Dealing with high memory scalable Java EE application

I am working in a Java EE application which require too much in-memory server side application level data (i.e. it is not user level data). By application level data, I mean that data is constant for all users e.g. master data. Till now we were…
B Chawla
  • 574
  • 1
  • 8
  • 17
0
votes
2 answers

Fast write performance, even if reads are very slow

Sorry if there's already an answer for this, I searched for it and I didn't find exactly my scenario. Once again is a question like "What is the fastest/best performance DB?". But since the answer depends on the scenario, my scenario is this: I want…
antonio.fornie
  • 1,740
  • 2
  • 13
  • 23
0
votes
1 answer

set non-scalable width for app on android tablets

I am working on an app for android tablets using phonegap. I am converting an existing webpage, so I would prefer to not change the css or html. I am testing using a galaxy tab (android 2.2) I want to set the viewable width to be 800px and disable…
jausel
  • 594
  • 7
  • 18
-1
votes
1 answer

SQL Server load balancing optimizing Hits or Optimize the query

When we developers write data access code what should we really worry about if the application should scale well and handle the load / Hits. Given this simple problem , how would you solve it in scalable manner. 1.ProjectResource is a Class (…
Deeptechtons
  • 10,945
  • 27
  • 96
  • 178
-1
votes
2 answers

height of multiple images css

is it possible to have 2 different images in one line and scale them exactly the same? Lets say i have something like this: .container { max-width:1200px; margin:0 auto; overflow:hidden } .left { float:left width:70%; } .right { …
ProgAps
  • 1
  • 1
1 2 3
9
10