Kenneth D. Nordah’s blog

my personal rambling with a dash of new media content

Wave invites

I just got a few more Google Wave invites. Send me an email or comment on this post with a valid mail address to get one.

3D text with CSS

nordahl-3d-text
You could create 3D text with CSS by adding multple shadows to the text like this:

body{
	background:#373737;
}
h1{
	color: #373737;
	text-shadow: 0 0 5px #111,
	1px 1px 0 #777;
}

Changes to the aside tag specifications

The HTML5 standard is still under development and they recently made a change to the aside tag. Previously the content of the aside tag had to be used for content related to the article content. In the new specifications aside’s inside a article has to have content related to the article. If you use the aside tag outside the article the aside could be used as a regular sidebar. That is more or less what we have seen the aside tag has been used for so far anyway. That is the way I used it on my HTML5 projects so far.

...
<body>
<article>
<h1>Blogpost</h1>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
<aside>
<!-- Content related to the blog post. -->
<h1>Specs</h1>
<ul>
   <li>Lorem ipsum dolor.</li>
   <li>Aliquam tincidunt mauris eu risus.</li>
   <li>Vestibulum auctor dapibus neque.</li>
</ul>
</aside>
</article>
<aside>
<!-- Content related to the site. -->
<nav>
<ul>
   <li><a href="#">Home</a></li>
   <li><a href="#">About</a></li>
   <li><a href="#">Clients</a></li>
   <li><a href="#">Contact Us</a></li>
</ul>
</nav>
</aside>
</body>
...

CSS3 Border-radius compliance

The latest version of the webkit nightly builds support the border-radius property (and -webkit-border-radius). It looks like CSS3 specifications for border-radius is going to be locked down soon. Here is a link to an article with an overview on how the browsers render the standard.

Apple updates Macbook, iMac and Mac Mini ++

hero_1_20091020

As almost expected in conjunction with the Windows7 launch on thursday Apple today updated their consumer line of mac products.

Macbook

overview_hero1_20091020

The new Macbook will have a polycarbonate shell with design similar to the Aluminum unibody MBP’s. The new model have a 13″ LED screen, a Core 2 Dueo 2,26GHz processor and a hard drive with capacity that starts at 250GB. Price stays the same, US$999.

iMac

overview_hero2_20091020

The major new update of the iMac is the new LED screens with either a 21,5″ or a 27″ screen size. Both screens have the new 16:9 aspect ratio. The 21,5″ model has the Full HD – 1920 by 1080 screen resolution while the 27″ model have a 2560 by 1440 resolution.

The 21,5″ model will have a Core 2 Duo processor at either 3.06GHz or 3.33GHz. The 27″ model have the same processor options in addition to a model with either a 2.66GHz quad core i5 or a Quad Core i7 at 2,8GHz.

All iMacs ship with 2 memory slots that has a total of 4GB memory at standard. You could upgrade all the way up to a wiping 16GB of total memory over 4 memory slots.

500GB of storage is standard at teh 21,5″ model while 1TB is standard at the 27″ model. Both support up to 2TB of storage. I reckon the iMac are going to support even larger drives once those are available.

The 21,5″ model support either a Nvidia 9400M gpu with 256MB memory or a ATI Radeon HD4670 gpu with 256MB memory. The 27″ model have the option of either a ATI Radeon HD4670 pgu with 256MB of memory or a Radeon HD4850 gpu with 512MB of memory. The quad core based 27″ comes with a ATI HD4850 pgu with 512MB of memory at standard.

The most interesting about this updated is the Intel Core i5 and Core i7 quad core processors. This product cannot be seen on Intel’s rodemaps and it seams like a cross between the i7 Clarksfield and the i5 Arrendale based processors. The iMac model with this processors are going to be shipped a little bit later, in November. This product could be a Lynnfield processor together with a mobile controller chip or a Lynnfield in a m989 socket. Those assumptions are based on Apple using only mobile stuff on previous iMac models.

Mac Mini

specs_dimensions20090303

