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 49
Search took
0.09
seconds.
Search:
Posts Made By:
Jordann
Forum:
HTML & CSS
03-08-2013, 09:13 AM
Replies:
0
Free website
Views:
162
Posted By
Jordann
Free website
Just kidding just thought ill'd get your attention (; Now I have it I seem to be having a problem my a website im doing for a client turns out the menu and footer text dont want to stay centered when...
Forum:
HTML & CSS
03-01-2013, 10:22 AM
Replies:
1
How can I do a white body background?
Views:
237
Posted By
Jordann
Can you post your code?
Can you post your code?
Forum:
HTML & CSS
02-22-2013, 10:34 AM
Replies:
0
Content not working....
Views:
199
Posted By
Jordann
Content not working....
The website I'm currently working on has been all good was working all fine the content box and side bar were working fine, Then I added the menu in and now something not working out to well for...
Forum:
HTML & CSS
02-08-2013, 11:05 AM
Replies:
5
Getting a Fixed width for Site using CSS coding.
Views:
668
Posted By
Jordann
Try sticking a container around your nav menu...
Try sticking a container around your nav menu usiong this code
menu-container {
width: px;
margin: 0 auto;
}
Forum:
PHP
02-07-2013, 09:43 AM
Replies:
2
Resolved
PHP Error
Views:
230
Posted By
Jordann
Thanks very much for that that certainly got rid...
Thanks very much for that that certainly got rid of the error!
Forum:
PHP
02-07-2013, 05:17 AM
Replies:
2
Resolved
PHP Error
Views:
230
Posted By
Jordann
PHP Error
Im trying to code a events manager off but im coming across this error and unsure how to fix it... Im also new to this whole mysqli thing so if you spot anything out of place feel free to tell me x]...
Forum:
HTML & CSS
02-05-2013, 01:59 PM
Replies:
5
Moving my buttons over ?
Views:
356
Posted By
Jordann
try sticking a container around your banner of...
try sticking a container around your banner of 980px or to your choice also stick the container around the inputs once done in your banner code add the float: left; element to it also do this for...
Forum:
HTML & CSS
02-05-2013, 01:48 PM
Replies:
2
Creating phone apps for making webpages friendly for phones?
Views:
188
Posted By
Jordann
You could make a seprate subdomain like...
You could make a seprate subdomain like m.mydomain.com or set up a seprate folder for mobiles to be directed to which has a mobile version of your site or you could have a look at responsive web...
Forum:
HTML & CSS
02-05-2013, 05:52 AM
Replies:
2
Floated menu items stack vertically
Views:
187
Posted By
Jordann
Are you able to post the code for the menu?
Are you able to post the code for the menu?
Forum:
PHP
02-04-2013, 11:58 PM
Replies:
1
Error: Access denied for user 'cookie'@'localhost' (using password: NO)
Views:
254
Posted By
Jordann
Error: Access denied for user 'cookie'@'localhost' (using password: NO)
Title says it all, Below is my connection code.
<?php
define('DB_NAME', 'user_name');
define('DB_USER', 'db_name');
define('DB_PASSWORD', 'password');
...
Forum:
HTML & CSS
12-15-2012, 12:49 PM
Replies:
3
Menu breaks when you zoom in and out
Views:
291
Posted By
Jordann
Have you tried sticking a wrapper around it so it...
Have you tried sticking a wrapper around it so it doesn't go out of the specified width?
Forum:
PHP
10-16-2012, 12:28 PM
Replies:
3
[Help] Regarding a search code
Views:
288
Posted By
Jordann
If I was you I would start off by learning some...
If I was you I would start off by learning some basic PHP just to get the hang of it by using w3schools (http://www.w3schools.com/php/default.asp)
Good Luck!
Forum:
HTML & CSS
10-16-2012, 12:23 PM
Replies:
7
How do i make my image clickable?
Views:
448
Posted By
Jordann
Have you coded your site yet? do you have a link...
Have you coded your site yet? do you have a link to your site so far?
Forum:
HTML & CSS
10-09-2012, 01:21 PM
Replies:
3
Tumblr CSS/HTML
Views:
462
Posted By
Jordann
Im confused on what you are actually asking?
Im confused on what you are actually asking?
Forum:
HTML & CSS
09-29-2012, 02:48 PM
Replies:
2
Need help with CSS/HTML Layout
Views:
271
Posted By
Jordann
<!DOCTYPE html> <html> <head> <title>Basic...
<!DOCTYPE html>
<html>
<head>
<title>Basic Layout Code</title>
</head>
<body>
Content
</body>
</html>
Forum:
HTML & CSS
08-24-2012, 11:51 AM
Replies:
5
HTML Image changing at certain times.
Views:
477
Posted By
Jordann
If you have access to cpanel find your theme...
If you have access to cpanel find your theme inside the themes folder under wp-content and add it in there as like time.php or something, then login to your wp acc and go to the theme editor where...
Forum:
HTML & CSS
08-19-2012, 04:09 PM
Replies:
10
Help with position:fixed puzzle
Views:
688
Posted By
Jordann
Its your code I just edited it off abit to see if...
Its your code I just edited it off abit to see if i could find a fix
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
Forum:
HTML & CSS
08-19-2012, 03:49 PM
Replies:
10
Help with position:fixed puzzle
Views:
688
Posted By
Jordann
i just tried this on my own site and it worked in...
i just tried this on my own site and it worked in ie ? this is weird :\
Forum:
HTML & CSS
08-19-2012, 03:13 PM
Replies:
10
Help with position:fixed puzzle
Views:
688
Posted By
Jordann
Sorry about that try this ...
Sorry about that try this
#social{position:fixed;width:40px;height:163px;margin-top:2.5%;background-color:#fff; margin-left:2px; position: relative;display: inline;float: left;}
Forum:
HTML & CSS
08-19-2012, 02:44 PM
Replies:
10
Help with position:fixed puzzle
Views:
688
Posted By
Jordann
try adding <!--[if !IE]> --> #social{ ...
try adding
<!--[if !IE]> -->
#social{
position:fixed;
position: absolute;
width:40px;
height:163px;
margin-top:2.5%;
Forum:
PHP
08-19-2012, 02:21 PM
Replies:
6
Contact Form
Views:
497
Posted By
Jordann
you havent got an action set for the form? have...
you havent got an action set for the form? have you got any php to it?
Forum:
HTML & CSS
08-19-2012, 02:20 PM
Replies:
10
Help with position:fixed puzzle
Views:
688
Posted By
Jordann
Its seems to be working fine for me? Unless iv...
Its seems to be working fine for me? Unless iv misunderstood what your trying to say?
Forum:
PHP
08-15-2012, 12:10 PM
Replies:
6
[CODE] Error message
Views:
407
Posted By
Jordann
Can you post line 27 for me please just line 27....
Can you post line 27 for me please just line 27. Also when posting code stick the [CODE][ /CODE] Tags with out the space
Forum:
General web building
08-15-2012, 11:33 AM
Replies:
10
Regarding Internet Radio
Views:
3,065
Posted By
Jordann
Your more then welcome (:
Your more then welcome (:
Forum:
PHP
08-15-2012, 11:32 AM
Replies:
6
[CODE] Error message
Views:
407
Posted By
Jordann
line 27? <li class="icon-home"><a...
line 27?
<li class="icon-home"><a href="<?php echo (isset($this->_rootref['U_INDEX'])) ? $this->_rootref['U_INDEX'] : ''; ?>" accesskey="h"><?php echo ((isset($this->_rootref['L_INDEX'])) ?...
Showing results 1 to 25 of 49
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
07:51 PM
.
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.