Working On A Games Thing »  Show posts from    to     

Icy Phoenix


English Chit Chat - Working On A Games Thing



mort [ Mon 22 Oct, 2012 14:37 ]
Post subject: Working On A Games Thing
I just finished the install php for a games thing I'm playing with.

Here's a html demo - What do you think? - Maybe too plain. :twisted:

http://members.iinet.net.au/~cranky65/install.html

Oh! and it's best with FF whatever and IE 9. :P


Joshua203 [ Mon 22 Oct, 2012 15:05 ]
Post subject: Re: Working On A Games Thing
Looks nice Mort, the dragon image should be a little wider though (or the box less wide)

EDIT:
oooh and it's a bit confusing where you tell not to add slashes while you already added http:// in the text block :shock:


mort [ Mon 22 Oct, 2012 21:42 ]
Post subject: Re: Working On A Games Thing
Joshua203 wrote: [View Post]
oooh and it's a bit confusing where you tell not to add slashes while you already added http:// in the text block :shock:


Picky! :mrgreen:

Just for that I'll change it to "Do not add trailing slashes" just for the http//. :P

About the width? (You don't say what browser you are looking with) Can you take a snapshot for me please, because I can't see anything wrong. :(

Unless I go and by a monitor that will work with the old box I've got in the shed. :lol:


Joshua203 [ Tue 23 Oct, 2012 22:02 ]
Post subject: Re: Working On A Games Thing
Picky? ... me?? :lol:

I think you don't need a screenshot anymore for image/block width since it seems to be fixed already (I viewed it with IE9 and Nightly to compare).

I'll try and make some crossbrowser screenshots tomorrow for some other irregularities that I did not notice yesterday (alignment of the dropdown boxes compared to the text boxes) :wink:


mort [ Wed 24 Oct, 2012 00:56 ]
Post subject: Re: Working On A Games Thing
Joshua203 wrote: [View Post]
Picky? ... me?? :lol:

No, just fussy like I am. :lol:
Quote:
I did not notice yesterday (alignment of the dropdown boxes compared to the text boxes) :wink:

I may have to make a new column for those because FF and IE9 see the padding differently. :(

Edit:

Should be all fixed - Thank you. 8)


Joshua203 [ Wed 24 Oct, 2012 10:51 ]
Post subject: Re: Working On A Games Thing
mort wrote: [View Post]

Edit:

Should be all fixed - Thank you. 8)

I think you've added the IF IE line to correct it, right?
This still leaves chrome, safari and opera looking different.

For example, this is what chrome looks like:

chrome_example


mort [ Wed 24 Oct, 2012 13:43 ]
Post subject: Re: Working On A Games Thing
Joshua203 wrote: [View Post]
I think you've added the IF IE line to correct it, right?


Of course I did. And still am for the sake of about 6px difference. :P

And thanks a lot for the picture, as it forced me to install chrome. :(

And it was the inputs were shrinking and not the selects moving. Anyway, it should be Ok this time. :oops:

Thanks again Josh. :mrgreen:


Joshua203 [ Wed 24 Oct, 2012 13:53 ]
Post subject: Re: Working On A Games Thing
I'm sorry to disapoint you again, Opera now looks completely off (worse than it was)

operascreeny

On the upside.. all the other browsers mentioned earlier look similar now ..sofar sogood, you're welcome :wink:
______________

EDIT:
Since you must have done a quick edit already, here's the second result in opera:

opera2screeny


mort [ Wed 24 Oct, 2012 14:18 ]
Post subject: Re: Working On A Games Thing
The first pic you snapped was when I changed the template and hadn't uploaded the changed css files - Jeez, talk about BAD timing.
:lol: :lol:

How many of the %$# :censored: browsers do I got to look at! :censored:

Back soon - Watch this space. :lcop:

I'm back - - :lol:

My friend, Opera doesn't know what modern html looks like yet. :(

Opera likes this:

<input type="text" name="games" size="46" value="12" />

The others prefer:

<input class="inwidth" type="text" name="games" value="12" />

And I ain't going to play any more just for "Opera" :P


Joshua203 [ Wed 24 Oct, 2012 18:03 ]
Post subject: Re: Working On A Games Thing
I can imagine Mort, goodluck with your "Games thing"


mort [ Wed 24 Oct, 2012 21:38 ]
Post subject: Re: Working On A Games Thing
Thanks for the input my friend. :mryellow:

But this is what drives one nuts.

All of the pages I made are WC3 compliant, (But the Tooltip wrecks that with the install template) and here we have Chrome that can't see what three other browsers see.

So how does one change WC3 compliant markup and css to suit a mediocre browser like Chrome and not screw up the others.

Even min-width: 450px !important is ignored by Chrome, while I don't even use it for the others anyway.

:cry:

Spoiler: [ Show ]


Edit:

I did some Googling and found that Chrome has a problem with cells in tables and the only way I can fix it is to fix the table width to XXXpx etc.

And I ain't about to do that because it will end up looking like Limun's calendar problem on different resolutions. ;)


Joshua203 [ Thu 25 Oct, 2012 10:32 ]
Post subject: Re: Working On A Games Thing
In my own portal a fixed width is used for the left and right blocks and a % for the center, if the center can't shrink enough for any reason I get a horizontal scroll in any browser I test with.
Maybe that is an option for you Mort?


mort [ Thu 25 Oct, 2012 11:50 ]
Post subject: Re: Working On A Games Thing
I use max-width: 200px !important; for the side columns - And if Chrome can't decipher that, and other people are having the same problem, then I feel loath to accommodate fixed width in a fluid-width theme just for Chrome.

;)

