Web Dev Questions That Don't Need Their Own Thread v4
5,001 replies, posted
[QUOTE=SataniX;39810327]Any console errors?
Have you included jQuery?
Is there actually a .fancybox element?[/QUOTE]
By added, do you mean the lines at the top?
[HTML] <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" href="source/jquery.fancybox.css?v=2.1.4" type="text/css" media="screen" />
<script type="text/javascript" src="source/jquery.fancybox.pack.js?v=2.1.4"></script>
<link rel="stylesheet" href="source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" />
<script type="text/javascript" src="source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"></script>[/HTML]
And as far as I'm aware there is a fancy box element because it looks like this, unless Its because its called 'fancybox-thumb'? but I tried changing it to that in the script but right click was still working
[url]http://i.cubeupload.com/WU5Jfy.jpg[/url]
[QUOTE=Banana Lord.;39809447]because when he comes by to help people he looks at nearby screens[/QUOTE]
Make your wallpaper something funny or something, when he comes by, quickly switch to your desktop .
So I'm making this website for this museum I help out at. It's a branch off of their main site for video games. Now my question is, how the heck do I get the footer to stay at the bottom of the page :v:. I've tried everything on google and none of them seem to work for me. I've clearly put something wrong somewhere.
site is here [url]http://www.videogamemuseum.co.uk/test/[/url] . click on any of the console titles to see what I mean. I've been trying to figure it out all day to no avail, and I feel dumb for posting but if you don't ask, and I'm still an amateur. Oh and ignore the bad header, I'm on a netbook so no decent image software. Cheers.
Hey guys, I have HTML and CSS pretty much sussed, I want to try and learn a new language. I'm thinking of doing JavaScript next, do any of you have any good places I could learn it? I'd prefer video tutorials to written, I don't like reading loads of text, it kinda puts me off.
[QUOTE=icemaz;39819689]So I'm making this website for this museum I help out at. It's a branch off of their main site for video games. Now my question is, how the heck do I get the footer to stay at the bottom of the page :v:. I've tried everything on google and none of them seem to work for me. I've clearly put something wrong somewhere.
site is here [url]http://www.videogamemuseum.co.uk/test/[/url] . click on any of the console titles to see what I mean. I've been trying to figure it out all day to no avail, and I feel dumb for posting but if you don't ask, and I'm still an amateur. Oh and ignore the bad header, I'm on a netbook so no decent image software. Cheers.[/QUOTE]
Put the header inside the #wrapper and put height: 100%; on the <html>
[QUOTE=gaige333;39819870]Hey guys, I have HTML and CSS pretty much sussed, I want to try and learn a new language. I'm thinking of doing JavaScript next, do any of you have any good places I could learn it? I'd prefer video tutorials to written, I don't like reading loads of text, it kinda puts me off.[/QUOTE]
Not in video format neither long texts but [url=http://www.codecademy.com/]Codecademy[/url] is awesome, for videos I normally like to watch [url=http://thenewboston.org/tutorials.php]thenewboston[/url].
[QUOTE=asantos3;39822346]Not in video format neither long texts but [url=http://www.codecademy.com/]Codecademy[/url] is awesome, for videos I normally like to watch [url=http://thenewboston.org/tutorials.php]thenewboston[/url].[/QUOTE]
Thanks a bunch!
[QUOTE=Banana Lord.;39809447]because when he comes by to help people he looks at nearby screens[/QUOTE]
Use notepad++ at school, sublime at home. It really can't be that bad to use notepad++ for the one hour at school.
[QUOTE=mobrockers2;39824507]Use notepad++ at school, sublime at home. It really can't be that bad to use notepad++ for the one hour at school.[/QUOTE]
it's 6 hours
[QUOTE=Vietnow;39825185]Eww[/QUOTE]
It's not that bad...
So, anyone know a simple tumblr-like CMS with easy multi-blog that I can install on my own server?
What is the most stable and real-time in-browser chat client?
[QUOTE=Mete;39830619]So, anyone know a simple tumblr-like CMS with easy multi-blog that I can install on my own server?[/QUOTE]
Don't know what you mean by multi-blog, but the first blog that strikes my head is Wordpress.
[QUOTE=xmariusx;39821005]Put the header inside the #wrapper and put height: 100%; on the <html>[/QUOTE]
That makes the header only as wide as the wrapper, but I want it to stretch beyond that. It also makes the page longer than the window I'm viewing it on (small screen) for no reason. I'm gonna keep trying, but thanks for the help :>
[QUOTE=icemaz;39831399]That makes the header only as wide as the wrapper, but I want it to stretch beyond that. It also makes the page longer than the window I'm viewing it on (small screen) for no reason. I'm gonna keep trying, but thanks for the help :>[/QUOTE]
- Remove top-margin on .footerInner
- Remove padding-bottom on .wrapper
- Add a div with height: 200px;width: 100%; (Footer hight) as the last child of .wrapper
for the logo:
- Make .wrapper width:100%;
- Make a .inner-wrapper inside .wrapper with width: 960px; and margin: 0 auto;
- Move everything inside .wrapper to .inner-wrapper
- Move .header to .wrapper before .inner-wrapper
So I was just at Microsoft Tech Days Netherlands and attended a keynote thingy about Visual Studio 2012 web essentials extension and that shit was amazing.
Is there an easy way to validate a textfield (HTML) as a valid SteamID with javascript? I've already done a few attempts without success.
[QUOTE=ms333;39833429]Is there an easy way to validate a textfield (HTML) as a valid SteamID with javascript? I've already done a few attempts without success.[/QUOTE]
Do you mean something like this, User must have a Steam ID to post? B
[QUOTE=xmariusx;39831885]- Remove top-margin on .footerInner
- Remove padding-bottom on .wrapper
- Add a div with height: 200px;width: 100%; (Footer hight) as the last child of .wrapper
for the logo:
- Make .wrapper width:100%;
- Make a .inner-wrapper inside .wrapper with width: 960px; and margin: 0 auto;
- Move everything inside .wrapper to .inner-wrapper
- Move .header to .wrapper before .inner-wrapper[/QUOTE]
Worked perfectly, thanks for the help man
[QUOTE=Sims_doc;39842235]Do you mean something like this, User must have a Steam ID to post? B[/QUOTE]
Not exactly. I'm making an HTML form where the user is required to enter a (their) SteamID.
I'm trying in some way to validate the SteamID they entered as a valid SteamID (should just follow the general SteamID format) by every letter they enter (live validation) and the reply back to the user if it's valid or not.
Having the same problem as "icemaz", just can't get my footer to the bottom
I want it beneath the sidebar, and to follow the user as they scroll.
[code]
<!DOCTYPE html><!--by conor-->
<html>
<head>
<meta charset="UTF-8">
<title>cm design</title>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<link rel="shortcut icon" href="images/tabicon.ico">
</head>
<body>
<div id="maincontainer"><!--maincontainer-->
<div id="sidebarcontainer">
<div id="logo">
<img a href="www.cmdesign.com" src="images/CM.png">
</div>
<div id="navigation">
<ul style="padding-left: 5%;">
<li class="nv">
<a href="http://www.google.com">HOME</a>
</li>
<li class="nv">
<a href="http://www.facepunch.com">PORTFOLiO</a>
</li>
<li class="nv">
<a href="http://www.firefox.com">SERViCES</a>
</li>
<li class="nv">
<a href="http://www.nasa.gov">CONTACT</a>
</li>
<ul>
</div>
</div>
<div id="footercontainer">
<div id="footertext">
</div>
</div>
</div><!--/maincontainer-->
</body>
</html>
[/code]
[code]
body
{
background-color: #323841;
margin: 0px;
padding: 0px;
height: 100%;
font-family: Helvetica;
}
li
{
list-style-type: none;
}
a
{
text-decoration: none;
}
a:link
{
color: white;
}
a:visited
{
color: white;
}
a:hover
{
color: #acacac;
}
a:active
{
text-decoration: orange;
}
/*#################################*/
.nv
{
text-decoration: none;
padding-top: 10px;
}
/*#################################*/
#maincontainer
{
margin: 0px;
height: 100%;
min-height: 100%;
}
#logo
{
padding-left: 5%;
padding-top: 15%;
}
#sidebarcontainer
{
position: absolute;
display: block;
margin-right: auto;
width: 196px;
height: 100%;
background-image: url('../images/sidebar_l.png');
background-repeat: repeat-y;
}
#footercontainer
{
z-index: 10;
width: 100%;
height: 97px;
margin: 0 auto;
background-image: url('../images/footer_l.png');
background-repeat: repeat-x;
}
[/code]
What editor would you guys recommend for Windows?
[QUOTE=Moofy;39847897]What editor would you guys recommend for Windows?[/QUOTE]
Sublime 2
[QUOTE=P1raten;39848045]Sublime 2[/QUOTE]
Expensive as f*ck
[QUOTE=Moofy;39848182]Expensive as f*ck[/QUOTE]
free version lasts forever. it just gives u a popup message once in a while but u learn to ignore it.
[QUOTE=jung3o;39848313]free version lasts forever. it just gives u a popup message once in a while but u learn to ignore it.[/QUOTE]
I suppose
[QUOTE=Moofy;39848182]Expensive as f*ck[/QUOTE]
Uhm 70$ isn't really 'expensive' for this type of software. It's really great quality and works wonders.
Anything under $100 and it's instabuy for me, when it goes over $100 I tend to search around first.
Any tips on designing a portfolio? Should probaly make one for myself at some point.
Also, have a friend who is doing photography - I just can't really figure out how to do the website properly - especially without it not looking dull.
Sorry, you need to Log In to post a reply to this thread.