RE: Advice to Microsoft (not mine - the IT press and developer blogosphere)

2014-02-13 Thread Williams, Thomas
Hey Scott - I have to admit I'm not particularly imaginative - if you were building the internet from scratch, what do you think would be better than JavaScript? Does this product exist? Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Scott

RE: Windows forgetting app passwords

2013-05-05 Thread Williams, Thomas
Does your work have a web proxy? Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Connors Sent: Monday, 6 May 2013 7:08 AM To: ozDotNet Subject: Windows forgetting app passwords Howdy, Nothing to do with .NET but I thought I would throw this

RE: [OT] Surface RT or Surface Pro?

2013-04-01 Thread Williams, Thomas
Wow Tony - great quote! Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Tony Wright Sent: Tuesday, 2 April 2013 12:04 PM To: ozDotNet Subject: Re: [OT] Surface RT or Surface Pro? actually that said, you pay for what you get. The WinRT device is

RE: Encryption

2013-03-21 Thread Williams, Thomas
An oldy but a goody - http://www.codeproject.com/Articles/10154/NET-Encryption-Simplified Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Stephen Price Sent: Friday, 22 March 2013 1:06 PM To: ozDotNet Subject: Encryption Hey all,

RE: [OT] sql convert datetime problem; forcing order of AND statements

2012-10-29 Thread Williams, Thomas
As an alternative to CTE/subselect, you could do something like below. Not sure of the implications on indexing: --temp table DECLARE @temp TABLE ( [Value] VARCHAR(15) ) --populate INSERT INTO @temp SELECT '28-Nov-2012' UNION ALL SELECT '28-Nov-2012' UNION ALL SELECT 'blah' SELECT

RE: Anyone using structs in C# Business Applications?

2012-08-16 Thread Williams, Thomas
Hi Arjang, my experience sounds close to yours: DB to WinForms/ASP.NET business apps, and no need for structs. Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Friday, 17 August 2012 10:53 AM To: ozDotNet Subject: Anyone using

RE: ASP.NET modal dialog effect

2012-07-16 Thread Williams, Thomas
Hi Greg - I'd say it would be worth the overhead to include jQuery and a pop-up/modal like http://swip.codylindley.com/DOMWindowDemo.html Can pop-up using an IFRAME to contain another page, or a DIV on the current page, or via AJAX. However it's a client solution, nothing to do with ASP.NET

RE: Mornington Peninsula Developers

2012-05-03 Thread Williams, Thomas
Hi Mitch - that's where I live. Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Mitch Denny Sent: Thursday, 3 May 2012 1:28 PM To: ozDotNet Subject: Mornington Peninsula Developers Hi there, I'm wondering if there are any folks here on the list

RE: Vmware

2011-10-27 Thread Williams, Thomas
Hi Tom - I'd take a look at the power plans that the host and guest are running. Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Tom Gao Sent: Friday, 28 October 2011 6:57 AM To: 'ozDotNet' Subject: Vmware Hi All, My home machine is a 4 core 8

RE: Window Management software

2011-09-07 Thread Williams, Thomas
I was using ZBar http://www.zhornsoftware.co.uk/zbar/ (free) to extend the task bar across two monitors - recently switched to Dual Monitor Taskbar http://sourceforge.net/projects/dualmonitortb/ (also free) as it has better Windows 7 theme support. Thomas From: ozdotnet-boun...@ozdotnet.com

RE: Dynamic buttons on WinForms

2011-08-01 Thread Williams, Thomas
Hi Anthony - I have used a library called Transitions for WinForms animations: https://code.google.com/p/dot-net-transitions/ Thomas From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Anthony Mayan Sent: Monday, 1 August 2011 12:43 PM To: ozDotNet Subject: