Jul 28

You dark calm savage.
I eye you from across the way.
You sit there patiently.
Your ripples of magic tickle my senses.

–anonymous 1984.

man i want a Guinness. here are some cool images you might enjoy.

now i don’t know who the Asian lady is, but she looked mighty happy enjoying that Guinness. I think tomorrow i will go and have one. Either that or a Boddingtons. that too is a nice drink.

Your Ad Here
Jul 27
Post from an iphone
icon1 admin | icon2 PLAIN | icon4 07 27th, 2008| icon3No Comments »

I’m writing this from my iPhone, wow

Your Ad Here
Jul 22

i was like WTF!


totally knocked out.

this too.

Your Ad Here
Jul 16
aparently im dead
icon1 admin | icon2 PLAIN | icon4 07 16th, 2008| icon31 Comment »

and i have a memorial, and i am a woman. I found this. my Legal Name is wonhee lee, and I thought it was funny. WonHee Lee, Rest in Peace. you were a good woman. you bore many large healthy children. they loved you. and you lived a long and wholesome life. You will be missed.

original links here

Your Ad Here
Jul 16

So the regular column count in wordpress’ is 3, and in order to change this number, there isn’t any place in the settings to change it. so basically in order to change this, you will have to have a minor bit of programming knowledge, a good text editor. and some gumption.

first thing you do is open up your FTP client or telnet client putty.exe and go into your blog directory. If in case of FTP, grab this file.

/yourblogdir/wp-includes/media.php

open up the file. using your text editor, (I prefer editplus if i didnt have shell access to the server, and nano on the shell. No real Programmers use nano –see awesome xkcd.com panel on the bottom )and do a search for this string,

function gallery_shortcode($attr)

this should be line 400 if you are using putty.exe, look for this bit of code below, and change the “columns” from 3 to 4. and save.

now also remember you have to take in consideration what your width of your post frame is.

        extract(shortcode_atts(array(
                'order'      => 'ASC',
                'orderby'    => 'menu_order ID',
                'id'         => $post->ID,
                'itemtag'    => 'dl',
                'icontag'    => 'dt',
                'captiontag' => 'dd',
                'columns'    => 4,
                'size'       => 'thumbnail',
        ), $attr));

All set. Have fun Blogging.

from xkcd.com

 

real programmers use nano

real programmers use nano

Your Ad Here

« Previous Entries