December 2013
Drupal 8 Preview: What to Expect by webchick
Recently Acquia held a webinar about "Drupal 8 Preview: What to Expect". The webinar was presented by webchick. In This webinar, she is going to outline how D8 will help you if you are: an end-user, site-builder, front-end developer, or a hardcore nerd.
YouTube Preview:
How to display PDF in browser via PHP
The last project I was working on was having a requirement hiding the file URL in browser, for security reason. The file was actually PDF file and was containing user's order data. So to restrict the access to PDF file I've created a page callback, where I've written small piece of code to show the PDF output directly in page. Here is the sample code: