background preloader

Keyboard shortcuts - Gmail Help

Keyboard shortcuts - Gmail Help
Save time navigating in Gmail by using keyboard shortcuts. Important: Keyboard shortcuts aren't supported by all languages or keyboards. Turn on keyboard shortcuts On a computer, go to Gmail. Open keyboard shortcuts dialogue: To open the Keyboard shortcuts dialog, press the question key (Shift + slash). Shortcuts you can use You can use keyboard shortcuts to navigate your inbox and messages, format text, and complete actions like archiving and deleting. To see a complete list of keyboard shortcuts, including which need to be turned on, type ? Tip: Keyboard shortcuts work differently on PC and Mac computers. Compose & chat Formatting text Actions Important: These shortcuts won't work unless keyboard shortcuts are turned on. Jumping Important: These keyboard shortcuts won't work unless keyboard shortcuts are turned on. Threadlist selection Navigation Important: These keyboard shortcuts won't work unless keyboard shortcuts are turned on. Application Customize keyboard shortcuts

5 Top Social Infographics Regelmatig publiceer ik infographics. Prachtige visualisaties van cijfers en overzichten. Soms bomvol met data, soms grafisch een plezier voor het oog. Programming & Developer Certifications As one of the people who sits and creates the software that runs our lives and businesses, it is important that you can verify your skills to future and current employers. There are several great certifications out there to do just that. The following is a list of some of the most popular and where to get more information about each. BEA Certified DeveloperBEA Systems Site Offers three specializations to choose from: Portal Solutions, Build Solutions, and Integration Solutions. Each specialization requires one exam. Only one specialization is required for the BEA Certified Developer designation. Brainbench Certified Internet Professional (BCPIP) - Web DeveloperBrainbench WebsiteThis online certification requires four online exams that typically cost $49.95. Certified Internet Webmaster (CIW) CertificationsCIW Certification Site Master CIW Enterprise DeveloperAn advanced certification, this requires eight exams at $125. IBM CertificationsIBM Website SAS CertificationsSAS Website

Know of an iOS app that supports "Send to OmniFocus"? Post here! Read It Later Pro now supports Send to OmniFocus (StOF). If you're familiar with Instapaper, it's essentially the same thing, it allows you to bookmark and read material offline. I have both, and since the latest release, have been blown away by how much better RIL is against Instapaper but, as always, YMMV! Like Instapaper, RIL maintains a very simple interface but also hides an extensive range of features behind actions such as swiping left to right in list view or doing a two-finger tap when reading an article. It also allows you to switch between pure text and graphic modes, which helps when trying to download things such as bulletin board threads etc. for later reading, which often come a cropper in Instapaper. I've asked Nate (the developer) to see if it would be possible in a future release to have the StOF function send two links to the note field in OF, a live link to the source and another one to the stored offline material held locally within the App.

Publish from InDesign to your iPad Wirelessly | Creative Suite Podcast: Designers Community Translation Episode available in 2 languages Available Translations: Join the Community Translation Project Thanks for your interest in translating this episode! Please Confirm Your Interest Thanks for your interest in adding translations to this episode! An error occurred while processing your request. Another translator has already started to translate this episode. Thanks for Participating! This episode has been assigned to you and you can expect an e-mail shortly containing all the information you need to get started. About This Episode In this episode I'll show you how to use the NEW Folio Builder Tools in InDesign CS 5.5 to take your interactive document from InDesign to your iPad or Android tablet.

