March 8th, 2010 at 12:56pm

Woww Tumblr :(

happymonsters:

This is not the first time Tumblr fucks up in terms of themes. Now I’ve lost ALL of my updated description, I have to write it again AND they removed all the HTML changes I’ve made. I know I can revert back to an old theme revision, but now I need to redo my description all over again. So to those who wrote to me saying they don’t like the green layout, it’s not me, it’s Tumblr. :(

With love ♥ Lucy

I always save my changes (the whole theme) to a .txt file on my computer in case something like that happens. Then, if the changes are lost, I can just go to the file, copy and paste it to Tumblr. :)

March 8th, 2010

Now that I’m healthy my boyfriend is sick. Awwh.

March 8th, 2010

Download the Yummy iconset by IconEden. It contains 20 icons available in various sizes (48px to 128px). Scalable and editable vector icons are also included. And the best part: the set is free for personal and commercial uses!

March 8th, 2010

Important!

I changed my URL!! from blog.no24.org to just no24.org. Followers, if you can’t access my blog, or no24.org takes you to my website, don’t worry!! It will update in about an hour (or less).

My drawings and photography can now be accessed straight on my Tumblr, instead of having to go to my website and see them there. It’s easier when my whole site is in one place. blog.no24.org will redirect to the new URL so you can access the blog by using that address for a while longer. Just remember to change your links as it won’t be redirecting it forever. Tumblr-followers don’t have to do anything :)

March 7th, 2010 at 10:21pm

I’m going to start a little “webcomic” project called Blueberries.
This is the first one. :)

March 7th, 2010

Cupcake.

March 7th, 2010

Winter kills my art

I went for a walk with my camera trying to find things to phogoraph. It’s just difficult to get inspired when all you see is snow, snow, snow, dead trees, snow, dead trees, snow. I’ve photographed these things a million times and frankly, they don’t make very interesting photos. I live in a small town and none of the buildings are interesting enough to be turned into art. The lake is frozen and all you can see is snow and dead trees. The river is unfrozen in spots but polluted by the street that runs next to it and rusty bikes underwater.

I want spring and nature! I want to see some color and flowers and trees with leaves. I want to see the lake water shine in the sun and the grass on the fields next to it. I want to see animals, all the birds flying around and squirrels running up and down a treetrunk. I want to photograph the harbour while I eat fresh strawberries. I want to take pictures of the street peformers and all the life and excitement in the city filled with people, people who hide indoors all winter, people who now only come out to hurry from point A to point B bundled up and looking grim.

I want to see the world come alive again.

March 7th, 2010

Who hearkened ever such a ferly thing!

cuddlyviper:

nishanity:

ferly [ˈfɛrlɪ]

adj wonderful; strange
n
pl -lies a wonder; something strange or marvellous
vb -lies, -lying, -lied (intr)
to wonder; be surprised
[Old English færlic: sudden]

This word just got added into my favorite words ever -list. And it’s gonna stay there (and in my vocabulary) forever. Forever!

I ferly how you came upon this word, madam!

