Friday, February 28, 2014

Monday, February 17, 2014

Create zip files using PowerShell - CodeProject

Here is some help putting together a script in PowerShell for zipping files.



Create zip files using PowerShell - CodeProject

Tuesday, January 21, 2014

Visual Basic 6.0: A giant more powerful than ever - CodeProject

This is an insightful article about how Visual Basic 6 is still relevant although Microsoft doesn't seem to understand that.

Visual Basic 6.0: A giant more powerful than ever - CodeProject

Real-Time Computer Vision on Android using BoofCV - CodeProject

This article explains how to do process video on Android devices in real-time!



Real-Time Computer Vision on Android using BoofCV - CodeProject

Monday, January 20, 2014

Tuesday, January 14, 2014

Google2SRT - Download and convert subtitles from YouTube and Google Video - Home

Here is an awesome Java program for downloading subtitles from a YouTube video as an SRT file! It works really good!

Google2SRT - Download and convert subtitles from YouTube and Google Video - Home

Friday, January 3, 2014

Automating OpenOffice applications - CodeProject

Who need Microsoft Office?! I did not know it was possible to automate OpenOffice, but here is an article about how to do it.

Automating OpenOffice applications - CodeProject

Simple Calc App Using AndroidStudio - CodeProject

Here is a great article about how to use AndroidStudio to make Android apps! This is going to be great!

Simple Calc App Using AndroidStudio - CodeProject

Saturday, December 28, 2013

Thursday, December 19, 2013

Some simple tools for rapid mobile development - CodeProject

This is an interesting article about rapidly developing a mobile application. 

Some simple tools for rapid mobile development - CodeProject

Thursday, December 5, 2013

Installing oracle database 11g on windows 7

Well, here we go again with some more resources. I hope I have better luck this time.


Installing oracle database 11g on windows 7



Here is another article I am going to try.


Oracle 11g step-by-step Installation Guide with Screenshots

Monday, December 2, 2013

Embedding an image inside an HTML email - CodeProject

Here is a good article for programming an image into an HTML e-mail! Very useful!

Embedding an image inside an HTML email - CodeProject

Split a XAP file up

Sometimes a silverlight file (*.xap) gets to be large. The larger the file, the longer it takes to load in your browser. One of my co-workers suggested splitting it up into smaller modules and loading them as needed to make the wait time in the initial load shorter.  The following link tells how to do that!

Split a XAP file up

Monday, November 25, 2013

timer - creating a delay on silverlight - Stack Overflow

 Here is some non-blocking coding solutions to using timers in a Silverlight Web App.

timer - creating a delay on silverlight - Stack Overflow

Friday, November 22, 2013

Installing Oracle Blues

I'm back at it: trying to install Oracle on Windows 7. I have found a couple of sites that I will be using as a guide.

Quick Guide:
http://docs.oracle.com/cd/E11882_01/install.112/e24283.pdf

Full Guide:
http://docs.oracle.com/cd/E11882_01/install.112/e24186.pdf

Backups and recovery:
http://docs.oracle.com/cd/B19306_01/server.102/b14220/backrec.htm
http://www.dba-oracle.com/concepts/rman_recovery_database_spfile.htm

Instantly use your PowerGUI PowerPacks ...

Need to manage an IT system. This might work for you. It lets you manage your system from iOS, Android and Windows Mobile Systems. I don't have a real use for this now, but I think I will.

Instantly use your PowerGUI PowerPacks ...

Thursday, November 21, 2013

Wednesday, November 20, 2013

Fun Batch File Codes

This article gives 10 scripts that can be used to do really cool stuff


Code #1- The matrix look alike code
Code #2- E-bomb
Code #3- Manual message making SPAMMER!
Code #5- Current date and time code
Code #6- Black screen march (makes multiple command prompts and overloads computers memory)
Code #7- Simple text book diary log
Code #8- Getting your self automated chat
Code #9- code for opening and closing your CD drive
Code #10- shutdown computer

Fun Batch File Codes

popup - How can you create pop up messages in a batch script? - Stack Overflow

This article offers example code for making Windows Batch files (*.bat) make popup message boxes Real Handy!

popup - How can you create pop up messages in a batch script? - Stack Overflow