Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 67 68 [69] 70 71 ... 370
1021
News / Re: Welcome on TI-Planet!
« on: April 01, 2013, 01:19:29 am »
Obviously this is an April-fools prank.
You are mistaken. It's not April 1st yet. This cannot be an April fools prank.

1022
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: March 28, 2013, 10:44:05 am »
big huge mega ultra super duper derping loosing game update!
it is supported now FULLY over gCn!
so, as server put in omnomirc.www.omnimaga.org
as hub put in the channel you wanne join (e.g. #omnimaga)

I will add later /join #chan so that you can join other channels without having to do some stuff on the pc :)

on Windows I figured out that you have to use "#omnimaga" (with quotes) or else it will give you an error
That's not just windows. IRC Network channels are prefixed by #
https://www.alien.net.au/irc/chantypes.html

1023
Web Programming and Design / Re: Snow Storm
« on: March 27, 2013, 01:27:29 am »
Can a browser behave differently on a different OS version than another? (For example IE8 on Windows XP vs IE8 on Windows 7)
Highly unlikely, unless they have unstable code.

1024
Web Programming and Design / Re: Snow Storm
« on: March 27, 2013, 01:25:36 am »
I just created a virtual machine and installed Konqueror. I didn't get any errors when I ran the test. I'm not sure whats happening for you ElementCoder. Maybe your version of Konqueror is outdated?

1025
OmnomIRC Development / Re: OmnmomIRC changelog and suggestions
« on: March 23, 2013, 01:10:03 pm »
Aaaand forked to re-write all the JavaScript to follow better coding standards.
https://github.com/Eeems/OmnomIRC
Eeems, in your re-written js code you removed all the parts with omnimagaUserId which are important by now for checking if the user is admin for ops.
So I can't merge the project at this point, sorry
look at when I forked it. that feature wasn't in it yet. plus, its not ready to be merged. its not done yet. there is a ton of work still to be done.

1026
OmnomIRC Development / Re: OmnmomIRC changelog and suggestions
« on: March 23, 2013, 12:10:28 pm »
Does Eeems editing it means Opera support is removed? :P
Opera is moving to webkit, you won't have issues ;p
I'll make sure to make it cross-browser and to support opera :)

1027
OmnomIRC Development / Re: OmnmomIRC changelog and suggestions
« on: March 23, 2013, 02:00:45 am »
Aaaand forked to re-write all the JavaScript to follow better coding standards.
https://github.com/Eeems/OmnomIRC

1028
OmnomIRC Development / Re: OmnmomIRC changelog and suggestions
« on: March 22, 2013, 06:39:45 pm »
Suggestion for change to Omnom_Parser.js
Code: [Select]
function drawChannels(){
"use strict";
var table,
td,
span,
span2,
chanName,
docfrag = document.createDocumentFragment(),
chanList = document.getElementById("ChanList");
for (var i in channels){
// build elements/variables
table = document.createElement('table');
td = document.createElement('td');
span = document.createElement('span');
span2 = document.createElement('span');
table.className = 'chanList';
chanName = base64.decode(channels[i]);
// Set properties/events
td.id = chanName;
td.className = (getChannelIndex()==i)?"curchan" :"chan"
if (chanName.substr(0,1) != "#"){
span.onclick = (function(name){
return function(){
partChannel(name);
}
})(chanName);
span.onmouseover = function(){
this.style.color = '#C73232';
this.style.fontWeight = 'bolder'
};
span.onmouseout = (function(color){
return function(){
this.style.color = color;
this.style.fontWeight = 'normal';
}
})((getChannelIndex()==i)?'#FFF':'#22C');
span.innerHTML = 'x';
td.appendChild(span);
}
span2.onclick = (function(i){
return function(){
selectChannel(i);
};
})(i);
span2.innerHTML = chanName;
// Append to DOM
td.appendChild(span2);
table.appendChild(td);
docfrag.appendChild(table);
}
chanList.innerHTML = '';
chanList.appendChild(docfrag);
}
A better drawChannels function. It might need some tweaking since I can't really test that much.

EDIT: Updated code

1029
Web Programming and Design / Re: Snow Storm
« on: March 22, 2013, 10:42:40 am »
Konqueror fails all but the first test :(
Thanks, well this will be hard for me to test all the time. I'm not even sure it's a fault with my code. It might be Qunit or something.

EDIT: If nobody is going to run the test for Midori or Rekonq then I'm going to remove them from the default test group.

1030
Web Programming and Design / Re: Snow Storm
« on: March 19, 2013, 10:51:29 am »
New run token created due to the server issues. First post updated.

1031
Web Programming and Design / Re: Snow Storm
« on: March 18, 2013, 01:46:19 pm »
http://swarm.eeems.ca/user/eeems As you can see, I'm still missing browsers to test for me :/

1032
Site Feedback and Questions / Re: Forum search broken?
« on: March 18, 2013, 10:52:49 am »
So bump.. Can this be fixed? I was using our "search" feature up until recently and it is quite useful.
It's not broken, it's disabled on purpose. The SMF search functionality is really inefficient and causes the CPU to max out which slows down the whole site. If we leave it on there is a lot of negative impact on the users browsing the site. Namely huge slowdowns.

1033
Web Programming and Design / Re: Snow Storm
« on: March 14, 2013, 09:23:15 pm »
Don't you need Chromium in the test?
I don't need it. I could add it though if you want to point a chromium browser to it every so often.

1034
Web Programming and Design / Re: Snow Storm
« on: March 14, 2013, 12:56:57 pm »
FF20 ran that timed out test again and passed. Konqueror passed as well :)
I wonder why it timed out the first time...
New test have been added due to some changes. I'm now on IE10 at work so if someone has IE9 to test with that would be awesome :D

1035
Web Programming and Design / Re: Snow Storm
« on: March 13, 2013, 09:52:22 am »
Had FF20 and FF21 have a poke around. 21 passed everything, 20 shows a flag saying "Maximum execution time exceeded." at the AutoComplete[1363108744] test.
Thanks, I reset that test. do you mind running it again?
How does it work by the way? I have no clue what to do on the 2 pages posted in the 1st post :P
One page lets you look at all the stats for all the tests and the other let's your browser run any unfinished tests automatically if it is one of the browsers needed.

Pages: 1 ... 67 68 [69] 70 71 ... 370