Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 42
Search took 0.14 seconds.
Search: Posts Made By: frickettz
Forum: PHP 01-09-2013, 09:47 AM
Replies: 2
Views: 264
Posted By frickettz
Here's the form too if that helps: <form...

Here's the form too if that helps:


<form method="post" id="contact_form">
<span class="label">Your Name</span><br>
<input name="full_name" class="form_input"...
Forum: PHP 01-09-2013, 09:02 AM
Replies: 2
Views: 264
Posted By frickettz
php mail From header - only sends email when field is one word

Hey guys, this is a really weird issue.

In my contact form I have an input field for Full Name.

In my php file, I have it set to use the Full Name field for the From part of the headers, but...
Forum: PHP 12-05-2012, 05:15 PM
Replies: 2
Views: 341
Posted By frickettz
Selecting one row of a multidimensional array under condition?

Is it possible to select all the values of one particular row IF and only if the room_id key == 3 in the row's nested array?

How could I do that without knowing the parent key for each row?

...
Forum: JavaScript frameworks 10-29-2012, 03:07 AM
Replies: 1
Views: 512
Posted By frickettz
How to pass my form ID to a function that runs onsubmit?

Hi all,

I have 2 separate forms that I would like to execute the same function on, but only on one of them when the form is submitted.

The function will manipulate the input field of only the...
Forum: Ajax and Design 10-25-2012, 08:17 PM
Replies: 1
Views: 872
Posted By frickettz
ajaxForm() - it runs before PHP finishes validating!

Specifically, it runs after the first input field has been validated, when I want it to run after the form has been validated fully and posted.

I have an HTML form which is sent off to be...
Forum: JavaScript programming 08-26-2012, 07:27 AM
Replies: 7
Views: 738
Posted By frickettz
aha, thanks for clearing that up for me, xelawho....

aha, thanks for clearing that up for me, xelawho. Now it makes sense.
Forum: JavaScript programming 08-25-2012, 06:00 PM
Replies: 7
Views: 738
Posted By frickettz
Well, yeah I know the basic idea of what they do...

Well, yeah I know the basic idea of what they do but I'm still learning about how all they work and can be used in real applications.

My understanding is that .push appends something to the end of...
Forum: JavaScript programming 08-25-2012, 10:27 AM
Replies: 7
Views: 738
Posted By frickettz
I guess I don't understand. That's the same...

I guess I don't understand. That's the same thing.. still not sure what it accomplishes.

or, did you do that so it's easier for people to read?
Forum: JavaScript programming 08-25-2012, 09:42 AM
Replies: 7
Views: 738
Posted By frickettz
Using .shift WITHIN .push, What does that do to my array?

I'm learning about how to manipulate data in an array and I came across something that seems weird to me.

idarray.push(idarray.shift());

What purpose does it serve to put a .shift function...
Forum: HTML & CSS 07-30-2012, 08:32 PM
Replies: 2
Views: 477
Posted By frickettz
Ah, thank you. That solved my issue!

Ah, thank you. That solved my issue!
Forum: HTML & CSS 07-30-2012, 01:26 AM
Replies: 2
Views: 477
Posted By frickettz
relative positioned div not aligning right in FF

Working on this page: http://loft14test.com/loft14design.com/index.html

It has a big box that rotates between 3 different slides. For some reason the box is pushed way to the right in FireFox but...
Forum: JavaScript frameworks 07-16-2012, 10:00 AM
Replies: 12
Views: 1,252
Posted By frickettz
Thank you for your kind advice and pointing me in...

Thank you for your kind advice and pointing me in the right direction! I have FINALLY got this working by modifying some of the code you suggested.
Forum: JavaScript frameworks 07-11-2012, 01:39 PM
Replies: 12
Views: 1,252
Posted By frickettz
Yeah that's what it's doing. When the page loads...

Yeah that's what it's doing. When the page loads the first category is visible, but if I click E-Marketing for example, it will make the E-Marketing divs visible instead.

Do you know if that...
Forum: JavaScript frameworks 07-11-2012, 01:15 PM
Replies: 12
Views: 1,252
Posted By frickettz
http://loft14test.com/loft14design.com/portfolio_t...

