Stepping Into Mahasiswa's Life


Assalamualaikum.

My dear long lost blog. I know, it has been a very-very long time. My last update was on year 2017. Legit, 2 years has already passed. It is year 2019 now; I notice that so many things have changed here, in Blogger. I am kind of missing the past blogging vibes when everyone is so into making over their blogs, learning coding, blog walking, joining contests and giveaways etc. I do miss yes, I really miss. Well, you got to admit that everything is not permanent in life so appreciate it while it lasts. So yeah.

Thanks Allah. I am still living till now.

As for my life, many things have changed too. So many life lessons have molded me into who I am today. And with that, I am glad to say that I am happy and satisfied with myself and the path that I am currently going through right now. Alhamdulillah.



I had stepped into Faculty of Accountancy and well officially verified as a Mahasiswa at UiTM. With that, there goes a new phase in my life; a fresh responsibility that I need to shoulder. Being a high school student is already a quite tough for me so stepping into Mahasiswa's life absolutely startles me even more. Well, you know how everyone is talking about how tougher your life will be at the university? Yes, it is precisely true. But thanks god, I manage to slowly adapt with the environment now. I learn that life is surely tough but it is how you manage to set a blueprint of your life is what is significant in making sure the smoothness of your life journey; it is correlated.

To be frank, accounting school is not really my cup of tea. The fact that I had applied for the course is mainly because of my parents; simply because I don't have any courses that I want to pursue in my mind. In fact, I was mentally in confusion at that time so following my parents' choice is the only available option I had to choose. It is actually a quite risky decision making for me to go through the course that is out of my desire even though I had actually have the basic for the subject during high school but honestly, I really hate the subject. I really do. I was just lucky enough to obtain an A- for the subject in SPM because it was horribly hard that I don't want to even recall it anymore.

"Oh well, how can I be so cool to go through something I curse at university level, uh?"

God's plan.

One thing I know; when you positively set your mind that you will somehow able to survive, you can legit survive for real because you know, there are these moments you think you won't survive. And then, you survive. So yeah, unexpected thing happens. I am already in my last semester now. Well, shockingly. I had survived those past 4 semesters of scary rides so let us see, how the last semester is going to torture me this time but honestly, time really passes that fast, uh?

Semester 1

Semester 2

Semester 3

Semester 4

Every new step or phase that you take in your life will surely comes with lessons and yes, being a Mahasiswa surely taught me a lot since I need to adapt and confront with new environment and different kind of persons there respectively.

Responsibility.

Determination.

Friendship.

Sadness.

Honestly, friendship's issue is not something new to me. It is so weird. You become friend months ago and then, turn into stranger in a blink for no reason, lol. Getting stabbed at the back from someone you trust is like a recycle thing that happens in my life since I was 15. It really saddens me but I learn a lot from that to become who I am today. For me, friendship will always shape me into someone new. I become more selective and cautious in putting someone new into my circle now but thanks to that, I am happy with my small circle friends now. You know, everything happens for a reason. It is either to test you or to teach you something but most importantly both will make you become more stronger.

Thanks to my past experiences for making my Mahasiswa's life becomes more bearable. I can imagine how horrible my life will be today if I did not experience that in the past. Indeed, experience is the greatest teacher. The biggest lesson ever that I had learned at the University is you got to keep your friend as a friend only not as a partner in your group assignment too because he or she may be a good friend to you but not a good partner in your group assignment unless you are very certain that he or she is good in both then go on because you know;

Free rider exists.

I hate it when I am the only one who makes the effort; it is not something new actually. I have been facing this a lot, to be very honest. This is all about responsibility. But I don't really care about it anymore because what is important is, I get my job done or whatever. That is it.

Annual General Meeting

Majlis Tertinggi & Exco

Unexpectedly, I become a vice president for my club at UiTM. It is honestly tough. People will look up to you, critique and hate you but to be frank, I did not really ask for this title at first but as the time passes, I manage to slowly accept the fact. This is still a part of my responsibility. I am going to just follow the flow and do my part even though I went through a frustration journey along it but whatever. I mean, I really enjoy it. It makes my diploma becomes more memorable.

Emcee Day

Family Day

So yeah. Stepping into Mahasiswa's life surely teaches me a lot. You become sad and frustrate today and then happy tomorrow; it is a norm. Please note that what happens to me may not happens to you, I am just sharing my story here. To anyone who reads this, please pray for my last semester. I look forward to graduate on time with Vice Chancellor Awards and continuing my study in degree level, In Shaa Allah. Cherish every moment, till we meet again.

