Catch up with latest proceedings at Tech Days, London 2010 here
And follow on Twitter
What the heck is SYLK File?
According to Microsoft:
A SYLK file is a text file that begins with “ID” or “ID_xxxx”, where xxxx is a text string. The first record of a SYLK file is the ID_Number record. When Excel identifies this text at the beginning of a text file, it interprets the file as a SYLK file. Excel tries to convert the file from the SYLK format, but cannot do so because there are no valid SYLK codes after the “ID” characters. Because Excel cannot convert the file, you receive the error message.
I got the error message:
‘SYLK: File format is not valid’
when trying to open a CSV file.
Apparently this is a known issue in Microsoft products.
Read more on KB323626
Geeks drive girls out of computer science
Interesting read on why ‘girls’ could be shying away from Computer Science!
|
The stereotype of computer scientists as geeks who memorize Star Trek lines and never leave the lab may be driving women away from the field, a new study suggests. |
Season greetings
Wishing you happy holidays! Merry Christmas and Happy and Prosperous New Year 2010.
"Cannot insert the value NULL into column ”, table ”; column does not allow nulls. INSERT fails."
One useful system stored procedure is sp_helpdb. This stored procedure returns information about all of your databases on your server such as the size, owner, when it was created and the database settings. One issue that you may run into is that the stored procedure does not provide data, but an error occurs instead. The error that you receive is “Cannot insert the value NULL into column ”, table ”; column does not allow nulls. INSERT fails.”
Useful tips to fix this here
Stackoverflow DevDays, London Oct 2009
Hurry hurry, limited places for this opportunity to meet with Stackoverflow members in this 1 day event.
More details on Joel’s site
See you there
Server-side vs Client-side validation for ASP.NET web applications
If our code uses client side scripting to validate, it must happen before the form post, if we use server side code to validate it must happen after the form post.
This obviously gives the option of using the client side scripting to cancel the form post if our validation routine is not satisfied.
In .Net Microsoft offered a wizard to generate validation scripts (the validation controls), but this merely generates code as explained above.
Stack overflow
This is a good one – launched early in the week.
Main article in “JoelOnSoftware” website
http://www.joelonsoftware.com/items/2008/09/15.html
Enjoy!
Working in the UK
Hi folks,
I presently live in UK on a HSMP visa.
I look foward to new opportunities in this market.
I will be available to share my experiences whilst here.
Regards,
Julius
Installing VSTS 2008
I had a chance to set up the VSTS 2008.
All I can share is that you need to follow the steps as outlined in this link
1. Ensure you meet all the pre-requisites
2. Ensure you follow the step-by-step guide to the letter
3. Enjoy the power of VSTS.
I love the Team Foundation Build, it makes automation of buids so basic. You have to try this!
Julius

