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 12
1
2
3
11
>
Last
»
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
Using isset to check a session
Views:
102
Posted By
paddyfields
thanks :thumbsup:
thanks :thumbsup:
Forum:
PHP
05-23-2013, 01:46 PM
Replies:
2
Using isset to check a session
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
Footer not sitting correctly
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
Footer not sitting correctly
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
UL spacing problem
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
UL spacing problem
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
styling of navigation using php - advice needed
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
styling of navigation using php - advice needed
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
directory problem with php include
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
directory problem with php include
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
directory problem with php include
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
directory problem with php include
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
problem floating divs
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
problem floating divs
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
correct syntax for id and class
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
correct syntax for id and class
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
correct syntax for id and class
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
replace div with slidedown() animation
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
replace div with slidedown() animation
Views:
203
Posted By
paddyfields
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
Table Row Height
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
setting timezone error
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
setting timezone error
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
fluid layout with fixed position
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
fluid layout with fixed position
Views:
330
Posted By
paddyfields
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
Google maps job
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
Page 1 of 12
1
2
3
11
>
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
02:32 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.