Thank you for reading. Do comment below. 💓

Tutorial: Customize Comment Box 4


PENGGUNA SIMPLE TEMPLATE DAN DENIM TEMPLATE SAHAJA
  • Dashboard > Template > Edit HTML 
  • CTRL+F search kod /* Comments
  • Delete semua kod di bawah kod /* Comments 
  • Copy kod di bawah:
.comments h4 {
color: #29324f;
text-align: center;
font: normal normal 14px 'oswald', times new roman, serif;
letter-spacing: 2px;
text-transform: uppercase;
padding: 4px;
border-bottom: 1px solid #ddd;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
.comment-block {
border-top: 1px solid #ddd;
padding: 2px;
}
.comment-content{
font:normal 12px Arial;
padding: 4px;
}
.comment-header{
font: 13px calibri;
letter-spacing: 1px;
text-transform: uppercase;
padding:5px;
}
.avatar-image-container{float:left;border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;background:#ddd;padding:5px;}

.avatar-image-container img{
border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

.avatar-image-container img:hover{
border-top-left-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;
transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}

.datetime{display:none;}

.comments .comment .comment-actions a {
  background:#999;
  color:#fff;
  padding:2px 5px;
  margin-right:10px;
  font:10px sans-serif;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  transition:.2s linear;
  -moz-transition:.2s linear;
  -webkit-transition:.2s linear;
}
.comments .comment .comment-actions a:hover {
  background:#000;
  text-decoration:none;
  transition:.2s linear;
  -moz-transition:.2s linear;
  -webkit-transition:.2s linear;
}
.deleted-comment {
font-style:italic;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}

  • Boleh ubah kod yang Adam merahkan mengikut citarasa warna masing-masing
  • Preview dan save
  • Kemudian, pergi ke bahagian setting di sebelah kiri > post and comments 
  • Comments > Pilih Embed

Done.

Tutorial: Customize Comment Box 3


PENGGUNA SIMPLE TEMPLATE DAN DENIM TEMPLATE SAHAJA
  • Dashboard > Template > Edit HTML 
  • CTRL+F search kod /* Comments
  • Delete semua kod di bawah kod /* Comments 
  • Copy kod di bawah:
.comments h4 {
color:#333;
padding-left: 7px;
padding-right: 7px;
padding-top: 4px;
padding-bottom: 4px;
font-weight: normal;
font-family: Short Stack;
font-size: 11px;
line-height:18px;
text-align: center;
border-top: 5px double #ddd;
border-bottom: 1px solid #ddd;
}
@font-face {
font-family: 'Short Stack';
font-style: normal;
font-weight: 400;
src: local('Short Stack'), local('ShortStack'), url(http://themes.googleusercontent.com/static/fonts/shortstack/v4/6Lbgh4PDdLpSiP41rQoGa4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
.comment-content{
font-weight: normal;
font-family: Short Stack;
font-size: 11px;
padding: 4px;
border-bottom: 1px solid #f0f0f0;
}
.avatar-image-container{background:#ddd;padding:5px;border-radius:50%;}
.avatar-image-container img{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
border-radius:50%;}
.avatar-image-container img:hover{
border-radius:50%;
transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}
.datetime{
background:#eee;
padding:4px;
font-weight: normal;
font-family: Short Stack;
font-size: 11px;
float:right;
margin-top:10px;
}
.secondary-text{
background:#eee;
padding:4px;
font-weight: normal;
font-family: Short Stack;
font-size: 11px;
}
.deleted-comment {
font-style:italic;
color:gray;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}

  • Boleh ubah kod yang Adam merahkan mengikut citarasa warna masing-masing
  • Preview dan save
  • Kemudian, pergi ke bahagian setting di sebelah kiri > post and comments 
  • Comments > Pilih Embed

Done.

Tutorial: Customize Comment Box 2


PENGGUNA SIMPLE TEMPLATE DAN DENIM TEMPLATE SAHAJA

  • Dashboard > Template > Edit HTML 
  • CTRL+F search kod /* Comments
  • Delete semua kod di bawah kod /* Comments 
  • Copy kod di bawah:
.comment-content{
background:none;
padding:8px;
font-size: 13px;
font-family:Imprima;
color:#000;
}

.comments h4 {
padding:10px;
margin:0 0 15px;
border-bottom:1px solid #eee;
text-transform: uppercase;
text-align: center;
font:11px calibri;
}
.comment-block{
background:none;
}
.avatar-image-container{background:#E6E2D5;padding:5px;border-radius:50%;}

.avatar-image-container img{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
border-radius:50%;}
.avatar-image-container img:hover{
border-radius:50%;
transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}
.comment-header{
margin-left: -40px;
background:url(http://25.media.tumblr.com/tumblr_ls0w5txuft1r3vazto2_250.png);
padding: 4px;
border-radius: 5px;
font: 11px calibri;
text-transform: uppercase;
color: black;
}
.datetime{
display:none;
background:#fff;
padding:8px;
float:right;
border-radius:30px;
font:10px arial;
margin-top:10px;}
.secondary-text{
padding:3px;
border: 1px solid #ddd;
border-radius: 3px;
background: #EDEDED;
background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, white), color-stop(1, #E5E5E5) );
background: -moz-linear-gradient( center top, white 20%, #E5E5E5 100% );
color: black;
font: 12px imprima;
text-transform: uppercase;
float:right,top;
}
.secondary-text:hover{
text-decoration: none !important;;
background: #ccc;;
background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #eeeeee),color-stop(1, #cccccc));;
background: -moz-linear-gradient(center top,#eeeeee 20%,#cccccc 100%);;
}

.deleted-comment {
font-style:italic;
color:gray;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
font: 10px arial;
color: white;
float: left;
}
#blog-pager-older-link {
font: 10px arial;
color: white;
float: right;
}
#blog-pager {
padding: 4px;
text-align: center;
}

  • Boleh ubah teks yang Adam merahkan mengikut citarasa masing-masing
  • Preview dan save
  • Kemudian, pergi ke bahagian setting di sebelah kiri > post and comments 
  • Comments > Pilih Embed

Done.

Tutorial: Customize Comment Box 1


PENGGUNA SIMPLE TEMPLATE DAN DENIM TEMPLATE SAHAJA
  • Dashboard > Template > Edit HTML 
  • CTRL+F search kod /* Comments
  • Delete semua kod di bawah kod /* Comments 
  • Copy kod di bawah:
.comments h4 {
padding:9px 3px 10px;
margin:0 0 15px;
letter-spacing:1px;
border-bottom:1px solid #eee;
text-transform: uppercase;
text-align: center;
font: 11px calibri;

}
.comments .comments-content .loadmore a {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}
.comments .comment-thread.inline-thread {
background-color: transparent;
}
.post ol {
counter-reset: countcomments;
}
.comment-thread li:before {
display:none;
content: counter(countcomments,decimal);
counter-increment: countcomments;
float: right;border:2px solid #ddd;
z-index: 2;
position:relative;
font: 11px calibri;border-radius:50%;
text-transform: uppercase;
color: #333333;
padding-left:8px;
padding-top:3px;
background:#fff;
margin-top:7px;
margin-left:10px;
width: 25px; /*image-width size*/
height: 25px; /*image-height size*/
}
.comment-block{
background:#FCEFDC;
padding:5px;
border:1px solid #fff;
margin-left:65px;position:relative;
}
.comment-header{
font:11px calibri;
text-transform: uppercase;
background-color:#FFFFFF;
border:1px solid #ddd;padding:5px;
}
.comments .comments-content .owner-actions{position:absolute;right:0;top:0;}
.comments .comments-replybox{border:none;height:230px;width:100%}
.comments .comment-replybox-thread{
margin-top:0;
}
.comments .comments-content .datetime a{
color:#555555;font:11px calibri;text-transform: uppercase;float:right;text-decoration:none;
}
.comment-content{
font: 12px Calibri;
background:#fbfbfb;
padding:8px;
border: 1px solid #f2f2f2;
color:#333;
}
.avatar-image-container{background:#E7D8BF;padding:5px;
}
.avatar-image-container img{
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.avatar-image-container img:hover{
transform: rotate(360deg) ;
-webkit-transform: rotate(360deg) ;
-moz-transform: rotate(360deg) ;
-o-transform: rotate(360deg) ;
-ms-transform: rotate(360deg) ;}
.feed-links {
clear: both;
line-height: 2.5em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
font: 12px calibri;
color: black;
float: left;
}
#blog-pager-older-link {
font: 12px calibri;
color: black;
float: right;
}
#blog-pager {
text-align: center;
}
  • Boleh ubah kod yang Adam merahkan mengikut citarasa warna masing-masing
  • Preview dan save
  • Kemudian, pergi ke bahagian setting di sebelah kiri > post and comments 
  • Comments > Pilih Embed

Done.