Warning: file(milov_entryform.tmpl.php) [function.file]: failed to open stream: No such file or directory in /home/milo/domains/milov.nl/public_html/class.template.inc.php(282) : regexp code on line 1

Warning: implode() [function.implode]: Invalid arguments passed in /home/milo/domains/milov.nl/public_html/class.template.inc.php(282) : regexp code on line 1
milov.nl: by category: coding

97-144 of 222 entries in category 'coding'
pages: 1 2 3 4 5

Listamatic - css examples for styling basic <ul> lists. I like this trick where a fat border-left is used to create a neat hover effect. [via kottke.org]
Here's a quick (and probably incomplete) how-to on making public your feed on feeds view script while still hiding your admin scripts in a protected dir:
  1. copy view.php to an unprotected dir
  2. in the copied view.php, change include_once("init.php"); to point to the original dir: include_once("../protected_dir/init.php")
  3. in init.php, change is_writable( "cache" ) to is_writable( dirname(__FILE__)."/cache" )
  4. (optional) strip all the admin links and options from the copied view.php
  5. read your feeds via the copied view.php script so people don't get login prompts when following their referrers :)
milov.nl/feeds/
This is a custom view script I wrote for my feed on feeds [2252] install, removing a bunch of details/options I don't need. Most importantly: I have no desire to read people's weblog entries in anything other than the original design, so descriptions are out.

It's still basically a flat listing of recent items sorted by date, except I made it so adjacent items are grouped together in one block if they happen to be from the same feed; resulting in something that would look quite nice in a narrow side frame or searchpane (IE-users can click here to open it in theirs--can't wait for Firebird to support this).

Source (script, template and stylesheet):
view-mv.php
view-mv.inc.html
view-mv.css

(Update: I have since totally changed the look of my /feeds/ page so don't be surprised if these templates make it look rather different)

1. posted by halodex.com,fidel,Fidel at 01:17 on August 24, 2003

Thanks for including the source files for this Milo. Also again for posting to the script in the first place. I'm slowly (When I get the inclination) customizing my copy. fof is a kick ass script. The proof of this is in the meta pudding. I saw this post from fof. =)

2. posted by folkert at 19:19 on August 24, 2003

I installed feedonfeeds last week, and haven't touched FeedDemon -which is an outstanding RSSS reader- ever since!

My OPML is on-line, so I can watch my feeds anywhere I want. The only thing I really miss is a notification feature, telling you that there was a new post. To compensate I use a meta refresh-referral to the updatefile and back to the feedview again. But that isn't really the same.

3. posted by Fidel at 23:24 on August 25, 2003

The code to fof seems pretty straight forward so it should be too hard to add an update by email or somesuch.

4. posted by mados at 16:17 on September 03, 2003

This works in Opera, too. Step 1: Use <a rel="sidebar" href="feeds/"> Step 2: Add target="_main" to any link in the feed (your ?target=_main causes an JS error in Opera 6).

5. posted by Ruben at 21:41 on February 25, 2004

Finally I'm into feeds too...
add a comment
DHTML Lemmings - Whaaa... Amazing entry for the GoT DHTML Contest. [via 2lmc spool]

1. posted by P01 at 01:24 on August 16, 2003

Really cool!
I've always wanted to port Lemmings but never found the time and energy.

It even features some keyboard shortcuts.
I'm curious to see how he managed the collision detection.

2. posted by crisp at 02:50 on August 16, 2003

Basically there is no need for collosion detection; the game plays in a grid, and the lemmings just follow it. Blockers have their own code in the grid itself (this is still buggy).
It's nice to see that people like it!

3. posted by P01 at 05:12 on August 16, 2003

crisp: That's some quick feedback. You must be quite attentive to your logs these days ;)

My curiosity had already guided me to the data structure of the levels :p clever encoding BTW.

I wonder if a particular reason urged you to pre-zoom the images by 2. Coz there's ~540 Kb of pictures which could be shrinked to ~270 Kb.

4. posted by crisp at 14:30 on August 16, 2003

It's been a bomb since the link got out, and I didn't do it. My homepage generated 3GB datatraffic just yesterday (against a normal 30/40MB daily) so I started looking.

As for the images: I am using the levels as a background image and CSS doesn't let me resize backgrounds.
I might be able to put those in a layer as an image, that would indeed save a bunch. Thanks for the tip!

5. posted by P01 at 02:41 on August 17, 2003

3 Gb O__O

Why not simply double the size of the images by changing there width and height attributes ? If you don't want to store the value of those attributes for each image, you can retrieve them once an image is loaded and then double them. It works from NN4,IE+ to any recent browser.

BTW, if your server is not yet crawled, I think your games would find a place of choice on http://www.javascript-games.org/

6. posted by crisp at 03:20 on August 17, 2003

I already updated the current version reducing the image sizes by more than 50% and added some music and sound effects as I went along :)

My server as a matter of fact was crawled - 7GB in just 2 days which is over my limit, but my friends at tweakers.net where happy to host it for me: http://crew.tweakers.net/crisp/lemmings/

I'll have a look at that link of yours! :)

7. posted by milov at 16:40 on August 17, 2003

I changed the link to point to the new location. Look at all the people linking/talking about your lemmings:
http://www.google.com/search?q=dhtml+lemmings

8. posted by crisp at 03:57 on August 18, 2003

It's truly amazing what is happening here; I've got a couple of hundred sites linking to it now and I get a lot of mail these days; the old games still rule... ;)

9. posted by andy at 18:17 on August 18, 2003

Where can I get a copy of the code?

10. posted by crisp at 00:25 on August 19, 2003

11. posted by P01 at 15:51 on August 19, 2003

The main request expressed by the audience is that it needs more levels, and a wider browser support ( i.e. Mozilla, Konqueror )

12. posted by milov at 15:56 on August 19, 2003

Mozilla support is already there, though? In fact, I haven't viewed it in anything *but* Mozilla.

13. posted by crisp at 17:12 on August 19, 2003