Tinderbox « Welcome to Sherwood Time to get back to writing about Tinderbox. I’ve been trying to find the ideal set up for managing a day book. Being a constant fiddler, I’ve danced from application to application, but I’ve now determined that Tinderbox will serve this purpose well. [If you haven't already read my previous entries about Tinderbox, it would be helpful if you did.] A day book is where I intend to collect miscellaneous chunks of information that are related primarily by their type and date. In Tinderbox I can create prototypes that prompt me for specific bits of data that relate directly to the type of information I am collecting. Image 1: The book note prototype I created for my Tinderbox "Day Book." You can see from the screen-capture of the book note prototype that I am set to capture the data I want to record about the books I’m reading (or intend to read). Another advantage of Tinderbox is its versatility for organizing and presenting this information. Doesn’t look very complicated, does it?

Lightroom to InDesign to iPad: Interactive Portfolios | Creative Suite Podcast: Designers Community Translation Your transcript request has been submitted. Adobe TV does its best to accommodate transcript requests. It can take a few weeks for the transcript to become available in the Community Translation Project, so keep checking back. Join the Community Translation Project Thanks for your interest in translating this episode! Please Confirm Your Interest Thanks for your interest in adding translations to this episode! An error occurred while processing your request. Another translator has already started to translate this episode. Thanks for Participating! This episode has been assigned to you and you can expect an e-mail shortly containing all the information you need to get started. About This Episode In this episode of the Adobe Creative Suite Podcast Terry White shows how to use a Lightroom Web Gallery in InDesign to make an Interactive Portfolio for your iPad or Android Tablet

How I Use Notebooks Despite the fact that I do use several apps in my productivity workflow, I have a tendency to use paper a lot as well. As a matter of fact, paper is often my first method of capture for a variety of reasons, such as: It doesn’t require recharging, so it never runs low on juice.There are far fewer limitations to paper; whereas apps on a device do.I can have multiple notebooks available to me (one on my nightstand, one in my jacket, one in my travel case, etc.), which isn’t the case for my devices. But I don’t use them as a means to keep a to-do list. Here is what I use notebooks for: Capturing ideas for posts and projectsDoing quick brain dumpsOutliningMind mapping Ultimately, however, I use notebooks to connect myself with the things that are most important to me on a daily basis. Again, the colours create a firmer connection for me. I’ll use a junior legal pad or a larger notebook on my desk, which is what I’ll use for outlining, brain dumps, or mind mapping. I’m a notebook fan.

Mini Bridge | Photoshop Hidden Gems Community Translation Episode available in 1 languages Available Translations: Join the Community Translation Project Thanks for your interest in translating this episode! Please Confirm Your Interest Thanks for your interest in adding translations to this episode! An error occurred while processing your request. Another translator has already started to translate this episode. Thanks for Participating! This episode has been assigned to you and you can expect an e-mail shortly containing all the information you need to get started. About This Episode Easily view and access all your image assets directly in Photoshop CS5 with the customizable Adobe Mini Bridge panel.

Tools 4 noobs - tools you didn't even know you needed 12 Useful Techniques For Good User Interface Design Advertisement Last week, we presented 10 Useful Web Application Interface Techniques, the first part of our review of useful design trends in modern Web applications. Among other things, we highlighted embedded video blocks, specialized controls and context-sensitive navigation. This post presents the second part of our review: 12 useful techniques for good user interface design in Web apps. You may also want to take a look at the following related articles: 1. One of the most significant elements of a good user interface is visibility of the system’s status. Yammer applies not one but three effects on all new messages in a feed: fade in, slide down and highlight. However, this dynamic nature means that when you click on a button, the page doesn’t refresh but something does happen. Backpack applies a highlight effect to all new items in a task list, which lasts for a second before fading out. One great way to do this is with animation. 2. How do you implement this? Here is the (X)HTML: ...

Building your first dynamic website – Part 1: Setting up the site and database It sounds like a lot of work, but the process on the web server usually takes only a fraction of a second. You build PHP pages in Dreamweaver in the same way as ordinary web pages, and add the dynamic code using server behaviors or typing it manually. The PHP engine processes everything between <?php and ? PHP uses variables as placeholders for values that are likely to change, and functions to perform various tasks. <p>Hello, <? The PHP engine processes the code in both PHP blocks, and outputs something like this, depending on who's visiting the site and what day of the week it is: <p>Hello, David. PHP also uses loops to simplify repetitive tasks, such as displaying the results of a database query. Note: You don't need to know PHP to complete this tutorial, but your ability to create database-driven sites will be extremely limited if you rely solely on Dreamweaver's server behaviors to do everything for you.

Related: