Search found 139 matches

by Mardonis
Fri Sep 11, 2015 1:31 am
Forum: Project Showoff Tier II
Topic: Socuwan MMO
Replies: -1
Views: 1667

Socuwan MMO

Howdy guys, There is a kick-starter made by a person going by the name of [ThinMatrix] that is really great. He has made a bunch of awesome tutorials having to do with Java and OpenGL. He even has a devlog that he records on the stuff that he has added. If you can go and check out his kick-starter, ...
by Mardonis
Thu Jul 09, 2015 2:13 pm
Forum: Coding
Topic: Unicode display problem
Replies: -1
Views: 4227

Re: Unicode display problem

Just happened to find this: https://code.google.com/p/chromium/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified&groupby=&sort=&id=42984 5 years old and still an issue. Still in active mode. ...
by Mardonis
Thu Jul 09, 2015 12:48 pm
Forum: Coding
Topic: Unicode display problem
Replies: -1
Views: 4227

Re: Unicode display problem

Just checked with Firefox and that works. Looks like it is only Chrome that is not working. Still can't figure out why it's not displaying properly.
by Mardonis
Thu Jul 09, 2015 12:45 pm
Forum: Coding
Topic: Unicode display problem
Replies: -1
Views: 4227

Re: Unicode display problem

What browser did you try it on. i accidently just tried it on IE with the fiddle you gave and it worked. Then i realized i wasnt in Chrome which is what i mainly use during my projects. So I tried verifying if it works in Chrome with the fiddle and all i get is a square box in place of the picture. ...
by Mardonis
Wed Jul 08, 2015 5:35 pm
Forum: Coding
Topic: Unicode display problem
Replies: -1
Views: 4227

Unicode display problem

I am trying to disdplay a crossed swords picture with the following unicode ⚔
All I see is a blank picture. Here is an example of what i am trying to do.

Code: Select all

<a class="swords">⚔</a>
Any help is greatly appreciated. Thanks.
by Mardonis
Mon Jun 15, 2015 12:46 pm
Forum: Coding
Topic: javascript linting error
Replies: -1
Views: 4135

Re: javascript linting error

ok cool, thank you. I was basically trying to NOT use ternaries like you said. wanted to get it back to a normal if statement for readability. Then I was going to optimize later.
by Mardonis
Fri Jun 12, 2015 5:56 pm
Forum: Coding
Topic: javascript linting error
Replies: -1
Views: 4135

Re: javascript linting error

Would this be the same?

if (foo === undefined) {
bar;
} else {
foo;
}
by Mardonis
Fri Jun 12, 2015 4:01 pm
Forum: Coding
Topic: javascript linting error
Replies: -1
Views: 4135

javascript linting error

I have a piece of code below that says "Unexpected assignment expression." where (foo = bar). function bar() {} var foo; foo || (foo = bar); I have tried to create a variable before it and assign it to the variable. But it gives another error where foo is saying "Expected an assignmen...
by Mardonis
Mon Apr 13, 2015 5:24 pm
Forum: General Development
Topic: My New project
Replies: -1
Views: 3786

Re: My New project

Think of this for a moment. You and some friends are all wearing one of these mobile VR. Yes it is completely mobile. It is a cellphone. You are all on a trail in the woods and the phones camera is showing you whats in front of you. You are really in the woods walking. Basically looking through a v...
by Mardonis
Wed Jan 28, 2015 1:43 pm
Forum: Off-Topic
Topic: This September: 20 years since the PS1 release
Replies: -1
Views: 1441

Re: This September: 20 years since the PS1 release

I had a Sega Saturn and bought it only for the game Myst. I love games like that. When I Beat the game I would play it again. I would like to make something in JavaScript like that.

Go to advanced search