Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 28
Search took 0.12 seconds.
Search: Posts Made By: Matt Boldt
Forum: HTML & CSS 01-03-2013, 04:56 AM
Replies: 3
Views: 247
Posted By Matt Boldt
Have you given this a try? ...

Have you given this a try?
http://www.cssstickyfooter.com/
Forum: HTML & CSS 12-27-2012, 11:12 PM
Replies: 1
Views: 194
Posted By Matt Boldt
Well, you really shouldn't be using tables to...

Well, you really shouldn't be using tables to layout links like that. But it looks like you might be dealing with code given to you that can't be directly edited...

This should do it.

...
Forum: HTML & CSS 12-09-2012, 12:31 AM
Replies: 6
Views: 387
Posted By Matt Boldt
Here's a walkthrough. It covers most everything....

Here's a walkthrough. It covers most everything. Let me know if you have questions!

(just click the "play walkthrough" button and it'll play like a screencast. You can pause at any time to view my...
Forum: HTML & CSS 12-08-2012, 10:40 PM
Replies: 6
Views: 387
Posted By Matt Boldt
I'll put it up on JSfiddle in a bit. Hang tight!

I'll put it up on JSfiddle in a bit. Hang tight!
Forum: HTML & CSS 12-08-2012, 10:31 PM
Replies: 3
Views: 198
Posted By Matt Boldt
If you feel like learning to use AJAX, and have a...

If you feel like learning to use AJAX, and have a basic understanding of JavaScript, you should read up on this jQuery function. http://api.jquery.com/load/

Pretty simple to implement, actually....
Forum: HTML & CSS 12-08-2012, 10:27 PM
Replies: 3
Views: 393
Posted By Matt Boldt
That's odd. Well, that PHP file does the bulk of...

That's odd. Well, that PHP file does the bulk of the work when it comes to sending email. I'd search around for a ready-made plugin that can send form submissions to your email.

A popular library...
Forum: HTML & CSS 12-06-2012, 04:42 AM
Replies: 2
Views: 296
Posted By Matt Boldt
I don't think you're going to like the answer....

I don't think you're going to like the answer. You don't have control over social plugins at all. So you can't edit their code to successfully validate it.

To be honest, I'd take the validation...
Forum: HTML & CSS 12-06-2012, 04:29 AM
Replies: 6
Views: 387
Posted By Matt Boldt
You're not re-inventing anything! You're learning...

You're not re-inventing anything! You're learning how something works.

You can't rely on finding a plugin forever, and one day you'll need to accomplish something custom on your own and wont be...
Forum: HTML & CSS 12-06-2012, 04:25 AM
Replies: 1
Views: 296
Posted By Matt Boldt
You're kinda wanting a feed of content (in this...

You're kinda wanting a feed of content (in this case, images) similar to a blog. Blogs pull content from a database and display things based on how you have it set up.

If these are just static web...
Forum: HTML & CSS 12-06-2012, 04:20 AM
Replies: 3
Views: 393
Posted By Matt Boldt
We'll need to see the PHP in your process-comment...

We'll need to see the PHP in your process-comment script.
Forum: HTML & CSS 12-06-2012, 04:08 AM
Replies: 3
Views: 198
Posted By Matt Boldt
That site is probably using AJAX...

That site is probably using AJAX (http://www.w3schools.com/ajax/default.asp). With JavaScript, you can listen for when someone changes the option in the dropdown, grab the option they chose, and...
Forum: JavaScript programming 01-15-2012, 07:12 PM
Replies: 5
Views: 742
Posted By Matt Boldt
Sorry, I must not have seen that one. Thank you! ...

Sorry, I must not have seen that one. Thank you!

My only question: is it possible to load other elements based on the first select option? Say, <p> tags and other information based on the input?
...
Forum: JavaScript programming 01-13-2012, 02:12 AM
Replies: 5
Views: 742
Posted By Matt Boldt
Hi, Thanks for the resource, but I'm not...

Hi,

Thanks for the resource, but I'm not seeing anything that particularly fits my needs. I have since refined the script and am making progress, but I'm encountering some problems.

Are there...
Forum: JavaScript programming 01-12-2012, 04:29 AM
Replies: 5
Views: 742
Posted By Matt Boldt
Question Dynamic Javascript Form

Hello,

I've used the concept from this website to build a form.
http://www.enviromark.ca/english/quoteform.html

Notice how the second drop down options change depending on what option is...
Forum: PHP 08-03-2011, 03:03 AM
Replies: 4
Views: 1,125
Posted By Matt Boldt
So I'm guessing this script is not a simple one....

So I'm guessing this script is not a simple one. How is it done through wordpress?

I'll have to google around to find a similar script.
Forum: PHP 07-31-2011, 09:38 PM
Replies: 4
Views: 1,125
Posted By Matt Boldt
Yeah I realize that now. I must have forgotten...

Yeah I realize that now. I must have forgotten the concept of "server-side" script.

Any help with the php loading though?
Forum: PHP 07-31-2011, 05:09 AM
Replies: 4
Views: 1,125
Posted By Matt Boldt
Question PHP load content

I'm pretty new with php, as far as coding myself. I'm familiar with how wordpress is laid out and how the php functions there, but obviously coding from scratch is very different.

In wordpress,...
Forum: HTML & CSS 10-10-2010, 07:35 PM
Replies: 1
Views: 403
Posted By Matt Boldt
To use the w3c validation all you've got to do is...

To use the w3c validation all you've got to do is type in your website's URL. It even finds your CSS files and can validate those.

If you wish to validate it offline, you can also validate by...
Forum: HTML & CSS 10-10-2010, 07:03 PM
Replies: 2
Views: 525
Posted By Matt Boldt
Thank you! The sticky footer method worked...

Thank you! The sticky footer method worked perfect. What I was trying to do is keep the footer out of sight until you scroll down, or click the contact button that scrolls down to it. Now, no matter...
Forum: HTML & CSS 10-10-2010, 04:45 AM
Replies: 2
Views: 525
Posted By Matt Boldt
Unusual footer behavior

The footer of my page seems to be acting up. The height of the page expands with jquery, and more content becomes visible. But, the footer seems to scroll down only so far and then stop to where it's...
Forum: JavaScript programming 09-19-2010, 08:41 PM
Replies: 8
Views: 1,377
Posted By Matt Boldt
No, there are no odd capitalization's in my css....

No, there are no odd capitalization's in my css. And what's weird is I know I've used this method before without problem. I also had another cross browser problem with the rollover navigation. It's...
Forum: JavaScript programming 09-19-2010, 07:19 PM
Replies: 8
Views: 1,377
Posted By Matt Boldt
I'm not sure what you're trying to tell me. The...

I'm not sure what you're trying to tell me. The code works now that I swapped around the display properties.
Forum: JavaScript programming 09-19-2010, 05:43 PM
Replies: 8
Views: 1,377
Posted By Matt Boldt
Flipping around the attributes worked just fine!...

Flipping around the attributes worked just fine! I would have never thought of that causing a problem. I figured it was pretty direct.

And as for the errors in the markup,
There seem to be a...
Forum: JavaScript programming 09-19-2010, 05:08 PM
Replies: 8
Views: 1,377
Posted By Matt Boldt
Simple Javascript Toggle Problem

I've written this very small and simple javascript toggle to make a div appear and disappear upon click.



function dropDown(id){
var object = document.getElementById(id).style;

...
Forum: HTML & CSS 08-09-2009, 07:53 PM
Replies: 5
Views: 1,566
Posted By Matt Boldt
Well it can also be synced to your ftp server and...

Well it can also be synced to your ftp server and you can maintain everything there, try that with text pad.

Overall i code everything myself, instead of telling dreamweaver to, so it's no biggie....
Showing results 1 to 25 of 28

 
Forum Jump

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