rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: TSG on September 03, 2007, 07:16:11 AM

Title: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 03, 2007, 07:16:11 AM
Preview of ToG 3.0.0 Beta

-- LINK REMOVED --

Old checklist removed, official checklist online at:

http://www.rawr-designs.com/tog/todo.php
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Foggy on September 03, 2007, 10:06:08 AM
Very nice :D
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: rogernie on September 05, 2007, 02:23:44 PM
hi there,


does it support UTF-8 characters file name for mp3 player? ???



Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 05, 2007, 03:40:45 PM
I have no idea. Only tested it with English.

I have been working with Comrade Elisey getting flash to translate to russian, its hard work :P
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: sds on September 07, 2007, 01:25:19 PM
does it support UTF-8 characters file name for mp3 player? ???
I was helped by such line: <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
In all codes of processing of cyrillic symbols.


That_Stevens_Guy, can you give code of DivX Web Player which would open in a new window. It is very important, that some avi-files were processed by one player (to avoid the overload of a server). A good example: http: // s559149c2.adsl.wanadoo.nl/DivX%20Videos/
I such couldn't reach.

P.S. Sorry for my english, i'm russian.  ;)
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 07, 2007, 01:50:51 PM
With UTF-8 and Russian i think the flash player should work... but thats only from experience with flash and UTF-8 text files...

As for the DivX Player support for the ToG, you'll have to wait for the release :D
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Giant Eagle on September 08, 2007, 02:20:27 PM
That_Stevens_Guy, can you give code of DivX Web Player which would open in a new window. It is very important, that some avi-files were processed by one player (to avoid the overload of a server). A good example: http: // s559149c2.adsl.wanadoo.nl/DivX%20Videos/
I such couldn't reach.

P.S. Sorry for my english, i'm russian.  ;)

The method that is used on the website you specified is exactly what you described. Each .AVI file gets its own player. If you press close, or if you open another file, the current DivX player gets deleted. It would be the same as opening in a new window. And afaik, my server hasnt overloaded cause of the DivX webplayers yet.

The reason that you were not able to view the avi files was maybe because the latest beta of the DivX web player is very unstable on websites other than their own (Stage6)
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 14, 2007, 03:26:13 AM
New Tooltips are almost completed, there is a small bug with the fading so atm they just hide and show, Tooltip follows the mouse fine now tho. The code is so tiny compared to the old tooltips too :)

If you want to test, http://weirdoworld.homeftp.net:5252  - hover the ToG Logo :)

EDIT: Bugs Fixed!
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: AYEHAN on September 23, 2007, 10:51:47 PM
Please Please Pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee


Make It Black Tooo


i Just Don't wanna switch to any other thing ... so please do me a personal favour and make a Black one for me :)
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Foggy on September 24, 2007, 03:25:56 AM
Please Please Pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee


Make It Black Tooo


i Just Don't wanna switch to any other thing ... so please do me a personal favour and make a Black one for me :)

The TOG uses CSS so you should be able to modify it quite easily and create a black version.
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 24, 2007, 08:42:54 AM
No. No Black. ToG uses very dark blues. In the very beginning we placed 4 colour schemes, and blue/white won the vote, if you want to make it black just edit the CSS, its very easy to do.

ALSO, we finished the new mp3player! - took all weekend >_> so u's better like it.

The scripts for the playlist functionality (turns the file list that you see from hfs into a playlist), hasn't been implemented into the ToG yet. So Next, Previous and List Play will not do anything.
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Giant Eagle on September 24, 2007, 11:45:29 AM
ALSO, we finished the new mp3player! - took all weekend >_> so u's better like it.

The scripts for the playlist functionality (turns the file list that you see from hfs into a playlist), hasn't been implemented into the ToG yet. So Next, Previous and List Play will not do anything.

Those buttons do work on my new test version of Terayon

http://www.fileserver.nl.tp/TestMp3Player (http://s559149c2.adsl.wanadoo.nl/testmp3player/) < -- check it out
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: AYEHAN on September 24, 2007, 08:53:26 PM

The TOG uses CSS so you should be able to modify it quite easily and create a black version.

if i could do that i wont post here :/ i dont know a word of html even ...... just Networking ....


can u giveme a hint on TOG version 2.90 which line number i should edit to make it blue

Thanks
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on September 25, 2007, 04:23:45 AM
You mean black?
uhm. no. i cant :P just look for... these tags. and the HEX value after them or in them. e.g. #036 or #004480. A hex code consists of either 6 or 3 characters in the ToG, change them to the color of choice. also. check the template itself for these... i may have left some style="" properties.

Here is a vague guideline of a css style.

target {
      background: HEX url position repeat; < stacked.
      background-color: HEX; < unstacked.

      border:width type HEX; < stacked.
      border-color: HEX; < unstacked.

      color:HEX;
}
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Giant Eagle on September 25, 2007, 09:42:28 AM
The hex goes from 0 to F, where F is 100%

it uses the RGB format:

#XXXXXX

#FF0000 being totally red
#00FFFF being yellow?

#F00 and
#0FF are the same as above


So if you want pitch black ;D
#000 is your friend
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: AYEHAN on September 25, 2007, 12:03:40 PM
thanks alot :)
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on October 19, 2007, 05:41:38 PM
http://www.rejetto.com/forum/index.php?topic=4893.msg1027002#msg1027002

Checklist Updated!
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: ELEVENNNN on October 24, 2007, 03:23:47 AM
It looks nice  ::)

Let the countdown begin...sorry for all the useless post tonight, i work in IT at a school and they are completely closed today and we are here twitling our thumbs... so now I have to spend hours reading forums.

but in all sincerety, it looks grand. great work
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Alons0 on October 30, 2007, 02:10:16 PM
When will it be released?
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Foggy on October 31, 2007, 05:29:13 AM
When will it be released?

I think TSG was aiming at 2-3 weeks.
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on October 31, 2007, 05:37:38 PM
I think TSG was aiming at 2-3 weeks.

Correct, tomorrow/today is my final day of really major assessment, until next thursday when i have an exam. I am pulling an all nighter here atm trying to get the 15min speech prepared lol. Such is the life of a university student. Everything is working as planned, i still am unsure about that 2-3wks, i am yet to build the flv player and giant eagle is still working on the updating progress. To be honest i haven't touched tog in about 3 weeks because of uni and working on the rawr-hompage. Which i promised giant eagle i'd work on before the tog. The current face of http://www.rawr-designs.com is temporary, although its pretty nice for about 5min work ^_^, anyway back to typing.
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: Mr. Me on October 31, 2007, 08:38:46 PM
Nice Work Dude.... !
Title: Re: Preview of ToG 3.0.0 Beta - Finally!
Post by: TSG on November 05, 2007, 06:42:58 AM
I'll be adding HFS Search, then the new progress page... then release!

http://www.rawr-designs.com/tog/todo.php

my plan is now online at the homepage.