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 2 3 4 ... 136
16
RAWR-Designs / Re: Rawr-designs down?
« on: July 19, 2012, 02:55:23 PM »
Looking into it, @ mars, that is not our facebook page lol, you would be better off contacting the HTTP File Server page since I created that.

17
HTML & templates / Re: Flash Template
« on: May 13, 2012, 11:54:28 AM »
I never received any message...

You will run into issues trying to develop a flash based template, but I know some that have succeeded long ago. Just don't try to do flash upload unless you intend to allow an unprotected folder in the root (some issue that stopped us from enabling mass upload with flash). I wouldn't bother though honestly. Flash just breaks your usability and accessibility, it's better for small objects.

What you ask is tricky CSS wise, there isn't a real easy way to explain it unfortunately, and multiple ways you could possibly try to do it. That positioning you have at the moment only really works for the body background element, and this is also the cause of your scrollbar problem, unless you accommodated for that with some padding on the left/right of the body itself, then remove the max/min-width on the inner elements (change it to a fixed width of about 960px) so it holds a steady width. Then.. with the bg image you would want it to be the same width of the total minimum width of the page content... that might work. Template is fairly kawaii now lol.

18
RAWR-Designs / Re: How to stream mkv files directly in web browser?
« on: May 13, 2012, 11:33:10 AM »
I think Live supports it via DivX Web Player, I may be wrong.

19
HFS ~ HTTP File Server / Re: HFS 3: work in progress
« on: May 13, 2012, 11:29:37 AM »
Cool, I hope you can find some people qualified enough for the job. By JavaScript I'll assume you'll be wanting help with the default web interfaces for it (jQuery, jQuery UI etc?). Unfortunately I just haven't got the time lately for open source projects. Have been saving to move out etc. I think Richard is in the same boat.

Has HFS had a stable release as it is now, since you are writing it from scratch?

20
Everything else / Re: 2012...
« on: January 11, 2012, 06:11:54 PM »
Nearly 6 years using HFS, 5 years of RAWR-Designs :) time flies.

21
RAWR-Designs / Re: Live doesn't use preview files?
« on: January 11, 2012, 03:58:11 PM »
Sorry for the delayed response. And I apologise for the website, its now hosted on a very basic server that isn't as reliable as it used to be. We are working on it!

The new Live Template does not use generated previews, it instead uses a more intelligent lightbox plugin that loads the full size image and scales it to the browser. I decided this was better now that internet connections are faster. It can even use the full size image as thumbnails but I would recommend still generating thumbnails as multiple connections puts load on HFS.

You would have to do some programming to get it using your ToG generated previews.

22
RAWR-Designs / 5 years and counting.
« on: January 11, 2012, 03:34:43 PM »
We are proud to celebrate 5 years supporting the HFS community this month. We try our best to keep the website and projects alive, even making bug fixes if necessary. I personally have been using HFS for nearly 6 years now.

You can read the full article on the website.

http://rawr.thatstevensguy.com/news/39/5-years-and-counting.html

 :D

23
RAWR-Designs / Re: Live template - insecure content warning
« on: May 15, 2011, 03:51:52 AM »
I would just use https://, or the local copy.

24
Not reliably, you can make a bar that grows but because the browsers lock up during upload it does not work well - I don't know why, the entire upload/progress section of HFS is not great. I couldn't be bothered with the code to make it grow, so I just put an icon that gives the appearance of something happening.

25
RAWR-Designs / Re: Adding preview to folder jpeg
« on: April 03, 2011, 10:38:57 AM »
It would be very complicated to explain how to do that... take a look at how image files work.

26
RAWR-Designs / Re: include `#` name file could not streaming play.
« on: April 03, 2011, 10:37:16 AM »
I checked, you are correct # does seem to break the flash player. Even when replacing the character with %23 in the url. I suggest removing that character from your media files. It might be something related to the file playback inside RAWR-Player - it does load the name so its passing it along fine.

27
This is Richards department :P It is a strange one though, might be related to there being so many sub folders.

I will let him know.

EDIT: His response to me was that you have reached the maximum character directory / file name length. The names and directories are too long for windows to use apparently.

28
RAWR-Designs / Re: Live v3.0.1 - Released!
« on: January 17, 2011, 06:08:55 AM »
You add it in HFS itself. If you want to add it from the template... yes you will need help, that might be a bit complex.

@AniFran

It is quite simple the way I did the tooltip.

Code: [Select]
Add this in [file], [folder] and [link].

item-name="%item-name%"

Add this under the similar code in live.script.js.

$('#item-name').html($(this).attr('item-name'));

And then finally, add this.

<dt>Full Name:</dt><dd id="item-name"></dd>


Its pretty much impossible to let more than one line appear on the item modules, without major modification of the whole template. Its either one, two, three line heights... it can't be as many as it likes depending on the name length... the design would just become a mess. It means a lot of changes to the CSS and possibly JS.

29
RAWR-Designs / Re: Live v3.0.1 - Released!
« on: January 15, 2011, 05:40:12 AM »
The file name is cut off for a reason, it will break the templates design if its any bigger. Use a different template if it does not work for you, or work out how to modify it yourself. You could make it so the title="" value on the file name shows the full file name.

30
I have an Android and I can confirm this.

Pages: 1 2 3 4 ... 136