I'm currently working on 6 new levels which are also a lot harder than the current ones. It takes time though to rework the graphics and setup the levelcode; around 3 hours per level.
I've tested this thing in Mozilla1.3+, Opera7, IE5.5 and IE6 so browsersupport should be ok. All other browsers that don't work for this probably lack some support or are just buggy.
Music support is another thing; IE for windows is no problem, but getting it to work in any other browser is a real pain (plug-in sniffing and such).
And then offcourse there's still some bugs to fix; especially in the more complex levels imperfections start to show.

Remember that this is just a work in progress; the entire publicity it got was totally unintentional and way too early.

14. posted by P01 at 21:24 on August 19, 2003

Apparently it doesn't work on Mozilla/Linux nor on Konqueror. But I haven't test those platform myself.

For the music support I suggest you to in touch with Scott SCHILLER ( http://www.schillmania.com ) would did a really good conversion with his DHTML ARKANOID. AFAIK he uses FLASH 5.0 to handle the sound.

Regarding the creation of the levels, I'm sure you could make an API ( even in PHP with GD ) that reads an in image of the level with a color by type of material ( void, blocker, soft, lava, water ... ) and generates the strings you use in Javascript. Don't bother to contact me if I can be of any help and save you some hours on that topic.

Don't worry, I know this is a work in progress. A good one indeed.

15. posted by crisp at 21:46 on August 19, 2003

I have reports from people running it without problems in linux with a recent mozilla version.
Konqueror as well as Apple's Safari which is based upon Konqueror's rendering engine (KHTML) is apparently lacking some CSS2 support and maybe some javascript-HTML bindings I'm using. I neither have a linux nor a Macintosh platform available to test what exactely it is though, so I don't know if I can work around it.

I'm still looking for better ways to support sound in alternative browsers, but flash is out of the question because it is not in the spirit of this project ;)

I already do have a script that generates the level code for me (actually it is PHP with GD ;) ) but the screenshots still need a lot of work, and I have to fit in the animations pixel-precise, creating smaller images to block off parts of the animation that should not be visible and putting these images on top of it.

Thanks for thinking with me, I appreciate it! :)

16. posted by crisp at 10:45 on August 29, 2003

Down thanks to the BREIN foundation... :(

17. posted by P01 at 13:27 on August 29, 2003

ฐ__ฐ

I would understand if they complain about the sprites or the sound track but the code ... ? I guess those companies have a whole department dedicated to the protection of their rights and registered trademarks but they didn't managed to prove hey actually owns the Lemmings(TM)

You've had a really pragmmatic attitude. Bravo.

Now, I can't wait to play Brainless!
add a comment
Digital Web Magazine - Keep Javascript Simple - Peter-Paul Koch argues against external Javascript libraries, which often needlessly replace already quite compact-and-compatible DOM statements.

I could've probably moved a lot of iambald-code into a single DHTML library, but never really felt the need--more so after I gave up trying to support Netscape 4. Plus, I like the fact that visitors can simply View Source a page and see the whole code without having to go searching through separate .js files. [via paranoidfish.org]

1. posted by P01 at 16:59 on July 08, 2003

doh! nothing happens on mouseover, on both IE6.0 and MZ1.3 with W2Ksp2. But the effect works when put outside of your site, and MZ doesn't update the style if you feed the rgb with a float.

2. posted by Ivan at 17:08 on July 08, 2003

works fine here

3. posted by EdgarNeo at 00:04 on July 09, 2003

Nice photo! Is this your beautifull garden?

4. posted by P01 at 02:27 on July 09, 2003

With IE 6.0.2600.0000 only the DIV on the far right works.
Since the Math.floor() everything works from MZ 1.2b to 1.4.

Is it me or there was fewer DIV ealier ?

5. posted by milov at 13:07 on July 09, 2003

The funny thing is, IE shows 7 divs while Moz shows only 6 :)
add a comment
Creating slanted edges with CSS borders - neato; there's even an animated example of a vector-like pattern: by overlaying the "slant" with a slightly offset slant of similar size but coloured like the background, it's possible to create lines of any angle or length in regular DHTML -- without having to resort to IE-only VML code. [via Arthur is verweg!]

1. posted by P01 at 13:04 on July 07, 2003

That kind of tricks makes me love DHTML even more.

Thank you for sharing.

2. posted by milov at 13:10 on July 07, 2003

You're probably anxious to use this in a next 256b compo as well :)

3. posted by P01 at 14:18 on July 07, 2003

^__^ using this in 256b and make something visually acceptable seems pretty hard, but I rather thought to a polygon routine I have in mind which is/was based on slope images stretching.

4. posted by milov at 15:29 on July 07, 2003

> using this in 256b and make something visually acceptable seems pretty hard

That's the challenge, eh? ;)

First thing that came to my mind while reading this article was to create a grid or line of a bunch of these slants/pyramids and making them point or "look" at the mouse cursor, in a sort of organic wavey grass-in-the-wind motion.

5. posted by P01 at 16:07 on July 07, 2003

Your "Filter > Extrusion > Pyramid" idea is neat. ATM I don't see how to deal efficiently with the grid, but I guess you'll have to assign the whole updated grid at each frame.
add a comment
Simon Willison has been posting a couple of interesting CSS tutorials lately. [via web-graphics.com]
<object>-tag Conformance Test - "An image marked up <img> can have replacement text, but an image marked up with <object> can have replacement markup." [via Dive Into Mark]
PCRE: Perl Compatible Regular Expressions tutorials - to educate and hopefully not confuse you even more. positive/negative lookaheads/lookbehinds, whoa..

1. posted by drunkmen at 18:08 on March 10, 2003

PCRE is your swiss army knife, as Zuigstang once pointed out:
http://www.alt0169.com/t0018.shtml
add a comment
Ferdy Christant Blog - User intelligence detection mechanism - or, faking a progress bar with an animated gif. [via Ned Batchelder]

1. posted by yahoo.com,bloodsky_006,Meelad at 20:00 on August 17, 2005

Could u give me informations about the Inteligence detection?
add a comment
The Fishbowl: HTTP Conditional Get for RSS Hackers - Advice on sending out/checking for Last-Modified and If-Modified-Since HTTP headers. I'll probably try this (even though the effect of my tiny RSS feeds on total bandwidth is negligible considering the 100KB of inline photos usually visible on my frontpage). [via Anil Dash]
Ned Batchelder: Deleting Code - most interesting suggestion: "Don't comment out a piece of code without saying why (in the comment)"

