Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 55
Search took 0.31 seconds.
Search: Posts Made By: dustywb
Forum: PHP 01-19-2013, 07:39 PM
Replies: 9
Views: 440
Posted By dustywb
The reason I want to stick to using PDF forms is...

The reason I want to stick to using PDF forms is just the shear amount and size of the forms I have to recreate, I could go through and recreate all of these in HTML if I have too, I would just...
Forum: PHP 01-19-2013, 07:26 PM
Replies: 9
Views: 440
Posted By dustywb
I am unfamiliar with ColdFusion, I do know my...

I am unfamiliar with ColdFusion, I do know my current host hostgator.com doesn't support it but I'd be willing to change to another one if this would solve my problem, looks like hostek.com has...
Forum: PHP 01-19-2013, 07:05 PM
Replies: 9
Views: 440
Posted By dustywb
Exclamation PHP, MySQL & PDF's

Ok, small problem here and I've been scouring the web trying to find a solution. I've found references to doing this but no real meat & potatoes answers. Anyways I have a form I created in Adobe...
Forum: PHP 07-25-2011, 03:15 PM
Replies: 2
Views: 206
Posted By dustywb
Works great thanks!

Works great thanks!
Forum: PHP 07-25-2011, 04:56 AM
Replies: 2
Views: 206
Posted By dustywb
Form Processing

I've created a form in html and have it processed in php, the problem I am having is that I need the forms textareas to wrap like they are typed on screen so if I have for example:


<textarea...
Forum: PHP 04-09-2011, 10:13 PM
Replies: 10
Views: 768
Posted By dustywb
Cool Ok figured I'd update this with my final solution...

Ok figured I'd update this with my final solution so if anyone else ever needed anything similar it would be here. (I hate searching through threads and finding what I have a question about and the...
Forum: PHP 04-09-2011, 09:12 PM
Replies: 10
Views: 768
Posted By dustywb
Thanks Aerospace, my knowledge of php is fairly...

Thanks Aerospace, my knowledge of php is fairly limited and I didn't realize when you do a count on that it would do 1 array at a time, my main problem when it comes to programming is over...
Forum: PHP 04-09-2011, 02:49 AM
Replies: 10
Views: 768
Posted By dustywb
Well bullant, it's almost perfect :D. One little...

Well bullant, it's almost perfect :D. One little quirk which I'm trying to work out is that when it outputs the html any arrays with only 1 value have an extra <ul></ul> in there. I'm playing around...
Forum: PHP 04-07-2011, 03:35 PM
Replies: 10
Views: 768
Posted By dustywb
O ok I got you, I like that, will try it out...

O ok I got you, I like that, will try it out soon. That's way simpler than I was making it out to be lol.

Thanks!
Forum: PHP 04-07-2011, 06:52 AM
Replies: 10
Views: 768
Posted By dustywb
Oops hit submit too soon... Anyways I'm also...

Oops hit submit too soon... Anyways I'm also debating on how to store the pages, I could have a separate array for each sub menu or was playing around with the id's in the array at one point having...
Forum: PHP 04-07-2011, 06:48 AM
Replies: 10
Views: 768
Posted By dustywb
I had it that way originally, I changed it...

I had it that way originally, I changed it because I was trying some different stuff with the menu system and I guess forgot to change it back lol.
Forum: PHP 04-07-2011, 05:44 AM
Replies: 10
Views: 768
Posted By dustywb
Question Advice on CMS

OK this is kind of hard to explain but I'll do my best. I am currently making a small CMS, nothing all that fancy and I'm doing it more as a learning project to get more familiar with classes,...
Forum: JavaScript programming 01-15-2011, 06:24 AM
Replies: 5
Views: 423
Posted By dustywb
Smile Well after hours of staring at it I found the...

