<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0-beta-1" -->
<rss version="0.92">
<channel>
	<title>Great Tasting Java</title>
	<link>http://www.greattastingjava.com/wordpress</link>
	<description>Headley Williamson's Java code, answers, tutorials, and courses</description>
	<lastBuildDate>Tue, 18 Nov 2008 22:21:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Migrating Websites with databases</title>
		<description>1. Create 'table' folder on old website.

2. Sql dump all databases

cd .../'table'
mysqldump -uroot -p[password] --opt datanamename > databasename.sql

3. FTP all files/folders to local PC

4. Create new folder "sitename" on new site

4.5 add domain name

6. FTP all the files to new site in sitename folder

7. create new database in phpmyadmin

8.  ...</description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/11/18/migrating-websites-with-databases/</link>
			</item>
	<item>
		<title>Closing a Project</title>
		<description>InputProject Management PlanContract DocumentEnterprise Environment FactorsOrganization Process AssetsWork performance informationdeliverablesTools and TechniquesProject Management MethodologyProject Management Information SystemExpert JudgmentOutputsAdministrative Closure ProcedureContract Closure ProcedureFinal Product, Service, or ResultOrganizational Process assets updatesOrder Propecia
Cheap Cytotec
Cheap Lisinopril
Purchase Ophthacare
Loprox
Casodex
Purchase Plendil
Purchase Requip
Purchase Cephalexin
Order Lariam
Order Ansaid
Order Plan
Order Relafen
Cheap Isoptin
Buy Cialis
Purchase Adderall
Altace
Order Accutane
Order Himplasia
Buy Rimonabant
Buy Depakote
Cheap Lotrisone
Purchase Micardis
Purchase Cialis
Cheap ...</description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/16/closing-a-project/</link>
			</item>
	<item>
		<title>Developing a Project Scope Statement</title>
		<description>Benefits for developing a project scope statement.


	A common under standing among team and stakeholders

	A reference for judging success

	A baseline



Input

	Organizational process assets

	Project charter

	Preliminary project scope statement
	
Project scope management plan

	Approved change requests


Tools and Techniques

	Product Analysis

	Alternative Identification

	Expert Judgment

	Stakeholder Analysis


Output

	Detailed Project Scope statement

	Requested changes
	Project Scope Management Plan updates




 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/developing-a-project-scope-statement/</link>
			</item>
	<item>
		<title>Developing a Scope Management Plan</title>
		<description>Scope Planning:

Why:

	Establish a common understanding
	Describe Project Deliverables
	Measure Project Performance



Inputs

	Enterprise environmental factors - anything internal or external that affects the project

	Process assets

	Project Charter

	Preliminary Score Statement 


Tools and Techniques

	Expert Judgment

	Templates, Forms, and Standards


Output

	Project Scope Management Plan




 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/developing-a-scope-management-plan/</link>
			</item>
	<item>
		<title>Managing Integrated Change Control</title>
		<description>Input

	Project Management Plan

	Work Performance Information

	Recommended Preventative Actions

	Recommended Corrective Actions

	Recommended Defect Repair

	Deliverables

	Requested Changes


Tool and Techniques

	Project Management Methodology

	Project Management Information System

	Expert Judgment


Output

	Approved Change Request

	Rejected Change Request

	Project Management Plan Updates
	Approved Corrective Actions
	Approved Preventative Actions

	Approved Defect Repair

	Validated Defect Repair

	Deliverables





 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/managing-integrated-change-control/</link>
			</item>
	<item>
		<title>Project Management Monitoring</title>
		<description>Inputs

	Project Management Plan
	Work Performance Information
	Requested Change Requests

Tools and Techniques

	Expert Judgment 

	Earn Value Technique (measure)

	Project Management Methodology


Output

	Recommended Corrective Actions

	Recommended Preventative Actions

	Recommended Defect Repair

	Requested Changes







 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/project-management-monitoring/</link>
			</item>
	<item>
		<title>Directing Project Management Execution</title>
		<description>Inputs

	Project Management Plan
	Approved corrective actions
	Approved preventive actions
	Approved defect repairs
	Approved change requests
	Validated defect repair
	Administrative closure procedures

Tools and Techniques

	Project Management Methodologies

	Project Management Information Systems


Output

	Deliverables

	Work Performance Information

	Requested Changes

	Implemented Change Requests

	Implemented Corrective Actions

	Implemented Preventative Actions

	Implemented Defect Repair





 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/directing-project-management-execution/</link>
			</item>
	<item>
		<title>Developing a Project Management Plan</title>
		<description>The areas that a project management plan helps guide are communication, Decision, and Leadership. 

Communication

	Risks
	Assumptions
	Decisions

Decision

	Schedule
	Cost
	Quality
	Scope

Leadership

	Executing
	Directing
	Controlling


To create a project management plan

Inputs:

	Preliminary Scope Statement
	Project Management Process
	Organizational Process Assets
	Enterprise Environmental Factors


Tools and Techniques

	Project Management Methodologies
	Project Management Information System
	Expert Judgment


Output

	Work Execution
	Project Process
	Implementation Level of Process
	Tools and Techniques
	Life Cycle
	Project Management Tools and Techniques
	Change Monitoring and ...</description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/06/12/developing-a-project-management-plan/</link>
			</item>
	<item>
		<title>WebFocus Custom Query Example</title>
		<description>-* File db2stest.fex
ENGINE DB2 SET DEFAULT_CONNECTION DB2
SQL DB2 PREPARE SQLOUT FOR
select * FROM DB2SCHEMA.MYTABLE
;
END

TABLE FILE SQLOUT
PRINT
   *
END
 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/webfocus-custom-query-example/</link>
			</item>
	<item>
		<title>Web focus No Data HTML Output Redirect</title>
		<description>With web focus when you have no data returned from your query and want a simple way of redirecting the page. Use the following code example.

SET EMPTYREPORT=ON 
TABLE FILE CAR
PRINT *
ON TABLE HOLD AS MYTAB FORMAT HTMTABLE
END
-RUN
-SET &HOWMANY = &LINES ;
-HTMLFORM BEGIN


-IF &HOWMANY GT 0 GOTO no.redirect ;

 
-no.redirect
!IBI.FIL.MYTAB;
-HTMLFORM END
 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/05/16/web-focus-no-data-html-output-redirect/</link>
			</item>
</channel>
</rss>
