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

jl-smiley-coverflow.png

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:

:-) ;-) :-D :-! :-( =-o 8-) :-P :-| }:-[ :-/ :-d :.( :-X :.) |-| }-) }}: :-S :-}

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】
jl-smiley-cry.png

【Sealed】
jl-smiley-sealed.png

【Touched】
jl-smiley-touched.png

【Sleep】
jl-smiley-sleep.png

【Strong】
jl-smiley-strong.png

【Focus】
jl-smiley-in-focus.png

【Embarassed】
jl-smiley-embarassed.png

【Confused】
jl-smiley-confused.png

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. ;-)

jl-smiley-coverflow.png

Here are some 18x18px working examples with weblog system:

:-) ;-) :-D :-! :-( =-o 8-) :-P :-| }:-[ :-/ :-d

Apr 11, 2009

Started using Vim(6): Scheme "XCode-Like"

icn_MacVim_128.png

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.

【Compare to XCode】
vim-scheme-xcodelike-1.png

【PHP mode】
vim-scheme-xcodelike-2.png

【Vertical Split Mode】
vim-vsplit.png

DOWNLOAD : Downloads : Vim Color Scheme: "XCode Like"


Related URI

Started using Vim(5): Scheme

icn_MacVim_128.png

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

icn_MacVim_128.png

  1. press Esc to change into command mode
  2. put cursor on the beginning of textblock you want to copy (Shift^ for example)
  3. press v (vim will enter VISUAL mode)
  4. move cursor to the end of textblock
  5. press y to copy (or x for cut operation)
  6. move cursor to the place you want to paste the text, then press p

Apr 02, 2009

Started using Vim(3): Jumping Around

icn_MacVim_128.png

  • 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.

Previous Logs