Pages Menu
TwitterRssFacebook
Categories Menu

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

Posted by on 6th September, 2007

Live Javascript form validation

Live Javascript form validation

I had to do some simple form validation the other day and thought to myself that, in our current Web 2.0 world, I should do it with AJAX since it is really everywhere and it didn’t even cross my mind todo it the old fashioned way with plain Javascript, which might do the job just a good. So, I stumbled upon Live Validation which offers a lightweight, open source javascript library to do just that: real time form validation with some very useful features. They have some excellent examples here and the code is decently commented. Definitively a must have in my toolbox! [button link=”http://www.livevalidation.com” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 30th August, 2007

What Are You So Depressed About?

What Are You So Depressed About?

I know a few people very close and very dear to me who suffer from depression and it is so difficult to communicate and understand what exactly it is that they are going through. From time to time, I can feel a little down myself, without a specific reason to explain my careless mood. However, for people who are depressed more than occasionally and often require medication, it has simply become part of their lives…so much that it seems that mood simply takes control. I don’t understand how someone can not be in control of them self…and I have learned not to try to understand either…I don’t think I would be able to understand anyways, even it were to happen to me. Here is a very brief article that attempts to explain in a few paragraphs how people feel when they are depressed, why it happens and how you should react. [button link=”http://psychcentral.com/blog/archives/2007/08/23/what-are-you-so-depressed-about” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More

Posted by on 28th August, 2007

Survival of the fittest

Survival of the fittest

“Survival of the fittest is a phrase which is a shorthand for a concept relating to competition for survival or predominance. Originally applied by Herbert Spencer in his Principles of Biology of 1864, Spencer drew parallels to his ideas of economics with Charles Darwin’s theories of evolution by what Darwin termed natural selection. [wikipedia]” Now, we know this well established concept is applied to everyday living organisms. But what about the not so obvious ones…? What about M & M’s? [button link=”http://www.laughbreak.com/stories/survival_of_the_fittest.html” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...

Read More