Jul 30, 2009
May 06, 2009
JL-Smiley-ver.9.5.6
I've updated JL-Smiley iconset.
JAM LOG ext : Downloads : JL-Smiley-ver.9.5.6

Again,
I believe that this is "the best smiley icon on this planet"
, especially it works best on web-based tools like weblog, BBS, forum systems. And its original size is 512x512px, so it's truly all-purpose. Don't miss it if you are lookin' for a Smiley with good quality. Go get it if you like it and it's free. ![]()
I added some new faces. Here are some 18x18px working examples with weblog system:
![]()
What's new?
I received a request so I've created additional icons to express emotions such as cry, sealed, cry with happiness(I named it "touched"), sleep, strong/proud, and focus.
【Cry】

【Sealed】

【Touched】

【Sleep】

【Strong】

【Focus】

【Embarassed】

【Confused】

Of course, all these Smilies will be included in the next release of Loggix.
May 03, 2009
JL-Smiley-ver.9.5.3
I've created some new Smiley iconset, so I've released it.
JAM LOG ext : Downloads : JL-Smiley-ver.9.5.3
I believe that this is "the best smiley icon on this planet"
, especially it works best on web-based tools like weblog, BBS, forum systems. And its original size is 512x512px, so it's truly all-purpose. Don't miss it if you are lookin' for a Smiley with good quality. Go get it if you like it and it's free. ![]()

Here are some 18x18px working examples with weblog system:
![]()
Apr 11, 2009
Started using Vim(6): Scheme "XCode-Like"

I've talked about vim scheme in the last entry and I haven't satisfied with original scheme and other schemes available around the vim community, so I've started to create my own.
I want a scheme that fits with XCode or on OS X, which means so-called "Mac-like interface", so I decided to create a "XCode like" scheme.
And...Here it is.
DOWNLOAD : Downloads : Vim Color Scheme: "XCode Like"
Related URI
Started using Vim(5): Scheme

I'm currently using "desert" as my default color scheme for vim, on both OS X and Ubuntu because I feel it's the most easy on the eye scheme available from the default schemes.
Yes, It's OK enough, but since I've been a user of OS X, I've been using a typical OS X like text editors on OS X platform such as XCode, SubEthaEdit, Smaltron, CotEditor, KEdit for Mac OS X, and so on, and I've got used to their syntax coloring which is easy on my eyes.
So, I started looking for another replacements. I've found some and they are pretty nice.
There's some colors don't fit my tastes so maybe I will create my own someday. I've been pretty busy and have no time to do it.
Apr 08, 2009
Started using Vim(4): Copy a block of code

- press Esc to change into command mode
- put cursor on the beginning of textblock you want to copy (Shift^ for example)
- press v (vim will enter VISUAL mode)
- move cursor to the end of textblock
- press y to copy (or x for cut operation)
- move cursor to the place you want to paste the text, then press p
Apr 02, 2009
Started using Vim(3): Jumping Around

- Move to the top: gg
- Move to the bottom: G
- Move to the first character: ^
- Move to the last character: $
- Move to the 50th line: 50G
It will take a little bit effort to get used to press ^ and $ maybe, but I have to get used to it 'cause I use these key bindings a lot.



You MUST install this vim plugin if you program.
How to use
in visual mode, type:
, + c + SPACE