Edit:

I bit the bullet and made the center fixed width because I couldn't stand it after trying all other possibilities just for :censored: Chrome.

:lol:


Mighty Gorgon [ Sat 17 Nov, 2012 08:33 ]
Post subject: Re: Working On A Games Thing
Very nice website mort!

It's a pain dealing with blocks width over different browsers... I spent hours on this topic and sometimes I still cannot render something how I would like to.


mort [ Sat 17 Nov, 2012 10:46 ]
Post subject: Re: Working On A Games Thing
Thanks, Luca :mrgreen:

I also note that I have a "New" member :P

But the demo gives a better picture of how it really works because it has header, footer and above and below game ads that work on the principle if(!empty - parse this. (Actually all of the Ad-Blocks work on the same rules).

http://bitzagames.com/demo/index.php

Not only that each game can also be sponsored individually with the above and below ads and up to three "side" ads.

Anyway, it's called Bitza Games because it is exactly that - A bit of this and that and even some of Icy Phoenix. :lol:

If you want a copy of the Demo - Just ask and I'll make a zip (45mb) available.

And something I was going to look at in the near future, when and if I ever finish cleaning it up is to drop it into Icy Phoenix as a toy using a new page, because just one VAR handles all of the core files.


Mighty Gorgon [ Sat 17 Nov, 2012 10:53 ]
Post subject: Re: Working On A Games Thing
You did a good job for what I can see.

I'll be glad to have a look at your package, thanks. :)


mort [ Sat 17 Nov, 2012 23:04 ]
Post subject: Re: Working On A Games Thing
It's in the mail... :mrorange:

If anyone else who contributes here wants a copy to play with - just PM me.


TheSteffen [ Sun 18 Nov, 2012 13:00 ]
Post subject: Re: Working On A Games Thing
Very nice site mort :up:

Found one thing
http://bitzagames.com/demo/index.php?action=blog

Pages: [1] [1] ?


mort [ Sun 18 Nov, 2012 13:12 ]
Post subject: Re: Working On A Games Thing
It actually means page 1 of 1 ;)

The first "red page 1" only tells you what page you are on.

If you look here:

http://bitzagames.com/arcade/index....se&ID=10&page=4

You'll get the picture. :mrgreen:

I was going to paginate it something like Icy Phoenix uses, but my Grand-kids liked it the way it is where they can jump to any page without the "Next 5/10 first/last" etc. :lol:

Maybe if I changed Pages to Page -> It would probably be better. Don't know - I'll have to ask the Jr managers who issue all the instructions. ;)

Edit:

But now you've got me thinking that I could rewrite the pagination script to give the "Current" page its own css class, and may put that on my "Things to do/look at" list. ;)


TheSteffen [ Mon 19 Nov, 2012 22:49 ]
Post subject: Re: Working On A Games Thing
mort wrote: [View Post]
But now you've got me thinking that I could rewrite the pagination script to give the "Current" page its own css class, and may put that on my "Things to do/look at" list. ;)

Right, in my opinion that should be better :mricy:




Powered by Icy Phoenix