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 13
1
2
3
11
>
Last
»
Showing results 1 to 25 of 316
Search took
0.62
seconds.
Search:
Posts Made By:
optimus203
Forum:
JavaScript programming
06-23-2012, 04:39 PM
Replies:
4
Resolved
Javascript XML reader only returns first row
Views:
426
Posted By
optimus203
Nice. I was doing something like ...
Nice. I was doing something like
(x[i].getElementsByTagName("mi")[0] == null)
But wasn't working. Your method seems like the way to go. I appreciate the efforts and your time. Take care.
Forum:
JavaScript programming
06-23-2012, 04:24 PM
Replies:
4
Resolved
Javascript XML reader only returns first row
Views:
426
Posted By
optimus203
Thanks Davey. I caught that one after posting. ...
Thanks Davey. I caught that one after posting.
Issue I'm having now is that, if an XML attribute is not present, the script stops running at that point. The way I have it now, in order for the...
Forum:
JavaScript programming
06-23-2012, 03:44 PM
Replies:
4
Resolved
Javascript XML reader only returns first row
Views:
426
Posted By
optimus203
Javascript XML reader only returns first row
Hey everyone. I've got a XML doc that I'm trying to parse with javascript, but only the first row of XML is being returned. Any ideas why?
<script type="text/javascript">
var xmlDoc = null;
...
Forum:
JavaScript programming
06-04-2012, 02:22 AM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
@Epic - tried that as well, still can't get that...
@Epic - tried that as well, still can't get that second error handler to work.
@Jacqueline - tried looking through the archives as well but haven't found an answer to this. Most likely due to me...
Forum:
JavaScript programming
06-04-2012, 12:35 AM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
Thanks for that fix Pendant, but still having the...
Thanks for that fix Pendant, but still having the same issue of not being able to call the error_check() function on the 2nd form, which is located on a second HTML page. Only way I've been able to...
Forum:
JavaScript programming
06-03-2012, 10:56 PM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
Hey Epic. Yeah, I tried that too in the beginning...
Hey Epic. Yeah, I tried that too in the beginning and just now - no luck.
Forum:
JavaScript programming
06-03-2012, 06:57 PM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
The default CSS rule on that is display:none; and...
The default CSS rule on that is display:none; and does switch to visible through JS when error occurs - well, only for the if (result_sku == false) portion of script. Not working for me on the if...
Forum:
JavaScript programming
06-03-2012, 05:36 PM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
Thanks Epic. There were a few typos in there. I...
Thanks Epic. There were a few typos in there. I updated the original post.
But my problem still persists. The client-side error handling works fine for the 1st HTML bit, but no error messages...
Forum:
JavaScript programming
06-03-2012, 03:33 PM
Replies:
12
Form Validation Conflict
Views:
666
Posted By
optimus203
Form Validation Conflict
Hey everyone. I would like to validate simple text input fields on different HTML pages, and direct them to 1 JS file for validation. But for some reason, this method does not work and I can't figure...
Forum:
MySQL
06-01-2012, 11:46 PM
Replies:
1
Resolved
mySQL LIKE condition
Views:
366
Posted By
optimus203
Nevermind. Just realized I needed the LIKE...
Nevermind. Just realized I needed the LIKE statement to be like so:
$title_query = "SELECT * FROM product WHERE description LIKE '%".$title."%'";
Forum:
MySQL
06-01-2012, 11:44 PM
Replies:
1
Resolved
mySQL LIKE condition
Views:
366
Posted By
optimus203
mySQL LIKE condition
Had a question about the mysql LIKE condition.
The part of the HMTML that sends the characters to search for is:
<form id="form_search_title" method="post" action="php/search-title.php">...
Forum:
JavaScript programming
05-31-2012, 03:00 AM
Replies:
10
Basic form validation question
Views:
408
Posted By
optimus203
Thanks for the reply pendant and the...
Thanks for the reply pendant and the clarification on the == comparison question I had.
I did try your suggestion with using the test method, but couldn't get it to work. I have the following code...
Forum:
JavaScript programming
05-30-2012, 10:15 PM
Replies:
10
Basic form validation question
Views:
408
Posted By
optimus203
Nice felgall. Thanks for the fix. Any quick...
Nice felgall. Thanks for the fix. Any quick explanation why why comparison option does not work?
Plus, I'm not quite sure why if (search_for_sku.value.search(sku_format)) is working. From my...
Forum:
JavaScript programming
05-30-2012, 10:03 PM
Replies:
10
Basic form validation question
Views:
408
Posted By
optimus203
Thanks Davey. That fixed that issue. Now my...
Thanks Davey. That fixed that issue. Now my format search (var sku_format - to check input from user is in proper format) is not working. Never returning true. Any ideas?
function error_check()...
Forum:
JavaScript programming
05-30-2012, 09:02 PM
Replies:
10
Basic form validation question
Views:
408
Posted By
optimus203
Basic form validation question
New to JS, and having issues with something very basic. The <p> elements are hidden initially, and I want them to display only if the form validation error occurs.
The error runs on page load,...
Forum:
HTML & CSS
04-03-2012, 04:35 PM
Replies:
3
CSS3 inner shadow and drop shadow
Views:
512
Posted By
optimus203
Perfect. I didn't know you can have multiple...
Perfect. I didn't know you can have multiple rules for each style. Thanks for your help.
Forum:
HTML & CSS
04-03-2012, 01:56 PM
Replies:
3
CSS3 inner shadow and drop shadow
Views:
512
Posted By
optimus203
CSS3 inner shadow and drop shadow
Is there a way to have an inner shadow and a drop shadow within the same element?
Forum:
HTML & CSS
11-24-2011, 04:15 AM
Replies:
22
Setting sidebar links without <li>
Views:
529
Posted By
optimus203
You could just place a <br /> after "random" link...
You could just place a <br /> after "random" link to keep within sidebar width.
Forum:
HTML & CSS
11-12-2011, 04:56 PM
Replies:
6
Transparent PNG to frame a container
Views:
361
Posted By
optimus203
Thanks Excavator. Thats what I thought about...
Thanks Excavator. Thats what I thought about links not being unclickable - which is problematic. It looks like I will just have to chop the image into sections, set them up as background images, and...
Forum:
HTML & CSS
11-12-2011, 03:24 PM
Replies:
6
Transparent PNG to frame a container
Views:
361
Posted By
optimus203
Thanks Excavator, but that still doesn't solve my...
Thanks Excavator, but that still doesn't solve my problem with the sides of wrapper overlaying everything else. I've modified the code you provided below. You will see that the all the non-wrapper...
Forum:
HTML & CSS
11-12-2011, 02:05 AM
Replies:
6
Transparent PNG to frame a container
Views:
361
Posted By
optimus203
Thanks excavator. I've tried that route...
Thanks excavator. I've tried that route previously, but it ends up cutting off the overlaps from the png image - since I'm setting that border image as a background, I'm assuming the corresponding...
Forum:
HTML & CSS
11-12-2011, 12:04 AM
Replies:
6
Transparent PNG to frame a container
Views:
361
Posted By
optimus203
Transparent PNG to frame a container
Hey everyone. I'm trying to figure out how I could place a frame consisting of transparent PNG image within a layout. The layout is basically like below. I was thinking of just floating a div left...
Forum:
HTML & CSS
10-26-2011, 03:04 AM
Replies:
1
my site not working in old version of IE
Views:
430
Posted By
optimus203
I wouldn't worry too much, as long as your site...
I wouldn't worry too much, as long as your site looks alright in IE7+ . IE6 is notoriously quirky. Explorer exposed (http://www.positioniseverything.net/explorer.html) is a great site that outlines a...
Forum:
HTML & CSS
10-26-2011, 02:59 AM
Replies:
7
Img class not working
Views:
1,518
Posted By
optimus203
Change <div id="image"> <img...
Change <div id="image">
<img src="images/test.jpg" class="floatLeft;" width: "365px;"/>
</div>
to
<div id="image">
<img src="images/test.jpg" class="floatLeft" width: "365px"/>...
Forum:
HTML & CSS
10-04-2011, 03:34 AM
Replies:
7
CSS Centering
Views:
446
Posted By
optimus203
Adding a margin: 0 auto; centered the gray bar...
Adding a margin: 0 auto; centered the gray bar for me
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="Styles/style.css" />
<style type="text/css">
...
Showing results 1 to 25 of 316
Page 1 of 13
1
2
3
11
>
Last
»
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
06:15 PM
.
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.