1. posted by Jan! at 13:49 on December 04, 2002

All the time. I even bookmarked the DTD with a custom keyword in Mozilla (xhtml) so I can reach it instantly. I did have to use JavaScript to not have it pop up the save dialog:

javascript:void(window.location = 'view-source:http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');

I type "xhtml" in the toolbar, and I get some excellent late night reading. ;-)

2. posted by 23JUL at 21:25 on December 04, 2002

I once tried but never finished to create a php script which parses (the?) dtd to create 1) a kind of navigation tool to create correct xhtml pages (e.g. html tag must have two children: head and body tag; head tag may have ..) 2) a kind of randomizer which uses the grammar to create correct but senseless xhtml pages.

Still stuck at the parsing part; first started to create a simple bnf parser with the help of these pages: http://cui.unige.ch/db-research/Enseignement/analyseinfo/
But haven't got a clue which is the best way to parse things in php (that is: what is the datastructure?

Any idea's?

3. posted by Liorean at 12:19 on December 05, 2002

Of course I've read it - I use it more than I use the W3C HTML specs...

But currently, I'm more interested in XML and writing my own DTD for BlogML - and when writing a DTD, a former DTD can be an excellent example of how to write a new one.
add a comment
Here are some recent attempts at new iambald numbers that I got bored with and didn't finish. Moz/IE5+ req. as usual:
- 112-dashedspotlight.html
- 112-dragmulti.html (drag paths with mouse)
- 112-twoletters.html
- blockslide.html

Update:
Pleasant surprise, they even work in the new Opera 7 beta. Object-detection DOM-complient coding (rather than browser-agent-detection) pays off...

1. posted by Eric at 21:08 on November 25, 2002

first one's the best

2. posted by Kapp at 23:36 on November 25, 2002

dragmulti is fantastic!
Milo sei grande!

3. posted by 23JUL at 02:36 on November 26, 2002

http://milov.nl/code/dhtml/112-dragmulti.html

Cool, reminds me of thinking about visualizing a musictracker without fixed pattern rows. Like a neurotic hihat is a very short path from left to right and below that, drawing a path for the bassdrum somewhat longer. Drawing a vertical path through those other paths should on collission for example exclude playing the sample, so there is a break in a monotonous beat or some other function applied to it..

Never mind.

4. posted by Jan! at 09:56 on November 27, 2002

<span style="text-decoration: line-through;">Object-detection</span> DOM-compliant coding

<del>Object detection</del> <ins datetime="200211270957">HTML-compliant coding</ins>

5. posted by milov at 11:08 on November 27, 2002

wow, <del> and <ins>, never even saw those before...

6. posted by Jan! at 20:35 on November 28, 2002

Yay! An idea for my blog-to-be! :-)
add a comment
Two Liners Art Gallery - minimal coding on the MSX.

1. posted by Ivan at 13:57 on April 22, 2005

aha, teehee.

2. posted by Ivan at 13:58 on April 22, 2005

boehoe

3. posted by Ivan at 13:59 on April 22, 2005

oops typo

4. posted by Milo at 14:04 on April 22, 2005

Werkt!
add a comment
ugly :(
document.myForm.myInput.value
document.someImage.src


pretty :)
document.forms['myForm'].elements['myInput'].value
document.images['someImage'].src

1. posted by avoid.org,void,void at 21:06 on November 14, 2002

You are so right! It's like comparing XHTML to HTML. Maybe it's time for XJavascript?

2. posted by Eric at 21:06 on November 14, 2002

Wrong
Less code = pretty

3. posted by Mario at 03:29 on November 15, 2002

If it works, that's ok.
The goals sometimes justify the ways.

4. posted by Jan! at 12:10 on November 17, 2002

>Wrong
>Less code = pretty
Less code == more prone to errors

<form name="search">
<h2><img name="search" src="search.gif" alt="Search!"></h2>
<p id="search">This is a search form</p>
</form>

'document.search', say you?

5. posted by Liorean at 14:07 on November 20, 2002

The document.<formName>.<elementName> syntax instead of document.forms[<formName>].element[<elementName>] was one of the worst mistakes made at Netscape in creting the language - and Microsoft didn't make it especially much better.

How should you handle a form named "forms" with a child element named "forms", for instance? document.forms["forms"].elements["forms"] is the full format - but does document.forms["forms"] not reference by short form the element at the same time it by full form referece the form? Or how about an element with the id "all" in IE?
add a comment
The source code of this weblog is actually its own rss feed, meaning no need for separate html/xml output. [via Keith Devens]

1. posted by user007 at 22:13 on October 22, 2006

Can I get a simplified version of this for my site that I have a blog for me personal friends?
add a comment
gamebutton arcade - tiny playable Javascript games contained within html form buttons! [via Boing Boing]
Beta of new W3C HTML Validator - looks like this one actually does check for self-closed <meta />, <link /> and <input /> tags. [via New Architect [via Eend]]

1. posted by Jan! at 14:23 on October 25, 2002

So did the previous one... I don't get it.

2. posted by milov at 17:19 on October 25, 2002

hmm, okay... looks like it did.
i just remember it skipping over <meta> and <input> tags at one point.
add a comment
Oh yeah... youngpup.net - How to Create Pop-up Windows
Related weblog entry: 474 [via fragment.nl and others]

1. posted by Adjam at 14:53 on October 02, 2002

are these quotes from you accurate milo? : http://home.wxs.nl/~wijna045/xonx.htm

2. posted by Adjam at 14:54 on October 02, 2002

also i found a link to the 'picachu-izer' on your archive, i think this version of your site is more accurate... http://pikachize.eye-of-newt.com/pika.cgi?url=www.milov.nlwww.milov.nl">http://pikachize.eye-of-newt.com/pika.cgi?url=www.milov.nl>

3. posted by [unknown] at 14:54 on October 02, 2002

4. posted by [unknown] at 14:55 on October 02, 2002

5. posted by Adjam at 14:56 on October 02, 2002

type the above url and after "url=" type " www.milov.nl %2F "