The new entry Mac mini still has a price point at US$599 and it has a new 2.2GHz Intel Core 2 Duo, a Nvidia 9400M gpu and 160GB hard drive. The new premium model at US$799 has a faster processor at 2.52GHz and a 320GB hard drive. Both models have a 2.66GHz Intel Core 2 Duo processor as option. The entry model has 2GB memory while the premium version as 4GB. 4GB of memory is the max amount the Mac Mini are able to support.

Another new product is the Mac Mini Server starting at US$999. It comes with a Intel Core 2 Duo processor at 2,53GHz, 4GB memory, 1TB storage over 2 drives and a Nvidia 9400M gpu. You get a unlimited version of Snow Leopard server included in the pagage, that is amazing! As you probably already guessed the Mac Mini Server does not have a optical drive since it has 2 hard drives.

Magic Mouse

hero_3_20091020

Apple added the principles from their multi touch keypads to a new type of mouse. You can do things like pinching to zoom in documents directly on your mouse. I reckon it will take some time to get used to this new way of navigation your computer.

This is going to be a huge update if you look at the scroll wheele of Mighty Mouse. I think it is going to be a little bit wierd to since you are used to some feedback when you click on a button.

The Magic Mouse is only available as a bluetooth model at US$69. Thats a premium price on a “entry” kind of mouse.

Macbook Pro

Apple lowered the price on the top of the line 17″ Macbook Pro configuration with US$1000.

Apple Remote

Screen shot 2009-10-20 at 7.57.49 PM

In the shadows of the already mentioned updates Apple today released a new Apple Remote. It is a little bit larger than the previous remote and it has black buttons to follow the design trends on the latest macs. The new remote is available at US$19 in the store.

Nativ support for vimeo and youtube in WP2.9

According to this post on the Wordpress developer sites we are finally going to get a automatic system for handeling Vimeo/Youtube and maybe other embeds directly in the write module. All you need to do is to paste the video link on a blank line in the write new content page. Wordpress will handle the rest. You can get the same functionality with plugins today, but native support is ace.

I`d reckon we will be able to adjust the convert function to our HTML5 needs in our own functions.php file.

Mac: Convert a DVD to PS3/any format

There really isn’t much to it if you use Handbrake.

mac-handbreak

When you have inserted the disk:

  1. Choose the source
  2. Select a preset or adjust the output settings manually
  3. Click too start the conversion

In my case I use a thumb drive to transfer the movie to my PS3.

PS: I added a image of my DVD cover in the lower right corner.

Some proper research

Just a quick update with a link to some proper research!

Wordpress 2.9 beta

Wordpress.org just announced that beta testing of Wordpress 2.9 are going to start within a couple of weeks. You could follow the testing process by signing on to the mailing list. Wordpress recommend that you use the beta versions on your test server only, and not on live sites incase anything goes wrong.

You could update your test server with a addon called WordPress Beta Tester. The addon, as with all addons are also available with the Add New option under your plugins settings. The addon will permanently give the option to upgrade to the newest Wordpress test version as long as it is active.

All the functions they add/subtract will be done before the first beta release. The test phase goes through several beta stages to squeeze out bugs, and then a couple of release candidates. The wordpress team is hoping for a late November or early December release for version 2.9.

I were invited to Google Wave!

I got a developer preview invite earlier today, yahoo! I am kdn@wavesandbox.com if you want to get in touch with me on Wave. I got my invite by signing up on http://wave.google.com. You have probably read tens of Wave reviews so far, so I’m not going to bother and write another one.

The way the invite process works(at least for me):

  1. Mail from google(or the invitee account) with a “skip the line link”.
  2. Click on the link, fill out a contact form with 3 alternatives for usernames.
  3. Make a cup of coffee.
  4. “Get ready to Wave” mail in the mailbox with login information.
  5. Miss click on the waves and add a couple of empty replies.

Before you ask for a invite… I have none at the moment. I will however hold some contests on this blog where people could win queue priority(invite) as soon as I get hold of invites.