Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 280
Search took 0.50 seconds.
Search: Posts Made By: paddyfields
Forum: PHP 05-23-2013, 03:23 PM
Replies: 2
Views: 102
Posted By paddyfields
thanks :thumbsup:

thanks :thumbsup:
Forum: PHP 05-23-2013, 01:46 PM
Replies: 2
Views: 102
Posted By paddyfields
Using isset to check a session

Hi there.

For my login system the session 'myemail' is set when the user logs in. To check whether the user is logged in I used to use this...


if(!session_is_registered(myemail))
{...
Forum: HTML & CSS 03-02-2013, 05:32 PM
Replies: 6
Views: 374
Posted By paddyfields
Sorry I saw you were talking about a small screen...

Sorry I saw you were talking about a small screen width. Yes, it does as you said for both. But again you need to post your code.
Forum: HTML & CSS 03-02-2013, 05:30 PM
Replies: 6
Views: 374
Posted By paddyfields
The footer is in exactly the same place on each...

The footer is in exactly the same place on each page that I've viewed, on my browser (Firefox).

However, if you post some code then it would be helpful.
Forum: HTML & CSS 03-02-2013, 03:17 PM
Replies: 2
Views: 182
Posted By paddyfields
Great, padding fixed it. Cheers.

Great, padding fixed it.

Cheers.
Forum: HTML & CSS 03-02-2013, 01:37 PM
Replies: 2
Views: 182
Posted By paddyfields
UL spacing problem

Hello, I've attached a picture to illustrate the problem, but with my code the the LI isn't sitting to the left of the UL, it appears to almost be floating right? I've been playing with different...
Forum: PHP 02-22-2013, 04:07 PM
Replies: 3
Views: 185
Posted By paddyfields
Thanks, but I don't mean all of the flashy drop...

Thanks, but I don't mean all of the flashy drop down/hover malarky it has, just the highlighting of the current page. I've just tried what I wrote above and it does work, I'll probably just go with...
Forum: PHP 02-22-2013, 03:48 PM
Replies: 3
Views: 185
Posted By paddyfields
styling of navigation using php - advice needed

Hello. I'm after some advice on the best way to do this.

I use an include() for header.php on each page of my website, and I want to style the navigation so that page name is highlighted for...
Forum: PHP 02-12-2013, 08:08 PM
Replies: 5
Views: 280
Posted By paddyfields
I just added a '/' to the beginning of the link...

I just added a '/' to the beginning of the link address and it's linking it from the localhost (exactly what i needed!)

So simple... :rolleyes:

Thanks for your help.
Forum: PHP 02-12-2013, 07:03 PM
Replies: 5
Views: 280
Posted By paddyfields
I do appreciate you going to the effort of...

I do appreciate you going to the effort of explaining in detail btw, I read through what you said about 10 times but it's just a bit over my head!
Forum: PHP 02-12-2013, 07:00 PM
Replies: 5
Views: 280
Posted By paddyfields
Thanks a lot for your help Fou-Lu, but after...

Thanks a lot for your help Fou-Lu, but after playing around with your answer I'm still quite confused.

Say my include is this;

header.php

<ul class="inline">
<li><a href="landing.php">new...
Forum: PHP 02-12-2013, 05:03 PM
Replies: 5
Views: 280
Posted By paddyfields
directory problem with php include

Hi there.

I may be missing a trick here, but when using an include for my header.php I'm getting some problems with directory folders.

The problem happens when my current page isn't on the same...
Forum: HTML & CSS 02-05-2013, 07:26 PM
Replies: 4
Views: 274
Posted By paddyfields
Ah man, nice. Thank you!

Ah man, nice.

Thank you!
Forum: HTML & CSS 02-05-2013, 06:51 PM
Replies: 4
Views: 274
Posted By paddyfields
problem floating divs

Hi there.

I'm trying to get the layout shown in the attached picture, but I can't work it out. I've tried playing around with the clearing of floats but I can only ever seem to get boxes 2 and 3...
Forum: HTML & CSS 01-31-2013, 12:09 PM
Replies: 6
Views: 293
Posted By paddyfields
Great, thanks guys. I understand how it works now.

Great, thanks guys. I understand how it works now.
Forum: HTML & CSS 01-30-2013, 04:41 PM
Replies: 6
Views: 293
Posted By paddyfields
Great, thanks. In that case though when...

Great, thanks.

In that case though when would you use div#mydiv {} as opposed to #mydiv{} to control an html element of <div id="mydiv"> ?
Forum: HTML & CSS 01-30-2013, 03:38 PM
Replies: 6
Views: 293
Posted By paddyfields
correct syntax for id and class

Hi there. I've tried searching for this answer but I can't find it anywhere. I know this is basic but,

Is there a difference or best practice preference between these?

a) p#mydiv {}

or
...
Forum: JavaScript programming 01-29-2013, 03:48 PM
Replies: 1
Views: 203
Posted By paddyfields
I tried all day then worked it out soon after...

I tried all day then worked it out soon after posting... but if anyone is interested;

This replaces the content, then replaces the class, and animates the new content.

...
Forum: JavaScript programming 01-29-2013, 03:01 PM
Replies: 1
Views: 203
Posted By paddyfields
Question replace div with slidedown() animation

Hi, I've hit a brick wall with this as my JavaScript isn't too great.

I want to have a link than when clicked replaces the div contents (of which the link is in) with something different, but...
Forum: HTML & CSS 01-21-2013, 12:13 PM
Replies: 1
Views: 214
Posted By paddyfields
Table Row Height

Hello.

I want the third row in this table to be shorter than the previous 2, but I can't see what I'm doing wrong. I'm sure it's something simple but I've been playing around with different...
Forum: PHP 12-22-2012, 03:17 AM
Replies: 1
Views: 163
Posted By paddyfields
Problem solved. For some reason my page wasn't...

Problem solved. For some reason my page wasn't refreshing properly (which is beyond frustrating considering how long I was doing that). Oh well :)
Forum: PHP 12-22-2012, 02:37 AM
Replies: 1
Views: 163
Posted By paddyfields
setting timezone error

Hi

I'm getting warnings in my script about setting the timezone, even though I have set it. Take lines 47 and 48....


date_default_timezone_set("Europe/London");
$todaysdate =...
Forum: HTML & CSS 12-18-2012, 04:20 PM
Replies: 2
Views: 330
Posted By paddyfields
Ah excellent, thank you. The margins on the...

Ah excellent, thank you. The margins on the #middlecontent make a lot of sense now you've laid it out for me.

Merry Christmas!
Forum: HTML & CSS 12-18-2012, 02:39 PM
Replies: 2
Views: 330
Posted By paddyfields
Smile fluid layout with fixed position

Hi there.

Any help with this would be amazing, I've created a simple code below for what I am trying to do, but I can't get it to behave how I wish.

I want...

#topmenu and #sidemenu to be...
Forum: Small projects (quick fixes and changes) 12-10-2012, 05:24 PM
Replies: 2
Views: 778
Posted By paddyfields
This project has now been completed, so no more...

This project has now been completed, so no more offers please.

Cheers
Patrick.
Showing results 1 to 25 of 280

 
Forum Jump

All times are GMT +1. The time now is 02:32 AM.