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 20
1
2
3
11
>
Last
»
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
Jeopardy
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
One HTML file that i can edit to change data on multipule pages
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
Float Value ... rightright
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
Float Value ... rightright
Views:
174
Posted By
teedoff
You saw this somewhere??
You saw this somewhere??
Forum:
HTML & CSS
03-06-2013, 07:29 PM
Replies:
7
Webseite moving to the side
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
CSS not working properly
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
Countdown for price?
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
Countdown for price?
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
remove horizontal scroll bar in fancybox
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
Need css code to close subcategories on click
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
Make Fields Validate On Submit?
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
Make Fields Validate On Submit?
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
Make Fields Validate On Submit?
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
Need help with css dropdown
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
Text clipping
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
Text clipping
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
Tables vs Divs
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
textarea cols and rows display issue in FF
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
remove html elements
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
remove html elements
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
remove html elements
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
remove html elements
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
syntax error
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
syntax error
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
syntax error
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
Page 1 of 20
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
09:44 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.