Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 5.36 seconds.
Search: Posts Made By: teedoff
Forum: HTML & CSS 04-26-2013, 03:30 PM
Replies: 3
Views: 87
Posted By teedoff
Presumably this is on a local machine? If so then...

Presumably this is on a local machine? If so then you can either use a local server side server like WAMP(PHP), asp.Net or coldfusion.

You could also use javascript.
Forum: HTML & CSS 04-19-2013, 07:02 PM
Replies: 3
Views: 158
Posted By teedoff
As sunfighter said, you can set up a "testing"...

As sunfighter said, you can set up a "testing" server to run php templates using WAMP or XAMP. These would be useful for creating, testing and running locally (on your machine) your server side...
Forum: HTML & CSS 03-14-2013, 04:24 PM
Replies: 4
Views: 174
Posted By teedoff
Maybe a typo. Not sure I've ever heard of float:...

Maybe a typo. Not sure I've ever heard of float: righright or leftleft.

Didn't see it anywhere on w3.org (http://www.w3.org/wiki/CSS/Properties/float), which on this page lists the values for the...
Forum: HTML & CSS 03-14-2013, 03:56 PM
Replies: 4
Views: 174
Posted By teedoff
You saw this somewhere??

You saw this somewhere??
Forum: HTML & CSS 03-06-2013, 07:29 PM
Replies: 7
Views: 206
Posted By teedoff
Personally, it always bothers me..lol If it...

Personally, it always bothers me..lol

If it bothers you enough, you can add:

html{
overflow-y: scroll;
}

to your style sheet to force a scroll bar on every page whether it needs one or...
Forum: HTML & CSS 02-26-2013, 09:18 PM
Replies: 1
Views: 223
Posted By teedoff
To reference id's in CSS, you would use the #...

To reference id's in CSS, you would use the # sign, classes would be the "."

You reference it correctly in your description above, but in your actual CSS file, you reference a class of...
Forum: JavaScript programming 02-08-2013, 07:11 PM
Replies: 10
Views: 458
Posted By teedoff
There are literally thousands of sites out there...

There are literally thousands of sites out there that have free code for all kinds of counters. I'm almost positive you could even do a search on this site and get many examples.

If you want to...
Forum: JavaScript programming 02-08-2013, 06:54 PM
Replies: 10
Views: 458
Posted By teedoff
Yes. How to accomplish that is another...

Yes.

How to accomplish that is another story, but it is possible.
Forum: HTML & CSS 02-06-2013, 07:15 PM
Replies: 1
Views: 228
Posted By teedoff
I think you can just specify scrollbar: none; in...

I think you can just specify scrollbar: none; in this following code,


<div id="inline1" style="width:784px;height:476px; background-color:#0d0804;overflow:hidden!important; scrollbar: none;">
...
Forum: HTML & CSS 01-28-2013, 08:40 PM
Replies: 2
Views: 368
Posted By teedoff
Looks like you dont give enough info for anyone...

Looks like you dont give enough info for anyone to help. Do you have a link to your site? All you've posted is the js. Where is the element that you're adding a class of active too? Where is the css...
Forum: HTML & CSS 01-24-2013, 04:09 PM
Replies: 8
Views: 354
Posted By teedoff
?? lol You know another guy named Teed? Nope I'm...

?? lol You know another guy named Teed? Nope I'm in North Carolina.
Forum: HTML & CSS 01-24-2013, 03:18 PM
Replies: 8
Views: 354
Posted By teedoff
Dont use javascript alone to validate form...

Dont use javascript alone to validate form fields. Savvy users can highjack your forms and enter whatever they want...including malicious code.

If you are using DW and you dont have a few months...
Forum: HTML & CSS 01-24-2013, 01:53 PM
Replies: 8
Views: 354
Posted By teedoff
You would need to use server side language such...

You would need to use server side language such as ColdFusion, php, asp.net and the like, to safely validate form inputs. You can also use JavaScript along with a server side.
Forum: HTML & CSS 12-05-2012, 12:42 AM
Replies: 5
Views: 411
Posted By teedoff
I use this tool sometimes. Works pretty good. ...

I use this tool sometimes. Works pretty good.

menumaker (http://cssmenumaker.com/css-drop-down-menu)
Forum: HTML & CSS 11-30-2012, 07:58 PM
Replies: 2
Views: 278
Posted By teedoff
Hey Rows, long time. Pm doesn't have anything...

Hey Rows, long time. Pm doesn't have anything against ellipsis, but a certain part of text within this particular line of code needs to display.

For example

<li>This is some text that may grow...
Forum: HTML & CSS 11-30-2012, 04:55 PM
Replies: 2
Views: 278
Posted By teedoff
Text clipping

Hi, I have to list items floated with text in each item. When the text becomes too long in the left column, I use text-overflow: ellipsis; to clip the text. However, this has been deemed unacceptable...
Forum: HTML & CSS 10-20-2012, 01:40 AM
Replies: 6
Views: 345
Posted By teedoff
Way less code, way less maintenance . Why...

Way less code, way less maintenance . Why wouldn't anyone want to stop using tables for layouts?

Here (http://www.hotdesign.com/seybold/)is some good reading on this subject.
Forum: HTML & CSS 10-09-2012, 09:42 PM
Replies: 0
Views: 238
Posted By teedoff
textarea cols and rows display issue in FF

Had a curious issue arise when setting text area's cols and rows. Of course every browser renders some elements a bit different, but this seems to be an extreme difference. I did find out that...
Forum: JavaScript frameworks 09-21-2012, 03:56 PM
Replies: 5
Views: 553
Posted By teedoff
Such a simple solution! Thanks Andrew for the...

Such a simple solution! Thanks Andrew for the help! Worked great.
Forum: JavaScript frameworks 09-21-2012, 02:56 AM
Replies: 5
Views: 553
Posted By teedoff
No thats right. The user form starts with one...

No thats right. The user form starts with one input. The user can add two more, but one will always be available and required according to validation rules. So the Remove text link should only...
Forum: JavaScript frameworks 09-20-2012, 08:57 PM
Replies: 5
Views: 553
Posted By teedoff
You're right, sorry lol

You're right, sorry lol
Forum: JavaScript frameworks 09-20-2012, 04:23 PM
Replies: 5
Views: 553
Posted By teedoff
remove html elements

New thread, new issue, same jquery as my previous question

My js created a dropwdown and user input form fields with a click event. The user can add up to three and the "Add" link is removed upon...
Forum: JavaScript programming 09-20-2012, 02:27 PM
Replies: 8
Views: 441
Posted By teedoff
No the whole document is wrapped with cfoutputs....

No the whole document is wrapped with cfoutputs. lol

Thanks for the help. It is now fixed and reworked so I dont have all that crap html inside an append function. If interested, here's the js:
...
Forum: JavaScript programming 09-19-2012, 06:49 PM
Replies: 8
Views: 441
Posted By teedoff
Ok well the original issue is fixed, however now...

Ok well the original issue is fixed, however now I have a new issue. When I click the text to add a row, it does indeed add a row. Upon adding a row, it should display a text link for removing a row....
Forum: JavaScript programming 09-19-2012, 06:39 PM
Replies: 8
Views: 441
Posted By teedoff
Crap how stupid am I?? lol its breaking on the...

Crap how stupid am I?? lol its breaking on the hash marks. Escaping them seems to have eliminated my code! Not sure the js works correctly or not, but thanks all!
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 09:44 PM.