How-To

Import Subscriptions into Google Reader

07.03.08 | Permalink | Comment?

 1) Go to http://www.google.com/reader (you must have a google  account)
 

2) Click Manage Subscriptions in the feeds pane as seen above.
 
3) Click the Import/Export Tab
4) Browse to the file you want to import
5) and then click Upoad
 

Cool Stuff, How-To

Using Evernote and BlogJet Simplify my Wordpress Blogging!

07.02.08 | Permalink | Comment?

Although I have been in the technology field for ~10 years, I am rather new to blogging, and am quite frustrated with how difficult is seems to be to post an entry which has a bunch of images in it. This is especially true when you are writing up a how to with screen shots and […]

How-To

HOW TO Merge PDF files using PDFSAM

07.02.08 | Permalink | Comment?

“PDF Split and Merge is an easy to use tool to merge and split pdf documents. Console and GUI versions are available. The GUI is written in Java Swing and it provides functions to select files and set options. It’s made over the iText library.”
You will need the Java Run Time environment installed on […]

FLEX

FLEX 3 Custom Event Listener with Popup window

07.01.08 | Permalink | Comment?

Create the custom Event.
In this case I will need to pass an object along with the event.
Save the actionscript as ParseFixClickEvent.as
package modules.FIXParser.Events
{
import flash.events.Event;
 
public class ParseFixClickEvent extends Event
{
public var params:Object;
public static const PARSE:String = “parseEvent”;
public function ParseFixClickEvent(params:Object, type:String )
{
super(type);
this.params = params;
}
public override function clone():Event {      
     return new ParseFixClickEvent(params,type);
    }
public override function toString():String
  {
   return formatToString(”ParseFixClickEvent”,”type”);
  }
}
}
 
 
In my case I […]

Cool Stuff

Free Windows Screen Capture Program

07.01.08 | Permalink | Comment?

Recently I’ve been trying to put some tutorials together and I needed a better application to handle my screen shots that windows PrintScreen and Alt-Print Screen. I wanted to be able to take small parts of an application without having to do an alt-PrintScreen and then edit it in my favorite image editor MS Paint […]

Cool Stuff, How-To

Using FireUploader to Move Files To And From Google Docs

07.01.08 | Permalink | Comment?

is is a video tutorial for using FireUploader (firefox plugin) to upload to GoogleDocs.

Magic Formula Investing

MAGIC FORMULA CHANGES FOR THE WEEK OF 06-30-2008

06.30.08 | Permalink | Comment?

THESE STOCKS HAVE BEEN DROPPED:
ABC
ARP
FIX
QXM
THESE STOCKS HAVE BEEN ADDED:
 AMSWABABIDZKLAC

 
 

Magic Formula Investing

MAGIC FORMULA CHANGES FOR THE WEEK OF 06-23-2008

06.25.08 | Permalink | Comment?

THESE STOCKS HAVE BEEN DROPPED:AMSWAKNLSILC
THESE STOCKS HAVE BEEN ADDED:
ARPCASTPDX

Perl

Bypass Proxy with a Perl and Firefox Hack

06.25.08 | Permalink | Comment?

So being a developer, I rely on both my smarts and the smarts of others to get the job done.  One of the greatest ways to come up with a solution is using google to search to see how others have done similar things with code, and then crafting your own solution. The problem is […]

Perl

Perl Stochastic Math::Business::Stochastic

06.20.08 | Permalink | Comment?

I recently found a bug in the Perl Stochastic calculator which I have amended for myself and am now sharing with the world.
%D should be an xDay moving average of %K and SD should be the Moving average of %D. I have added 2 subroutines that make use of Math::Business::SMA.
I keep an array of %K […]

« Previous Entries



Warning: stristr() [function.stristr]: Empty delimiter in /home/thegard5/public_html/gregjessup/wp-content/plugins/wassup/wassup.php on line 2093