Monthly Archives: July 2007

TableAdapters And Transactions

I’ve been doing some more work with TableAdapters and transactions. I’ve learned how to extend the TableAdapter class to include support for handling transactions. Being able to extend a class to override a method or provide new methods is an … Continue reading

Posted in ASP.NET, General, Programming | Leave a comment

Adobe After Effects™ 6.0 ACE Exam 9A0-039

I bought a practice exam for the Adobe After Effects™ 6.0 ACE Exam 9A0-039. It was expensive but I could not find any braindumps for this exam and there are no study guides or books available. Most of the questions … Continue reading

Posted in Video Production | Leave a comment

Wireless Network Set Up Accomplished

I have completed the set up of my wireless network using a Buffalo Broadband Router & Access Point with High Gain Antenna. It took less than half an hour to set up my wireless network. Now I can get my … Continue reading

Posted in General | Leave a comment

Going Wireless

I’m finally setting up a wireless network in my house. I’ve bought some wireless networking cards and I should get my wireless access point soon. I decided to go wireless because I have a new computer to run Windows Vista … Continue reading

Posted in General | Leave a comment

WordPress Code Markup Test

I have been frustrated with WordPress’s inability to accept my code in my blog postings. I either have to give up on including code in my blog or waste my time struggling with the formatting. Today I have installed the … Continue reading

Posted in General | Leave a comment

Weekend Roundup – 3D Invigorator, YouTube For Dummies, Stickam Widget

Today I finally got around to learning how to use the 3D Invigorator software I bought from Zaxwerks. I created some 3D titles and figured out how to rotate them in 3D space. I was extremely pleased with the result. … Continue reading

Posted in Video Production | Leave a comment

Web Parts Export, Import and User Controls

I am still studying web parts. I’ve learned how to export and import web parts but I’m not sure how useful this is because you can’t share web parts with other sites. You can only export a web part that … Continue reading

Posted in ASP.NET | Leave a comment

Video Production And Programming

I missed out on the big YouTube gathering on 07/07/2007 which appears to have been a lot of fun. I was made really sad by this because I could have meet a lot of my online friends that I’ve grown … Continue reading

Posted in Video Production | Leave a comment

Web Parts Properties, Verbs, And Connections

Today I expanded my knowledge of Web Parts, which is my favorite addition to ASP.NET in ASP.NET 2.0. I learned how to create custom properties for my web parts and I added a property to my Newsvine web part so … Continue reading

Posted in ASP.NET | Leave a comment

SQL Server 2005 Annoyances

One of the many annoying things about SQL Server 2005 is how it replaces SELECT ALL written as “SELECT * FROM”with a complete list of the column names. After testing a SQL statement in the SQL Pane to determine that … Continue reading

Posted in Databases | Leave a comment

BABY/400 ODBC

I have figured out how to use the BABY/400 ODBC (Open Database Connectivity) driver to query the physical files. I’m hoping to use this to populate my physical files with data because it is very tedious to do data entry … Continue reading

Posted in RPG | 3 Comments

Yahoo! Widget For Stickam Online Presence

Over the weekend I developed a custom Yahoo! Widget to show the online presence of a single Stickam friend. Yahoo! Widgets are little desktop applications based on the Konfabulator application platform that Yahoo acquired. Developing a Yahoo! Widget requires a … Continue reading

Posted in Video Production | Leave a comment

ASP.NET 2.0 – Control Adapters

I recently did some research on control adapters, another new feature of ASP.NET 2.0 that I read about in the book “Essential ASP.NET 2.0” by Fritz Onion and Keith Brown. Control adapters allow you to change the rendering of web … Continue reading

Posted in ASP.NET | Leave a comment