Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 10:41 AM.