- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 55
- Posts with Upvotes
- 50
- Upvoting Members
- 29
- Downvotes Received
- 8
- Posts with Downvotes
- 6
- Downvoting Members
- 6
Re: The old Sunday aftenoon staple...... Beer, beer and more beer! | |
Re: Even when you know you've had enough, it's hard to say no when someone offers to buy you that fifth beer! - Me | |
| Re: Don't know about movies, cos I don't do much tv, but I did recently revisit (courtesy of the WWW.) some childhood tv progs. i can probably beat Ancient Dragon by a few years, by remembering Fireball XL5 on uk tv, hence the avatar change to 'Robbie the Robot' Ah!, such … |
Re: The problem comes when the data or information collected id mis-interpreted. Lets say you read a news article about an 'urban terrorist' who just blew up a supermarket using a home made device, and the article mentions how the guy got the recipe for the device on the internet. Now, … | |
Re: wonderful discussion, > Other words, like "plough" (today spelled "plow") Sorry @Rev, only in The Americas, still "plough" in UK. Seems to me the only true "universal" languages are computer languages, where they have to be, or things start going horribly wrong............ | |
Hi all, it's been awhile... my prob. I have a form to order drinks in a bar, as below. <div class="col_left"> <h2> Order Your Drinks And Food</h2><br /> <form action="process.php" method="post" name="orders"> <table border="1" class="trapezi"> <tr> <th>Drink</th><th>Qty</th> </tr> <tr> <td><input type="checkbox" name="drink[]" value="p/c">Carlsberg 50cl</td> <td><input type="text" name="drinkno[]" size="2"></td> </tr> <tr> … | |
Re: > I will suggest you to buy likes from a trusted supplier like Think about your internet name > Institute for Professional Developement Do you really want to associate your name with a scam like *buying* likes? If so knock off the 'Professional' ! | |
Re: 24c here today, lovely... warming up nicely for summer! | |
Re: 'The elevator to success is out of order - please use the stairs' -Anon | |
Re: Personally I'm scared of the consequences, as a Brit living in Cyprus, not 5 miles from the British base where UK, US and French forces are based. Already this week we have had an incursion by Syrian russian made bombers, which were thankfully scared off before they reached our airspace … | |
Re: I just came back after a long absense, been doing a refurb job in work and was so tired coming home that I haven't even booted my pc for a month or more. A bit surprised at the new look, it'll take me a while to get used to it, … | |
Re: Up to line 57 you are using mysqli, after that mysql, possible problem there? | |
Re: @Assembly Guy, wasn't Bruce Willis in that one? Or mayby it was Stallone? | |
Anyone seen or heard from him lately? I was just thinking, since I saw on the BBC about the California fires, he hasn't been as prolific, hopefully just exams or something mundane...... | |
I'm surprised no-one asked this before, but here goes, If Mark Zuckerberg is such an all round good guy, straight up and down person, how come Facebook hasn't got a bad words filter of *any* description? I'm not a regular contributor, in fact I started my account only because I … | |
Re: if you are using > $conn = mysql_connect("localhost","user_david","password","djenning_databaseclass"); this line, you have to put the password in clear type, other wise the server will kick the connection as yours is doing. otherwise use something like <?php $dbhost='localhost'; $dbuser='auser'; $dbpass='abc'; $dbname='website' ?> as config,php and <?php $link=mysqli_connect($dbhost, $dbuser, $dbpass,$dbname) or die … | |
Re: The way I'm reading this you are storing the actual image in the database, much easier to store the images in a file, say 'map_images' and the image *location* in the db, as LastMitch's code. So in your db you have **img 1** for id and **map_images/img 1** for the … | |
| Re: just google 'jq parallax' , download one and play! They are quite simple if you take the time to read the sample or demo code, change a bit and view your changes. Do that a few times and you'll begin to understand how to integrate into a site. |
Re: How about plain old markup, php, and css. That way you get only the code/ markup you need, and you get to learn new stuff at the same time! | |
Re: My old dad, god rest him, always said, "There are two things in life you can do nothing about, getting old and dying, so don't worry about either" and I don't *need* glasses, it's just that my arms are getting shorter! (I'm a twenty something 59 year old.) @ R.J, … | |
Re: Like violet 82 says, if you have set a fixed width, padding, margin etc to your child divs, that will always remain the same when the browser size is changed. You must use percentages to be truly responsive. | |
| |
Re: Check the size of your `transparent_image.png` (I would make it 1px x 1px) and use `background-repeat: repeat;` because although your div is 100% x 100% your image may not be big enough. | |
Re: A 'Lush' in my language would be either a/ someone who 'uses' others to provide an easy life, or b/ a life without care, no worries about money etc, such as a hereditary millionaire may have. | |
Re: I would normally use `if(isset($_POST['submit'])){`'the rest of your code'`}` so the form is only submitted if the submit button is clicked, no matter how many times you refresh the page. | |
Re: Copy and zip up the files you're worried about, e-mail them to yourself,or upload to the cloud, remove them from the drive, and get them back at your destination. | |
Re: First of all, this thread is *over 6 years old*, so you are lucky to get a reply, read the *rules*. Search before asking. You are obviously *very* new to this if you didn't know `'` is the ANSI code for `'` and the `#FB2B27`is a red, `#00B008` will be … | |
Re: It looks to me like it's doing exactly whats asked of it. if you rotate your phone 270deg, it doesn't change shape, and neither will a tea tray, or a slice of bread, or a mouse mat, or a printed piece of html! To achieve what I think you do … |