6. posted by milov at 15:35 on October 02, 2002

"are these quotes from you accurate"?
yes but the second one is actually by Low.
wow that's old...

7. posted by Jan! at 18:49 on October 02, 2002

I made a quick-n-dirty JavaScript bookmarklet to convert hex coded strings to ASCII text. Paste the hex strings from the quotes page linked above, section "WouterD & HazT on Hex-editing":

javascript:var s1 = prompt('Hex String? [can contain spaces between hex pairs]', ''); if (s1) { var s2 = '', buffer = ''; for (var i = 0; i < s1.length; i++) { var c = s1.substr(i, 1); if (c.match(new RegExp('[0-9A-Za-z]'))) { buffer += c; if (buffer.length == 2) { if (parseInt(buffer) == 0) {buffer = "20"}; s2 += String.fromCharCode(parseInt('0x' + buffer)); buffer = ''; } } }; alert(s2); }

Wow: for the first time I made a bookmarklet that works in IE as well, without additional tinkering. Of course it still fucks up the location bar contents by URL-encoding it. [spam] http://www.mozilla.org/ [/spam]

Just you wait until I get my own blog ready! I'll bookmarklet you all to death!
Erm, that should read: I'd appreciate it if you would come on over.
add a comment
dhtml asciifire (IE4+) [by mados] - wow, check out the seemingly simple sourcecode. I like his trick for generating a custom array of characters:

char=' .:*sS#$'.split('');
instead of
char=new Array(' ','.',':','*','s','S','#','$');

1. posted by Jake at 15:55 on September 26, 2002

Well... Huh.
That *is* clever. I love split().

2. posted by Adjam at 15:00 on September 27, 2002

Agh! i just found out lows blog is written entirely in a language that i dont understand! doh!

3. posted by milov at 15:08 on September 27, 2002

tell me about it... ;)

4. posted by Low at 15:19 on September 27, 2002

Who? What? When? Where? Why? How?

5. posted by milov at 15:38 on September 27, 2002

Zijn we nu helemaal gek geworden?

6. posted by Low at 15:55 on September 27, 2002

Ik niet hoor. De rest wel.
Bij de weg, wordt het niet een beetje uit-onderwerp hier?

7. posted by milov at 23:09 on September 27, 2002

Eens kijken of Adjam nog eens reageert, als ik een nederlands berichtje plaats met zijn naam er in...

8. posted by Adjam at 11:07 on September 30, 2002

This is the translation i got (as deutch is so unpopular i had to translate it 1 word at a time :/)

once consider of ADJAM another agree "reageert" acknoledge I a holland "berichtje" above-all about act name appear OK

9. posted by Adjam at 11:07 on September 30, 2002

I have too much free time

10. posted by milov at 11:22 on September 30, 2002

Heheh... What I said was: "Let's see if Adjam comments again, if I post a dutch message with his name in it..."

You could have also tried http://www.tranexp.com:2000/InterTran
(Dutch -> English):
"Sometimes watch whether Adjam encore test tube , when I one Dutch tidings yard with one's reputation yonder within."
add a comment
window.resizeTo = window.moveTo = 'sucks';

1. posted by [unknown] at 12:31 on September 25, 2002

?

2. posted by Jan! at 16:59 on September 25, 2002

Mozilla:
Edit -> Preferences -> Advanced -> Scripts & Plugins -> Move or resize existing windows

internet.navigators["mozilla"] = 'great';
add a comment
256b.htm Compo results
Whoa, poi wins again, managing to end up in 1st, 2nd and 4th place! At least I prevented him from taking 3rd, hehe...

Related entry: 1516

1. posted by Sir_Psycho at 22:24 on September 19, 2002

congratz milov!

2. posted by poi at 10:44 on September 23, 2002

Congrats milov, your entries are great and you took me away of the 3x combo :p
add a comment
(note to self) Remember to rate the 256b.htm Compo entries; today's the voting deadline.
I just added a little extra javascript for Internet Explorer users, to apply some handy filters to any photo featured on this page:

- Shift-click a photo: Rotate 90°, 180°, 270°;
- Ctrl-click a photo: Desaturate (remove colours);
- Alt-click a photo: Invert colours.

Try it with some of the photos below! You can even combine filters. All this by setting one global document.onclick event (no need to add specific tags to each <img>-tag). View Source to see how it's done.

1. posted by Low at 16:30 on September 10, 2002

*click* *click*
Fun for hours!! :-)

2. posted by jpk at 18:33 on September 10, 2002

very nice!

3. posted by Eduardo at 19:34 on September 10, 2002

Good resources man.. Folks here in the office was jon with your pic (The Hard Disk), I make a quizz with it by eMail.. (What is on the pic?)Cool!

4. posted by Fidel at 19:44 on September 10, 2002

Milo that is l33t! you never cease to amaze me with your skillz.

5. posted by [unknown] at 23:05 on September 10, 2002

davvero divertente, Milo!

6. posted by walter at 23:29 on September 10, 2002

This is just too much.

7. posted by Mario at 05:51 on September 11, 2002

A-M-A-Z-I-N-G

8. posted by mados at 19:51 on September 11, 2002

Impressive. Don't forget to add "return false" for clickable images, e.g. http://milov.nl/entry/1450

9. posted by milov at 20:12 on September 11, 2002

Good point, mados...
This does bring up the problem of what to do when someone shift-clicks an imagelink to open a new window; do I apply the filter or do I let them open it? should I use some other key combination?

10. posted by 23JUL at 10:52 on September 12, 2002

element :- onmouseover
filter :- accesskey
hehe :- fun

11. posted by Ruben at 20:32 on September 12, 2002

Ach, je wist al lang dat je briljant was, dus dit commentaar van mij is compleet overbodig :-)

12. posted by David at 11:30 on September 21, 2002

cool
add a comment
The 256b.htm compo list of entries has been released but you can't view 'em yet, and since I can't wait to show them here are links to local copies of my entries:

- Entropy [source] (249 bytes, IE-only)
Non-interactive animation using css dashed borders.

- Snowflake Generator [source] (245 bytes, IE/Mozilla)
Infinite variety of random snowflakes. Refresh for more.