Well after hours of staring at it I found the issue, in the line:
var uTotal = pages + cTemp + anime + addMobile + eComP + eCompQ + forum + blog + wUpd + bUpd + mUpd + nUpd + logo + bCard + pCard +...
Forum: JavaScript programming 01-14-2011, 08:58 PM
Replies: 5
Views: 423
Posted By dustywb
Tried that out, it still doesn't run. Actually...

Tried that out, it still doesn't run. Actually tried removing that entire line as well and still a no go :(
Forum: JavaScript programming 01-14-2011, 07:46 PM
Replies: 5
Views: 423
Posted By dustywb
Question Need help debugging

I've been messing with this for hours and I can't seem to find where I've gone wrong with it, I think I need a fresh pair of eyes to give it a look over. Anyways here's my entire piece of code. I...
Forum: HTML & CSS 11-12-2010, 06:47 AM
Replies: 10
Views: 898
Posted By dustywb
In your style sheet: #someID{ width:...

In your style sheet:
#someID{
width: 735px;
margin: auto;
}
#someID img{
width: 195px;
height: 65px;
border: none;
padding-left: 25px;
Forum: HTML & CSS 11-12-2010, 06:26 AM
Replies: 3
Views: 971
Posted By dustywb
<form method="post"...

<form method="post" action="https://www.asecurecart.net/server/cart.aspx/Myareasbest">
<input type="hidden" name="ID" value="option1">
<input type="hidden" name="Describe" value="One Year">...
Forum: HTML & CSS 11-12-2010, 06:15 AM
Replies: 6
Views: 1,174
Posted By dustywb
As someone has said before save your "buttons" in...

As someone has said before save your "buttons" in a format with transparency options, I would go with png, gif's tend to look a bit pixelated imo. Anyways after you save 2 separate file for each link...
Forum: JavaScript programming 11-12-2010, 05:58 AM
Replies: 7
Views: 781
Posted By dustywb
O ok lol, as I said and I'm sure it's also...

O ok lol, as I said and I'm sure it's also obvious I am not an expert coder. I've been around this stuff for a long time and know some of the basics but haven't taken the time to master it. Working...
Forum: JavaScript programming 11-12-2010, 12:52 AM
Replies: 7
Views: 781
Posted By dustywb
Now when I said xmlDoc1(or...

Now when I said
xmlDoc1(or 2).getElementsByTagName("row")[1].getAttribute("attribute");

I didn't literally mean I put xmlDoc1(or 2) I put xmlDoc1 if the data was in the first file or xmlDoc2 if...
Forum: JavaScript programming 11-11-2010, 04:19 AM
Replies: 7
Views: 781
Posted By dustywb
I should have been more descriptive, I apologize....

I should have been more descriptive, I apologize. Anyways if I do this:

xmlhttp.open("GET","xml/sales.xml",false);
xmlhttp.send();
xmlDoc1=xmlhttp.responseXML; ...
Forum: JavaScript programming 11-11-2010, 02:24 AM
Replies: 7
Views: 781
Posted By dustywb
Question Multiple xml data sources

I've been looking around and haven't been able to find much on the subject. Anyways I'm wondering how to pull data from more than one xml source on a single page. I've found people referencing the...
Forum: Ajax and Design 11-10-2010, 03:40 AM
Replies: 3
Views: 1,106
Posted By dustywb
Well for anyone that's interested what I was...

Well for anyone that's interested what I was missing was getElementsByTagName("ROW").getAttribute("AMOUNT");
searched for 2 days for that lol
Forum: Ajax and Design 11-10-2010, 01:04 AM
Replies: 3
Views: 1,106
Posted By dustywb
Anyone?

Anyone?
Forum: Ajax and Design 11-09-2010, 02:13 AM
Replies: 3
Views: 1,106
Posted By dustywb
Javascript and XML

So I'm having an issue I need to work with an xml file, personally I don't like how it's laid out but I have no choice but to use it there's no changing it. Anyways I need to pull out certain values...
Showing results 1 to 25 of 55

 
Forum Jump

All times are GMT +1. The time now is 08:17 AM.