Everything posted by Ashlee0016
-
Session id
hi just want to ask about the function of Session id and Session layer in OSI model. is it related to each other or does the session id is working in Session layer? thanks
-
Help in Coding Bootstrap Carousel
how can i stretch the image inside the carousel container? my images size are 1920x1200. <div class="col-md-10 col-centered" > <!--Carousel--> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="3000"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> </ol> <div class="col-md-7 col-centered" > <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="img/jaguar.jpg" alt="..."> <div class="carousel-caption"> <h3>Caption Text</h3> </div> </div> <div class="item"> <img src="img/leopard.jpg" alt="..."> <div class="carousel-caption"> <h3>Caption Text</h3> </div> </div> </div> </div>
-
Bootstrap.css
i look at the Bootstrap library bootstrap.css and i am confused with the hierarchy structure. like this one .navbar, .navbar-collapse, .navbar-toggle, .navbar-btn... when to combine different components in .navbar and how do i know if it's valid? i saw some examples in the web <div class="navbar navbar-default navbar-fixed-top" role="navigation"> is it valid if i integrate navbar-header or navbar-brand in the div or how to know if i need to use different div class?
-
Slicing PSD to HTML
i have seen a lot of tutorials using photoshop, illustrator and fireworks. what is the handy and user friendly app with these three adobe software?
-
Slicing PSD to HTML
i want to learn and make a Responsive Website through PSD to HTML is that possible? thanks.
-
CSS Mastery
i'm just thinking about bugs that appears in website. is there more hackers that will mess your website and put some awful things? are this frameworks are safe or can easily debug?
-
CSS Mastery
is it necessary to master CSS and Javascript before i proceed to Grid system like Bootstrap, foundation, 1140, skeletton etc.?
-
layouting web page
psd to html still used in web industry?