Skip to main content

Home/ Useful Technologies/ Group items tagged reference

Rss Feed Group items tagged

George Bradford

Gregory's Reference Checker - 0 views

  •  
    What is this? This is a free service for academics and anyone else who writes papers with citations and a bibliography but doesn't use fancy bibliographic software. What does it do? You upload your paper, and the program scans if for citations. Then it compares what it finds to the paper's references section and reports any inconsistencies: citations that don't match an entry in the references section, and references that don't match any citation in the paper. You might think it won't find any, but you'd be surprised. Oh, it also reports the number of times you cite each source, which you may find interesting.
George Bradford

Excel formula to reference 'CELL TO THE LEFT' - Stack Overflow - 0 views

  •  
    " 1 down vote Instead of writing the very long: =OFFSET(INDIRECT(ADDRESS(ROW(), COLUMN())),0,-1) You can simply write: =OFFSET(*Name of your Cell*,0,-1) Thus for example you can write into Cell B2: =OFFSET(B2,0,-1) to reference to cell B1"
George Bradford

Purdue OWL: APA Formatting and Style Guide - 0 views

  •  
    "General APA Guidelines Your essay should be typed, double-spaced on standard-sized paper (8.5" x 11") with 1" margins on all sides. You should use a clear font that is highly readable. APA recommends using 12 pt. Times New Roman font. Include a page header  (also known as the "running head") at the top of every page. To create a page header/running head, insert page numbers flush right. Then type "TITLE OF YOUR PAPER" in the header flush left using all capital letters. The running head is a shortened version of your paper's title and cannot exceed 50 characters including spacing and punctuation. Major Paper Sections Your essay should include four major sections: the Title Page, Abstract, Main Body, and References. Title Page The title page should contain the title of the paper, the author's name, and the institutional affiliation. Include the page header (described above) flush left with the page number flush right at the top of the page. Please note that on the title page, your page header/running head should look like this: Running head: TITLE OF YOUR PAPER"
George Bradford

ASCII Chart and Other Resources - 0 views

  •  
    "Every now and again, I've wished that I had an ASCII chart handy, so I made one and stuck it on this page so that I could find it in a hurry. One thing led to another, and folks started asking me questions about ASCII and other character representations, so I've tried to update this page a bit to answer some of the most common questions. Also, I've added additional info,such as IBM PC Keyboard Scan Codes, and a list of other references."
George Bradford

How to add " (quote) in Excel formula - Windows - 0 views

  •  
    "Example = "I want " & ""THIS"" & " to be quoted" The result should be: I want "THIS" to be quoted" "Another way is to put """" in a cell and reference it Solution Example: ="""" in cell A1 = "I want " & A1 & "THIS" & A1 & " to be quoted""
George Bradford

Count the number of words in a cell or range - Excel - Office.com - 0 views

  •  
    Count the number of words in a cell or range
George Bradford

Changing Column Width - Complete HTML5 tutorial - 0 views

  •  
    "Now that you we have used all the right semantics you might want to change the width of each column - as of right now, each column is 33% wide. Let's say we want the first column to be 40% of the table and the two remaning columns to be 30% (as 40% + 30% +30% = 100%). In order to do this, we use the element. This element is to be placed between the tag and the tag and we use the style attribute to define the width of the columns. The element is a self-closing element and you need one for every columns of you table. Let's have an example:"
George Bradford

Reading a tab delimited text file. - 1 views

  •  
    "You could also use the csv module import csv myfileobj = open("myfiletab.txt","read") csv_read = csv.reader(myfileobj,dialect=csv.excel_tab) myval1 = [] myval2 = [] myval3 = [] for line in csv_read: # filter header and stuff using some criterion if len(line) = 3: myval1.append(line[0]) myval2.append(line[1]) myval3.append(line[2])"
George Bradford

Python3: Structured text files (CSV) - University Computing Service - 0 views

  •  
    Python 3 - Reading CSV files
George Bradford

How to Find All Unread Messages in Gmail - About Email - 0 views

  •  
    An Inbox, a huge Archive, starred mail, chats, Spam and all kinds of labels: ways to view mail abound in Gmail. Where, though, is the unread mail - all the unread mail, be it in the archive or the Inbox or anywhere else, and only the unread mail? Fortunately, "unread" is an attribute that messages in Gmail carry like a label. This means you can search - and find - these unread emails easily.
George Bradford

ANSI character set and equivalent Unicode and HTML characters - 0 views

  •  
    "The ANSI set of 217 characters, also known as Windows-1252, was the standard for the core fonts supplied with US versions of Microsoft Windows up to and including Windows 95 and Windows NT 4. During the lifetime of those two products, Microsoft added the euro currency symbol bringing the number of characters to 218, and introduced a new core set of Pan-European fonts containing the WGL4 (Windows Glyph List 4) character set, with 652 characters."
George Bradford

Title Page - APA - Learning Resource Center at Harrison College - 0 views

  •  
    "Contents of a properly formatted title page: Header - Includes a Running head: SHORTENED TITLE that is left justified. - Also includes a page number that is right justified. Centered Title Page Information - Title of Paper - Your Name - College/University Name - Course Name - Instructor Name - Date of Paper **The above information should be centered in the middle of the page, usually aligned close to the left 3" ruler.** Example:"
George Bradford

APA Style... Sample Cover Page or Title Page for term paper. - 0 views

  •  
    "APA Cover (Title) Page Example Term Paper Typical Format "
George Bradford

Mac OS X: How to Set Up TextEdit as an HTML or Plain Text Editor - 0 views

  •  
    "Archived - Mac OS X: How to Set Up TextEdit as an HTML or Plain Text Editor TextEdit renders HTML by default. You may change its preferences to act as a plain text editor, for use in editing HTML or configuration files, for example."
George Bradford

Acrobat Javascript Samples Scripts - 0 views

  •  
    "Introduction: 1. What is Acrobat JavaScript? 2. What can you do with Acrobat JavaScript? 3. Where can I read more about Acrobat JavaScript? 4. How to create a batch sequence with JavaScript code? 5. Sample Acrobat JavaScripts: Introduction"
George Bradford

How to find and remove duplicate items in your iTunes library - 0 views

  •  
    "How to find and remove duplicate items in your iTunes library Summary You may sometimes see an item displayed more than once in your iTunes library. To find and remove all items that show up more than once in your library, follow the steps below."
George Bradford

Ruby on Rails Guides: Getting Started with Rails - 0 views

  •  
    Getting Started with Rails This guide covers getting up and running with Ruby on Rails. After reading it, you should be familiar with: Installing Rails, creating a new Rails application, and connecting your application to a database The general layout of a Rails application The basic principles of MVC (Model, View Controller) and RESTful design How to quickly generate the starting pieces of a Rails application
George Bradford

7.3. The DOCTYPE Declaration - 0 views

  •  
    "The DOCTYPE Declaration The beginning of each document can specify the name of the DTD to which the document conforms. This DOCTYPE declaration is used by XML parsers to identify the DTD and ensure that the document does conform to it. A typical declaration for a document written to conform with version 1.0 of the XHTML DTD looks like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"
George Bradford

How to Remove One Color from Your Image (Photoshop CS6 - Beginners) - YouTube - 0 views

  •  
    How to Remove One Color from Your Image (Photoshop CS6 - Beginners)
1 - 20 of 31 Next ›
Showing 20 items per page