- Multiplayer Keyboard Racer [source] (256 bytes, IE-only)
Find some friends, have each one select a key and start bashing on the keyboard. The player whose bar first reaches the other side of the window wins.

1. posted by poi at 23:51 on September 01, 2002

^__^ idem
I'm impatient to see all the entrie.

2. posted by poi at 01:24 on September 02, 2002

I *really* like the Multiplayer Keyboard Racer. Here's a hack I did with some color.

<body onload=K=[] onkeyup="k=String.fromCharCode(c=event.keyCode);if(!K[k])K[k]=0,this.innerHTML+='<p id=b'+c+' style=background:'+c*9+';margin:2;color:fff>'+k;eval('b'+c).style.width=++K[k]+'%';if(K[k]>99)location.reload(alert(k+' wins'))">Push key 2 race

3. posted by iotic at 01:47 on September 02, 2002

beautiful! really nice stuff milo :)

i'm starting to see the lines bend in entropy ... and keyboard racer is genius. well done!

4. posted by milov at 08:19 on September 02, 2002

Nice one, poi. Seeing your code made me realize that I could have made the Racer even smaller (e=event wasn't necessary) and wouldn't have had to use "2" instead of the word "to". Oh well, that's what you get for coding something 1 hour before the deadline.

5. posted by poi at 10:11 on September 02, 2002

milo: AFAIR the smallest size I got with this hack was ~230bytes, but who cares since it fits in the size limit. Personnally I like your _this_.innerHTML thingy

BTW, the "k" the code above should be replaced by a "c"

6. posted by milov at 11:50 on September 02, 2002

http://www.p01.org/contest3.htm
Cool stuff. I notice you also made a game! (wonder if there are any more 256byte games this round)

7. posted by [unknown] at 20:00 on September 02, 2002

I Love "Entropy"

8. posted by palla at 20:26 on September 02, 2002

'Snowflake Generator' is my favorite.
These works can say coding Haiku? :)

9. posted by poi at 20:38 on September 02, 2002

'Snowflake Generator' looks like 'InkBlot' by MrHeat ( ranked #16 @ 256b.htm #1 )
http://www.wildmag.de/compo/MrHeat-Inkblot/start.htm

10. posted by milov at 20:54 on September 02, 2002

which was based on my
http://milov.nl/code/js/milov-inkblot4.html
which was based on my
http://milov.nl/iambald/75.html

previous snowflake generator (java):
http://milov.nl/iambald/85.html
(submitted to web4096)

11. posted by poi at 23:29 on September 02, 2002

That's what I call a combo x3. Sorry, I didn't meant to tease you but to point the similarity of visuals.

Whatever, among your 3 entries, my favorite is the 'Multiplayer Keyboard Race' 'coz it's quite fun to play with 3+ mates.

12. posted by milov at 12:20 on September 03, 2002

I think my own favourite is the Snowflake Generator. I even like it better than my earlier Java-version. The random symmetry is beautiful.

13. posted by P01 at 17:58 on September 20, 2003

@__@

I tried to copy the texts above as unicode and translate them with Babelfish, but all I got is a soup of words followed by question marks

14. posted by P01 at 16:22 on September 29, 2003

I think, we've got a moron at www.buup114.net >__<

15. posted by Tuuur at 11:08 on December 04, 2003

Buup 114 is weer bezig...

16. posted by Jan! at 22:37 on March 30, 2004

You might want to close the comments for this entry, milov... :-)

17. posted by milov at 23:45 on March 30, 2004

I actually haven't built that option for myself yet :)
But just now I deleted all the buup114 comments in one swoop.

18. posted by รญ๏ฟฝ๏ฟฝรชยฒยฝรญ๏ฟฝ๏ฟฝ at 01:10 on November 04, 2004

๋‚ด ๋ˆ ๊ฐ€์ง€๊ธฐ๋„ ๋ฐ”์œ๋ฐ ์—….์ž ์ˆ˜.์ˆ˜.๋ฃŒ.๊ฐ€ ์™ ๋ง์ž…๋‹ˆ๊นŒ.

์ด์ œ www.buup114.netSPAM ์—์„œ ๋ชจ๋“  ๊ฒƒ์„ ์Šค.์Šค๋กœ ํ•ด.๊ฒฐ ํ•˜์‹ญ์‹œ์˜ค.


์‹ .์šฉ.๋ถˆ.๋Ÿ‰.์ž/์นด.๋“œ.์—ฐ.์ฒด.์ž/์ฆ‰.์‹œ.๋Œ€.์ถœ/ํ˜ผ.์ž.ํ•ด.๊ฒฐ.ํ•˜.๋Š”.๋ฐฉ.๋ฒ•

www.buup114.netSPAM

www.buup114.netSPAM

1. ์นด.๋“œ ๊ฐ’.์›.๊ธˆ.๋งŒ.๊ฐš.๋Š”.๋ฐฉ.๋ฒ•(๋‹ค.์ค‘.์ฑ„.๋ฌด.์ž.ํ•„.๋…)

2. ์ฑ„.๊ถŒ.์ถ”.์‹ฌ.์ „.ํ™”.๋ฐ›.๊ธฐ.์š”.๋ น(๋ถˆ.๋ฒ•.์ถ”.์‹ฌ.์‹ .๊ณ .ํ•˜.๊ธฐ)

3. ์—ฐ.์ฒด.ํ›„.๋ฒ•.๋ง.์„.ํ•ฉ.๋ฒ•.์ .์œผ.๋กœ.ํ”ผ.ํ•ด.๊ฐ€.๋Š”.๋ฐฉ.๋ฒ•(ํ•„.๋…)

4. ํœด.๋Œ€.ํฐ.์„.์ด.์šฉ.ํ•ด.์„œ.1.0.๋ถ„.๋งŒ.์— 10~20๋งŒ.์›.๋งŒ.๋“œ.๋Š”.๋น„.๋ฒ•

5. ์‹ .์šฉ.์นด.๋“œ.์—ฐ.์ฒด.์ž.3.๋‹จ.๊ณ„.๋Œ€.์ฒ˜.๋ฐฉ.๋ฒ•