http://loft14test.com/loft14design.com/portfolio_test.html

Ok, deep breath, it took me all night but I was finally able to get the Website Design and E-Marketing categories to show different boxes...
Forum: JavaScript frameworks 07-11-2012, 05:48 AM
Replies: 12
Views: 1,252
Posted By frickettz
That looks like a great solution, but it loses my...

That looks like a great solution, but it loses my ability to select a specific set in the array.

For example, what if I wanted to have another link that specifically showed 'Hungry Cat'?

Or,...
Forum: JavaScript frameworks 07-11-2012, 04:53 AM
Replies: 12
Views: 1,252
Posted By frickettz
The text changes right along with the image. ...

The text changes right along with the image.

I was trying a toggleDiv type of solution here: http://loft14test.com/loft14design.com/portfolio_test.html

But I think this might not be the best...
Forum: JavaScript frameworks 07-11-2012, 04:09 AM
Replies: 12
Views: 1,252
Posted By frickettz
xelawho, thanks a ton for your insight. That was...

xelawho, thanks a ton for your insight. That was MUCH simpler and more straightforward.

You can see that I've got your idea working here: http://loft14test.com/loft14design.com/portfolio.html
...
Forum: JavaScript frameworks 07-09-2012, 10:24 PM
Replies: 12
Views: 1,252
Posted By frickettz
How to implement div slider + prev/next buttons + ability to select a specific* div

Hi guys,

I'm starting to delve into JavaScript and consequently have a lot to learn. I'm trying to implement a JavaScript or.. JQuery.. content rotator to cycle through different projects in a...
Forum: DOM and JSON scripting 07-08-2012, 07:41 AM
Replies: 2
Views: 564
Posted By frickettz
Hi Rodion, thanks for your time. As you can...

Hi Rodion, thanks for your time.

As you can see when you visit the page, the Previous and Next buttons work great. They cycle through my separate divs as expected.

In addition to that, I want...
Forum: DOM and JSON scripting 07-08-2012, 02:06 AM
Replies: 2
Views: 564
Posted By frickettz
Trouble Implementing Previous/Next + Separate Show/Hide Links

Hi guys, I'm working on this portfolio site: http://loft14test.com/loft14design.com/portfolio.html

I have Previous/Next buttons working well, but my problem is at the bottom of the page where I...
Forum: HTML & CSS 07-03-2012, 10:23 AM
Replies: 2
Views: 323
Posted By frickettz
Here's a free online course:...

Here's a free online course: http://www.codecademy.com

Some cool CSS video tutorials: http://vimeo.com/channels/csstipsandtricks/2386628

A ton of free video lectures on various programming...
Forum: HTML & CSS 06-27-2012, 10:01 PM
Replies: 4
Views: 343
Posted By frickettz
One last bump if I may :/ At this point I'm...

One last bump if I may :/

At this point I'm completely open to recoding this part from the ground up if anyone has any solid ideas on how to accomplish what I'm trying to do?
Forum: HTML & CSS 06-27-2012, 05:36 PM
Replies: 4
Views: 343
Posted By frickettz
Anyone have some insight into what's happening? ...

Anyone have some insight into what's happening?

It doesn't appear as though the linkbox and linkboxSelected classes go down far enough to break the horizontal box below them. I just can't figure...
Forum: HTML & CSS 06-27-2012, 07:33 AM
Replies: 4
Views: 343
Posted By frickettz
The problem has to be in here somewhere: ...

The problem has to be in here somewhere:
#bar_under_brick .under_brick_links .linkbox {
width:208px;

text-align:center;
float:left;
position:relative;
top:-20px;
}
#bar_under_brick...
Forum: HTML & CSS 06-27-2012, 06:27 AM
Replies: 4
Views: 343
Posted By frickettz
So far I've narrowed the problem down to having...

So far I've narrowed the problem down to having something to do with the <div id="bar_under_brick"> section. When I remove that div my 10px top margin works perfectly.

Still working on this.
Showing results 1 to 25 of 42

 
Forum Jump

All times are GMT +1. The time now is 03:52 PM.