Sunday, December 18, 2016

Get Free MRT Rides in Malaysia

The 1st phase of Malaysia's mass rapid transit (MRT) opened 2 days ago on Friday, 16 December 2016. The public was invited to come test out the MRT with free rides for a month (until 16 January 2017). 

It will only be for the 1st phase though. The 1st phase spans from Sungai Buloh to Semantan. The remaining stretch (Phase 2) is scheduled to be open to public in July 2017, spanning from Semantan to Kajang.


The stations' interiors are clean and spacious, with some companies already grabbing a chance to set up booths to promote their products to passerby.




 At the stations, huge boards showing the entire public transportation network are displayed prominently to visitors.

Still free, so the ticket machines are temporarily disabled...

At the train floor, huge glass panels form the walls, enabling you to see far into the distance.


Clear electronic signboards mark the time when the next train arrives.


The train has arrived!



First thing about the train once you step in is how cold the air is. The air conditioning is working really well!




Some of the MRT crew in discussion at the end of the train

A view at the end of the train.


Some of the signs around the seats


Some stations have been prepared with huge parking lots. Definitely a huge plus for Malaysians to use the MRT.



 Some of the stations have feeder buses to take you to popular nearby destinations. At the Semantan station, for example, feeder buses take you to 1-Utama.




It's packed inside the feeder bus

Here is the list of MRT stations:
Phase 1 (Already operational, free rides until 16 Jan 2016)
Sungai Buloh
Kampung Selamat
Kwasa Damansara
Kwasa Sentral
Kota Damansara
Surian
Mutiara Damansara
Bandar Utama
TTDI
Phileo Damansara
Pusat Bandar Damansara
Semantan

Phase 2 (Scheduled to be ready in July 2017)
Muzium Negara
Pasar Seni
Merdeka
Bukit Bintang
Tun Razak Exchange (TRX)
Cochrane
Maluri
Taman Pertama
Taman Midah
Taman Mutiara
Taman Connaught
Taman Sunnex
Bri Rayo
Bandar Tun Hussein Onn
Batu Sebelas Cheras
Bukit Dukung
Sungai Jernih
Stadium Kajang
Kajang

Saturday, December 10, 2016

How to call a Class and ID in CSS

Class applies to a group of elements. To call a class, use a period ".". Example:


  • In the file, the code is:

<header class="entry-header">
December 12, 2016
</header>

<aside class="entry-header">
January 1, 2015
</aside>

  • In the CSS file, call it like this:

.entry-header
{
display:none;
}


ID applies to only 1 specific element. To call an ID, use a hashtag "#". Example:


  • In the file, the code is:

<header id="entry-header">
December 12, 2016
</header>

  • In the CSS file, call it like this:

#entry-header
{
display:none;
}

Saturday, December 3, 2016

Cheapest Place to Park in Kuala Lumpur City Centre

You need to park in the middle of Kuala Lumpur, but you've heard of exorbitant prices some places charge for parking. How now brown cow?

WEEKDAY Mon-Fri before 5pm
  • RM2 (first hour) then RM1 every subsequent 1/2 hour - Open carpark next to Wisma UOA (Jalan Pinang) - (updated 18 Mar 2016)
  • RM3 per entry (before 5pm) - limited parking - Open carpark next to Hakka Restaurant (Jalan Conlay) -  (updated 18 Mar 2016)
  • RM4 per entry (Monday to Sunday) - Kenanga International -  (updated 18 Mar 2016)
  • RM6 per entry (Monday to Sunday) - Open carpark opposite Impiana Hotel - (updated 18 Mar 2016)

WEEKDAY Mon-Fri after 5-6pm
  • RM4 per entry (after 6pm) - Wisma Cosway - (updated 18 Mar 2016)
  • RM4 per entry (after 5pm) ; RM5 per entry (after 4pm) - Wisma SPS - (updated 18 Mar 2016)
  • RM5 per entry (after 6pm) - Low Yat Plaza -  (updated 18 Mar 2016)
  • RM5 per entry (after 5pm)  - Menara Standard Chartered - (updated 18 Mar 2016)
  • RM5 per entry (after 6pm) - Sungei Wang Plaza - (updated 18 Mar 2016)
  • RM5 per entry (after 5pm) - The Sun Complex (opposite Berjaya Times Square) - (updated 18 Mar 2016)
  • 5 rm per entry (after 6pm) - Invito Hotel in Cangkat (3 Nov 2016)
  • RM7 per entry (after 6pm) - Starhill Gallery - (updated 18 Mar 2016)

WEEKEND Sat-Sun
  • RM4 per entry - Kenanga International  building -  (18 Mar 2016)
  • RM4 per entry (only for Sundays and public holidays) - Wisma Cosway -  (18 Mar 2016)
  • RM5 per entry - The Sun Complex (opposite Berjaya Times Square) -  (18 Mar 2016)
  • RM5 flat - Novotel hotel.  (22 July 2016)
  • RM6 per entry - Open carpark opposite Impiana Hotel -  (18 Mar 2016)
  • RM6 per entry (Saturday, after 1pm), RM7 per entry (Sunday and public holidays) - Menara Standard Chartered (updated 18 Mar 2016)

Disclaimer: Prices are subject to change without notice

Popular Posts