Skip to Main Content
Soul Solutions Logo
  • Home
  • Blog
  • Contact Us
  • About Us
  • Privacy Policy

Uncategorized

Local Live and Virtual Earth Updated! 3D in Firefox!
3 Apr 2007

Local Live and Virtual Earth Updated! 3D in Firefox!

by bronwenz@gmail.com | posted in: Uncategorized | 0

Today the VE team released an update to Virtual Earth and have converted http://maps.live.com to the new version. Of particular interest is the support of 3D in Firefox, until now it was IE only. On the VE side the new features of … Continued

Virtual Earth Version 5 – first look at Download Performance
3 Apr 2007

Virtual Earth Version 5 – first look at Download Performance

by bronwenz@gmail.com | posted in: Uncategorized | 0

With Version 5 of Virtual Earth unoffically released as part of the upgrade of maps.live.com I have had a quick look at the performance and it is great news! Compression has been enabled for not only V5 but also V4 … Continued

Nothing like a MVP award on April Fools day!
31 Mar 2007

Nothing like a MVP award on April Fools day!

by bronwenz@gmail.com | posted in: Uncategorized | 0

With mixed emoticons I opened an email from support@mvpaward.com today, here we go I thought, someone is having an april fools day prank, but as I read the email, clicked on the link, agreed to the NDA and received my MSDN … Continued

Cool 1/3 photo option on JASJAM
30 Mar 2007

Cool 1/3 photo option on JASJAM

by bronwenz@gmail.com | posted in: Uncategorized | 0

Yes camera phones take pretty aweful photos but i stumbled onto a cool 1/3 effect on the JASJAM while scrabling to take a photo of Darren mountain biking today. The setting merges 3 quick photos into a single long one … Continued

My new toy – LED Tap light
29 Mar 2007

My new toy – LED Tap light

by bronwenz@gmail.com | posted in: Uncategorized | 0

Picked myself up one of these from Think Geek.  Fitting that goes on the end of a tap that lights up when water goes through it…and temperature sensitive to give red / blue light. Was a bit worried about the … Continued

Cancel the form being submitted in javascript
27 Mar 2007

Cancel the form being submitted in javascript

by bronwenz@gmail.com | posted in: Uncategorized | 0

I come across this trick every so often so thought it best to write it down. In the AJAX world it seems this is more and more common, why would i ever want to post back again? If you have … Continued

Anyone else flying in to attend the Virtual Earth Seminar in Sydney on April 2nd?
21 Mar 2007

Anyone else flying in to attend the Virtual Earth Seminar in Sydney on April 2nd?

by bronwenz@gmail.com | posted in: Uncategorized | 0

I just booked my flight to attend the Virtual Earth Seminar in Sydney on April 2nd. It is out at North Ryde so if anyone wants to share a cab ride I am flying in on Qantas at 11:15am.

Setting the cache expiry on a single file using IIS
19 Mar 2007

Setting the cache expiry on a single file using IIS

by bronwenz@gmail.com | posted in: Uncategorized | 0

I needed to turn on content expiration for a single file and wanted to do it through IIS so i didn’t have to write code (lazy me).  Cause i’m blind took me a while to find. To set a single … Continued

I’ve installed Team Suite…how do i get to Team Foundation Server
18 Mar 2007

I’ve installed Team Suite…how do i get to Team Foundation Server

by bronwenz@gmail.com | posted in: Uncategorized | 0

I installed Visual Studio Team Suite awhile back and haven’t had to use TFS yet.  So now I want to use TFS, there’s no “Connect to TeamFoundation Server” option under tools.  After looking at MSDN I discover you have to … Continued

SQL Server – ANSI_NULLS, null and IS NOT NULL fun
14 Mar 2007

SQL Server – ANSI_NULLS, null and IS NOT NULL fun

by bronwenz@gmail.com | posted in: Uncategorized | 0

I had a problem where i had a UDF on 2 databases with the same data that were returning different results. The query that was running was basically: SELECT COUNT(*) FROM Comment WHERE Date <> NULL DB1 would give me … Continued

How to fix the video mode change for UAC
12 Mar 2007

How to fix the video mode change for UAC

by bronwenz@gmail.com | posted in: Uncategorized | 0

I’m not going to debate the merits and flaws in UAC but here is a tip for those people that use UAC and hate the video mode change that causes that annoying flicker. In group policy editor – gpedit.msc there … Continued

QLD MSDN User Group April presentation on Virtual Earth
11 Mar 2007

