CFZIP: A cursory introduction Jared Rypka-Hauer Adobe Community Expert - ColdFusion.

Slides:



Advertisements
Similar presentations
Introducing the Six Traits: One of The Writing Process.
Advertisements

How to Use the Water Quality Results Viewer Application Kentucky Division of Mine Permits Watershed Characterization Data.
Using a database to organize information
A Toolbox for Blackboard Tim Roberts
Find Economic Literature Last updated: 18 th Dec Expert generated content.
File Management & Computer Use You are required to take notes. I will be taking a grade. There will be a test over this material.
Journal Requirements Why do we have to write journals? Journals are a very important part of becoming an effective writer. They are a safe.
What do you want people to know?
QUME 185 File Management. 2 Where did I save it? Managing files and folders is one of the most important computer skills The essential skills: Create*
26-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 3;00-4:30 Fridays in Moore 207 Lab is not in Towne 309 (Registrar has it wrong) Everyone.
30-Jun-15 Getting Ready for CIT Labs Lab is scheduled for 1:30-3:00 Fridays in Moore 207 Lab is not in Towne 313 (Registrar has it wrong) Everyone.
Steps to Display a Text file in an Applet Abhishek Mehta.
15-Jul-15 Starting Eclipse Just the basics. Getting Eclipse If you Google for “Eclipse”: The first hit is the home page, The second.
Microsoft ® Office Outlook ® 2007 Training Manage your mailbox III: Move or copy messages to Personal Folders Doña Ana Community College presents:
Building and Deploying a Simple Web Application. Tomcat and JSP Tomcat is an application server, commonly used to host JSP applications Applications are.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
Registering for MasteringChemistry TM
NECC 2007 Web Design Made Simple with Contribute.
How to use safely and efficiently
Getting Started with Moodle Getting Started Logging In Entering Your Address Viewing a Course Navigating Your Course’s Homepage Personalizing Your.
Registering for MasteringPhysics TM
LLRP GUI Client User Guide
Territory Management. Territory management usage Best Practice Content 1.Request your data 2.Rework your territory geographically 3.Balance your foldercodes.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
Registering for MasteringPhysics TM
09/29/ Cascade Server User's Conference 1 Cascade Server Flash & Data Integration 2009 Cascade Server User’s Conference Justin Klingman Manager,
Database Systems Microsoft Access Practical #1 Creating Tables Nos 215.
More about Databases. Data Entry through Forms Table View (Data sheet view) is useful for data entry of new records But sometimes customization would.
 A -  B -  C -  D - Yes No Not sure.  A -  B -  C -  D - Yes No Not sure.
The Internet Do you really know what is out there?
Loading Audacity and the LAME encoder for MP3 exports.
Refactoring and Synchronization with the StarTeam Plug-in for Eclipse  Jim Wogulis  Principal Architect, Borland Software Corporation.
PADM 7040 Nonprofit Management Course Introduction & Overview Jerry Merwin.
Registering for MasteringChemistry TM
Registering for MasteringEngineering TM
Basic Community Tools: Surveys, tasks, chat room, blogs, forums and the gallery.
FW/1 - Framework One An introduction to the ColdFusion framework created by Sean Corfield. Presented by Ben Ellefson.
Registering for MasteringAstronomy TM
Registering for MasteringBiology TM
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
Guide to web safety for Key Stage 1. Being safe on the internet is really important. If you follow these rules at all times you can still have lots of.
How to create & use Dreamweaver Templates. Creating a Dreamweaver Template o A template is a common structure or layout of a web site that most of your.
1 Introduction to NTFS Permissions Assign NTFS permissions to specify Which users and groups can gain access to folders and files What they can do with.
CIS Intro to JAVA Lecture Notes Set July-05 GUI Programming –TextField Action Listeners, JEditorPane action listeners, HTML in a JEditorPane,
XML - eXtensible Markup Language Who Am I? Name: Jared Rypka-Hauer Owner: Continuum Media Group, LLC Adobe Community Expert – ColdFusion 9 years ColdFusion.
The Online World ONLINE DOCUMENTS. Online documents Online documents (such as text documents, spreadsheets, presentations, graphics and forms) are any.
Be A Friend Not A Bully Taylor and Rida Cyber Safety Rule #1  Be a friend not a bystander. If you see someone get bullied anywhere online or in person.
®® Microsoft Windows 7 Windows Tutorial 2 Organizing Your Files.
This shows CIS17 and the first day introduction..
Let’s Get Savvy about Technology Mrs. George Dondero School.
1 Ch 11. Backup your data. 2 Backup Device An object contain location of backup device Location can be a file or a tape device.
Page 1 a picture. Page 2 some text Point 1 PPT version 2003 (this is SP-2) Point 2 KISS Point 2a No page numbers (master sheet) Point 2b Sometimes bullets.
Matthew’s Webpage Welcome to my webpage. My full name is Kenneth Henry Matthew Farrow. This presentation is to describe my thoughts and or life. I am a.
CF Eclipse Nick Kwiatkowski Michigan State University, Physical Plant 8/8/2006.
Please log on a computer Open the web and then Open four tabs…
APAN SharePoint Permissions
Introduction to NTFS Permissions
APAN SharePoint Permissions
File Handling Programming Guides.
Understanding and Creating Jar files in Java
Please log on a computer Open the web and then Open four tabs…
More about Databases.
Welcome! and download the training materials (Added a case study file that each of you will need) Let me know if you have any.
Most Common Grading Issues
Zip Archives and ColdFusion
INF 141: Information Retrieval
Ask Listen Do Space for your logo here
Unit 3: Civil War
Presentation transcript:

CFZIP: A cursory introduction Jared Rypka-Hauer Adobe Community Expert - ColdFusion

Who Am I? Contributor:Model-GlueColdSpringCFEclipseMember: Adobe Community Experts, formerly Team Macromedia Team Model-Glue Team Fusebox Team Fusion

CFZIP: A cursory look What’s it for? (someone had to ask) It reads, modifies, and writes ZIP-format files Does it to anything else? YES! It works with any zip-format file, so it will work with Java JAR, EAR, and WAR files, as well as any other ZIP-based archive format!

What we’ll cover... Reading/listing contents Creating a new zip file Unzipping an existing zip file Reading one resource at a time Q & A

Basic Syntax That zips up a file or folder to {destination} Other sorts of things require expanded syntax, like...

Read/List Contents Make sure everyone’s still awake! Jump to code...

Read single file entry Reads zip entries as text Reads them in as binary, too! BUMMER: You have to tell it which is which. Expand from example: filters! w00t!

Create a new ZIP file Requirements: Full Moon 1 goat 1 large kettle Water Salt to taste Seriously... jump to code

UNZIP! (no, not THAT unzip...) OK, fine, we’ll just jump to the code then... sheesh.

Other things it can do One/many files at a time: delete entries (filter-capable) “update” (basically an overwrite) list/read are unique - list by filter/read via list Filters can be used with: zipunzipdeletelist Filters don’t work with read or readBinary

Resources New LiveDocs pages for CF8: p.html?content=Tags_u-z_5.html# My blog: MXNA/FullAsAGoog “Goog” is slang for “egg” “Full as a goog” means “chock full” in Australia “Chock full” of Fusioney goodness, that is!