Google
 
Web Ringrose.org

Thursday, February 23, 2006

Donate to Therons college fund

I added a donate link for Theron's college fund...
http://ringrose.org/theron.htm

Tuesday, November 01, 2005

Changed Movies

Changed the movies to WMV and changed formating of the Movies Page
http://ringrose.org/movies.htm

Thursday, October 27, 2005

Changed Movies

I changed the movies from QuickTime to Windows Media Player and included the ActiveX component to play them in. Much nicer now...

Updated Theron Movies

Changed the Movies of Theron from Quicktime to Windows Media Files and included the ActiveX Component on each page for viewing the movies. Much nicer now...

Friday, October 14, 2005

Added Movies

I have added some Movies of Theron made with my Digital Camera...They need to be viewed in QuickTime and I would recommend right-clicking and saving them as they can take a while to download...
http://ringrose.org/movies.htm

Tuesday, October 11, 2005

More Theron Pics

I have added more pics of Theron
http://ringrose.org/8-12_months.htm

Tuesday, July 05, 2005

NO!!! AC

Air Conditioner is broken at work today...wicked hot in the cubicle...

Wednesday, June 29, 2005

Changes to Blog Template

I made some changes to the Blogs Template.
I also added HTML links at the bottom of the www.Ringrose.org website to increase readability for Search Engine Bots.
Also added in Janice and Theron as Blog contributors...

Sitemap.XML

I created a Sitemap.xml file and submitted it to Google...
http://ringrose.org/sitemap.xml

Monday, June 27, 2005

Favicon.ico

I created a FavIcon.ico file so that if you decide to add www.Ringrose.org to your favorites you can have a special Icon I created for the website as the Favorite Icon...
(In IE 5.0 or later just add Ringrose.org as a favorite and it should add the icon automatically...)

Thursday, June 23, 2005

Added some more Theron pics

I have updated Ringrose.org with some more Theron Pics
http://www.ringrose.org/6-8_months.htm

Sunday, June 19, 2005

Jan and Theron Kayaking

Jan and Theron Kayaking

Gravity!!!

Our son Theron learning about gravity...


Friday, June 17, 2005

Automate Fields in Email (Macros)

I have been working on a Macro to automate emails I do (I work in technical support and a lot of the fields use the same information)..
SendKeys command works well, except I cannot move the cursor to the end of the Subject field to add information to the subject line. I have used PGDN, END and right arrow commands but none seem to work. Currently I use the code below which moves the cursor from the body (default) into the header to fill out information and then back to the body for more and then places the cursor where I would start typing a response. Works great, but would be better if I kept the contents of the subject line and just added information at the End...
If anyone who reads this has a lot of Experience with Macros and knows a better way...please add a comment...
Running this on XP Pro with Office 2003 attached to an Exchange server...
(Note...* is a character replacement to remove company identifiers)...

Public Sub AutoEmail()
SendKeys "+{Tab 5}", True
SendKeys "Tech@*******.com", True
SendKeys "{Tab}", True
SendKeys "{Tab}", True
SendKeys "{Tab}", True
SendKeys "Support_log@******.com", True
SendKeys "{Tab}", True
SendKeys "{Del 50}"
SendKeys "RE: ******* Support 21002"
SendKeys "{Tab}", True
SendKeys "{PGUP}", True
SendKeys " ", True
Selection.TypeText Text:="Hello,"
Selection.TypeParagraph
Selection.TypeText Text:="Thank you for contacting ******* Technical Support. "
Selection.TypeParagraph
Selection.TypeText Text:="If you have any further questions or issues, please reply to this email."
SendKeys "{UP}"
End Sub

Thursday, June 16, 2005

First Post

This is my first posting on my Blog.
I have been working on the WWW.Ringrose.org website...let me know what you think, I love positive feedback.