Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 11
1
2
3
>
Last
»
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
form select element contain range of values
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
Slideshow Images Resizing
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
Slideshow Images Resizing
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
Is my simple html website set up correctly?
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
HTML5 Questions
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
If you built your own simple CMS...
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
Internet Explorer Not Showing My ErrorDocument
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
Call jQuery function on remote server
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
If you built your own simple CMS...
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
If you built your own simple CMS...
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
Php Script Help needed
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
Php Script Help needed
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
Php Script Help needed
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
Display The Names From Online Users
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
Add a new box for every news article
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
New project image rotation question
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
ip change using php
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
New project image rotation question
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
Get drop down selected value without submit.
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
Call jQuery function on remote server
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
Parse error : syntax error in PHP
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
How to place text link next to last word of excerpt?
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
website
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
Internet Explorer Not Showing My ErrorDocument
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
Help with Inkhorn theme (column width to accommodate larger pics)
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
Page 1 of 11
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
04:58 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.