Droid iPhone bashing


Here is one pundits view of Android.
http://www.slate.com/id/2244165/

Motorola maybe pushing a little too hard
http://www.itworld.com/mobile-amp-wireless/96341/motorola-jumps-gun-droid-upgrade-announcement?source=ITWNLE_nlt_personaltech_2010-02-12

Here is one pundits rebuke of Apple
http://www.pcworld.com/article/188696/apple_bans_the_word_android_from_app_store.htmlTechnorati Tags: , , ,

Post to Twitter Tweet This Post

  • Share/Bookmark

Something I learned today about database views

The only way to filter or use parameters on a view, is to use unconverted select fields.

For example; if you do the following in a view:
” Select CONVERT(char, dbo.tblStays.DateStart, 101) AS ‘Stay Start’, CONVERT(char, dbo.tblStays.DateStop, 101)  AS ‘Stay Stop’ ”
Then you can’t do “WHERE [Placement Start] > 2008-09-09″ in the query of the view. This is because the value of [Placement Start] is esssentially a string and the value of dbo.tblStays.DateStart is a datetime datatype and they don’t talk to each other except through some kind of recasting, and recasting in .NET means several lines of code and function calls that can make your code long, complicated, and unstructured. If I can break my code into discrete structures, functions and procedures, to me it makes it simpler and less complicated and I’m all for the simple life.
  So in keeping with persuing the simple life, I chose a stored procedure that uses datetime parameter datatypes and selects for the unconverted dbo.tblStays.DateStart. This way you can send a datetime and get back a nice safe string.

Post to Twitter Tweet This Post

  • Share/Bookmark

Open Office blogg tool issues.

Well, it looks like the Open Office blogging tool is definitely beta. It works, but there are issues. It has promise though. Hope they keep going. Need to keep up the competition with Live writer.

I just opened this post in open office writer and am editing it. Lets see if I get the same false error.


Post to Twitter Tweet This Post

  • Share/Bookmark

Open Office blogg tool issues.

Well, it looks like the Open Office blogging tool is definitely beta. It works, but there are issues. It has promise though. Hope they keep going. Need to keep up the competition with Live writer.


Post to Twitter Tweet This Post

  • Share/Bookmark

Open office post problems

The problem is that it posts but shows an error that says it didnt. So you need to check thr site every time you upload from open office.


Post to Twitter Tweet This Post

  • Share/Bookmark

another try

This is another try


Post to Twitter Tweet This Post

  • Share/Bookmark

Morning Sky Oct 14, 2009

An edit from the Open office blog editor. The pics were a few seconds loading but everything looks good. Now to upload.

100_2011 100_2012

Post to Twitter Tweet This Post

  • Share/Bookmark

Morning Sky Oct 14, 2009

An edit from the Open office blog editor. The pics were a few seconds loading but everything looks good. Now to upload.

100_2011   100_2012

 

Post to Twitter Tweet This Post

  • Share/Bookmark

new post from open office

Try new post


Post to Twitter Tweet This Post

  • Share/Bookmark

This morning’s Sky

100_2017

100_2016

100_2018

100_2019

Post to Twitter Tweet This Post

  • Share/Bookmark