Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
Views: 201
Posted By Dom Mv
Internet Explorer Login not working in IE

Problem solved.
Forum: HTML & CSS 12-03-2011, 07:00 PM
Replies: 4
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
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
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
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
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
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
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
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
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
Views: 398
Posted By Dom Mv
Ummm, what?

Ummm, what?
Forum: PHP 11-26-2011, 07:35 PM
Replies: 10
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
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
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
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
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
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
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
Views: 963
Posted By Dom Mv
Question 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
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

 
Forum Jump

All times are GMT +1. The time now is 09:26 AM.