rejetto forum

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 - TSG

Pages: 1 ... 132 133 134 135 136
1996
RAWR-Designs / Re: Orange/Blue Template
« on: November 11, 2006, 07:59:58 AM »
The versions with the login system are now w3c valid HTML 4.0 Transitional, and CSS valid.

Only known w3c complaints that still stand are some of stuff to make the server run properly like the refreshing meta tag, and the embedding code for the mp3 streamer seems to have problems that i cannot get rid of.

CSS is valid ignoring 6 or 7 pesky background-color on link errors, fixing these just destroys the template.

Making the template valid has bulked it up by 2kb, but thats not too bad :D

UPDATE: I've been working on a new concept of this template using my orange and blue formats. See below to download the template.

Note: SOME things may not have a css style yet, but from my testing it was working fine. Its not completed yet, but as its a new template, i am open to suggestions :).

All work on this template has been stopped, due to the new Thunderchicken_of_Glory template. But i am willing to help anyone with problems with this template.

[attachment deleted by admin]

1997
RAWR-Designs / Re: Orange/Blue Template
« on: November 10, 2006, 02:38:43 PM »
Flash music (mp3) streamer implemented, thanks to the good work of ledufe in the mp3 streaming forum :D, if anyone can find a smaller mp3 player that doesn't look for a playlist at all please post, on this template i have have made it only appear for .mp3 files and each file has its own player. it is best for faster connections, for those of you that do not want the player on the template, just delete the following code from the template:

ALL templates with thumbnail javascript have been upgraded to use [file.jpg]

1998
HTML & templates / Re: Pictures + Thumbs Preview
« on: November 10, 2006, 12:38:38 PM »
EDIT of last code:

[file.jpg]
<tr><td class=rw style="padding:0;">%new% <a href="%item-url%" target=_blank><object data="/thumb/%item-name%" align=top><object data="/thumb/nt.gif" align=top /></object></object> %item-name%</a>%comment%<td class=rw align=center>%item-size%<td class=rw align=center>%item-modified%<td class=rw align=center>%item-dl-count%</tr>

[file]
<tr><td class=rw>%new% <a href="%item-url%"><img align=top src="/~img_file" alt=""> %item-name%</a>%comment%<td class=rw align=center>%item-size%<td class=rw align=center>%item-modified%<td class=rw align=center>%item-dl-count%

No need for javascript function anymore.

1999
HTML & templates / Re: Images and thumbnails
« on: November 10, 2006, 12:23:28 PM »
Quote from: Guest
...The biggest issue with this code is that it runs for ALL files, it would be nifty if someone (maybe you) could figure out a way of makin it run for only image files...

and so, why don´t just add this file section to your template, right just above the section [file] do or create a section called [file.jpg] and do your code to show only the thumbnails, like this:

Code: [Select]
[file.jpg]
<tr><td class=rw style="padding:0;">%new% <script language="javascript">var c='%item-name%';switch(c.substr(c.lastIndexOf('.')).toLowerCase()) {case'.jpg':document.write('<a href="%item-url%" target=_blank><object data="/thumb/%item-name%" align=absmiddle><object data="/thumb/nt.gif" align=absmiddle /></object></object></a>');break;default:document.write('<img align=top src="/~img_file">');}</script>
<a href="%item-url%" target=_blank> %item-name%</a>%comment%<td class=rw align=center>%item-size%<td class=rw align=center>%item-modified%<td class=rw align=center>%item-dl-count%</tr>
[file]
<tr><td class=rw>%new% <a href="%item-url%"><img align=top src="/~img_file"> %item-name%</a>%comment%<td class=rw align=center>%item-size%<td class=rw align=cente>%item-modified%<td class=rw align=center>%item-dl-count%

this should work only for jpg files, add some other image file sections to use with only the file types you

I managed to get this working on my template ;D extremely happy, and so will my template users be, now to get this going for [file.mp3] and have a mp3 player in there sumwhere.... looking into that one.

Note: i altered the code ledufe posted with the actual code i used.

