Search found 32 matches

by mae0314
Fri Jul 09, 2010 2:40 pm
Forum: Suggestions
Topic: "Big" Tags and User Preferences
Replies: 5
Views: 1731

Re: "Big" Tags and User Preferences

I still like the approach discussed a long time ago: http://www.milovana.com/forum/viewtopic.php?t=12 Too bad it never came to fruition. Apart from that, it might be a good idea to limit possible tags to a certain predefined set. That way we don't get any "for-boys" "for-men" mix...
by mae0314
Sat May 15, 2010 3:57 pm
Forum: Technical Support
Topic: Where'd the Classics go?
Replies: 26
Views: 9416

Re: Where'd the Classics go?

Lucky, I found links to the old archive:

http://rapidshare.com/files/143680725/O ... .part1.rar
http://rapidshare.com/files/143690576/O ... .part2.rar
http://rapidshare.com/files/143669995/O ... .part3.rar
by mae0314
Sat May 15, 2010 2:10 pm
Forum: Technical Support
Topic: Where'd the Classics go?
Replies: 26
Views: 9416

Re: Where'd the Classics go?

I know a lot of people will be sad to see this historic part of Milovana go, but it makes our job as admins easier to deal with a single archive.
Aw, this really makes me sad. What part of keeping around a directory full of static HTML/image files was so much work, btw? :\'-(
by mae0314
Fri Mar 26, 2010 4:26 pm
Forum: The Art of Webteasing
Topic: First Flash Tease with Voting ;)
Replies: 7
Views: 1664

Re: First Flash Tease with Voting ;)

That's quite a creative approach for this problem, although I have to say that I find the idea of externally embedded images in flash teases ever so slightly creepy. ;-)

Anyway, nice work there.
by mae0314
Fri Mar 14, 2008 3:50 am
Forum: The Art of Webteasing
Topic: Lost tease
Replies: 5
Views: 1443

Re: Lost tease

I think that was one of submatt's teases, so it's gone. Real pity.
by mae0314
Sun Mar 09, 2008 10:23 pm
Forum: Suggestions
Topic: The Classics
Replies: 8
Views: 2094

Re: The Classics

There are no author and mostly no date or timestamp information for the classic teases.
by mae0314
Mon Dec 31, 2007 8:13 pm
Forum: The Art of Webteasing
Topic: Nyx - The FlashTease Editor - Public Preview Release
Replies: 355
Views: 334560

I didn't test it, but this should work too:

pic("*set01*.jpg")
and
pic("*set02*.jpg")

With pictures named:

set01_cool.jpg
set02_hot.jpg
set01_set02_medium.jpg

This way you could include the same picture in different sets.
by mae0314
Sat Dec 29, 2007 11:30 pm
Forum: Suggestions
Topic: Dump the Flash Teases
Replies: 43
Views: 14546

When I'm picking a car or a TV or a microwave oven I pick one that's well designed and well made. I maintain that right of choice over all products I consume... You exercise that choice by not buying products you consider substandard. You don't do it by blasting the seller into tiny pieces. At leas...
by mae0314
Wed Dec 26, 2007 6:08 pm
Forum: Suggestions
Topic: Dump the Flash Teases
Replies: 43
Views: 14546

If you don't like them, don't look at them. And don't worry about the diskspace, which they are supposedly wasting. I'm sure seraph0x got that covered...
by mae0314
Wed Nov 14, 2007 10:21 pm
Forum: Suggestions
Topic: Suggest Keystroke to advance
Replies: 21
Views: 5959

Leads me to a 404 error. (Opera)

Code: Select all

if(window.event.keyCode==32){location.href=link;e.preventDefault();}
You're missing the

Code: Select all

'webteases/'+
bit from the second case.
by mae0314
Sat Sep 22, 2007 7:51 pm
Forum: The Art of Webteasing
Topic: Nyx - The FlashTease Editor - Public Preview Release
Replies: 355
Views: 334560

seraph0x wrote:Could you post or send me a screenshot please? I need to find out whether it's due to the resizing or due to jpeg quality limitations.
Sure thing. Looks like a resizing issue to me. JPEG artefacts look different.
by mae0314
Sat Sep 22, 2007 12:44 am
Forum: The Art of Webteasing
Topic: Nyx - The FlashTease Editor - Public Preview Release
Replies: 355
Views: 334560

That's some pretty nifty stuff. :w00t: Some quick notes: - It's easy to forget the # at the end in visual mode. Maybe it could be added automatically, if it's not there in a target or name field. - When adding a delay or button to a page, it would be nice if it defaulted to the one added after it, i...
by mae0314
Mon Sep 10, 2007 11:03 pm
Forum: All and Everything
Topic: New Project
Replies: 24
Views: 7320

well there is always some code you cannot interpret... if you want that then you would have to create your own "tease-language". You could call it T++ ;) That's what seraph0x is doing here. So all you have to do is to add something. <edges> <count>5</count> <random> <chance>50</chance> <d...
by mae0314
Mon Sep 10, 2007 9:04 pm
Forum: All and Everything
Topic: New Project
Replies: 24
Views: 7320

<edges> <count>5</count> <instruction>Keep at it</instruction> </edges> Now try something like this: var edges = 5; while (edges > 0) { edges = edges - 1; if (random(100) < 50) if(ask("Want more?")) edges = edges + 5; page("Keep at it!"); } It's still possible, but becomes ugly.
by mae0314
Sat Jul 07, 2007 3:52 pm
Forum: Suggestions
Topic: Visual editor
Replies: 33
Views: 8991

Actually, it kinda is. For example, to keep track of 8 yes/no answers, you'd already need 256 pages. If you could save the answers in variables and check them whenever you want to, 8 pages are enough.