Friday, February 27th, 2009
Register here:
https://www.nuevasync.com/
then…
- Select “Add Account”.
- Choose “Microsoft Exchange”
- Under “Email”, enter the e-mail address you used for NuevaSync registration.
- Under “Username” enter your NuevaSync username.
- Under “Password” enter your NuevaSync password.
- Under “Description” you can leave the default or enter a description of your choosing.
- Tap “Next”.
- When it has finished, it will display a new field, “Server”. Enter “www.nuevasync.com” as the value.
- Tap “Next”.
- On the next page, turn off “Mail” and “Contacts”.
- Tap “Save”
SORTED!
Posted in iphone | 1 Comment »
Tuesday, February 24th, 2009
http://sqlbackupandftp.com/
nice little free app - lets see if it works?
Posted in SQL Server 2005 | No Comments »
Friday, February 20th, 2009
http://www.vmware.com/download/converter/
Posted in Uncategorized | No Comments »
Tuesday, February 17th, 2009
Sometimes I am just being stupid. After porting an old code base from using a really old version of nhibernate that was hooked up to an access database (yes that is right an access database) and integrated windsor nhibernate integration that gave me a session per request a started to have this issue.
Firstly I looked at the mapping and then and the way I was saving the transient object - all fine so I finally looked at how the repository was actually doing the saving and guess whst - the legacy code was Flushing straight after saving - a ha! The answer to my problem - remove the Flush() and thats it - let the windsor integration call flush for me right at the end!
So to sum up - when you have this problem, make sure you save the transient object first but do not flush then save the object….
Posted in .NET, NHibernate | No Comments »
Tuesday, February 17th, 2009
http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html
Posted in .NET | No Comments »
Tuesday, February 17th, 2009
Why even have a Caps Lock key - I hate it! Also to save my wrists I want to map it to the control key (rather than swap caps lock for control). It is an easy thing to do - just create a text file and paste this into it:
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
Rename the file ‘caps-as-ctrl.reg’ and then run it. You may need to restart to have caps lock mapped to ctrl.
Joy…..
caps-as-ctrlreg
Posted in Windows'y stuff | No Comments »
Saturday, February 14th, 2009
http://blog.insicdesigns.com/2009/01/10-promising-jquery-lighbox-plugin/
Posted in Uncategorized | No Comments »
Wednesday, February 11th, 2009
Looks like a good place to keep an eye on for .NET stuff:
http://dotnetshoutout.com/
Posted in Uncategorized | No Comments »
Wednesday, February 4th, 2009
Posted in .NET | No Comments »
Monday, February 2nd, 2009
http://code.google.com/p/mockito/
Posted in Uncategorized | No Comments »