Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 73
Search took 0.15 seconds.
Search: Posts Made By: ARCLite Studio
Forum: PHP 04-26-2013, 09:49 PM
Replies: 4
Views: 186
Posted By ARCLite Studio
Fou-Lu, The suggestion is a little above my...

Fou-Lu,

The suggestion is a little above my understanding so i'll try to look into it. I did find/attempt another solution that seems like it should work properly but for some reason is having a...
Forum: PHP 04-26-2013, 06:41 PM
Replies: 4
Views: 186
Posted By ARCLite Studio
I'm not normally not dealing in PHP or database...

I'm not normally not dealing in PHP or database interactions (even though that's really the way everything is being built these days) - But on occasion I'm kinda forced to do it for a project and not...
Forum: HTML & CSS 04-26-2013, 06:34 PM
Replies: 9
Views: 284
Posted By ARCLite Studio
Smile Fix for single checkbox selection

You will need to use script to check the onclick event - but this will disable / enable other check boxes based on one box being checked or unchecked. hope this helps.



<!DOCTYPE html>
<html>...
Forum: HTML & CSS 04-26-2013, 05:37 PM
Replies: 6
Views: 203
Posted By ARCLite Studio
Bad link - try re-posting the link to page. Also...

Bad link - try re-posting the link to page. Also - Joomla is a content managed system and element positioning is typically managed from within its control panels - some exceptions for CSS stuff.
Forum: HTML & CSS 04-26-2013, 05:27 PM
Replies: 4
Views: 231
Posted By ARCLite Studio
This now validates clean as HTML 4.01...

This now validates clean as HTML 4.01 transitional if you want to use it - There were a lot of depreciated tags and un-closed tags in your HTML.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
Forum: PHP 04-26-2013, 04:38 PM
Replies: 4
Views: 186
Posted By ARCLite Studio
Question Import / replace variables from external file

I thought I grasped this but apparently I don't, I have stripped 90% of my code down to just the basic components so in its simplest form here is what i have and need to work.

3 files
builder.php...
Forum: JavaScript programming 03-19-2013, 08:13 PM
Replies: 4
Views: 241
Posted By ARCLite Studio
xelawho, That does go a long way to screen...

xelawho,

That does go a long way to screen for address validity without a lot of extra validation code. I'll probably add that checking in before we push it live at the end of the week. Thanks for...
Forum: JavaScript programming 03-19-2013, 07:07 PM
Replies: 4
Views: 241
Posted By ARCLite Studio
Thumbs up Philip, Worked just fine, Thank you....

Philip,


Worked just fine, Thank you. Wasn't sure if you could use the DOM object like that to pass into a Javascript variable.

The "Harry Potter" thing was left over from the sample script I...
Forum: JavaScript programming 03-19-2013, 05:59 PM
Replies: 4
Views: 241
Posted By ARCLite Studio
Question Better "Input Option" than prompt()

The code below works as needed - but in Internet explorer the prompt box is just horrible by design and lacks ability to control or style it. Although I known several other ways to create user input...
Forum: JavaScript programming 01-28-2013, 07:41 PM
Replies: 2
Views: 285
Posted By ARCLite Studio
Question Javascript Output to txt file

How would I change the code below to output into a text or php file instead of the current DOM. I have to bring this calculated output into another file using PHP include because the final page...
Forum: JavaScript programming 01-25-2013, 02:12 AM
Replies: 7
Views: 368
Posted By ARCLite Studio
Pendant, If a database option was available...

Pendant,

If a database option was available i agree, but in this case we are working with a client who does not wish to have much out of pocket expense. Truthfully it is being done this way out of...
Forum: JavaScript programming 01-25-2013, 12:53 AM
Replies: 7
Views: 368
Posted By ARCLite Studio
Exclamation Not sure where to ask for help

1'st) Devnull69 thank you - with only a minor change that code did exactly as asked.

2'nd) The end result has fixed a problem but created an unexpected new one, unfortunately I do not know exactly...
Forum: JavaScript programming 01-24-2013, 03:07 PM
Replies: 7
Views: 368
Posted By ARCLite Studio
Question Field Count - Then Average totals HELP!

Hello everyone,