2000
HFS ~ HTTP File Server / Re: First on Google
« on: November 10, 2006, 12:06:46 PM »
It deserves this position.   :D

2001
HFS ~ HTTP File Server / Re: awards
« on: November 10, 2006, 12:02:24 PM »
This is the best file server program i have ever used, and the forum rocks, Congratulations Rejetto and keep up the good work  ;D.

2002
HTML & templates / Re: mp3 streamer
« on: November 10, 2006, 11:53:48 AM »
I am wondering how to do this mp3 streaming stuff, been reading this forum and like O_o brain asplosion, i use Firefox 2.0 and when testing ledufe's one when he gave me the link to his hfs, it complained about the xml player... i think a flash player would be best for multi browser support, even tho i build my templates for Opera/ Firefox users, IE = worst browser ever conceived :P

EDIT: i have managed to get a player to play music from the directory and it is in, i put it in its own column for every .mp3 file, thought this would save work on having to make these playlist files, only prob is the player takes a while to load and its only 10kb, anyone know why?

EDIT: i realised why, its cause the lil player that i used from this forum looks for a playlist then goes back to a single player, does anyone know of a player that does not work using playlists aswell?

2003
RAWR-Designs / Re: Orange/Blue Template
« on: November 10, 2006, 11:28:24 AM »
Thanks Fysack, an mp3 streamer is the next thing planned  ;), i am unsure how to do it, but i am learning, i am also unsure what u mean about the inserting comments thing, <!-- this is a comment --> should work if its out of a markup tag like:

<!-- this is a comment -->
<div id="bleh">
<a href="http://www.google.com"><div id=link>Google it!</div></a>
</div>

but inside one of the markup tags i dont think comments work.... the idea for the *** put image dir here  *** was so the user would replace the image links with there own to build the template again for their own use. I host all main template images for my template externally to make the pages load as fast as a users download speed, i only upload at 17kb\s. This crappy upload speed also means that i want my mp3 streamer to send a low quality 30sec preview to users, all my music is 192kbps > not good for streaming at all...

2004
RAWR-Designs / Re: Orange/Blue Template
« on: November 06, 2006, 11:08:42 AM »
Update on latest addition for this template.

I have managed to implement a login splash screen that comes up before a user accesses the server, i believe some people may want this. I will add it to the .zip file when its completed, it will be separate to the other .tpl files, just in case people would prefer the version without this feature.

 :D

Login page version complete and added to the .zip file.

This page can be modified into a front website if you have the knowledge to do it.

2005
I am working on my template some more to include a login page, this screen could be modified into an entire web page if wanted.

This modification of my Orange /Blue template is based on one by ~Gees~, the same one recommended earlier by ledufe.

2006
I am working on my template some more to include a login page, this screen could be modified into an entire web page if wanted.

This modification of my Orange /Blue template is based on one by ~Gees~ found as being the second pasted code here:http://www.rejetto.com/forum/index.php?topic=1750.0

Shouldnt this post be in the Template forum...

2007
HFS ~ HTTP File Server / Re: change tray icons
« on: November 01, 2006, 07:28:06 AM »
This is a strange post for the template forum?

2008
HTML & templates / Re: HFS Black - The Black HFS Template!
« on: October 29, 2006, 01:48:17 PM »
Thanks Fysack i thought the black template needed to be cleaned up and have a more sterile and clean look, i liked its layout, so i modded it, so far i have repaired many bugs and have gotten the the template file down to only 8.5kb !!! I am loving HFS as well, so handy to retrieve data while at university.

2009
HFS ~ HTTP File Server / Re: [javascript]
« on: October 29, 2006, 10:42:40 AM »
So basically even hosting a .css file on the server say, style.css, it should run just the same as a .js file would if hosted within the VFS, Flynsarmy told me about this, but its nice to have a sticky entirely for discussing javascript. :)

2010
HTML & templates / Re: LeDuFe links - Template resources
« on: October 28, 2006, 02:41:55 PM »
May i suggest this link for the newbies to web code design:

www.w3schools.com

Even tho i am doing this at university, i have learnt a great deal from this site :)

Pages: 1 ... 132 133 134 135 136