12Apr Google in German or Dutch
I didnt ask for it this way. I was just uploading a video and the uploading page went to germain or dutch. Then my entire account was that way until I finally logged out and back in. Interesting if nothing else. No big deal I probably hit a server over there for uploading or something [...]
12Apr Converting .mod to .mpg or .wmv
I purchased a JVC HDD camcorder the other day and it records video in .MOD format. This was rather frustrating because this format isnt widely used by video editing software. It turns out that .mod is really just a Mpeg2 compressed file so you can rename it to MPG and it will work assuming you [...]
11Apr Note to self.
Read this more often: http://msdn2.microsoft.com/en-us/library/ms229042.aspx
30Mar MultiG Check and be Notified..
So I submitted Chris Kaspers MultiG software to Digg this morning.. http://digg.com/software/Check_and_be_notified_of_Multiple_Gmail_Accounts_with_one_app http://www.kungfubox.com Digg it. Please.
28Mar Masonic Honesty
From a Masonic Trivia Document I was reading: Short of it:“Other men are honest in fear of punishment which the law might inflect;” A Mason is honest for the point of being honest alone. “The Character of a Freemason” From the Farmer’s Almanac, 1823 Andover, Massachusetts The real Freemason is distinguished from the rest of [...]
28Mar C# Versus VB.NET
Since we are using both C# and VB.NET in CIS 407 now I thought this website Google suggested to me would be of use: http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html
26Mar Cameras add 10 lbs?
Not if they dont show you on the screen. The PHOTO they showed of me didnt seem to add too much weight. Besides I have lost some weight after my daughter was born So to see my actual interview you can go here: http://www.myfoxphoenix.com/myfox/pages/Home/Detail;jsessionid=EE3706C9E36B28054D1ED5ADFF305686?contentId=2774535&version=2&locale=EN-US&layoutCode=VSTY&pageId=1.1.1 its funny. He actually used the savetoby.com website I TOLD HIM [...]
25Mar My Fox 10 Interview
I was interviewed by Keith Yaskin of Fox 10 for a story he is working on about internet hosting. Specifically hosting controversial sites. The airing of the interview should be Monday night the 26th at 9PM or so. Here is a link to Keiths profile where the video should show up: http://www.myfoxphoenix.com/myfox/pages/InsideFox/Detail?contentId=562470&version=4&locale=EN-US&layoutCode=TSTY&pageId=5.3.1
21Mar SiteUpTime
I use Siteuptime.com to monitor the uptime of my websites. Free and easy to setup it will email me if I have a problem with my site. http://www.siteuptime.com
21Mar Masons Video
Ran across this one on the tubes.. Pretty good video on Masonry. I agree with the idea and the sentiment.
15Mar New Camera
So I my Samsung Duo-Cam failed again. It takes video just fine, but pictures – it wont read the memory card. This is the second time. So I decided that the whole duo-cam idea was a bad one and I already have a good Kodak Digital. I decided on the JVC Everio GZ-MG155 from Costco.
05Mar Bodyworld 3
I took my wife and daughter to the Arizona Science center to see Body Worlds 3. “BODY WORLDS 3 was created by anatomist, Dr. Gunther von Hagens, inventor of Plastination—the groundbreaking method of anatomical specimen preservation. This technology allows authentic specimens to be displayed in a lifelike fashion for instruction and education, giving you an [...]
15Feb Emailing from C# with attachments
private void cmdEmail_Click(object sender, System.EventArgs e) { System.Web.Mail.MailMessage MM = new System.Web.Mail.MailMessage(); MM.To = txtTo.Text; MM.From = txtFrom.Text; MM.BodyFormat = System.Web.Mail.MailFormat.Html; MM.Body = txtBody.Text; MM.Subject = txtSubject.Text; string Filename = SaveFile(fylAttach); if (Filename.Length > 0 ) { System.Web.Mail.MailAttachment MA = new System.Web.Mail.MailAttachment(Filename); MM.Attachments.Add(MA); } System.Web.Mail.SmtpMail.Send(MM); }private string SaveFile(System.Web.UI.HtmlControls.HtmlInputFileFylObj){ string dir = Server.MapPath(“../database/Huber/”); if (System.IO.Directory.Exists(dir) == [...]
02Feb Windows Vista ran great on my laptop
But I am selling it. I dont have a need for the Toshiba now that Sage has purchased me a new Dell Laptop. I wont install Vista on that machine though since it is the companies property. I am building a little site for my laptop here:http://laptop.jasncab.com And listing it on ebay
24Jan Installing Vista
I received my copy of Vista today and I am installing it in my Toshiba Laptop. 3.2 Ghz1 Gig Ram 60 Gig HDDModel A65-S106 Initial run of install was quick. On reboot it seems to be completing the installation for a while. I didnt run a compatability check on this laptop, so it will be [...]

