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 3
1
2
3
>
Showing results 1 to 25 of 64
Search took
0.17
seconds.
Search:
Posts Made By:
rhinodog8
Forum:
JavaScript frameworks
12-06-2008, 06:17 AM
Replies:
7
Prototype:Event observe based on innerHTML
Views:
3,623
Posted By
rhinodog8
thanks ohgod for that, made my code cleaner, but...
thanks ohgod for that, made my code cleaner, but still didn't solve the problem.
Actually I found out about eval() a native function method that does exactly what I was trying to do.
Heres my...
Forum:
JavaScript frameworks
12-02-2008, 09:39 PM
Replies:
3
Mootools - Trying to use Accordion in tandem with Request.html
Views:
2,560
Posted By
rhinodog8
when you request request.html is there a option...
when you request request.html is there a option for callback? like onComplete or such?
I don't know anything about mootools.
What you need to do is call the according function after the request...
Forum:
JavaScript frameworks
12-02-2008, 09:34 PM
Replies:
7
Prototype:Event observe based on innerHTML
Views:
3,623
Posted By
rhinodog8
I've tried that..doesn't work I think it just...
I've tried that..doesn't work I think it just complies the string.
I don't understand exactly.. what your saying, but it sounds better than what I'm doing. Could you give me a simple example? I...
Forum:
JavaScript frameworks
12-02-2008, 07:58 AM
Replies:
7
Prototype:Event observe based on innerHTML
Views:
3,623
Posted By
rhinodog8
no I'm trying to pass a string into a event...
no I'm trying to pass a string into a event handler and the string to run as a function
Forum:
JavaScript frameworks
11-29-2008, 08:14 PM
Replies:
7
Prototype:Event observe based on innerHTML
Views:
3,623
Posted By
rhinodog8
Prototype:Event observe based on innerHTML
Ok so I can get the effect by doing
$('navbar').childElements().each(function(a){
a.setAttribute('onclick', a.innerHTML+'HTML()')})
but I don't what to cluder the generated HTML
What I...
Forum:
JavaScript frameworks
11-29-2008, 01:32 AM
Replies:
2
Prototype: get all childElements with <img> & combine their height for 1 value
Views:
3,186
Posted By
rhinodog8
Wow, thanks so much. Your code worked right out...
Wow, thanks so much. Your code worked right out of the box. But i modified it a little for an each function inside a specific div containing imgs and to include the offset width of the imgs.
also...
Forum:
JavaScript frameworks
11-26-2008, 11:51 PM
Replies:
6
Scriptaculous Effect.Appear w/ multiple divs
Views:
3,796
Posted By
rhinodog8
use parallel effects from spcriptulous. ...
use parallel effects from spcriptulous.
Click here for about. (http://github.com/madrobby/scriptaculous/wikis/effect-parallel)
new Effect.Parallel([
Effect.toggle('pic2', 'appear'),
...
Forum:
JavaScript frameworks
11-20-2008, 09:26 AM
Replies:
2
Prototype: get all childElements with <img> & combine their height for 1 value
Views:
3,186
Posted By
rhinodog8
Prototype: get all childElements with <img> & combine their height for 1 value
I don't really know where to start even in theory, but I know there is a way. Could someone point me into the right direction?
Forum:
JavaScript frameworks
11-13-2008, 03:27 AM
Replies:
16
what frameworks do you use?
Views:
3,068
Posted By
rhinodog8
I use prototype (http://www.prototypejs.org/),...
I use prototype (http://www.prototypejs.org/), the available functions and options are huge, and I use it along side script.aculo.us (http://github.com/madrobby/scriptaculous/wikis/home) which is the...
Forum:
JavaScript frameworks
11-13-2008, 03:05 AM
Replies:
5
Prototype: $$('.class').childElements() how to do?
Views:
9,728
Posted By
rhinodog8
Oh wow, can't believe I didn't think of that....
Oh wow, can't believe I didn't think of that. Thanks!
Hers my code now if anyone wanted to know:
function accordion(){
var i = 1;
$$('.class').each(function(c){
...
Forum:
JavaScript frameworks
11-11-2008, 06:11 PM
Replies:
5
Prototype: $$('.class').childElements() how to do?
Views:
9,728
Posted By
rhinodog8
yeah, I know how to do that, what I need to do is...
yeah, I know how to do that, what I need to do is apply an each function on the children elements of a certain class.
This my entire code right now, but it relys on a spefic id to do it
...
Forum:
JavaScript frameworks
11-11-2008, 03:00 AM
Replies:
5
Prototype: $$('.class').childElements() how to do?
Views:
9,728
Posted By
rhinodog8
Prototype: $$('.class').childElements() how to do?
I'm Using the Prototype Javascript Framework.
So how can I get something like $$('.class').childElements() to return element nodes, not an array.
right now I'm using $('id').childElements() but...
Forum:
JavaScript programming
10-07-2008, 08:50 AM
Replies:
3
what does this $$ mean?
Views:
511
Posted By
rhinodog8
$$ is part of the javascript prototype...
$$ is part of the javascript prototype framework(idk about other frameworks)
Heres a link. (http://prototypejs.org/api/utility/dollar-dollar)
Forum:
JavaScript programming
09-05-2008, 07:57 AM
Replies:
4
html formatting in javascript
Views:
1,818
Posted By
rhinodog8
you could use...
you could use document.write="<b>hello</b><br><i>sam</i>"
and put that into a function.
Forum:
HTML & CSS
09-05-2008, 07:55 AM
Replies:
6
CSS issue with navigation bar
Views:
746
Posted By
rhinodog8
you need to make that into a function that is...
you need to make that into a function that is called on a mouse click.
but the easiest way to do it is like the guy above me said add
target="_blank"
to the link
Forum:
HTML & CSS
09-05-2008, 07:51 AM
Replies:
5
PNG solution not working in IE6
Views:
2,617
Posted By
rhinodog8
michaelespinosa that won't work, that only deals...
michaelespinosa that won't work, that only deals with alpha transparency not partial transparency.
The only fix i can i think of is to have the blended image be muxed together and just display...
Forum:
HTML & CSS
09-04-2008, 06:12 AM
Replies:
6
CSS conditional statements
Views:
3,024
Posted By
rhinodog8
googles chrome engine IS, almost exactly copied,...
googles chrome engine IS, almost exactly copied, from apple's engine webkit (http://webkit.org), which is used in their browser safari, and is the fastest web engine in the world at the moment.
...
Forum:
HTML & CSS
09-04-2008, 06:11 AM
Replies:
6
CSS conditional statements
Views:
3,024
Posted By
rhinodog8
googles chrome engine IS, almost exactly copied,...
googles chrome engine IS, almost exactly copied, from apple's engine webkit (http://webkit.org), which is used in their browser safari, and is the fastest web engine in the world at the moment.
...
Forum:
HTML & CSS
09-02-2008, 05:02 PM
Replies:
3
Safari & min-height problem
Views:
3,540
Posted By
rhinodog8
how bout a link? cause I'm not getting what the...
how bout a link? cause I'm not getting what the problem is really.
Forum:
HTML & CSS
09-02-2008, 04:19 PM
Replies:
1
can not prevent large images messing up display
Views:
511
Posted By
rhinodog8
set the image width to 100% inside a container...
set the image width to 100% inside a container that you want the images to be contained within.
and set the max-width to w/e the pictures native width is.
Forum:
HTML & CSS
09-02-2008, 02:57 PM
Replies:
6
CSS layout problems in IE6
Views:
778
Posted By
rhinodog8
Add this to your team.css: ...
Add this to your team.css:
#left-nav-title{border:none;}
change <h3>Vital Statistics</h3> in your html to <span style="font-size:16px;padding-top:202px;background-color:#D7154E;border:1px...
Forum:
HTML & CSS
09-02-2008, 12:17 PM
Replies:
6
CSS layout problems in IE6
Views:
778
Posted By
rhinodog8
wow that zipped file really helped. open...
wow that zipped file really helped.
open team.css and edit this:
#wrapper #content #infobox p {
margin-bottom: 2px;
}
to:
#wrapper #content #infobox p {
margin-bottom: 2px;
Forum:
HTML & CSS
09-02-2008, 10:32 AM
Replies:
6
CSS layout problems in IE6
Views:
778
Posted By
rhinodog8
add this to the html where it says <div...
add this to the html where it says <div id="infobox">
<div id="infobox" width="200px">The Bold is what you add to <div id="infobox">
Thats honestly just a shot in the dark, and can't really...
Forum:
HTML & CSS
09-02-2008, 05:58 AM
Replies:
14
Too many frames
Views:
1,107
Posted By
rhinodog8
Wow I didn't think my post would be taken as a...
Wow I didn't think my post would be taken as a jerk telling people what to do.
I don't go around this forum posting just to be mean and put people down, my posts have a purpose, and that is to be...
Forum:
HTML & CSS
09-01-2008, 07:43 AM
Replies:
14
Too many frames
Views:
1,107
Posted By
rhinodog8
Please, use the code tags for your post, second...
Please, use the code tags for your post,
second please post only the relevant code, don't expect people to waste there time shifting through every line of code,if you don't know any of the code to...
Showing results 1 to 25 of 64
Page 1 of 3
1
2
3
>
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
10:41 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.