6. ์‹ .์šฉ.๋ถˆ.๋Ÿ‰.์ž/์—ฐ.์ฒด.์ž/๋ฌด.์ง.์ž/๋ฌด.์กฐ.๊ฑด.๋Œ€.์ถœ.๋น„.๋ฒ•

7. ์ง€.๊ธˆ.๋ˆ.์—†.๋‹ค.๋ฐฐ.์งธ.๋ผ.๋ฐฉ.๋ฒ•(ํ•ฉ.๋ฒ•.์ .์œผ.๋กœ)

8. ์นด.๋“œ.๊นก.์•ˆ.ํ•˜.๊ณ .๋ˆ.๋งŒ.๋“ค.์–ด.์“ฐ.๋Š”.๋น„.๋ฒ•

9.์ˆ˜.์ˆ˜.๋ฃŒ.์—†.์ด.ํ˜ผ.์ž.ํ•ด.๊ฒฐ.ํ•˜.๋Š”.๊ฐœ.์ธ.ํŒŒ.์‚ฐ.๋ฉด.์ฑ….

10. ์ฑ„.๋ฌด.์ƒ.ํ™˜.์„.ํ”ผ.ํ• .์ˆ˜.์žˆ.๋Š”.๊ธฐ.๊ฐ€.๋ง‰.ํžŒ.๋ฐฉ.๋ฒ•.

์ด์™ธ์—.์‹ .์ข….๊ธˆ.์œต.๋น„.๋ฒ•.๋ฐ.๋Œ€.์ถœ.๋น„.๋ฒ•.500.๊ฐ€์ง€๋ฅผ.๊ณต.๊ฐœ.ํ•ฉ.๋‹ˆ.๋‹ค.!!

(๋น›).์ด "๋„ˆ.๋ฌด.๋„ˆ.๋ฌด" ๋งŽ์œผ์‹  ๋ถ„/<๊ธ‰>.<์ „>.ํ•„์š”.ํ•˜์‹ .๋ถ„/์‹ .์šฉ.์•ˆ.์ข‹.์€.๋ถ„ !!

๋น„.์‹ผ.์ˆ˜.์ˆ˜.๋ฃŒ.๋“ค.์—ฌ.๊ฐ€.๋ฉฐ.์นด.๋“œ.๊นก.ํ•˜.์‹œ.๋Š”.๋ถ„.๋“ค.์—.๊ฒŒ.(์ดˆ.๊ฐ•.๋ ฅ.์ถ”.์ฒœ.!!!)

www.buup114.netSPAM
www.buup114.netSPAM
www.buup114.netSPAM

์ €.ํฌ.์‚ฌ.์ด.ํŠธ.์—.์„œ.ํ•œ.๋ฐฉ.์—.ํ•ด.๊ฒฐ.ํ•˜.์„ธ.์š”.!!!


๊ฒŒ.์‹œ.ํŒ.์†.์„ฑ.๊ณผ.๋งž.์ง€.์•Š.์•˜.๋‹ค.๋ฉด.์ฃ„.์†ก.ํ•ฉ.๋‹ˆ.๋‹ค.

๋น„.๋ฐ€.๋ฒˆ.ํ˜ธ : 82821




์ด'์™ธ 2000๊ฐ€'์ง€๊ฐ€ ๋„˜'๋Š” ์ •'๋ณด๊ฐ€ ์—ฌ'๋Ÿฌ'๋ถ„'์„ ๊ธฐ๋‹ค๋ฆฌ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.

www.buup114.netSPAM
www.buup114.netSPAM
www.buup114.netSPAM

pass;word --- 82821

19. posted by Milo at 08:34 on November 04, 2004

Heh, cool, the switchover to UTF-8 means that this spammer's korean characters are correctly displayed.

20. posted by Mathieu 'P01' HENRI at 10:11 on November 04, 2004

how great ^__^

21. posted by Jan! at 10:32 on March 10, 2005

So having a domain ending in "114.net" is a secret sign of Asian spammers?

22. posted by Milo at 11:01 on March 10, 2005

I can't bring myself to auto-filter this guy... Every week he spams the same message, and I remove it. It's become a tradition :)

23. posted by Mathieu 'P01' HENRI at 12:05 on March 10, 2005

you're getting old Milo ;)

Btw, do you managed to translate his messages ?

24. posted by Milo at 12:10 on March 10, 2005

Good idea... Here's a partial translation via Babelfish:

"it will dance other than. the rain - the law.500. branch - public affairs - the dog - the total. ni. all.! ! (Light)."you - nothing. you - nothing" many minute/. . Necessity. it did. minute/the shoes. - inside - Joh. - minute! ! The rain. wrapped. possibility - possibility. lyo. the field. about.. - the car. tu. the percussion cap - under - poem. - minute - the field.. to. (the candle - the river. power - the weight. thousand.! ! !"

This might be more interesting than I thought!

25. posted by Mathieu 'P01' HENRI at 15:40 on March 10, 2005

o_ร” there must be a hidden message, I don't get, in the comments of the lovely korean spammer.

26. posted by hanmail.net,exs4368,ํŠน๊ธ‰์ •๋ณด at 14:14 on September 22, 2005

์•ˆ๋…•ํ•˜์‹ญ๋‹ˆ๊นŒ? ์˜์–ด์— ๊ด€์‹ฌ ์žˆ์œผ์‹ ๋ถ„๊ป˜....
100๋ฐฐ ์ด์ƒ ์˜์–ดํ•™์Šต์ด ๋นจ๋ผ์ง€๊ณ  ์‰ฌ์›Œ์ง€๋Š” ์›๋ฆฌ๊ฐ€
๊ฐœ๋ฐœ๋˜์—ˆ๋‹ค๊ณ  ํ•˜๋Š”๊ตฐ์š”.
๋งŽ์€ ์ง€์‹์ธ๋“ค์ด ๊ทธ ์›๋ฆฌ๋ฅผ ์•Œ์•„๋ณด๊ณ  ์˜์–ด์˜ ํ˜๋ช…์ด
์ผ์–ด๋‚ฌ๋‹ค๊ณ ๋“ค ํ•œ๋‹ต๋‹ˆ๋‹ค.

