Sambutan Aidil Fitri 2009
2. Majlis Sambutan Hari Raya Aidil Fitri di Pullman Hotel, Putrajaya - 2009.
Walimatul Urus anak Brader Zukree, 2010
4. Perkahwinan anak perempuan Zukree di Bukit Beruntung Golf Club.
Mesyuarat Agung 2012
Intake 7 bersama Tuan Presiden Persatuan selepas Mesyuarat Agung AFATS di Kelab Shah Alam, 2012.
Wednesday, April 13, 2016
Tuesday, April 05, 2016
Embedding a PDF From Drive into a Blog
Getting the embed code is easy, but the result is in no way ideal. In fact you’ll notice that most of the first page of the PDF you can’t even see. Fortunately, there’s a better way. It take a little code (really, just a little), but it’s very doable.
The embed code Drive gives you looks like this :
<iframe src="https://docs.google.com/a/bpsk12.org/file/d/0B3xoQi_oa7_hU2J5S1RQbFdqS3c/preview" width="580" height="480"></iframe>
<iframe src="https://docs.google.com/viewer?srcid=[put your file id here]&pid=explorer&efh=false&
There are only three things in the code we need to worry about:
- The file id.
- The height of the frame.
- The width of the frame.
The file ID is highlighted in yellow.
Read more here...