Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 269
Search took 0.32 seconds.
Search: Posts Made By: Custard7A
Forum: HTML & CSS 04-25-2013, 08:43 AM
Replies: 2
Views: 150
Posted By Custard7A
Hello Shonfield, Yes, you can use a...

Hello Shonfield,

Yes, you can use a programming language to write this out for you. For something as straight-forward as lists of numbers it would be quite simple, if you want more comprehensive...
Forum: PHP 04-24-2013, 08:00 PM
Replies: 3
Views: 253
Posted By Custard7A
IE is what I was using when I reported the...

IE is what I was using when I reported the problem wasn't showing for me. It seems rather irregular for something to misbehave in Firefox, but not IE.

This is pointing towards a client-side issue.
Forum: PHP 04-24-2013, 03:29 PM
Replies: 3
Views: 253
Posted By Custard7A
Hi Angiec, I'm not seeing the problem you...

Hi Angiec,

I'm not seeing the problem you have described, all the images appear the same size to me.
Forum: HTML & CSS 04-24-2013, 03:19 PM
Replies: 4
Views: 201
Posted By Custard7A
Hello Rondonn, The official validator...

Hello Rondonn,

The official validator (http://validator.w3.org/) is registering over 100 errors — over 200 for your home page — althought most of them appear to be illegal text characters for the...
Forum: HTML & CSS 04-24-2013, 02:39 PM
Replies: 9
Views: 282
Posted By Custard7A
Hi cyphix, To clarify what "L0adOpt1c" has...

Hi cyphix,

To clarify what "L0adOpt1c" has already said; header, footer, section, and aside are all block-level elements as default. :)
Forum: PHP 12-27-2012, 06:17 AM
Replies: 9
Views: 632
Posted By Custard7A
That's another good point for when you're sharing...

That's another good point for when you're sharing code. Bad people have full access too, so they can download the scripts and look for any point of weakness. You have to be careful that you're not...
Forum: Apache configuration 12-26-2012, 02:50 PM
Replies: 4
Views: 3,656
Posted By Custard7A
I thought it was worth mentioning as a curiosity,...

I thought it was worth mentioning as a curiosity, I discovered there is a setting in Internet Explorer 9 for "Enabling friendly error messages". It will disable over-writing of error documents, but...
Forum: PHP 12-26-2012, 09:43 AM
Replies: 9
Views: 575
Posted By Custard7A
I would suggest consulting with your affiliates...

I would suggest consulting with your affiliates as to interfacing with their site.

If the creator of the site you want to scrape knows what they are doing, then you won't be getting anywhere with...
Forum: PHP 12-26-2012, 03:45 AM
Replies: 9
Views: 632
Posted By Custard7A
One time I wanted to make my scripts smart, so...

One time I wanted to make my scripts smart, so that if they tables didn't exist they would be created on the spot. I never did it, but that might be very nice for running script out of the box or...
Forum: PHP 12-25-2012, 09:17 PM
Replies: 9
Views: 632
Posted By Custard7A
You can use files to run SQL. I remember once I...

You can use files to run SQL. I remember once I used another person's code that required some MySQL tables, and it came packaged with a .sql file. All I had to do was go into phpMyAdmin and select...
Forum: PHP 12-25-2012, 05:26 PM
Replies: 5
Views: 394
Posted By Custard7A
Well, yeah. You should be making sure you have...

Well, yeah. You should be making sure you have that file there (First thing you should be doing), and creating a folder with a period in the name may cause unexpected behaviour (Not something I've...
Forum: PHP 12-25-2012, 11:06 AM
Replies: 5
Views: 394
Posted By Custard7A
I can't pull answers from thin air. What you have...

I can't pull answers from thin air. What you have posted so far has no dialogue, I can only make wild guesses.

Have you made recent changes to your code or website that seem to happened at the...
Forum: PHP 12-25-2012, 07:28 AM
Replies: 5
Views: 394
Posted By Custard7A
It sounds like you are using a template system...

It sounds like you are using a template system with a misconfigured directory system, pointers to directories, or just plain missing some files.
Forum: PHP 12-24-2012, 08:23 PM
Replies: 5
Views: 324
Posted By Custard7A
I know of a more.. entry-level method. :p (With...

I know of a more.. entry-level method. :p (With all respect to Fou-Lu)

You create a simple script that you can put on each page, let's see if I can remember it all..

First you check if a user...
Forum: PHP 12-24-2012, 07:41 PM
Replies: 2
Views: 268
Posted By Custard7A
Uh, because you are closing your while loop...

Uh, because you are closing your while loop before all the divs are ended?
Forum: PHP 12-24-2012, 07:37 PM
Replies: 6
Views: 403
Posted By Custard7A
Ah, you forgot to mention that. As sorlaker has...

Ah, you forgot to mention that. As sorlaker has implied above, that would be in a Javascript job. Actually, it would most likely be simpler to have the whole thing in Javascript (That's if you have...
Forum: PHP 12-22-2012, 05:14 PM
Replies: 1
Views: 332
Posted By Custard7A
Your question is very vague, bordering on making...

Your question is very vague, bordering on making no sense at all. As far as I know PHP will always execute on the machine it's located on. This will be referred to as 127.0.0.1 in IP terms,...
Forum: PHP 12-22-2012, 04:41 PM
Replies: 6
Views: 403
Posted By Custard7A
Hi, If you're expecting to update this...

Hi,

If you're expecting to update this manually, then something along these lines should work fine:



<?php

$number_of_images = 10;
Forum: PHP 12-22-2012, 03:38 PM
Replies: 3
Views: 392
Posted By Custard7A
Your select element also has two name attributes,...

Your select element also has two name attributes, which may cause unexpected behaviour.
Forum: PHP 12-22-2012, 03:21 PM
Replies: 9
Views: 575
Posted By Custard7A
Hello, Imagine this scenario, some-one asks...

Hello,

Imagine this scenario, some-one asks suspicious and impractical questions, but the forum isn't full of robots it's professional humans who realize the question is weasly and aren't...
Forum: PHP 12-22-2012, 02:16 PM
Replies: 2
Views: 234
Posted By Custard7A
The die statement on line 8 has no semi-colon...

The die statement on line 8 has no semi-colon after it.
Forum: PHP 12-22-2012, 09:33 AM
Replies: 3
Views: 361
Posted By Custard7A
Wouldn't that just be inserting the link inside...

Wouldn't that just be inserting the link inside the paragraph element, but after the content?

If you wanted it to float to the right, have a gap, or otherwise more tricky formatting then you could...
Forum: General web building 12-19-2012, 09:59 AM
Replies: 3
Views: 4,703
Posted By Custard7A
There are lots of options for pre-made websites...

There are lots of options for pre-made websites around. Most are generic in some way, so although I doubt there will be a whole lot tailored to your needs, there should be a bunch that you can edit...
Forum: Apache configuration 12-19-2012, 03:06 AM
Replies: 4
Views: 3,656
Posted By Custard7A
Yep, that is the cause of my problem. After I...

Yep, that is the cause of my problem. After I caused my file to be larger file-size it is now working. The things IE thinks are a good idea... It is quite frustrating.

I would never have guessed,...
Forum: HTML & CSS 12-17-2012, 04:56 AM
Replies: 1
Views: 540
Posted By Custard7A
Making the columns farther appart so that image...

Making the columns farther appart so that image can be centered under them wouldn't be very nice. The current width of the theme is 750px; A reasonable width, if you make it much wider it will begin...
Showing results 1 to 25 of 269

 
Forum Jump

All times are GMT +1. The time now is 04:58 AM.