QLD MSDN User Group April presentation on Virtual Earth

by bronwenz@gmail.com | posted in: Uncategorized | 0

I am pleased to announce that I will be presenting an evening of Virtual Earth at the April meeting of the QLD MSDN user group. If you would like to attend please come along. So does anyone have any specific … Continued

New Virtual Earth Article – Clustering with MS AJAX and C#
10 Mar 2007

New Virtual Earth Article – Clustering with MS AJAX and C#

by bronwenz@gmail.com | posted in: Uncategorized | 0

Its been a long time comming but i published today my 2nd revision of the very popular article on clustering virtual earth pins. This revision utilises MS AJAX web services and the server side code is in C#. Full example … Continued

Getting the checking dialog back in VS2005
6 Mar 2007

Getting the checking dialog back in VS2005

by bronwenz@gmail.com | posted in: Uncategorized | 0

I seem to do this accidentally all the time…I hit the Don’t show Check In dialog box when checking in items. To get it back goto Tools ->Options Open Source Control -> Environment and untick the “Don’t show Checkin dialog … Continued

ASP.Net 2.0 Membership providers and setting the application name
4 Mar 2007

ASP.Net 2.0 Membership providers and setting the application name

by bronwenz@gmail.com | posted in: Uncategorized | 0

Was playing around with ASP.Net membership providers and I’d created a few users and roles and everything looked happy.  Then i ran my application and I just couldn’t log in.  Upon investigation the app thought that there were 0 users … Continued

Cheques that never expire – how good is that
25 Feb 2007

Cheques that never expire – how good is that

by bronwenz@gmail.com | posted in: Uncategorized | 0

FYI: Bank cheques don’t have an expiry date.  Personal cheques have a lifetime of 18 months.  I had to go to the bank today, so took along one of John’s really old cheques from 2003 (it was a bank cheque) … Continued

Generating GUIDs from Visual Studio
22 Feb 2007

Generating GUIDs from Visual Studio

by bronwenz@gmail.com | posted in: Uncategorized | 0

Showed John this the other night..so thought might aswell blog it case someone else is interested.  If you’re trying to create some data or need a GUID you can do it using an inbuilt tool in Visual Studio.     … Continued

Joining to xml data in SELECT for SQL2005
21 Feb 2007

Joining to xml data in SELECT for SQL2005

by bronwenz@gmail.com | posted in: Uncategorized | 0

Been playing with using supplied XML to join to tables in a select statement.  So i thought I’d do a simple example to remind myself next time i need to do it.. So i have the following xml structure: <Categories> … Continued

New VE Article – Dashboard Styles
20 Feb 2007

New VE Article – Dashboard Styles

by bronwenz@gmail.com | posted in: Uncategorized | 0

I just put together what i hope is a really good reference for anyone wanting to change the look and feel of the V4 virtual earth dashboard. Read the article. Please let me know if I have missed anything and … Continued

Fixing svchost.exe errors after a windows XP update
20 Feb 2007

Fixing svchost.exe errors after a windows XP update

by bronwenz@gmail.com | posted in: Uncategorized | 0

I’m running XP, and after a windows update I was getting svchoste.exe errors.  This cause a range of weird errors on my machine, like the theme going back to XP Classic and a selected number of things not working. I … Continued

Adding Microsoft Membership schema to an existing database using aspnet_regsql
19 Feb 2007

Adding Microsoft Membership schema to an existing database using aspnet_regsql

by bronwenz@gmail.com | posted in: Uncategorized | 0

 These guys have a really good article on ASP 2.0’s Membership, role and profiles. The part I found very useful was the section on adding the MS membership schema to an existing database.  You can run the aspnet_regsql.exe tool from a … Continued

Regex for Visual Studio Find and Replace reference
14 Feb 2007

Regex for Visual Studio Find and Replace reference

by bronwenz@gmail.com | posted in: Uncategorized | 0

It is amazing how powerful and productive find and replace can be if you know the tricks of Regex in VS2005. Here are the main set: Expression Syntax Description Any character . Matches any single character except a line break. … Continued

Upgrading DNN 4.4.0 to 4.4.1 in IIS7 integrated mode
12 Feb 2007

Upgrading DNN 4.4.0 to 4.4.1 in IIS7 integrated mode

by bronwenz@gmail.com | posted in: Uncategorized | 0

Just had to do this on Vista today and got an interesting object error on line: Response.Redirect(“~/Install/Install.aspx?mode=Install”) I wonder if this has changed in IIS7 in integrated mode? Anyway the solution I found is to change to “classic mode” to … Continued

