Teluk Cempedak, Kuantan

1. Intake 7 di Pantai Teluk Cempedak, semasa Annual Camp di Gebeng Kuantan.

Sambutan Aidil Fitri 2009

2. Majlis Sambutan Hari Raya Aidil Fitri di Pullman Hotel, Putrajaya - 2009.

Majlis Berbuka Puasa 2011

3. Majlis berbuka puasa 2011.

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

OVER THE PAST 40 YEARS

    If you were asked to name the five most important events, ideas or developments in the past 40 years, what would they be?
    The world in which we live today is quite different from just 40 years ago

(1976 - 2016)






Tuesday, April 05, 2016

Embedding a PDF From Drive into a Blog

Embedding PDFs in a blog can be a great way to share information, especially with parents and the community. These days Google Drive makes this easy: when you’re viewing a PDF you can easily get the embed code and drop it into you blog. But, the code includes a preview pane and no options for zooming, so it’s not idea.

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>

What we need to do though, is to use this code instead (it’s way better, for lots of reasons):

<iframe src="https://docs.google.com/viewer?srcid=[put your file id here]&pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="580px" height="480px"></iframe>

I know, the code looks a little intimidating, but most if it we can ignore.

There are only three things in the code we need to worry about:

  1. The file id.
  2. The height of the frame.
  3. The width of the frame.
The file ID for your PDF (one that is already in Google Drive) can be found in the PDFs web address. When you open a PDF, it’s the garbage-looking piece of the URL (it will be between forward-slashes, “/”).

The file ID is highlighted in yellow.

Read more here...

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More