<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<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>Wed, 21 Jul 2010 17:15:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The best Money Advice</title>
		<description>
Listen to Dave Ramsay and follow his baby steps.

http://www.daveramsey.com/new/baby-steps/

-Headley
 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2010/02/23/the-best-money-advice/</link>
			</item>
	<item>
		<title>To solve Stale Connection issues in datasource</title>
		<description>To solve StaleConnection issue in datasource configured at WAS level please do the following:

•	Enable pre-test SQL string for that data source
•	Place SQL string as “SELECT 1 FROM SYSIBM.SYSDUMMY1” for DB2 and “SELECT 1 FROM DUAL” for Oracle 


The above said properties will be present in Connection pool properties in WAS ...</description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2010/01/19/to-solve-stale-connection-issues-in-datasource/</link>
			</item>
	<item>
		<title>Latest Stock Picks for 5/16/2009</title>
		<description>
Buy tomorrow morning 
OMN
PZE
APC
Buy at 3:00pm EST 
HLX
GMXR
 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2009/10/15/latest-stock-picks-for-5162009/</link>
			</item>
	<item>
		<title>When to buy Stocks</title>
		<description>
	P & F Buy signal and Aroon
	3 month History consistent growth > 10%
        6 month History consistent growth > 30%
	 Sector is Strong 
	Williams %,CCI, and Money Flow 3 month  view says Buy
	 4 - 1 win loss Ratio
	exit plan established



 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2009/09/27/when-to-buy-stocks/</link>
			</item>
	<item>
		<title>Slow PC? Easy way to make your PC faster for Free using msconfig</title>
		<description>1. From start menu click run
2. Then type msconfig
3. click on the startup
4. disable all the programs you recognize and you don't need.
5. Don't worry when your computer reboots this program will automatically start, so you can turn on anything that was a mistake .
 </description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2009/02/23/slow-pc-easy-way-to-make-your-pc-faster-for-free-using-msconfig/</link>
			</item>
	<item>
		<title>Upgrading WordPress</title>
		<description>1. Deactivate Plugins
2. Back up DB
mysqldump -u[username] -p[password] --opt datanamename > databasename.sql

3. copy wordpress folder
cp wordpress wordpress.save

4. download latest wordpress and extract
http://Wordpress.org

5. delete wordpress folder
rm -rf wordpress

4. upload new word press folder

6. Run upgrade program
http://example.com/wordpress/wp-admin/upgrade.php

You will have to create a new wp-config.php file during upgrade,
Look at your old config file ...</description>
		<link>http://www.greattastingjava.com/wordpress/index.php/2008/11/19/upgrading-word-press/</link>
			</item>
	<item>
		<title>Migrating Websites with databases</title>
		<description>1. Create 'table' folder on old website.

2. Sql dump all databases

cd .../'table'
mysqldump -u[username] -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





 </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>
</channel>
</rss>