I am not a javascript programmer and if I need it usually I try to find examples on the web to build off of. But in this case I'm both pressed for time and can't find a good...
Forum: HTML & CSS 12-09-2012, 10:41 PM
Replies: 1
Views: 444
Posted By ARCLite Studio
CSS Prevent background reload

Using the CSS3 code below to present a full screen background image, I have noticed that as I switch pages in the website, the Background is reloading. Basically the background goes white and then...
Forum: HTML & CSS 03-04-2012, 01:22 AM
Replies: 7
Views: 1,569
Posted By ARCLite Studio
CootHead, Excellent catch, i never thought...

CootHead,

Excellent catch, i never thought about the CMYK issue. Have not encountered it very often and had forgotten about it (One reason I do all images in PNG). Thanks for the reminder !!
Forum: HTML & CSS 03-04-2012, 01:16 AM
Replies: 7
Views: 926
Posted By ARCLite Studio
<div id="content"> <div class="content"> ...

<div id="content">
<div class="content">

1.) Find this above in your HTML
2.) Remove class="content" from second DIV
3.) create new class .pdright {padding-right:30px;}
4.) change HTML to:...
Forum: HTML & CSS 03-04-2012, 12:34 AM
Replies: 5
Views: 592
Posted By ARCLite Studio
1.) "Depreciated", not deleted...

1.) "Depreciated", not deleted (http://www.w3.org/TR/html401/struct/objects.html#adef-align-IMG)
2.) Gave the OP a quick, functional Resolution. Wasn't really trying to conform to 4.01 Strict.

OP...
Forum: HTML & CSS 03-03-2012, 05:05 PM
Replies: 7
Views: 1,569
Posted By ARCLite Studio
As i do not have an older version of IE to test...

As i do not have an older version of IE to test on I also can say exactly what the problem is, it does show properly in the latest version, however in looking at the code, I did see one issue that...
Forum: HTML & CSS 03-03-2012, 04:46 PM
Replies: 5
Views: 433
Posted By ARCLite Studio
SB65 - Ok, I'll phrase it differently: Your...

SB65 - Ok, I'll phrase it differently:

Your code uncenters the "videodiv" and shifts the entire DIV to upper left of the "Maindiv", this also includes shifting the text "Loading..." to the left....
Forum: HTML & CSS 03-03-2012, 04:37 AM
Replies: 5
Views: 433
Posted By ARCLite Studio
SB65's recommendation changes this to a two...

SB65's recommendation changes this to a two column layout, but it does move the "loading..." to the left 0,0 position of the containing DIV. If you wanted this to be a two colum layout then please...
Forum: HTML & CSS 03-03-2012, 04:26 AM
Replies: 5
Views: 592
Posted By ARCLite Studio
Try removing the FLOAT:RIGHT from the inline...

Try removing the FLOAT:RIGHT from the inline style and use ( align="right" ) instead. The CSS float method was never intended to be used as a wordwrap function around images. Also if you use the...
Forum: HTML & CSS 03-02-2012, 08:48 PM
Replies: 14
Views: 1,349
Posted By ARCLite Studio
You can delete the DIV's and CSS for...

You can delete the DIV's and CSS for (side-block2) and (side-block2-footer) if you want, they were put there to support any future content you might want/need.


<!DOCTYPE html PUBLIC "-//W3C//DTD...
Forum: HTML & CSS 03-01-2012, 01:57 AM
Replies: 14
Views: 1,349
Posted By ARCLite Studio
Stormfury, I don't remeber seeing a div with...

Stormfury,

I don't remeber seeing a div with id "footer" or anything like that, did you add to/revise code with a new div? If so provide full code again and i'll try to answer.
Forum: HTML & CSS 02-29-2012, 08:39 PM
Replies: 5
Views: 449
Posted By ARCLite Studio
answered via private message

answered via private message
Forum: HTML & CSS 02-29-2012, 05:24 PM
Replies: 14
Views: 1,349
Posted By ARCLite Studio
Set their position to "absolute" and then move or...

Set their position to "absolute" and then move or adjust the TOP and LEFT of each back to the appropriate position, after that you should be fun.


The general rule for basic page layouts is as...
Showing results 1 to 25 of 73

 
Forum Jump

All times are GMT +1. The time now is 11:29 AM.