Author Topic: OmnomIRC changelog and suggestions  (Read 186653 times)

0 Members and 2 Guests are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #270 on: June 22, 2013, 07:02:59 am »
Fixed the userlist (once again), it filled slowley up with same nicks, I noticed a typo in a variable name so expect it to work now all the way :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: OmnomIRC changelog and suggestions
« Reply #271 on: June 22, 2013, 07:05:22 am »
As I said you /need/ to fix the trollface emoticon. Please. Pleeeaaaassseeee !!!
* Streetwalker begs on knees :P

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #272 on: June 22, 2013, 08:04:30 am »
New snapshot. I ditched hiding the tabs. It seemed like it could get too confusing.
I don't really like your colors...............but the areas are good, only that I can't minimize the options in chrome and that the send-button is not fully visible due to the options button.
« Last Edit: June 22, 2013, 08:05:30 am by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnomIRC changelog and suggestions
« Reply #273 on: June 22, 2013, 05:10:28 pm »
I don't really like your colors...............but the areas are good, only that I can't minimize the options in chrome and that the send-button is not fully visible due to the options button.
This isn't a finished product. It's not suppose to look super pretty. There aren't really any colours on it yet.
Why can't you hide the settings pane in chrome? Does the close button not show up on the top right?
How exactly is the send button not fully visable? I'm using absolute positioning, it should be pixel perfect....
I've installed chrome and I'll fix whatever it's complaining about.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC changelog and suggestions
« Reply #274 on: June 22, 2013, 05:13:38 pm »
Indeed. Plus I think Eeems know very well that if he installed a copy of OmnomIRC that looks exactly like this on the forums (without customizing the CSS/design, that is) it would spark public outcry :P

It would look fine if Omnimaga ever got a 1995 theme, though. :P (where everything was on white background with times new roman text)
« Last Edit: June 22, 2013, 05:14:09 pm by DJ Omnimaga »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #275 on: June 22, 2013, 05:14:58 pm »
I don't really like your colors...............but the areas are good, only that I can't minimize the options in chrome and that the send-button is not fully visible due to the options button.
This isn't a finished product. It's not suppose to look super pretty. There aren't really any colours on it yet.
Why can't you hide the settings pane in chrome? Does the close button not show up on the top right?
How exactly is the send button not fully visable? I'm using absolute positioning, it should be pixel perfect....
I've installed chrome and I'll fix whatever it's complaining about.
there is no x button and for the send button it is like the left-most few pixels are overlayed by the button left of it.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnomIRC changelog and suggestions
« Reply #276 on: June 22, 2013, 05:19:46 pm »
there is no x button and for the send button it is like the left-most few pixels are overlayed by the button left of it.
It's because chrome isn't following standards and it's ignoring the z-index I'm setting. Attempting to fix. Chrome was also styling the button element different then it should have.
/e

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #277 on: June 22, 2013, 05:26:59 pm »
you have to add position:relative; so that it works with chrome.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnomIRC changelog and suggestions
« Reply #278 on: June 22, 2013, 05:31:06 pm »
you have to add position:relative; so that it works with chrome.
That would break everything ;) fixed, relative and absolute all work with chrome, the issue is that with fixed it ignores z-index which is, apparently a known bug.
Using relative wouldn't work properly due to how the layout it so I've come up with an  alternative. You should now be able to see it in chrome the way it's suppose to look!
/e

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #279 on: June 22, 2013, 06:14:07 pm »
It's working :)
I think I would make the corners a bit rounder (larger radius) and add padding on the options :P
EDIT: Oh, and IMO the arrow buttons for the channel tabs should look the same and should scroll how omnomirc currently does >.>
« Last Edit: June 22, 2013, 06:15:22 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC changelog and suggestions
« Reply #280 on: June 23, 2013, 12:11:54 am »
It sucks that none of the browsers seems to follow every standard. When something works in Chrome, it breaks in other stuff, and then when it does work fine, it breaks in Opera or makes Firefox lag like hell. As for IE, well, it results in web programmers carrying a hammer near their computer in case they have a rage fit.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #281 on: June 23, 2013, 04:54:40 am »
I just thought about it: the channel tabs and topic are prolly a bit big once you fit it into that small iframe....

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: OmnomIRC changelog and suggestions
« Reply #282 on: June 23, 2013, 08:01:06 pm »
I just thought about it: the channel tabs and topic are prolly a bit big once you fit it into that small iframe....
It probably could be smaller. It's not that bad though. The iframe we use on Omnimaga sizes to a height of 272px. I just did a test of 272px height for OIRC3 and it looked fine to me. It's got a tad less space then OmnomIRC2 though, but that's not really a problem.
It's working :)
I think I would make the corners a bit rounder (larger radius) and add padding on the options :P
EDIT: Oh, and IMO the arrow buttons for the channel tabs should look the same and should scroll how omnomirc currently does >.>
I like 3px corners.
Padding to the options?
With the way the tabs are designed changing over to work how OmnomIRC currently works would take a lot of effort. Plus, the way OmnomIRC currently does tab scrolling is rather slow an inefficient. I will not change it over to work that way.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC changelog and suggestions
« Reply #283 on: June 23, 2013, 11:15:39 pm »
Will this version of OmnomIRC be less resource-intensive enough to be able to run on the same Atari 2600 as Omni?
« Last Edit: June 23, 2013, 11:15:51 pm by DJ Omnimaga »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: OmnomIRC changelog and suggestions
« Reply #284 on: June 24, 2013, 06:32:36 am »
Omni can run on a Atari? O.O

And OmnomIRC3 will use WebSockets wich will make it less resource intensive but requires the browser to support the newest HTML5 standarts, we might add a fallback that is similar to the current chat-system for if you don't have a new browser.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!