Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 44
Search took 0.07 seconds.
Search: Posts Made By: Skychan
Forum: HTML & CSS 02-02-2011, 08:11 PM
Replies: 0
Views: 952
Posted By Skychan
IE only detects css hover on mouse move

IE8 (in standards compliance mode)

I have 2 DIV buttons, one is hidden and one is visible. You hover over whichever one is visible and the css :hover pseudoclass activates fine. Click the button...
Forum: JavaScript programming 10-06-2010, 09:09 PM
Replies: 7
Views: 1,327
Posted By Skychan
I can't find a solution. The alternative, as...

I can't find a solution.

The alternative, as I already mentioned, is to also change a non-hash aspect of the URL in the location.replace(). This works. It properly replaces the history point with...
Forum: JavaScript programming 10-06-2010, 01:29 AM
Replies: 7
Views: 1,327
Posted By Skychan
I'm still having this problem. If you are...

I'm still having this problem. If you are interested in this problem, do you understand fully what is happening? You can follow my above instructions to see the problem in action.
Forum: JavaScript programming 06-23-2010, 03:52 AM
Replies: 7
Views: 1,327
Posted By Skychan
Well, you are doing location.href = ... I am...

Well, you are doing location.href = ...

I am doing location.replace(...).

And yes, neither ways cause reloads. I said it would cause a reload if I add a get request param (eg: start url...
Forum: JavaScript programming 06-23-2010, 03:26 AM
Replies: 7
Views: 1,327
Posted By Skychan
:eek: one problem at a time, maybe? Although...

:eek:

one problem at a time, maybe? Although I just tried it in Chrome and it exhibited the same behavior as IE8.

So maybe that's just something I can't control?

I really want the user to...
Forum: JavaScript programming 06-23-2010, 03:12 AM
Replies: 7
Views: 1,327
Posted By Skychan
btw, it works exactly as I expect it to in Firefox

btw, it works exactly as I expect it to in Firefox
Forum: JavaScript programming 06-23-2010, 03:10 AM
Replies: 7
Views: 1,327
Posted By Skychan
Advanced scripting: need help to make IE8 behave!

Ok, for starters I'm not a beginner and my website is running under standards mode (not quirks).

When my site loads I perform:


window.location.replace(window.location.href + "#encodedstuff");...
Forum: JavaScript programming 06-20-2010, 09:12 AM
Replies: 26
Views: 2,401
Posted By Skychan
post-secondary school is anything after mandatory...

post-secondary school is anything after mandatory (free) education (in North America): ie university/college
Forum: JavaScript programming 06-19-2010, 05:12 AM
Replies: 4
Views: 1,323
Posted By Skychan
PM me tomorrow and I might have time to give you...

PM me tomorrow and I might have time to give you a bit of code... but honestly I'm not going to build the whole thing for you. Start learning about the DOM and how to get values like...
Forum: JavaScript programming 06-19-2010, 04:53 AM
Replies: 4
Views: 1,323
Posted By Skychan
Well, in the onMouseUp event you're going to have...

Well, in the onMouseUp event you're going to have to figure out if the mouse coordinates are within the boundaries of an element that you care about...

So if you have only one object, say a trash...
Forum: JavaScript programming 06-19-2010, 04:45 AM
Replies: 4
Views: 915
Posted By Skychan
Well, it's not too much code to read through, but...

Well, it's not too much code to read through, but I'm not going to right now cuz I'm lazy. But I'll get you some code. Here's a good function for setting opacity that is widely compatible, AFAIK.

...
Forum: JavaScript programming 06-19-2010, 02:15 AM
Replies: 26
Views: 2,401
Posted By Skychan
Also forgot: "Jet Stream Studios was a...

Also forgot:

"Jet Stream Studios was a design I created for as a Web Devlopment company."
change to
"Jet Stream Studios was a design I created for a Web Development company."

Removed "as" and...
Forum: JavaScript programming 06-19-2010, 02:08 AM
Replies: 26
Views: 2,401
Posted By Skychan
I read your home page now and I can't help but do...

I read your home page now and I can't help but do a little bit of proofing:

"First of all welcome to my online portfolio and thank you for taking the time to read this. Time to introduce myself....
Forum: JavaScript programming 06-19-2010, 01:43 AM
Replies: 26
Views: 2,401
Posted By Skychan
It loaded up in like 2 or 3 seconds. Completely...

It loaded up in like 2 or 3 seconds. Completely normal. That was the first time I'd ever been to that site, so I know I didn't have it cached.

Nothing to worry about. If you are on old school dial...
Forum: HTML & CSS 06-17-2010, 11:45 PM
Replies: 1
Views: 1,614
Posted By Skychan
SOLVED! Nvm, I solved it. My code was not...

SOLVED!

Nvm, I solved it. My code was not setting the CSS correct and I figured out what was wrong and corrected it.

cheers
Forum: HTML & CSS 06-17-2010, 10:10 PM
Replies: 1
Views: 1,614
Posted By Skychan
CSS backgrounds (data urls) in IE7 don't work

If you load the link below in IE8, FF, or Chrome the beautiful On/Off slider buttons look beautiful. They use a bunch of css backgrounds using data URLs in browsers that support data URLs.

If you...
Forum: JavaScript programming 06-17-2010, 12:55 AM
Replies: 6
Views: 1,074
Posted By Skychan
I tried doing my code the same way you did......

I tried doing my code the same way you did... defining an anonymous function and then running it by putting the brackets and loop variable right after... exact same as yours, but it wouldn't run. It...
Forum: JavaScript programming 06-16-2010, 01:47 AM
Replies: 4
Views: 734
Posted By Skychan
*window.onResize event* my bad :P

*window.onResize event*

my bad :P
Forum: JavaScript programming 06-16-2010, 01:46 AM
Replies: 4
Views: 734
Posted By Skychan
I've never used window.resizeTo() but it's...

I've never used window.resizeTo() but it's obviously really simple and nothing looks wrong to me from what you've posted. You say the only problem is that when it does the resize that it opens up 2...
Forum: JavaScript programming 06-15-2010, 06:14 PM
Replies: 6
Views: 1,074
Posted By Skychan
Woah, I must apologize... I did not realize that...

Woah, I must apologize... I did not realize that JS does not support block-level scoping. Only function level scoping works. So the way to solve your problem is this:


function buildEvents()
{
...
Forum: JavaScript programming 06-15-2010, 06:10 PM
Replies: 11
Views: 894
Posted By Skychan
function foo() for(var i = 0; i < 4; i++) ...

function foo()
for(var i = 0; i < 4; i++)
{
var func = function(iCopy){
addEvent(function(){ alert(iCopy); });
};
func(i);
}
}
Forum: JavaScript programming 06-15-2010, 06:00 PM
Replies: 11
Views: 894
Posted By Skychan
Ok, I tested it, I indeed get the output 3, 3, 3,...

Ok, I tested it, I indeed get the output 3, 3, 3, 3 (obviously I was mistaken when I was 4,4,4,4)

So ya, no block-level scoping!

hmmm, I need to rethink how to pass the value of i to the...
Forum: JavaScript programming 06-15-2010, 05:51 PM
Replies: 11
Views: 894
Posted By Skychan
Woah, I didn't even know JS doesn't support...

Woah, I didn't even know JS doesn't support block-level scoping!

So the following code won't give different values to the anonymous function?


function foo()
{
for(var i = 0; i < 4; i++)
...
Forum: JavaScript programming 06-15-2010, 04:08 AM
Replies: 6
Views: 1,761
Posted By Skychan
var functionList =...

var functionList = document.getElementById('myform').Function;;
var designList = document.getElementById('myform').Design;
var functionChecked = false;
var designChecked = false;

for(var i = 0;...
Forum: JavaScript programming 06-15-2010, 03:48 AM
Replies: 6
Views: 1,074
Posted By Skychan
Sry, I should have put my code inside code tags. ...

Sry, I should have put my code inside code tags.

rnd_me, there are two problems with your "good function".

First, you are calling the anonymous function during the loop, so you have access to...
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT +1. The time now is 06:58 PM.