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
1.17
seconds.
Search:
Posts Made By:
ohgod
Forum:
JavaScript frameworks
03-30-2010, 08:43 PM
Replies:
2
Resolved
Debug IE Error: member not found
Views:
3,329
Posted By
ohgod
well, the solution ended up being kinda simple....
well, the solution ended up being kinda simple. on the scriptaculous wiki it says style tags break ie if used on td or tr elements. well, it also breaks ie's lil brain if you use them on th elements....
Forum:
JavaScript frameworks
03-30-2010, 08:34 PM
Replies:
2
Resolved
Debug IE Error: member not found
Views:
3,329
Posted By
ohgod
Though copius use of alert I've determined the...
Though copius use of alert I've determined the breakage occurs in this section:
var box = Builder.node('div', {id: 'pw', style: 'background-color: white;filter:alpha(opacity=0);-moz-opacity: 0;...
Forum:
JavaScript frameworks
03-30-2010, 07:10 PM
Replies:
2
Resolved
Debug IE Error: member not found
Views:
3,329
Posted By
ohgod
Debug IE Error: member not found
Well, again I find myself with some code that works quite well in FF but won't friggin work in IE. And as always IE won't say why. I get the error:
Error: Member not found
It also works fine in...
Forum:
JavaScript frameworks
10-28-2009, 10:23 PM
Replies:
2
Prototype
Using images within <div class="accordion-toggle">
Views:
1,834
Posted By
ohgod
what accordion are you using?
what accordion are you using?
Forum:
HTML & CSS
10-28-2009, 10:10 PM
Replies:
12
Resolved
line-height or padding?
Views:
720
Posted By
ohgod
YES now.... for bonus points... explain why...
YES
now.... for bonus points... explain why that made the difference, please
Forum:
HTML & CSS
10-28-2009, 03:53 PM
Replies:
12
Resolved
line-height or padding?
Views:
720
Posted By
ohgod
as for the fonts, not sure why that is... ...
as for the fonts, not sure why that is...
p,h1,h2,h3,pre { /* Sets common properties of these */
font-family:Arial, Verdana, Helvetica, sans-serif;
}
that's what i have in the css as far as...
Forum:
HTML & CSS
10-28-2009, 02:42 PM
Replies:
12
Resolved
line-height or padding?
Views:
720
Posted By
ohgod
hasLayout is nowhere in the css that i can find ...
hasLayout is nowhere in the css that i can find
so then... first you'll see ff3, with the text that starts with "Hosted" lining up horizontally with the text that reads "Welcome". this is good,...
Forum:
HTML & CSS
10-27-2009, 10:10 PM
Replies:
12
Resolved
line-height or padding?
Views:
720
Posted By
ohgod
it's a secure page, so i'm sorry to say a link...
it's a secure page, so i'm sorry to say a link isn't an option. trust me... i'd love nothing more than another set of eyes on it...
what's killing me is that it renders fine in ff3. i'm using...
Forum:
HTML & CSS
10-27-2009, 06:49 PM
Replies:
12
Resolved
line-height or padding?
Views:
720
Posted By
ohgod
line-height or padding?
so i have a banner...
<div id="banner">
<img id="bannerlogo" border="0" alt="Logo" src="/dana-na/auth/url_0/imgs/CVGlogo2.png"/>
<div class="bannertext">THIS IS SOME TEXT</div>
</div>
i...
Forum:
JavaScript programming
10-26-2009, 09:30 PM
Replies:
5
Javascript toggle layers issue
Views:
566
Posted By
ohgod
at first glance... for (var x = 1; x <= 10;...
at first glance...
for (var x = 1; x <= 10; x++)
looks like you're stopping at 10...
Forum:
JavaScript frameworks
10-26-2009, 03:20 PM
Replies:
1
Scriptaculous in place editor cancel
Views:
953
Posted By
ohgod
are you making these edits in the scriptaculous...
are you making these edits in the scriptaculous controls.js?
and by
do you mean "enterEditMode", or what are you putting that?
Forum:
JavaScript frameworks
10-21-2009, 07:23 PM
Replies:
9
Prototype
Trying to use functional programming to iterate through elements
Views:
2,476
Posted By
ohgod
to get the inputs: var box =...
to get the inputs:
var box = $('formname').getInputs('checkbox');
Forum:
JavaScript frameworks
10-21-2009, 05:50 PM
Replies:
9
Prototype
Trying to use functional programming to iterate through elements
Views:
2,476
Posted By
ohgod
$$('p').each(function(s){s.setStyle(color:...
$$('p').each(function(s){s.setStyle(color: 'red');})
Forum:
Ajax and Design
10-14-2009, 10:08 PM
Replies:
3
Validate after DOM manipulation
Views:
1,157
Posted By
ohgod
go get firebug for firefox.
go get firebug for firefox.
Forum:
JavaScript frameworks
10-14-2009, 10:07 PM
Replies:
2
My 2 jquery dosen't works in page at once.
Views:
748
Posted By
ohgod
http://docs.jquery.com/Using_jQuery_with_Other_Lib...
http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Forum:
Computer/PC discussions
10-05-2009, 01:36 PM
Replies:
5
DVD Encryption Software
Views:
1,480
Posted By
ohgod
i really don't think you'll be stopping anyone...
i really don't think you'll be stopping anyone that way. you'll spend a bunch of money buying the software and time setting this up and people will still find around it in seconds.
actually......
Forum:
JavaScript programming
09-16-2009, 06:28 PM
Replies:
1
2 level horizontal menu
Views:
662
Posted By
ohgod
change onmouseover to onclick? it's only in there...
change onmouseover to onclick? it's only in there once that i see.....
menuitems[i].getElementsByTagName("a")[0].onmouseover=function(){
Forum:
ASP
09-16-2009, 06:18 PM
Replies:
0
vbscript Err 70 Permission denied - WMI
Views:
2,138
Posted By
ohgod
vbscript Err 70 Permission denied - WMI
ok... attempting to read a registry value from a remote machine. here is what I have:
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer &...
Forum:
JavaScript frameworks
09-16-2009, 06:07 PM
Replies:
1
Prototype
Prototype Form Validation Not Working Currectly
Views:
1,296
Posted By
ohgod
i'm wondering if it might work better if the...
i'm wondering if it might work better if the observer watched for a click on the submit button instead of watching for the form to submit. it might be too late in the process to kill the form's...
Forum:
JavaScript programming
09-09-2009, 03:51 PM
Replies:
5
Converting ASP to JS
Views:
584
Posted By
ohgod
var counter = 0; if(a != ""){counter = counter...
var counter = 0;
if(a != ""){counter = counter + 1;}
repeat
or make an array of your vars, and iterate through so you only have to type out that function once
Forum:
Ajax and Design
09-09-2009, 02:42 PM
Replies:
3
AJAX string functions characters that won't work
Views:
1,870
Posted By
ohgod
it's probably sending them as url encoded strings.
it's probably sending them as url encoded strings.
Forum:
JavaScript frameworks
09-09-2009, 02:38 PM
Replies:
1
script.aculo.us
Having issues using effect.queues in conjunction with callbacks with script.aculo.us
Views:
1,180
Posted By
ohgod
i think queue needs to be included in the array...
i think queue needs to be included in the array of args.... in other words you're closing the brackets to early...
insted of
function doSomething2(){
new Effect.Fade('view', {queue:...
Forum:
JavaScript programming
09-01-2009, 04:29 PM
Replies:
4
GMAIL like JavaScript
Views:
649
Posted By
ohgod
um, why not just use $_GET
um, why not just use $_GET
Forum:
JavaScript frameworks
09-01-2009, 01:28 PM
Replies:
3
Freeze columns in a table
Views:
2,361
Posted By
ohgod
shoot, you could even go so far as to tell us...
shoot, you could even go so far as to tell us what framework you're using.
i want a bacon and egg sandwich, and it also is required urgently.
Forum:
Geek News and Humour
08-31-2009, 08:26 PM
Replies:
8
Opera 10
Views:
1,721
Posted By
ohgod
every time i see Oera i die a little inside
every time i see Oera i die a little inside
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
06:10 AM
.
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.