You are viewing [info]logomachist's journal

January 2012   01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

It seems that my research into Leibniz's Universal Characteristic has been stymied by the fact that no one has devoted an entire book to the subject.

Alright, who wants to raid the libraries and piece together the language from what HAS been published?


New Year 2012

Posted on 2012.01.01 at 01:05

Happy New Year everyone!!


Wishlist

Posted on 2011.10.31 at 16:04
Current Mood: boredbored
Tags: , , ,

Boardgmes I want

Dead tree TRPGs I want

Digital TRPGs I want

Books and miscellaneous stuff from my Amazon wishlist


Computer magazine DVDs I want. (Use coupon code "DOTCOM" for 50% off!)


Get Out the Vote (on my banana themed recipes)

Posted on 2011.09.07 at 21:26
Current Mood: calmcalm
Tags: ,
I'm going to make one banana-themed recipe later on this week and you, my loyal followers, get to decide which one it is. Take a look at the following recipes and comment on your favorite:

Hawaiian Baked Bananas
Banana Wraps
Banana Crepes

[Tech club] Yogurt technology & more

Posted on 2011.01.31 at 15:45
Current Mood: productive
Tags: , , , ,
Once again I am scheduling a Tech club meeting at 10 000 villages and hoping that someone shows up.

The day: Feb 7th.
The time? Yet to be determined.
The location? 240 N Reading Rd Ephrata, PA 17522-1649

Discussion may center around any technology. Especially if it is yogurt related.

Which looks more like an inksplat?

Posted on 2010.11.18 at 14:12
Current Mood: industrious
Tags:
Making a logo for my gaming group.  Which looks more like an ink splat?

Get Day of the Year in Javascript

Posted on 2010.09.14 at 13:58
Current Location: EPL
Current Mood: irritatedirritated
Tags: ,
<p>Day of the Year:</p>
    <script type="text/javascript">
    // Problem w/ this script is unknown but I can't get it to output a value when loaded in a browser    :(
    function get_day_of_the_year()
    {
        var daysElapsedinYear;
        switch (getMonth())
        {
            case (11)  :  daysElapsedinYear += 30;
            case (10) :  daysElapsedinYear += 31;
            case (9) :    daysElapsedinYear += 30;
            case (8) :    daysElapsedinYear += 31;
            case (7) : daysElapsedinYear += 31; 
            case (6) : daysElapsedinYear += 30;
            case (5) : daysElapsedinYear += 31;
            case (4) : daysElapsedinYear += 30;
            case (3) : daysElapsedinYear += 31; // Needs to be edited in order to account for leap years
            case (2) : daysElapsedinYear += 28;
            case (1): daysElapsedinYear += 31;
            case (0) : daysElapsedinYear += getDate();
    }
            
            return daysElapsedinYear;
            
}
    
     document.write(get_day_of_the_year());
    
    </script>
 


In which I ponder about keyboard Boggle

Posted on 2010.06.14 at 20:43
Current Mood: contemplativecontemplative
Tags: , , , , ,
Ever wonder the longest word that can be typed Boggle-style on a QWERTY keyboard?

Yeah, me too. 

I thought it said "Cosmo"

Posted on 2010.05.19 at 17:36
Current Mood: amusedamused
Tags: , , , , , ,
Oh! "Cosmos". At first I thought it said "Cosmo"

IE8: Now with carot-mode

Posted on 2010.04.07 at 00:01
Current Location: United States, New Jersey
Current Mood: relaxedrelaxed
Tags: , , , , ,
Carot browsing in IE8! Thank god, I've been wanting this for ages. Now for Opera...
http://www.thewindowsclub.com/caret-browsing-in-internet-explorer-8
-Rob

Previous 10