-
Replied To a Post in Padding not working well in IE9
look up [IE conditional comments](https://www.google.com/search?q=IE+conditional+comments) <!--[if lt IE 9]> style for ie 4-8 <![endif]--> or <!--[if gt IE 8]> style for ie 9 + <![endif]--> -
Replied To a Post in Jokes
Do you think the Queen **ever** pulls the doona up to her chin and says "*Look Phillip, I'm a stamp*" -
Replied To a Post in Jokes
My Dentist is female, I go just for the novelty of having a woman tell me to open my mouth -
Replied To a Post in Jokes
A recent article in the West Australian reported that a woman, Mrs.Maynard, has sued Royal Perth Hospital, stating in her claim that after her husband had surgery there he lost … -
Began Watching Why wount my footer div show ?
Hi ! I don´t understand why my div class="footer" doesnt appear, everthing else seems to work fine. Thx for help ! <!DOCTYPE html> <html> <head> <title>Hauptseite</title> <meta http-equiv="Content-Type" content="text/html; charset="UTF-8"> … -
Replied To a Post in Why wount my footer div show ?
html5 :: no type on css or script line 9 querying `border:thick solid #4D94FF;border:(255, 255, 255, .5);` duplicate definitions and `;font-size;` no size for `.footer{background-color:black;}` try `.footer{background:black;color:white;position:fixed;bottom:0;z-index:1;}` to; stick the … -
Gave Reputation to RobertHDD in Random Facts
Paris was the tallest tower until another one was built and mount everest is the tallest mountain in the world and half of the nuts in the world are being … -
Replied To a Post in Jokes
Wife texts husband on a cold winter’s morning: "Windows frozen, won't open." Husband texts back: "Gently pour some lukewarm water over it." Wife texts back 5 minutes later: "Computer really … -
Replied To a Post in z-index
Troy_III I'm sure will provide reference, that trumps w3c : for the unsupported assertion until then cease spreading misleading information, don't mess up other people's code -
Began Watching Adavantages of having a custom index for a website
are there any advantages of using a custom index for a website let me explain the default for webservers is to make index.html, index.htm or index.php as the website home … -
Replied To a Post in Adavantages of having a custom index for a website
no filename is far less relevant than content the SEbot does not notice the index page name -
Gave Reputation to Reverend Jim in Random Facts
I'm hoping that people will post unusual or little known facts here. It would be proper to include a link to a source for confirmation. Here's a start. Speedy Gonzales … -
Replied To a Post in Random Facts
**Mount everest is not the tallest mountain in the world**, it is the highest at peak altitude 8,850m, but is less than 8,850m tall; it does not continue to sea … -
Replied To a Post in How to make a website as seo friendly
reiterating iqcomtech, proper file structure what ever you create, should make sense to users who have no prior idea/experience of yoursite reiterating sally_2, keep your mojo preferred links is an … -
Replied To a Post in create file repository for my website
depending on the browser what the exact context menu item is called when you right click the link something like one of save link as save target as save link … -
Gave Reputation to Duki in What are you eating/drinking right now?
Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start … -
Replied To a Post in create file repository for my website
Run the php on localhost with the same file structure view page source copy and paste the generated html as index.html ftp to your free host =php effecct on free … -
Stopped Watching What Languages Can You Guys Speak?
I am just bored... and curious... and i have not made a thread here in a long time. What languages can you guys speak? Atm, for me: 1. English 2. … -
Began Watching create file repository for my website
Hi chaps, I'm not terribly sure how to go about this. I've got a small site where I want to add some files for people - well me since nobody … -
Replied To a Post in create file repository for my website
this is a php script I use for my notes, it just dumps everything in alpha order, including folders, so every application is sorted <!DOCTYPE HTML> <html> <head> <meta http-equiv='Content-Type' … -
Gave Reputation to Duki in What are you eating/drinking right now?
Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start … -
Replied To a Post in What are you eating/drinking right now?
pasta bake, looked terrible/strange, tastes like the best lasagna, took 15 minutes to make. living & learning -
-
Replied To a Post in z-index
run the css of a `div {z-index:0;}` through the [w3c css validator](http://jigsaw.w3.org/css-validator/#validate_by_input) if you care to. -
Replied To a Post in z-index
http://www.w3.org/wiki/CSS/Properties/z-index > The stack level of the generated box in the current stacking context is 0. The box does not establish a new stacking context unless it is the root … -
Began Watching What Languages Can You Guys Speak?
I am just bored... and curious... and i have not made a thread here in a long time. What languages can you guys speak? Atm, for me: 1. English 2. … -
Replied To a Post in What Languages Can You Guys Speak?
Australian, its ~85% English, My wife translates for me in Canada Get attaboys for *trying* in French in New Brunswick, when they stop laughing -
Gave Reputation to Rashakil Fol in Find Lowest score entered
Hello lostelf and speakon. Thanks for posting your code. By posting your code, you have granted DaniWeb an exclusive copyright license to your code according to DaniWeb's terms of service. … -
Stopped Watching Which is more useful on home page? Rotating slider or static banner
Hi there, Just wanted to know from Daniweb expert! Which is more useful and suitable on home page? Rotating slider or static banner. -
Began Watching z-index
index.php <div style="width: 220px; color: black; margin: 0 0 0 800px; z-index: 2;"> <?php // How can we help $result = mysql_query("SELECT * FROM `static_page` WHERE post_id='27'") or die(mysql_error()); echo … -
Replied To a Post in z-index
below is not correct, w3c documentaton specifies 'integer' which includes zero, zero is defined as the default base, so the declaration `<div style="margin: -250px 0 0 730px; position: relative; z-index: … -
Began Watching Visitor Counter
Hello, I am looking for a visitor counter that could record: Visitor Counter Online 1 Today 4 Yesterday 8 Week 4 Month 32 Year 32 Total 2637 Where can I … -
Replied To a Post in Visitor Counter
http://bbclone.de -
Gave Reputation to prachi123 in web crowling code
I have some code help. <?php error_reporting(0); //$cat = $_POST['cat']; $uri = 'http://ventureburn.com/feed/'; $xml = simplexml_load_file($uri); $namespaces = $xml->getNamespaces(true); $i = 0; $data = ''; //echo '<pre>'; //print_r($xml); //echo '</pre>'; … -
Began Watching web crowling code
I have some code help. <?php error_reporting(0); //$cat = $_POST['cat']; $uri = 'http://ventureburn.com/feed/'; $xml = simplexml_load_file($uri); $namespaces = $xml->getNamespaces(true); $i = 0; $data = ''; //echo '<pre>'; //print_r($xml); //echo '</pre>'; … -
Replied To a Post in web crowling code
This is called theft very poor form If you had permission to aquire these images, you would have the owner's sqldb or rss feed The people here are more likely … -
Stopped Watching Things I hate about TV shows
Cop shows that include a 5 minute foot chase. This is usually the result of the cops shouting out a suspect's name from half a block away instead of waiting … -
Replied To a Post in Response we should not make, to questions they should not ask
"<?php die('thief'); ?>" -
Began Watching How to make a website as seo friendly
Can anyone give the suggestions to make a seo friendly website using best seo techniques? -
Replied To a Post in How to make a website as seo friendly
My favorite response is ask google [Google webmaster tools](https://www.google.com/webmasters/), gives a comprehensive listing of everything you need to make yoursite SEO current, any time the algorithms change, free, personalised, from … -
Replied To a Post in What are you eating/drinking right now?
oranges ice cold from the fridge -
Began Watching image
how can i stop repeation on image attached to body tag of an html page -
Replied To a Post in image
> This text appears in front of a repeating background image. no it doesnt `center center no-repeat;` -
Stopped Watching Browser Compatibility
Ok... to be honest I should have seen this coming. But as I was designing my website I decided to test it out ([test.weblup.net](http://www.test.weblup.net)) in IE and Firefox. If you … -
Replied To a Post in Browser Compatibility
Geez [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291), I'm Australian, I'm a [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291), your a [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291), he's a [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291) What did you think a [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291) is? If you dunno what a [bloke](http://www.urbandictionary.com/define.php?term=bloke&defid=1044291) is. You could have … -
Began Watching How do you delete data from broken hardware?
According to research from data recovery specialists Kroll Ontrack, some three quarters of those workers that had lost data on a broken device didn't attempt to ensure that information was … -
Replied To a Post in How do you delete data from broken hardware?
Scrap is fed into a shredder, that reduces it to 6mm chunks from there it conveyers into a 44foot tipper trailer body, when the trailer is full, it gets picked … -
Began Watching Signup page
This is my index page: <html> <head> <title>Login - FLATY Admin</title> <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="css/flaty.css"> <link rel="stylesheet" href="css/flaty-responsive.css"> <link rel="shortcut icon" href="images/login.png"> </head> <body class="login-page"> … -
Replied To a Post in Signup page
[smartass] this code, `<form action="" method="get" style="display:none">` where it fails, `style="display:none">` can you guess, what display:none means > its going to signup page but the page is empty. [/smartass] [helpful] … -
Replied To a Post in Response we should not make, to questions they should not ask
**Oh, I'm sure now, we SHOULD make these responses** Glad its figured out, Glad it didnt actually work Glad I don't give a shit lots of luck with all future …
The End.