Well now it is time to write my last blogtext at this period. Tomorrrow I can sleep with no more worries about studies. Today was my last day at studying.. Well don't worry I haven't been kicked out from there (yet.) I will come back to school at next autumn when the leaves fall.
Somehow even I do feel relaxed and happy I find myself quite melancoly about when I think I m going to miss all the fooling around the classroom with my classmates. I m really going to miss it. But then again I know we all can rest from hard work and long days at coding etc.
And I m 100% My neck will love it. I have had horrible pains in my neck and upper back. AND I damn know also the reason why --> Coding. ^^'
Well I have been warned about it but still I don't feel the pain when I code and do something interesting. And I kinda love coding and programming and want to do it more.. Yes I m doing this even I know it is not maybe the best for me.
But how can I stop doing something I love? How can anyone stop anything they love?
I know it is called addiction but when I think of it I notice that everyone is somehow addicted or depending of something.
For some it is friends, some it is tobacco, drawing, dogs, cats, pets, hobbies, running, sleeping, reading,..
For me I feel quite unpleasant if I just stand and do nothing.. So I enjoy most of myself when I keep coding simple codes html java script. etc.
-Varjokani
This is my personal diary blog and I hope you will support it by not using adblockers. Feel free to share and comment my writings.
Showing posts with label code. Show all posts
Showing posts with label code. Show all posts
Friday, May 31, 2013
Studies ending from 2103 last post
Tunnisteet:
code,
coding,
feelings,
sad school teen ager brainwash brainwashed hurt sorrow graduate school teacher,
school,
school education learn life movie sorrow humans,
spring,
studying,
summer,
teen
Tuesday, March 5, 2013
How to create custom mouse icon?
If you wish to create custom mouse icon to your web-page you can do it easily. Just add this peace of code to your css-file.
cursor: url('Your_cursors_name+link.cur'), default;
Link to online .cur convertor can be found here.
Also the code to make it be shown in your blog:
<style type='text/css'>body,a,a:hover{cursor:url(http://www.adress.com/YourCursorsName.cur),progress}</style>
Subscribe to:
Posts (Atom)