Questions tagged [flexibility]
38 questions
0
votes
1 answer
Responsive flexible images not working
I'm trying to make my website responsive. I found on this website (http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/) that to be able to make images flexible, you have to use max-width: 100%.
Which I did on my website…

Marnik Bruyndonckx
- 69
- 1
- 7
0
votes
2 answers
svg image pattern fill doesnt render in html
I have an svg image made by path elements and the path elements are inside g tags which transform and apply the fill to the path elements. The fill I used was a pattern which was predefined in the defs tag. The pattern element contains image tags…

ducklin5
- 95
- 1
- 11
0
votes
1 answer
How to make any subview flexible with respect to the frame of the type of iPhone i.e., iPhone 5, 5S, 6, 6+?
I have to add a text filed and it is 210X30 for iPhone 5. I want it to stretched according to iPhone 6 and iPhone6+. I don't want to fix the width or height of the text field and also don't want to fix the horizontal spacing from the edges of the…

Developer
- 6,375
- 12
- 58
- 92
0
votes
1 answer
How much OOP_Crazy should real life programmer be?
Given :
Complex algorithm.
switch obj.field1 + "-" + obj.field2
case "A-A":
return Sample(obj){Error = "Type can't be matched"}
case "A-B":
{
if(obj.field3 != null){
var match =…

Valentyn Vynogradskiy
- 633
- 1
- 6
- 22
0
votes
1 answer
Making all arguments available for wrapped function in R
How can I build flexibility into a wrapper function so that it can handle particular arguments being absent or present.
More specifically, I am building a wrapper for the gowdis function in the FD package and I want to give the user the option of…

Elizabeth
- 6,391
- 17
- 62
- 90
-1
votes
3 answers
Multiple products supported by small development team
I manage a team with seven developers with more than ten products and 20 integrations between products. I took over the team a year ago, and we have worked hard to spread knowledge across the team. A year ago, every developer was basically a silo…

Henrik Riis
- 9
- 1
-2
votes
1 answer
What database to use for the following scenario?
I have the following problem that I need to solve for efficient querying, and flexible properties expansion:
nodes:
node_id1
node_id2
node_id3
node_id4
node_id5
groups:
node_id1;node_id2;node_id3
node_id4;node_id5
node_id1 < node_id2 < node_id3 …

Nick
- 331
- 3
- 14
-4
votes
1 answer
How much flexibility do you allow users creating uids?
After having to register at one more website, and hitting stupid restrictions on the Username (no spaces or special characters), I'm wondering why we still have programmers restricting things like that.
Is there a concensus on the methodology of…

Lance Roberts
- 22,383
- 32
- 112
- 130