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 34
Search took
0.10
seconds.
Search:
Posts Made By:
samuelito.mcf
Forum:
PHP
04-03-2013, 04:13 PM
Replies:
9
PHP Form getting spammed despite javascript validation
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
PHP Form getting spammed despite javascript validation
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
PHP Form getting spammed despite javascript validation
Views:
254
Posted By
samuelito.mcf
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
Getting form to only send if input has content
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
Getting form to only send if input has content
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
Getting form to only send if input has content
Views:
243
Posted By
samuelito.mcf
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
Styling PHP Mail Form
Views:
189
Posted By
samuelito.mcf
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
Modern looking Logo for sale!
Views:
669
Posted By
samuelito.mcf
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
Resolved
Dropdown Menu with Secondary Flyouts
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
Resolved
Transparent Background on Click with Jquery.
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
Resolved
Transparent Background on Click with Jquery.
Views:
338
Posted By
samuelito.mcf
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
Can't seem to stop Flash object from looping.
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
Can't seem to stop Flash object from looping.
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
Can't seem to stop Flash object from looping.
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
Can't seem to stop Flash object from looping.
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
Can't seem to stop Flash object from looping.
Views:
1,137
Posted By
samuelito.mcf
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
Nesting pages in folders.
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
Nesting pages in folders.
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
Adding Links to Lightbox Jquery Plugin
Views:
220
Posted By
samuelito.mcf
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
Nesting pages in folders.
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
Nesting pages in folders.
Views:
2,099
Posted By
samuelito.mcf
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
css2 vs css3
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
Resolved
Using more than one Jquery plugin at a time?
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
Resolved
Using more than one Jquery plugin at a time?
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
Resolved
Using more than one Jquery plugin at a time?
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
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
02:46 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.