My selection of favorites from Look up and smile
10 Feb 2007

My selection of favorites from Look up and smile

by bronwenz@gmail.com | posted in: Uncategorized | 0

There are now a stack of photos up on the look up and smile site. If you want a really fast way to browse through them the local.live gadget is the way to go:http://www.live.com/?add=http://www.lookupandsmile.com.au/gadget/LUASGadget.xml My favorites: Flag house possum in … Continued

Subscribe to our Articles and News!
10 Feb 2007

Subscribe to our Articles and News!

by bronwenz@gmail.com | posted in: Uncategorized | 0

We have just added the feature for anyway to subscribe to our articles and news. If you’re interested in what we are doing or some of our advanced topics please submit your name and email. Yes please subscribe me now … Continued

IE setting for more then 2 simultaneous connections.
9 Feb 2007

IE setting for more then 2 simultaneous connections.

by bronwenz@gmail.com | posted in: Uncategorized | 0

In my search for ways to get the most out of my new adsl2 connection I came across an old article of tips and tricks including how to allow Internet explorer to have more then 2 simultaneous connections. I cannot … Continued

Trick to selecting rows using ROW_NUMBER() in SQL2005
7 Feb 2007

Trick to selecting rows using ROW_NUMBER() in SQL2005

by bronwenz@gmail.com | posted in: Uncategorized | 0

Was trying to use the new SQL2005 ROW_NUMBER() function to get “paged” results. There’s a bit of a trick to using it though.  Only way we could get it to work was to wrap inside another sql clause. E.g we … Continued

Scripting one object per file in SQL 2005
7 Feb 2007

Scripting one object per file in SQL 2005

by bronwenz@gmail.com | posted in: Uncategorized | 0

If you want to be able to script out one object per file and include the create and drop in the same file in SQL2005 either wait for SP2 (apparantly it’s coming then) of check out this guys cool called … Continued

How hard is it to get a phoneline put in?
4 Feb 2007

How hard is it to get a phoneline put in?

by bronwenz@gmail.com | posted in: Uncategorized | 0

You’d think connecting a new phone line and linking it to your existing account would be a simple task?  Apparantly not. The task was simple..I wanted a new phone line at my house so we could get ADSL2.  I needed … Continued

Dell salesman are allowed to lie to you…..
1 Feb 2007

Dell salesman are allowed to lie to you…..

by bronwenz@gmail.com | posted in: Uncategorized | 0

I bought my lappy a few months ago.  As it was around the time of talk of upgrade offers to Vista, we contacted Dell to see if we would qualify for the Dell Vista Upgrade.  The sales guy then realised … Continued

Posts pagination

« 1 … 23 24 25 26 27 28 29 30 »

Recent Posts

  • Resources – I locked 1000 architects in a room until they all agreed on the best solution
  • Resources – I locked 1000 architects in a room until they all agreed on the best solution
  • Does what the LLM know about us effect our work efficiency?
  • Processing PDFs with Charts–using multimodal
  • Beyond the default PDF parser–LlamaParse with PDF charts

Archives

  • March 2025
  • February 2025
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • September 2023
  • May 2021
  • April 2021
  • March 2021
  • December 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • January 2020
  • November 2019
  • September 2019
  • July 2019
  • May 2019
  • April 2019
  • February 2019
  • December 2018
  • September 2018
  • August 2018
  • July 2018
  • August 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • March 2016
  • January 2016
  • October 2015
  • September 2015
  • August 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • May 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • October 2013
  • August 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006

Categories

  • AI
  • Azure
  • CognitiveServices
  • Databricks
  • Ethics
  • Events
  • Hardware
  • HoloLens
  • Kinect
  • Learning
  • Microsoft
  • MS Band
  • Travel
  • Uncategorized

Tags

Addo Elephant National Park Africa 2015 AI AltspaceVR Antarctica 2014 Azure Cape Town Chile Cognitive Services Daniell Cheetah Project data.gov.au Databricks DDDBrisbane Easter Island Ecuador EPRC Ethics Etosha Events Falkland Islands freetrial Galapagos Islands Helsinki HoloLens Iceland Johannesburg Kinect Kinect For Windows Microsoft Namibia Oudtshoorn PDF python Quito Rano Raraku San Cristobal San Pedro de Atacama Santa Cruz Santiago South Georgia Tahai TechGirls Tongariki Turku VRDays

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

© 2025 - WordPress Theme by Kadence WP