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 2
1
2
>
Showing results 1 to 25 of 39
Search took
2.62
seconds.
Search:
Posts Made By:
Dom Mv
Forum:
HTML & CSS
01-21-2012, 01:26 AM
Replies:
8
hide a div if javascript is disabled?
Views:
1,482
Posted By
Dom Mv
I just tested it again and everything works fine...
I just tested it again and everything works fine on my end. It should display the 'Content' if Javascript is enabled and 'You need Javascript enabled to view all of the content on this page.' if it...
Forum:
HTML & CSS
01-21-2012, 01:20 AM
Replies:
8
Background change when time detected
Views:
371
Posted By
Dom Mv
Is this what you were looking for? Place...
Is this what you were looking for?
Place this into the head:
<script type="text/javascript">
var obtainTime = new Date();
var timeCheck = obtainTime.getHours();
document.write(timeCheck);...
Forum:
JavaScript programming
01-21-2012, 12:26 AM
Replies:
5
dynamically change & show/hide iframes
Views:
917
Posted By
Dom Mv
It would be much easier to offer assistance if we...
It would be much easier to offer assistance if we could see what you have already please.
Forum:
HTML & CSS
01-21-2012, 12:19 AM
Replies:
8
hide a div if javascript is disabled?
Views:
1,482
Posted By
Dom Mv
Place this into the head: <head> ...
Place this into the head:
<head>
<script type='text/javascript'>
function displayDiv(){
var link = document.getElementById('js');
link.style.display = 'block';
}
</script>
Forum:
HTML & CSS
01-20-2012, 08:38 PM
Replies:
2
Navigation List Positioning
Views:
288
Posted By
Dom Mv
I assume that this is what you are looking for: ...
I assume that this is what you are looking for:
HTML:
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="../styless.css" />
<meta charset="utf-8" />...
Forum:
PHP
01-16-2012, 04:33 PM
Replies:
0
Resolved
Login not working in IE
Views:
201
Posted By
Dom Mv
Login not working in IE
Problem solved.
Forum:
HTML & CSS
12-03-2011, 07:00 PM
Replies:
4
my wrapper won't work
Views:
675
Posted By
Dom Mv
I noticed that you have put: <div...
I noticed that you have put:
<div id="rightcolumn>"<p>
When it should be:
<div id="rightcolumn"><p>
Forum:
HTML & CSS
12-03-2011, 06:50 PM
Replies:
2
HTML5 Progress bar
Views:
393
Posted By
Dom Mv
If it's just a still image that you are looking...
If it's just a still image that you are looking for, you could insert an image instead.
Forum:
PHP
12-03-2011, 06:34 PM
Replies:
1
php tag color
Views:
383
Posted By
Dom Mv
Which editor are you using and have you already...
Which editor are you using and have you already saved the file as name.php?
Forum:
HTML & CSS
12-03-2011, 06:10 PM
Replies:
9
Need coding help
Views:
532
Posted By
Dom Mv
That was a very interesting read, thanks for...
That was a very interesting read, thanks for sharing.
Forum:
HTML & CSS
12-03-2011, 05:47 PM
Replies:
9
Need coding help
Views:
532
Posted By
Dom Mv
It seems that you have already received an...
It seems that you have already received an answer, so I'd just like to echo what the others have said. It looks like you could do with learning HTML before attempting to make a website.
Forum:
HTML & CSS
12-03-2011, 05:44 PM
Replies:
5
hiding a table
Views:
372
Posted By
Dom Mv
Put the table inside a hidden div element, as...
Put the table inside a hidden div element, as shown below:
<div style="display:none;">
<!-- Table Goes Here -->
</div>
Forum:
MySQL
11-28-2011, 01:07 PM
Replies:
2
Migrating your live database
Views:
484
Posted By
Dom Mv
To my knowledge, it isn't possible. You will have...
To my knowledge, it isn't possible. You will have downtime whilst moving the database. As for losing data, if you use dump files, then you should keep all of the data that you previously had.
Forum:
MySQL
11-28-2011, 01:03 PM
Replies:
2
Checking and saving IP in database
Views:
366
Posted By
Dom Mv
If you managed to get ::1 in the database whilst...
If you managed to get ::1 in the database whilst using localhost, then yes, it will work.
Forum:
HTML & CSS
11-28-2011, 12:56 PM
Replies:
5
Feedback Pages
Views:
648
Posted By
Dom Mv
This could be done in PHP, but that means...
This could be done in PHP, but that means database work and I'm not sure if you would be willing to do that or not. If you do want to give it a shot, I can give you a PHP snippet and the SQL dump.
Forum:
JavaScript programming
11-28-2011, 12:51 PM
Replies:
3
Javascript homepage ideas
Views:
398
Posted By
Dom Mv
Ummm, what?
Ummm, what?
Forum:
PHP
11-26-2011, 07:35 PM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
Thanks for your post durangod, very inspiring....
Thanks for your post durangod, very inspiring. I'll be sure to utilize the use of comments in my work, I'm sure it will be 10x easier with them!
Forum:
HTML & CSS
11-26-2011, 04:00 PM
Replies:
6
Why can't I change "link" color of URL link?
Views:
710
Posted By
Dom Mv
I did some research and that's what came back. It...
I did some research and that's what came back. It seems that changing the link works, so I can't see why not. Yahoo wasn't in my history, so it wasn't a problem with the 'visited' link.
Note:
I...
Forum:
HTML & CSS
11-26-2011, 03:52 PM
Replies:
6
Why can't I change "link" color of URL link?
Views:
710
Posted By
Dom Mv
The reason why the colour for that particular...
The reason why the colour for that particular link is refusing to change is due to a hidden style that Yahoo apply to all of their links. The simplest way to change this is to remove the...
Forum:
PHP
11-26-2011, 03:26 PM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
They wouldn't be for public use to begin with,...
They wouldn't be for public use to begin with, but I would like to possibly expand to creating ones for public use in the future. I have slept on the thought, and decided that I will begin to tackle...
Forum:
PHP
11-26-2011, 01:23 AM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
I'll give myBB a shot, thanks for the advice you...
I'll give myBB a shot, thanks for the advice you have both offered.
Forum:
PHP
11-26-2011, 01:16 AM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
I was considering phpBB. Would you recommend that...
I was considering phpBB. Would you recommend that I use myBB instead of phpBB?
Forum:
PHP
11-26-2011, 01:03 AM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
Working on mods sounds like a good idea. I might...
Working on mods sounds like a good idea. I might give that a shot before creating my own forum. Thanks for the reply. :)
Forum:
PHP
11-26-2011, 12:53 AM
Replies:
10
Create a forum from scratch?
Views:
963
Posted By
Dom Mv
Create a forum from scratch?
Hi there, quick and easy question for you all. :P
Shall I bother creating a PHP forum from scratch (for coding experience) or just use open source software and do something else for better...
Forum:
PHP
11-19-2011, 11:46 PM
Replies:
11
Resolved
Login system problem.
Views:
481
Posted By
Dom Mv
Thanks for your help, I've decided to fix it with...
Thanks for your help, I've decided to fix it with Javascript (should've probably done that in the first place).
if($validate==1){
$_SESSION['logged_in'] = "user_logged_in";
echo...
Showing results 1 to 25 of 39
Page 1 of 2
1
2
>
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
09:26 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.