Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 34
Search took 0.10 seconds.
Search: Posts Made By: samuelito.mcf
Forum: PHP 04-03-2013, 04:13 PM
Replies: 9
Views: 254
Posted By samuelito.mcf
So what's the solution?

So what's the solution?
Forum: PHP 04-03-2013, 02:10 AM
Replies: 9
Views: 254
Posted By samuelito.mcf
Ok this is my code. <?php $name =...

Ok this is my code.


<?php $name = $_POST['name'];
$email = $_POST['email'];
$message = $_POST['message'];
$reason = $_POST['reason'];
$formcontent="Web Contact Form Submitted from...
Forum: PHP 04-03-2013, 01:52 AM
Replies: 9
Views: 254
Posted By samuelito.mcf
Unhappy PHP Form getting spammed despite javascript validation

I keep getting blank submissions from my php contact form even though if a human were to use it, it doesn't let them leave fields blank. So I know this is a web crawler thing. I know about...
Forum: PHP 03-06-2013, 10:09 PM
Replies: 3
Views: 243
Posted By samuelito.mcf
I just tried doing this and it actually worked! ...

I just tried doing this and it actually worked! Not sure if it's the "right" way to do things but it did do what I wanted.

<?php $name = $_POST['NAME'];
$company = $_POST['COMPANY'];
...
Forum: PHP 03-06-2013, 09:33 PM
Replies: 3
Views: 243
Posted By samuelito.mcf
I've tried using an if statement around an...

I've tried using an if statement around an additional $formcontent but that didn't seem to work. I have a feeling this can be done with if else statements but am just not sure how to implement it.
Forum: PHP 03-06-2013, 08:25 PM
Replies: 3
Views: 243
Posted By samuelito.mcf
Exclamation Getting form to only send if input has content

I have a fairly complex form that is for submitting quote requests for various products. In the form there are many lines so that they can fill it out for multiple items. My problem is I have my...
Forum: PHP 03-06-2013, 12:28 AM
Replies: 1
Views: 189
Posted By samuelito.mcf
Question Styling PHP Mail Form

I've read in quite a few places that you can add HTML into your PHP form so that when it appears in your inbox it isn't just a long list. I have this simple contact form that I'm using:


<?php...
Forum: Design templates and graphics for sale 02-28-2013, 04:15 AM
Replies: 1
Views: 669
Posted By samuelito.mcf
Smile Modern looking Logo for sale!

1)http://i1099.photobucket.com/albums/g386/savannahpoultry/neo-logoforsale.jpg Design for sale (post a direct link to the design, or screenshot):

2)$20.00 (Negotiable) Asking Price (or if...
Forum: HTML & CSS 02-27-2013, 10:49 PM
Replies: 1
Views: 278
Posted By samuelito.mcf
Dropdown Menu with Secondary Flyouts

I've gotten a very functional dropdown menu to work that has been serving my purposes wonderfully. What I like most about it is that it uses only css. Here's my problem though. I've decided I want...
Forum: JavaScript frameworks 02-21-2013, 05:03 PM
Replies: 2
Views: 338
Posted By samuelito.mcf
That's an awesome Idea. Can't believe I didn't...

That's an awesome Idea. Can't believe I didn't think of that. Thanks!
Forum: JavaScript frameworks 02-20-2013, 11:44 PM
Replies: 2
Views: 338
Posted By samuelito.mcf
Internet Explorer Transparent Background on Click with Jquery.

I am trying to make it so that when a div is clicked it then gets a transparent background.

$(".homeelem").click(function () {
$("#homeanim").css({borderBottomWidth:'1px',...
Forum: Flash & ActionScript 02-13-2013, 11:29 PM
Replies: 7
Views: 1,137
Posted By samuelito.mcf
I don't think this is possible in the software...

I don't think this is possible in the software I'm using.
Forum: Flash & ActionScript 02-13-2013, 11:28 PM
Replies: 7
Views: 1,137
Posted By samuelito.mcf
I realized the problem...somewhat. The stop...

I realized the problem...somewhat. The stop works! Whenever I do manual animations it works and doesn't loop. The only time it does not work is when I use one of the effects provided in the...
Forum: Flash & ActionScript 02-13-2013, 10:30 PM
Replies: 7
Views: 1,137
Posted By samuelito.mcf
I tried putting stop on all layers and still got...

I tried putting stop on all layers and still got nothin.
Forum: Flash & ActionScript 02-13-2013, 07:49 PM
Replies: 7
Views: 1,137
Posted By samuelito.mcf
I can't access the source but all I did was add...

I can't access the source but all I did was add stop(); to the final keyframe. I don't know how to do anything other than that.
Forum: Flash & ActionScript 02-13-2013, 06:04 PM
Replies: 7
Views: 1,137
Posted By samuelito.mcf
Exclamation Can't seem to stop Flash object from looping.

I've created a simple flash animation using the software: Vectorian Giotto. It looks great except I don't want it to keep replaying! I've tried using stop(); in final keyframes and I've also tried...
Forum: ASP 02-05-2013, 10:18 PM
Replies: 7
Views: 2,099
Posted By samuelito.mcf
Yes, that's what I figured. I'll continue to...

Yes, that's what I figured. I'll continue to fool around with it. Thanks for the suggestions!
Forum: ASP 02-05-2013, 08:15 PM
Replies: 7
Views: 2,099
Posted By samuelito.mcf
Ok I see now. I'm still not sure why when I add...

Ok I see now. I'm still not sure why when I add the ../ it only works for some and not others. But I did solve the problem by using separate master pages
Forum: JavaScript frameworks 02-04-2013, 07:26 PM
Replies: 0
Views: 220
Posted By samuelito.mcf
Question Adding Links to Lightbox Jquery Plugin

I'm using Lightbox to display a larger image once the thumbnail is clicked on. This works great however I'd like to add a link somewhere that you can click on to take you to another page that will...
Forum: ASP 02-04-2013, 06:12 PM
Replies: 7
Views: 2,099
Posted By samuelito.mcf
I changed all the paths to have ../ in front of...

I changed all the paths to have ../ in front of them in my master page. So then it worked for the sub pages but stopped working for the pages located under the root. Not sure why. So then I just...
Forum: ASP 01-31-2013, 08:46 PM
Replies: 7
Views: 2,099
Posted By samuelito.mcf
Exclamation Nesting pages in folders.

In my aspx.net site my master page contains the links to all stylesheets. Whenever I try to put one of my pages that use that master page in a subfolder they look right html wise but none of the...
Forum: General web building 01-31-2013, 08:36 PM
Replies: 7
Views: 8,886
Posted By samuelito.mcf
It's really up to you. CSS3 looks really cool...

It's really up to you. CSS3 looks really cool and can do some great things but it is not functional in internet explorer and older browsers.
Forum: JavaScript frameworks 01-31-2013, 08:09 PM
Replies: 8
Views: 416
Posted By samuelito.mcf
Ok I figured it out! I took your suggestion and...

Ok I figured it out! I took your suggestion and googled any known conflicts and although I didn't find any with my specific slideshow involved I did find some helpful suggestions. All I had to do...
Forum: JavaScript frameworks 01-31-2013, 05:56 PM
Replies: 8
Views: 416
Posted By samuelito.mcf
I did try switching the order in which they load...

I did try switching the order in which they load and what I found is that whichever one I try to load first ends up not working but the second one works perfect.
Forum: JavaScript frameworks 01-31-2013, 04:45 PM
Replies: 8
Views: 416
Posted By samuelito.mcf
How do I trap each plugin in a closure?

How do I trap each plugin in a closure?
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 02:46 AM.