I actually found it on Word Journal but their definition just said “Wonderfully strange”, which is a bit off in my opinion. :(
March 7th, 2010

Kaju Katli

March 6th, 2010 at 11:22pm

USA what is this I don’t even

Global average water footprint: 1243 m3 per capita per year

United Kingdom: 1245
France:
1875
Argentina:
1404
Russia:
1858
Sweden:
1621
USA:
2483

via WaterFootprint.org

March 6th, 2010

Who hearkened ever such a ferly thing!

ferly [ˈfɛrlɪ]

adj wonderful; strange
n
pl -lies a wonder; something strange or marvellous
vb -lies, -lying, -lied (intr)
to wonder; be surprised
[Old English færlic: sudden]

This word just got added into my favorite words ever -list. And it’s gonna stay there (and in my vocabulary) forever. Forever!

March 6th, 2010

Answering machine message 67

cuddlyviper:

Welcome to the Psychiatric Hotline. If you are obsessive-compulsive, please press 1 repeatedly. If you are co-dependent, please ask someone to press 2. If you have multiple personalities, please press 3, 4, 5 and 6. If you are paranoid-delusional, we know who you are and what you want. Just stay on the line until we can trace the call. If you are schizophrenic, listen carefully and a little voice will tell you which number to press. If you are manic-depressive, it doesn’t matter which number you press. No one will answer.

hahaha!!

March 6th, 2010

Do you speak a language other than English?

I want to make a collection of pictures with “I am insanity” written on them in different languages. I want to be sure they are correct so I can’t trust Google translate or other dodgy websites. If you have the time, please send me a message via /ask or formspring (or reblog this entry) with “I am insanity” in your language! Extra points if it’s in other than latin alphabets haha. Thank you in advance!

March 6th, 2010

Last.fm “Recently listened” on your blog without using widgets or image charts!

No more “oh god update already that’s like days old” image charts or bulky widgets. This simple Javascript code displays your recently listened tracks as links and gives you full control over the looks!

1. Go to your Last.fm profile. In the “Recently Listened Tracks” section, click on the little orange RSS icon on the right. It’s next to the “Settings” link.

2. Copy the URL. It should end in “.rss”. Example:
http://ws.audioscrobbler.com/1.0/user/nnisha/recenttracks.rss

3. Go to this RSS feed to Javascript Converter. Enter the URL you copied to the box where it asks you to do so: URL Replace the URL of the RSS Feed below or Try it.

4. The settings should be the following:

Show channel: Choose ‘yes

Number of items to display: The number of tracks you want to be displayed. I used 5.

Show/Hide item descriptions: Type in 0

Use HTML in item display: Choose ‘no

Show item posting date: If you want the date you listened to the track to be displayed, choose “yes”. Otherwise choose “no”.

Time Zone Offset: Leave it as it is.

Target links in the new window: Leave it as it is.

UTF-8 Character Encoding: Tick the box.

5. Click on Preview Feed. Don’t worry about how it looks, we’ll change that later. Just check it displays the tracks properly. Close the window.

6. Click on Generate Feed Javascript, copy the code it gives you and add it to your blog to the place where you wish the tracks to be displayed (i.e. the sidebar).

7. Add the following to your CSS. This is how you will change the looks of the feed. I have filled in some things to make it easier for you to modify. You can leave the comments there for reminders if you so wish.

/*  The entire display: Edit background color, borders, etc. */
.rss-box {
background:#FFFFFF;
width:200px;
border:0;
}

/* The title of the feed. Uses the default “username’s Recently Listened Tracks”. If you wish to hide it, add the following line: display:none; */
.rss-title {
color:#000000;
font-size:12pt;
font-weight:bold;
}

/* The list. Use to edit margin or padding. */
.rss-items {
margin:0 0 0 5px;
padding:0;
}

/* This is the actual track name. Edit font-size, color etc. */
.rss-item {
color:#FF0000;
}

/* The tracks are displayed as links. If you want them to look different from other links on your blog, edit font-size, color etc. */

.rss-item a {
color:#FF0000;
text-decoration:none;
}

/* When you move your mouse over the link */
.rss-item a:hover {
color:#808080;
text-decoration:none;
}

/* How the dates are displayed. Change color and anything you like. */
.rss-date {
color:#C0C0C0;
font-size:8pt;
}

8. Click on Save + Close and you’re all done!

March 6th, 2010

Today I interviewed a squirrel in my backyard and then threw to commercial. Somebody help me.

Conan O’Brien on Twitter

Nisha is an eccentric chick loving life, the world and everything in it.
nisha [at] no24.org msn [at] no24.org

Tags: poetry  vegan  quote  creative writing
 
My "comic" project  &  My art
 
 

 70s   80s   acoustic   alternative   anarcho-punk   arabic   blues   british   chillout   classic rock   folk   gothic   hard rock   indie   industrial   jazz   new wave   post-punk   punk   punk rock   rock   ska   ska punk   soul   victoriandustrial   vocal jazz 

  Lizmari  Daniel  Marja  Ellis
I post this and that but I try to keep it original most of the time. Everything on this blog is by me unless otherwise noted.
 
RSS  |  Archive
 
Help & Resources
Highslide
Free Icons Web
Dynamic Drive
DinPattern
stock.xchng
DaFont
W3C