์‚ฌ์ดํŠธ www.007.or.krSPAM ์—์„œ ๋ฌด๋ฃŒ ๊ฒฌ๋ณธ์„ ๋‹ค์šด๋ฐ›์•„
์‚ดํŽด๋ณด์‹œ๋ฉด ์˜์–ด์— ๋Œ€ํ•œ ํ™•์‹คํ•œ ์ž์‹ ๊ฐ์ด ์ƒ๊ธฐ์‹ค ๊ฒ๋‹ˆ๋‹ค.


p.s ์šด์˜์ž๋‹˜ ์ €์—๊ฒŒ ๋ฉ”์ผ๋กœ ํ™ˆํŽ˜์ด์ง€ ์ฃผ์†Œ๋ฅผ ์•Œ๋ ค์ฃผ์‹œ๋ฉด
์ด ๋‚ด์šฉ๊ฒŒ์‹œ๋ฅผ ์›ํ•˜์ง€ ์•Š์œผ์‹œ๋ฉด ๋‹ค์‹œ๋Š” ์˜ฌ๋ฆฌ์ง€ ์•Š๊ฒ ์Šต๋‹ˆ๋‹ค..
์ฃ„์†กํ•ฉ๋‹ˆ๋‹ค. ๊ฑด๊ฐ•ํ•˜์‹ญ์‹œ์š”.
๋น„๋ฒˆ : 1232

27. posted by Milo at 18:05 on September 22, 2005

Heheh, who'd have thought that two years after this guy started spamming this entry, I'd have learned enough Hangul to decipher(or at least pronouce) part of this message.

28. posted by ๋ฐฉ๋ฌธ๊ฐ at 10:05 on January 26, 2007

๊ฒŒ์‹œ๊ธ€ ์ž˜๋ณด๊ณ ๊ฐ€์š”.
์˜ค๋Š˜ํ•˜๋ฃจ๋„ ๋ณด๋žŒ์ฐจ๊ฒŒ ๋ณด๋‚ด์‹œ๊ธธ....

๊ธ€์€ ์ธํ„ฐ๋„ท์—์„œ ์ž์‹ ์„ ๋‚˜ํƒ€๋‚ด๋Š” ์œ ์ผํ•œ ๋ชจ์Šต์ž…๋‹ˆ๋‹ค.
์ƒ๋Œ€์—๊ฒŒ ์ƒ์ฒ˜๋ฅผ ์ฃผ๊ธฐ๋ณด๋‹ค ๊ฐ™์ด ์ฆ๊ฑฐ์›Œ ํ•  ์ˆ˜ ์žˆ๋„๋ก....

29. posted by ooo.com,111opwsrrru,์ž๋ฃŒ์ œ๊ณต at 17:36 on March 19, 2007

2007๋…„ ์œ ๋ง์ž๊ฒฉ์ฆ์ •๋ณด ๋ฐ ๊ฐ€์ด๋“œ๋ผ์ธ์„ "๋ฌด๋ฃŒ์ œ๊ณต" ํ•ด๋“œ๋ฆฌ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.

์š”์ฆ˜๊ฐ™์€ ์ทจ์—…๋‚œ๊ณผ ๊ฒฝ์Ÿ๋ ฅ์ด์ž ์ž์‹ ์˜ ๊ฐ€์น˜๋ฅผ ๋†’์ผ์ˆ˜์žˆ๋Š” ์ž๊ฒฉ์ฆ์— ๋„์ „ํ•ด๋ณด์„ธ์š”.


โ€ป20์„ธ๋ฏธ๋งŒ์€ ์‹ ์ฒญํ•˜์‹ค์ˆ˜ ์—†์œผ๋ฉฐ ๊ณต๋ฌด์›์ž๋ฃŒ๋Š” 39์„ธ๊นŒ์ง€ ๋ฐ›์•„๋ณด์‹ค์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

โ€ป์ž๋ฃŒ๋Š” 1์ธ 5๊ฐœ๊นŒ์ง€ ์‹ ์ฒญํ•ด ๋ฐ›์•„๋ณด์‹ค์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.


10๊ธ‰๊ณต๋ฌด์› : ์ง€์—ญ๋ณ„ ์ˆ˜์‹œ๋ชจ์ง‘,๋“ ๋“ ํ•œ ํ‰์ƒ์ง์žฅ,์ด์  10๊ธ‰์ž…๋‹ˆ๋‹ค.

๋ฐ›์œผ์‹ค์ž๋ฃŒ : ๊ณต๋ฌด์› ๊ธธ์žก์ด,๊ณต๋ฌด์› ์ผ์ •ํ”„๋กœ๊ทธ๋žจ

๋ฐ›์œผ๋Ÿฌ๊ฐ€๊ธฐ : http://www.publicm.kp.st


๊ณต์ธ์ค‘๊ฐœ์‚ฌ : ์ƒˆ๋กœ๊ฐœ์ •๋œ ๊ณต์ธ์ค‘๊ฐœ์‚ฌ๋ฒ• ์‹œํ–‰. ์ง์žฅ์ธ,์ฃผ๋ถ€,๋…ธํ›„๋Œ€์ฑ…์œผ๋กœ๋”ฑ

๋ฐ›์œผ์‹ค์ž๋ฃŒ : 2007๋…„์‹œํ—˜์ •๋ณด,์˜ˆ์ƒ๋ฌธ์ œ

๋ฐ›์œผ๋Ÿฌ๊ฐ€๊ธฐ : http://www.licensm.kp.st


์ฃผํƒ๊ด€๋ฆฌ์‚ฌ : 2007๋…„ ๋œจ๋Š” ์ž๊ฒฉ์ฆ. ์ดˆ์ฐฝ๊ธฐ์‹œํ—˜ ์ ˆํ˜ธ์˜ ์ทจ๋“๊ธฐํšŒ

๋ฐ›์œผ์‹ค์ž๋ฃŒ : ์‹œํ—˜ ์ง‘์ค‘๊ณต๋žต ์ •๋ณด

๋ฐ›์œผ๋Ÿฌ๊ฐ€๊ธฐ : http://www.housem.kp.st


