Archive for tag:
karl
by Karl Kopp on Thursday, 4 June 2009
Microsoft has released some great videos about their new
iteractive interface for the Xbox 360 called Project Natal. This
will open up some super exciting opportunities and I look forward
to seeing what comes out of it!
PS - rebuilt my MacBook Pro with Windows 7 RC so been too busy
of late to blog. But now I'm up and running, expect more!
Tagged:
karl, thoughts |
by Karl Kopp on Thursday, 26 March 2009
2 teeth out, 1 was a big effort for the Periodontist -
sitting at home, ice pack on face trying to drink water, face
slowly bruising.
Tagged:
karl |
by Karl Kopp on Tuesday, 24 March 2009
Todays interesting news.
- Jakob Nielsen,
usability guru, actually recommends
the use of the mega drop-down navigation. After he suggested regular
drop-downs are rife with usability issues, it's an interesting
result.
- Tim Sneath from
Microsoft has a really interesting post on how they
created the CoreCLR to fit the .NET CLR into Silverlight, and
made it all fit in around 2mb.
- And lastly, a few Next
Digital launches from the last week in no particular order: Logicane, McCabe Terrill Lawyers,
Hamilton Harbour
from Devine, and QInvest.
- Never heard of Joe Hewitt
before, but just read he has released a free, open
source iPhone library called Three20, after the
320 pixel wide
screen of the iPhone. Definitely worth taking a peak if you are
building iPhone apps. Got my Mac Mini dusted off and
running today because I want to take a look around the new iPhone
3.0 SDK. Hopefully will post some of the adventures I have
;)
Tagged:
karl, thoughts, tech |
by Karl Kopp on Monday, 23 March 2009
Some kewl links from around the web today:

Tagged:
karl, thoughts, twitter |
by Karl Kopp on Friday, 20 March 2009
Daily update #2.
Why Safari? Why didn't you go after IE or
Safari?
It's really simple. Safari on the Mac is easier to
exploit. The things that Windows do to make it harder (for an
exploit to work), Macs don't do. Hacking into Macs is so much
easier. You don't have to jump through hoops and deal with all the
anti-exploit mitigations you'd find in Windows.
It's more about the operating system than the (target)
program. Firefox on Mac is pretty easy too. The
underlying OS doesn't have anti-exploit stuff built into it.
Tagged:
umbraco, karl, thoughts, tech |
by Karl Kopp on Thursday, 19 March 2009
Rather than doing lots of small blog posts, thought I would
start to round up some interesting new of the day. So I present to
you, the first instalment of "A few interesting items crossed my
email / browser / rss feeds today":
-
Microsoft Expression Web Superviewer allows you to
view a web page in different version of IE on the one
screen
- Fully patched Mac OSX + Safari was hacked within a few
seconds! Seems like IE8 and Firefox got
hacked as well, just took a little longer
-
VSDL2 looks interesting, and is looking to be rolled out in
Australia soon. Have
read that you need 6 (!) phones tho.
- I knew it wouldn't be long, but looks like the ACMA
blacklist is out and
available for public viewing (funny, Wikileaks on Google is ranked
6th, while on Live its
2nd, and on Yahoo its
number 1)
- As I posted
earlier today, I really love the Google Chrome
Experiments. Az
asked, is it encroaching on the OS space? Add the new
Chrome Extensions as well, hmmm.
- Old skool geekness - I need to look at architecting a MASSIVE
existing ColdFusion (like
OLD ColdFusion, like when it was just a scripting language!) site
into something else (thinking .NET and MVC at the moment) but
I don't like having to install other IDEs just to get descent code
highlighting (I already have a few, but Visual
Studio 2008 is by far the best). So I found this little trick =
Open Visual Studio 2008, click Tools / Options / Text Editor / File
Extensions and add a new one for .cfm files and map it to the XML
Editor - DONE!
Tagged:
karl, thoughts, tech |
by Karl Kopp on Wednesday, 18 March 2009
The Age is reporting it
was a
tremor in Melbourne. Although I still don't fully appreciate
it, Twitter is also saying there was
a quake. And apparently Geoscience Australia said it was
possibly a 4.6 magnitude
on the Richter scale.
Tagged:
karl, thoughts |
by Karl Kopp on Wednesday, 18 March 2009
I'm sure I just felt the "earth move" and it wasn't just me -
most of the guys in the development area did as well! Maybe another
earthquake in Melbourne?
Tagged:
karl, thoughts |
by Karl Kopp on Tuesday, 3 March 2009
I recently upgraded my blog from dasBlog to an Umbraco 4 installation. This
was partly because I've set a roadmap to discover more technology
this year, because as you move to manage more people, you get less
hands on, and that was something I wanted to change this year. But
more importantly, it was so I could start on that plan and get my
hands dirty on Umbraco 4.
The last time I used Umbraco in any serious deployment was for
an Umbraco 2 implementation, so it was fun to do a fresh install of
Umbraco 4. I wasn't really worried about keeping my old content -
from my Google
Analytics account I could see the most popular page was
actually where I'd uploaded an image of
lucky kitten - so it was an easy decision to start afresh.
It was a really painless exercise, and some of my findings are
listed below:
- The new installer is so much nicer than the old one - the new
Runway stuff is great, although we need some more modules (like
DNN or WordPress). Adding packages
has been easier than ever. So it was a simple as point and click to
add the blog module.
- The ASP.NET
Master Pages implementation
is awesome, and I'm glad the old template structure was so similar
as there is so little that needed to be changed. Job well done Niels ;) I actually grabbed a
template by Sam Karathanos
called pixeled
that was actually designed for WordPress and rolled it into
Umbraco in around 30 mins. Note to self - need to check out ASP.NET
themes living inside Umbraco.
- Since the URLs for dasBlog and Umbraco didn't match, I used the
really nice implementation of UrlRewritingNet to map some
of the old links to the new URLs. It was a simple as adding a few
lines like this:
<add name="blogCommentRewrite"
virtualUrl="^/blog/CommentView(.*).aspx"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="/blog"
ignoreCase="true" />
<add name="blogFeedRewrite"
virtualUrl="^/blog/SyndicationService.asmx/(.*)"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="/blog/rss"
ignoreCase="true" />
So even though its been a while since I had a chance to actually
do some Umbraco work, the version 4 updates are really easy to pick
up, and add a lot of neat new features.
Tagged:
umbraco, karl |