Posts
 
Reputation
Joined
Last Seen
Ranked #626
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
87% Quality Score
Upvotes Received
55
Posts with Upvotes
50
Upvoting Members
29
Downvotes Received
8
Posts with Downvotes
6
Downvoting Members
6
7 Commented Posts
2 Endorsements
Ranked #621
Ranked #339
~130.19K People Reached
Favorite Tags
Member Avatar for Duki
Member Avatar for vegaseat

Even when you know you've had enough, it's hard to say no when someone offers to buy you that fifth beer! - Me

Member Avatar for Reverend Jim
15
13K
Member Avatar for LastMitch

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 …

Member Avatar for LoanHensley
6
6K
Member Avatar for mike_2000_17

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, …

Member Avatar for Reverend Jim
2
2K
Member Avatar for Reverend Jim

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............

Member Avatar for Reverend Jim
7
5K
Member Avatar for christina>you
Member Avatar for TonyG_cyprus

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> …

Member Avatar for TonyG_cyprus
0
174
Member Avatar for wasikjawad

> 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' !

Member Avatar for EDWARD_4
0
304
Member Avatar for iAssistant
Member Avatar for debasisdas

'The elevator to success is out of order - please use the stairs' -Anon

Member Avatar for James_28
8
16K
Member Avatar for aVar++

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 …

Member Avatar for HiHe
3
2K
Member Avatar for pritaeas

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, …

Member Avatar for diafol
0
1K
Member Avatar for shrikanthnk

Up to line 57 you are using mysqli, after that mysql, possible problem there?

Member Avatar for AndrisP
0
181
Member Avatar for imBaCodes
Member Avatar for Troy III
1
614
Member Avatar for TonyG_cyprus

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......

Member Avatar for <M/>
0
368
Member Avatar for sushants
Member Avatar for TonyG_cyprus

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 …

Member Avatar for Stuugie
0
142
Member Avatar for davidjennings

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 …

Member Avatar for davidjennings
0
532
Member Avatar for geneh23

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 …

Member Avatar for cereal
0
714
Member Avatar for SoreComet

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.

Member Avatar for TonyG_cyprus
-1
312
Member Avatar for nisbusiness

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!

Member Avatar for madelinekim
-4
6K
Member Avatar for Stuugie

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, …

Member Avatar for BigPaw
0
437
Member Avatar for yaragalla_mural

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.

Member Avatar for TonyG_cyprus
0
163
Member Avatar for engrjd91
Member Avatar for TonyG_cyprus
0
95
Member Avatar for Albert Pinto

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.

Member Avatar for Albert Pinto
0
279
Member Avatar for Xantipius

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.

Member Avatar for Xantipius
0
205
Member Avatar for amkaos

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.

Member Avatar for amkaos
0
284
Member Avatar for asif49

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.

Member Avatar for jwenting
0
748
Member Avatar for vegaseat

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 `&#39;` is the ANSI code for `'` and the `#FB2B27`is a red, `#00B008` will be …

Member Avatar for TonyG_cyprus
0
3K
Member Avatar for bilal_fazlani

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 …

Member Avatar for crescendo
-1
212