Pages Menu
TwitterRssFacebook
Categories Menu

Posted by on 27th February, 2008

Silverlight 1.0 Video Slidepuzzle

Silverlight 1.0 Video Slidepuzzle

I decided to take some time to learn Microsoft Silverlight. Since version 1.1 is still in Alpha and 2.0 is about to come out, I wanted to make sure I understood the technology, from the ground up and decided to stick with version 1.0. Version 1.0 works only with Javascript (JScript) while version 2.0 will work with any of the .NET languages. As usual, it started out with a small directionless project, just to try to get some experience under my belt; then I saw a cool video about a somewhat unrelated technology: Microsoft Surface. What a cool technology… they had a demo of a video playing that would divide itself in puzzle pieces. Ok, back to Silverlight, so I started reading about using a VideoBrush object, which allows you to “paint” a surface of a shape with raw video. That sounds exactly what I need to emulate the effect I saw in that Microsoft Surface video. So my small project morphed into a video slidepuzzle, just like we...

Read More

Posted by on 14th February, 2008

Controlling spending…

Controlling spending…

I was thinking about ways of cutting unnecesary spending last night and thought that I tend to waste a few dollars on so many things that doesn’t seem so much at the time, but when it is all added up….well, it adds up. A cup of coffee in the morning, a snack bar in between, sometimes a pastry at midmorning, then lunch and maybe another coffee in the afternoon.  A couple of dollars at the time X a few times a day X twenty workdays = a lot of $$$. Think about it, even if it is just lunch at $8 per day for a to go salad or sandwhich is ($8 x 20days) $160 per month! A clever dude has some really good information on how to spend only $6.99 for an entire month on lunch; even if not followed exactly the same, his approach is very good and can be altered to fit your needs and definitively to keep your spending lower than it currently is. [button...

Read More

Posted by on 10th February, 2008

Visual Studio 2008 hotfix

Visual Studio 2008 hotfix

Visual Studio 2008 had several issues in its first release of slowing down or even freezing temporarily when developing web applications, especially large ones. This hotfix addresses some of these issues. A readme file included in the download details every issue covered in this hotfix. For more details check out Scott Guthrie’s post on this release. [button link=”https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826&wa=wsignin1.0″ color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 13th November, 2007

How do I…?

How do I…?

I noticed this section recently in MSDN on how to accomplish certain tasks shown in brief 2 – 15 minute videos. There are many categories that range from ASP.NET to SilverLight to Visual Studio, etc. and each category contains a many topics. This is a link I will definitively store in my favororites. Especially useful for those of us sometimes too lazy to read… [button link=”http://msdn2.microsoft.com/en-us/bb629407.aspx” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 9th November, 2007

Visual Studio 2005 Accelerators

Visual Studio 2005 Accelerators

Visual Studio 2005 is probably one of the most complex pieces of software ever developed. It has so many features, so many tools to (try to) satisfy every developer that is trying to accomplish such a wide variety of tasks, that it is easy to see how a product like that could become very bloated and sluggish. So, how do I speed it up? Here are some tips I have collected over time: Disable the Splash Screen Add the following parameter to your VS2005 shortcut: “C:Program Files…devenv.exe” -nosplash Note: the same trick applies to Business Intellgience Managment Studio and SQL Management Studio…. Install Visual Studio Service Pack 1 get it here. Turn off any IDE animated windows Go to Tools | Options | Environment and uncheck Animate environment tools. Get a faster hard drive – seriously Scott Gu writes: “What you are much more likely to block on is the Seek and I/O speed capacity with which your computer accesses your hard drive.  If you are using an application...

Read More

Posted by on 18th October, 2007

How airplanes really fly

How airplanes really fly

“So we all know how planes fly, right? The top of the wing is rounded and the bottom of the wing is straighter. Air takes longer to travel over the top of the wing, which means there’s less air pressure there relative to the bottom of the wing. That means there’s more air pressure on the bottom — hence the lift. Right? Right?” Nope… apparently not. [button link=”http://dmiessler.com/blogarchive/why-planes-fly-what-they-taught-you-in-school-was-wrong”” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 3rd October, 2007

Developing a SharePoint Feature

Developing a SharePoint Feature

I have worked with SharePoint for a while now, mostly mostly writing code for integration scenarios, where data needs to be “pulled” or “pushed” into SharePoint involving other enterprise software applications. SharePoint 2007 Features are basically a mechanism to extend SharePoint in any way you need. Mike Ammerlaan wrote a brief and concise technical article describing features: I will try to describe how to develop a SharePoint 2007 Feature from zero. In this case our feature will handle the event that SharePoint usually handles when a file gets added to a Document Library. When a user uploads a new document to a Document Library, we want to run some custom code. In our example we will simply be creating a text file on the desktop containing data from the file that fired such event. Obviously you would want to make it something meaningful, like pass that data to an external workflow application or do womething with that document, but this is just an example. I have worked with SharePoint for a...

Read More

Posted by on 24th September, 2007

Learn a new language II.

Learn a new language II.

I just posted about this yesterday but found a new site that has a concept I think is worth mentioning. I have just registered and have yet to play with it some more but it seems it has quite a bit of content. There are hours of free courseware for several languages as well, but mainly it focuses on allowing you to social network with people who speak the native language that you are trying to learn and vice versa. [button link=”http://www.livemocha.com” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 21st September, 2007

Learn a new language..

Learn a new language..

I think I have posted about learning a new language before and it not easy to find an application or software that is easy to use and free. Well, I came across this web based language application that, so far, is free and easy to use….really. They have several languages and it starts out really easy, assuming you have absolutely no experience whatsoever. [button link=”http://www.trymango.com/” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 17th September, 2007

Disable restart after Windows Update

Disable restart after Windows Update

“Do you like the annoying message that keeps asking you to restart your computer after installing windows updates every 10 minutes? If you choose ‘Restart Later’, this question will appear again every 10 minutes.” Here is a way to eliminate this behaviour… [button link=”http://www.techdo.com/?p=86″ color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More