background preloader

How To's

Facebook Twitter

Opening PDF files within Firefox. To display PDF files inside the Firefox browser window, you can use the built-in PDF Viewer or a PDF reader plugin.

Opening PDF files within Firefox

This article covers both methods and how to fix the common issues you might encounter. To display PDF files inside the Firefox browser window, you can use the PDF Viewer extension or a PDF reader plugin. This article covers both methods and how to fix the common issues you might encounter. Firefox now includes a built-in PDF viewer that allows you to view almost all PDF files found on the web without a plugin. The built-in PDF viewer is enabled by default. PDF Viewer (aka pdf.js) is a new revolutionary extension using web standard technologies that allows you to display within Firefox almost all PDF files found on the web without a plugin. If you've installed a PDF reader plugin like Adobe Reader, you'll have to disable it (and any other PDF reader plugins) before the PDF viewer extension will work. PDF Viewer toolbar functions PDF Viewer keyboard shortcuts Additional solutions.

How to Find the Tumblr RSS Feed in the Tumblr Profile. Introduction to Developing a Custom Tumblr Blog Theme. Tumblr is the fastest growing blog network on the web today.

Introduction to Developing a Custom Tumblr Blog Theme

With the ability to quickly reblog any of your followers’ posts it truly revolutionizes the way we interact with a digtial community. Tumblr has taken the popular dashboard feature and expanded it into a personal blog feed. Amongst the many popular features of the service is the ability to directly customize the look and feel of your page. Each blog has its own theme which is used to give your page its layout and color scheme.

There are plenty of free and paid themes to choose from, but it’s much easier and more fun to create your own. In this brief tutorial we’ll be going over the major pieces to any Tumblr theme. Understanding Pages Any Tumblr theme is simply a single page of HTML code with conditional case variables in-between. So for example all posts from your site will be broken down into categories. Now these types of conditionals are known as blocks. Building the Header. Creating a custom HTML theme. Want to create a custom look for your blog? If you’re comfortable hand-coding HTML, then you’ve come to the right place! If not, choose from hundreds of beautiful themes in the Theme Garden.

Introduction Tumblr is built around seven key post types: text, photos, links, quotes, chat, audio, and video. Be sure to customize your theme around these types so that your posts show up beautifully on your blog, on the Dashboards of your followers, and on other blogs when they’re reblogged. Pro-tips Try to avoid posting external images and embedded media in text posts.

Get Started Click the name of your blog at the top of the Dashboard or under the list icon at the top.Click “Customize appearance” on the right column.Click “Edit HTML” below the theme thumbnail on the left. Tumblr has two types of special operators used to render content in your HTML. Variables are used to insert dynamic data like your blog's title or description: Example <html><head><title>{Title}</title></head><body> ... Basic Variables. Tumblr: Setup And Installing Custom Themes.