์œ ๊ธฐ๋†๊ด€๋ฆฌ์‚ฌ : ์ตœ๊ทผ ์œ ๊ธฐ๋†์—๋Œ€ํ•œ ๊ด€์‹ฌ๊ณผ ์ˆ˜์š”ํญ๋ฐœ ์ทจ์—…๋ณด์žฅ

๋ฐ›์œผ์‹ค์ž๋ฃŒ : ์œ ๊ธฐ๋†๊ด€๋ฆฌ์‚ฌ ๊ธธ์žก์ด

๋ฐ›์œผ๋Ÿฌ๊ฐ€๊ธฐ : http://www.cradlem.kp.st


์˜์–ด์ฒดํ—˜ : ๋ง๋ฌธ์ด ํŠธ์ด๋Š” ์˜์–ด ์ด์   ๋งํ•˜๋Š” ์˜์–ด์‹œ๋Œ€์ž…๋‹ˆ๋‹ค.

๋ฐ›์œผ์‹ค์ž๋ฃŒ : ์˜์–ด์ฒดํ—˜์‹ ์ฒญ ๋ฐ ์ˆ˜๊ฐ•์ž์ „์› ๋””์ง€ํƒˆ์นด๋ฉ”๋ผ ์ง€๊ธ‰(์˜ฌ๋ฆผํ‘ธ์Šค FE-240)

๋ฐ›์œผ๋Ÿฌ๊ฐ€๊ธฐ : http://www.english2.kp.st






โ€ปโ€ปโ€ป ๋ถˆํŽธํ•œ ๊ธ€์ด์—ˆ๋‹ค๋ฉด ์ฃ„์†กํ•ฉ๋‹ˆ๋‹ค ์‚ญ.์ œ.๋น„.๋ฒˆ์€ 7979์ž…๋‹ˆ๋‹ค. โ€ปโ€ปโ€ป
add a comment
256b.htm minimal coding compo deadline is sunday night... time to finish those entries!
the5k.org: 2002 winners have been announced!
Based on the judges' ratings, my entry Reflection got positions #6 Overall, #4 Function, #4 Aesthetic Appeal, #7 Concept & Originality. Yay!

Quick links to the entries in the Top 10 Overall list:
#1 frutiger toy
#2 OZONE color CUBE
#3 flagellate
#4 ABC Kaleidoscope
#5 Night Waltz
#6 Reflection
#7 Pixel Ninja
#8 Wolfenstein 5K
#9 b ใ k ํ ๔ - mono
#10 window pong

Note: the Flash v. DHTML ratio is exactly 5:5.

1. posted by Low at 11:02 on August 08, 2002

Well done!

2. posted by Joeri at 11:05 on August 08, 2002

Congrats!

3. posted by poi at 11:28 on August 08, 2002

Congrats.

I'm a bit puzzled by the results, I mean the 5 first entries should have been pushed way further and still fit in the 5k limit. I guess my opinion is biased by my twisted mind of tricky coder.

4. posted by poi at 05:36 on August 10, 2002

the Flash v. DHTML distribution is highly in favor of Flash.

4 of the 5 first entries are in Flash, and Doc Ozone's entry got 4.3 points for size, without which he says he wouldn't have reached the top10

5. posted by Eric at 05:59 on August 11, 2002

flash/java should not have been allowed. most of those winners sucked, you should have won!!

6. posted by Adjam at 09:53 on September 06, 2002

i back from hols GRATZ u deserved 2 win =D
add a comment
Subject: enlightenment in 5k
"Reflection is wonderful..I'm a zen buddhist and I totally appreciate what this is about..at least, I find meaning in it for myself. This is wonderful."

1. posted by elout at 01:16 on August 08, 2002

I guess you all just can`t wait..

we (the5k.org) will be announcing the winners this evening (Pacific Time, GMT-8; August 7th).

good job milov, next year I`ll prepare my stuff a little better..
add a comment
Since lots of people end up on my forum via Google, I made it so that an "(x replies)" indicator appears at the end of the <title> whenever Googlebot requests a page, which makes the link stand out somewhat from the other results.
Still no the5k.org results but in the mean time it's nice to notice people are still rating entries (albeit less frequently), and Reflection's score jumping from 4.03 to 4.04 (ooh).

I might even try and make some sort of sequel to Reflection for the new 256b.htm Compo. Within 1/20th of the original size, of course.
Still no the5k.org final results... but, the second round of the 256b.htm Compo has started! (The Round One entries are still accessible here.)
the5k.org announces delay of announcement. Ogh!
ntk.net on Yahoo's automatic replacing of 'dangerous' words in HTML mail messages.

1. posted by Mark at 15:12 on July 14, 2002

_Now_ I understand what happened to one chunk of html I yahoo-mailed to myself as a back-up. Thanks!

It seemed especially odd at the time, because I spell mediaeval the older way, with the ae diphthong, so I got a real-sounding word through Yahoo: "mediareview". I assumed it was some kind of rampant spellcheck gone beserk....
add a comment
'THE 2002 5K "ANYTHING GOES" ENTRIES!' are online!
Lots of cool stuff in there, so check it out and rate 'em.

Mine's here.
Reflection


Also, more interesting things to find by visiting authors' sites:
- ARSEiam
- Lim->0
- halo.gen
- ...

1. posted by theclue.nl,jeroen,Jeroen at 17:29 on June 25, 2002

very cool

2. posted by iotic at 01:32 on June 26, 2002

i think the wolfenstein and the chess player ones are my favourites at the moment, of what i've seen.

funny how the top ones rotate as the people below try to vote them down! :-D

3. posted by milov at 07:52 on June 26, 2002

oh dear....
msxml3.dll error '80070070'

There is not enough space on the disk.

/shared/functions.asp, line 775

4. posted by Arsis at 10:12 on August 27, 2002

There is so much good work in there, worth checking them all out as well as last years entires....

It looks like the voteing system too was heavily biased by the judges as the user voting was quite different to the final results.

5. posted by Arsis at 10:14 on August 27, 2002

Milov - I loved your piece BTW :)
add a comment
OZONE Asylum: some background info on that Javascript Raytracer I linked on 020620.

pages: 1 2 3 4 5  next »