Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shaned

  1. shaned

    Software PM Tool Recommendations

    If you still are not looking at a low tech solution, you might want to try dotProject (http://www.dotproject.net/). We (http://www.debortoli.com.au/) use it for capital works projects, product lifecycle, software development and maintenance, production line changes and several other things which...
  2. shaned

    Which Project Management Software?

    We have been using dotProject for 2 years now. It has over 300 projects in it and it works well for us. www.dotproject.net Shane
  3. shaned

    Using JS to extract info from HTML web page client side

    from the greasemonkey site [http://greasemonkey.mozdev.org/] Greasemonkey is a Firefox extension which lets you to add bits of DHTML ("user scripts") to any web page to change its behavior. In much the same way that user CSS lets you take control of a web page's style, user scripts let you...
  4. shaned

    Using JS to extract info from HTML web page client side

    look at firefox and grease monkey Shane
  5. shaned

    Track Computers Whereabouts

    try this link http://blogs.ittoolbox.com/security/investigator/archives/stolen-machines-phone-home-10506 Shane
  6. shaned

    How to format ascii text and convert to pdf?

    hi, Look at creating an overlay of the bank details in a seperate postscript document and merging them before running ps2pdf. We looked at this for our solution, but found our forms software was able to do what we wanted, so did not go down this path. or look up merging two pdf documents - a...
  7. shaned

    EAN-128 Application Identifiers

    EAN 128 bar codes are an extension of the Code128 bar codes. To this end, the scanner not only has to read code128 bar codes but also interpret the basic parts of the EAN extensions to the bar code and transmit the appropriate ascii codes to the application. The specification for the human...
  8. shaned

    Manipulating IP details

    Hi, I have 4 networks to connect too + the one at home. To get around this I hacked an existing script. Unfortunatly it is in VBscript and not perl, but here it is anyway '**************************************************************** ' File: getipname.vbs (WSH for VBscript) ' Author...
  9. shaned

    bo on usenet

    From the bottom of the 10 or more messages each day: Subscription/vacation options, write to LISTSERV@LISTSERV.AOL.COM: - To Unsubscribe put 'unsubscribe BUSOB-L' in the body text - Going on vacation? remember to 'set BUSOB-L nomail' when you leave, and 'set BUSOB-L mail' when you...
  10. shaned

    Narrowing an obj ref created by a different ORB

    I am getting a CORBA:Exception when I try to narrow an obj ref created be the server. The client and server use different ORBs. I think it is an IOR interoperability (lack of) problem? Any solutions?

Part and Inventory Search

Back
Top