Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
Views: 416
Posted By kimmi_baby
thank you!

thank you!
Forum: HTML & CSS 02-08-2012, 02:56 PM
Replies: 3
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 05:57 AM.