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 46
Search took
0.87
seconds.
Search:
Posts Made By:
kimmi_baby
Forum:
PHP
06-05-2012, 04:13 AM
Replies:
1
Wordpress redirect all of subfolder to root
Views:
465
Posted By
kimmi_baby
Wordpress redirect all of subfolder to root
I have redirected the website from a subfolder to the root. My reason for doing this is that it's much neater when all the files are together in their own folder.
I used this link...
Forum:
MySQL
05-30-2012, 12:25 AM
Replies:
2
How to import Drupal Blog Posts into a Wordpress website
Views:
620
Posted By
kimmi_baby
How to import Drupal Blog Posts into a Wordpress website
I'm trying to work out how to import drupal blog posts into a wordpress website. I found a website that has a script but I'm not sure how to execute it and what I need to do. This is the website I...
Forum:
HTML & CSS
05-04-2012, 05:45 AM
Replies:
3
Layout Problem in Firefox
Views:
600
Posted By
kimmi_baby
Lerura you're right! Thank you it's because of...
Lerura you're right! Thank you it's because of the float!
Forum:
HTML & CSS
05-04-2012, 05:14 AM
Replies:
3
Layout Problem in Firefox
Views:
600
Posted By
kimmi_baby
Layout Problem in Firefox
Hi,
I'm having issues with the current page I'm working on. It works fine in IE, Chrome and Safari but not so much in Firefox.
The problem I'm having is that the slideshow is positioned all the...
Forum:
HTML & CSS
03-28-2012, 05:11 AM
Replies:
3
Custom Menu Drop down issue on wordpress
Views:
470
Posted By
kimmi_baby
Custom Menu Drop down issue on wordpress
Hi,
I really need help with this. I've tried multiple things and can't get it to work and I've posted on a few forums and no one is replying...
So my issue is I'm using a custom menu on a...
Forum:
JavaScript programming
02-18-2012, 03:05 AM
Replies:
0
jQuery UI Datepicker Default date of second calendar depending on first
Views:
861
Posted By
kimmi_baby
jQuery UI Datepicker Default date of second calendar depending on first
Hi,
I have 2 calendars using jquery UI datepicker. The first calendar is default to todays date. What I need to happen is for the second calendar default date to change to default date (of first...
Forum:
DOM and JSON scripting
02-09-2012, 03:25 PM
Replies:
0
jquery UI autocomplete with json
Views:
916
Posted By
kimmi_baby
jquery UI autocomplete with json
Hi,
I'm trying to create an auto complete form element. I have already been provided a json file but I'm not too sure what to do with it! I've found the website hasn't been very helpul... So if...
Forum:
JavaScript frameworks
02-09-2012, 11:59 AM
Replies:
5
jQuery UI Datepicker
Views:
1,056
Posted By
kimmi_baby
Okay thank you! It appears now that I might have...
Okay thank you! It appears now that I might have too many external javascript files... is there a way to fix this? thank you!
Forum:
JavaScript frameworks
02-09-2012, 04:47 AM
Replies:
5
jQuery UI Datepicker
Views:
1,056
Posted By
kimmi_baby
I'm still having a lot of trouble with this. the...
I'm still having a lot of trouble with this. the link is here http://www.purpleblaze.com.au/test%202/
Forum:
JavaScript frameworks
02-09-2012, 01:01 AM
Replies:
5
jQuery UI Datepicker
Views:
1,056
Posted By
kimmi_baby
jQuery UI Datepicker
Hi,
I cannot for the life of me figure out how to use the jQuery UI Datepicker!
I use the following code :
<SCRIPT>
$(function() {
$( "#datepicker" ).datepicker();
});
Forum:
HTML & CSS
02-09-2012, 12:58 AM
Replies:
3
How do I add a border to a table row?
Views:
416
Posted By
kimmi_baby
thank you!
thank you!
Forum:
HTML & CSS
02-08-2012, 02:56 PM
Replies:
3
How do I add a border to a table row?
Views:
416
Posted By
kimmi_baby
How do I add a border to a table row?
Hi,
I want to add a border to a table row. I have done a little bit of research and I'm finding it isn't possible to add a border to <tr>. A few places suggest to add a border to td instead. My...
Forum:
PHP
12-06-2011, 11:13 AM
Replies:
9
HTML PHP Email form with Checkboxes
Views:
1,462
Posted By
kimmi_baby
Thank you for your reply! I've copied and pasted...
Thank you for your reply! I've copied and pasted the code in but it only displays one of the check boxes, not all of the ones I've selected. What have I done wrong? :S
Forum:
PHP
12-06-2011, 10:45 AM
Replies:
9
HTML PHP Email form with Checkboxes
Views:
1,462
Posted By
kimmi_baby
So should I be adding the highlighted part in?
So should I be adding the highlighted part in?
Forum:
PHP
12-06-2011, 10:18 AM
Replies:
9
HTML PHP Email form with Checkboxes
Views:
1,462
Posted By
kimmi_baby
How would I actually do that? So sorry to be a...
How would I actually do that? So sorry to be a pain :(
Forum:
PHP
12-06-2011, 09:44 AM
Replies:
9
HTML PHP Email form with Checkboxes
Views:
1,462
Posted By
kimmi_baby
do you mean something like this? ...
do you mean something like this?
foreach($_POST['ServicesRequired'] as $value) {
2 $check_msg .= "Checked: $value\n";
3 }
Forum:
PHP
12-06-2011, 08:40 AM
Replies:
9
HTML PHP Email form with Checkboxes
Views:
1,462
Posted By
kimmi_baby
HTML PHP Email form with Checkboxes
Hi,
Im having some issues with a checkboxes when the email gets sent once the user submits the form.
When I receive the email, it's either empty or it says array. No matter what different code I...
Forum:
HTML & CSS
11-30-2011, 03:43 AM
Replies:
2
Margin bottom problem in Firefox
Views:
367
Posted By
kimmi_baby
Margin bottom problem in Firefox
Hi,
Im having a margin bottom problem in Firefox.
It works in Safari and Chrome. Firefox and IE are doing the same thing but I've fixed IE by using a separate stylesheet for it.
ul {...
Forum:
HTML & CSS
11-30-2011, 03:09 AM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
Thank you!!! I got it to work :) I'm just...
Thank you!!! I got it to work :)
I'm just having issues with a bottom margin. It's fine in Chrome and Safari and IE but not firefox. I was able to fix it earlier when it was a div..
but it...
Forum:
HTML & CSS
11-29-2011, 02:42 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
I've tried testing it with the home button.. and...
I've tried testing it with the home button.. and now it completely disappears :( It's not visible at all...
Forum:
HTML & CSS
11-29-2011, 02:18 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
I'm also using an includes to avoid writing the...
I'm also using an includes to avoid writing the navigation over and over again.. Is this the problem?
Forum:
HTML & CSS
11-29-2011, 02:08 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
I was hoping that maybe you could help me out...
I was hoping that maybe you could help me out with highlighting the current tab in a menu. I've never been able to get it to work, no matter what tutorial I use.. I'm thinking I must be doing...
Forum:
HTML & CSS
11-29-2011, 02:06 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
Sure thing!! I was using <nav> instead of <div>...
Sure thing!! I was using <nav> instead of <div> This fixed the problem instantly :)
Forum:
HTML & CSS
11-29-2011, 02:01 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
Silly me!!! I managed to fix it! Thank you for...
Silly me!!! I managed to fix it! Thank you for pointing out my mistake :)
Forum:
HTML & CSS
11-29-2011, 01:56 PM
Replies:
14
Why is my menu not visible in IE?
Views:
990
Posted By
kimmi_baby
How can I fix the nav issue? what should i be...
How can I fix the nav issue? what should i be using instead?
Showing results 1 to 25 of 46
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
05:57 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.