Click here to Skip to main content
15,921,226 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: My latest Endeavor Pin
_Maxxx_19-Apr-15 12:27
professional_Maxxx_19-Apr-15 12:27 
GeneralRe: My latest Endeavor Pin
Marc Clifton19-Apr-15 13:17
mvaMarc Clifton19-Apr-15 13:17 
GeneralRe: My latest Endeavor Pin
#realJSOP19-Apr-15 13:33
professional#realJSOP19-Apr-15 13:33 
JokeRe: My latest Endeavor Pin
User 274316219-Apr-15 21:02
User 274316219-Apr-15 21:02 
GeneralRe: My latest Endeavor Pin
#realJSOP20-Apr-15 0:00
professional#realJSOP20-Apr-15 0:00 
GeneralRe: om, FireFox, Opera, Safari, and on my Android phone.Re: My latest Endeavor Pin
User 274316220-Apr-15 0:31
User 274316220-Apr-15 0:31 
GeneralRe: My latest Endeavor Pin
#realJSOP20-Apr-15 0:42
professional#realJSOP20-Apr-15 0:42 
GeneralRe: My latest Endeavor Pin
Richard Deeming20-Apr-15 3:50
mveRichard Deeming20-Apr-15 3:50 
More nit-picking: Poke tongue | ;-P

HTML
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-12">


Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices.
Therefore, e.g. applying any .col-md-* class to an element will not only affect its styling on medium devices but also on large devices if a .col-lg-* class is not present.

Since -lg-, -md- and -sm- are the same, you could just use:
HTML
<div class="col-sm-2 col-xs-12">

You could also drop the col-xs-12 as width:100% is the default for a <div>.


JavaScript
$.backstretch(["../../Images/underconstruction_01.jpg"

The document is in the root of the site, so it doesn't make any sense to navigate to the grandparent directory. Either "Images/... or "/Images/..." would make more sense.


JavaScript
function GlobalFunctn(valuesmy)

Function naming? Without looking at the definition, what does that function do?



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralThought of the day PinPopular
Mike Hankey19-Apr-15 7:25
mveMike Hankey19-Apr-15 7:25 
GeneralRe: Thought of the day Pin
_Maxxx_19-Apr-15 12:01
professional_Maxxx_19-Apr-15 12:01 
GeneralRe: Thought of the day Pin
Slacker00719-Apr-15 14:34
professionalSlacker00719-Apr-15 14:34 
GeneralRe: Thought of the day Pin
Mike Hankey19-Apr-15 14:37
mveMike Hankey19-Apr-15 14:37 
GeneralRe: Thought of the day Pin
Corporal Agarn20-Apr-15 1:54
professionalCorporal Agarn20-Apr-15 1:54 
GeneralRe: Thought of the day Pin
Richard Deeming20-Apr-15 3:53
mveRichard Deeming20-Apr-15 3:53 
GeneralRe: Thought of the day Pin
Mike Hankey20-Apr-15 3:59
mveMike Hankey20-Apr-15 3:59 
NewsOMG... Pin
Thanks787219-Apr-15 5:08
professionalThanks787219-Apr-15 5:08 
JokeRe: OMG... PinPopular
Slacker00719-Apr-15 5:15
professionalSlacker00719-Apr-15 5:15 
GeneralRe: OMG... Pin
Member 1161988519-Apr-15 5:25
Member 1161988519-Apr-15 5:25 
GeneralI was sent this, and... Pin
OriginalGriff19-Apr-15 2:37
mveOriginalGriff19-Apr-15 2:37 
GeneralRe: I was sent this, and... Pin
Kornfeld Eliyahu Peter19-Apr-15 2:43
professionalKornfeld Eliyahu Peter19-Apr-15 2:43 
GeneralRe: I was sent this, and... Pin
OriginalGriff19-Apr-15 3:02
mveOriginalGriff19-Apr-15 3:02 
GeneralRe: I was sent this, and... Pin
Kornfeld Eliyahu Peter19-Apr-15 3:07
professionalKornfeld Eliyahu Peter19-Apr-15 3:07 
GeneralRe: I was sent this, and... Pin
OriginalGriff19-Apr-15 3:15
mveOriginalGriff19-Apr-15 3:15 
GeneralRe: I was sent this, and... Pin
Kornfeld Eliyahu Peter19-Apr-15 3:16
professionalKornfeld Eliyahu Peter19-Apr-15 3:16 
GeneralRe: I was sent this, and... Pin
Daniel Pfeffer19-Apr-15 2:58
professionalDaniel Pfeffer19-Apr-15 2:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.