I (finally) set myself up with an Azure account today, as I needed to research something about Azure Active Directory. The more I explore around the portal, the more I think I should really start figuring out Azure, because it seems incredibly cool and powerful. I know this is old news to many of you. I just haven’t had much opportunity to dive in to it.

Are there any good resources you would recommend for getting started? Let me know! I’d be looking at it from a web apps perspective (PHP mainly, possibly Node or ASP.NET), but I’d be keen to hear just as much about the workflows and developing for the cloud in general.

MG Siegler has – much like myself – converted to using the iPad full time as his mobile workstation:

A couple weeks ago, I wrote a quick note signaling my intent to predominantly use my iPad as my main computer when I travel going forward. What started as a successful two-day experiment led to a long weekend away last week. That went well enough that Iā€™m confident in my choice. The iPad is my new road machine.

MG went for the Logitech Ultrathin Keyboard Cover, which was my second-choice after the Apple Wireless Keyboard. He believes Apple will eventually release their own “keyboard in a cover” accessory, citing the Microsoft Surface as a potential reason/influence. I don’t think Apple will release their own accessory – for one, it’d be a bit “me too”, with several options available on the market for quite some time (not to mention following in the wake of the Surface announcement); secondly, as one of the most-touted features of the Surface, I’m pretty sure Microsoft would see their “Smart” keyboard cover falling under the “don’t copy” patent licensing agreement held between the two companies.

There is one thing on the internet that is ā€“ without a doubt ā€“ causing more buzz than anything else at the moment. No, not the new Harry Potter film (worth going to see, by the way). Iā€™m talking aboutĀ Gmail.

For weeks since it was announced, the blogosphere has been buzzing about it. Some have snorted in derision, some have placed it high upon a pedestal. Gmail isnā€™t even fully open to the public yet ā€“ it requires an ā€œinviteā€.

These invites are highly desirable, so it would seem. All over the place, Iā€™ve seen various contests to win an invite. SomeĀ ask you to come up with something funny.Ā Others just want a linkĀ (so can I have my invite now? šŸ˜‰Ā Ā ). The slightest mention of having a spare invite prompts a deluge of people you donā€™t even know asking for it. Googling forĀ ā€œGmail Invitesā€Ā returns page after page of people pimping this strang type of gold dust.

I guess itā€™s this process of invitation only accounts that are making everyone want Gmail so badly. To be in an ā€œexclusive clubā€ is quite a draw for some.

If itā€™s not that though, what is the draw? Is Gmail any good? Iā€™ve put out the feelers (ooh-er) for an invite, so Iā€™m hoping to be able to find out for myself, but maybe someone could enlighten me?

Isnā€™t just another web-based email service?

Iā€™ve finally taken my first steps with ASP.NET. Iā€™ve only done some basic research and examples and all I can say, is that itā€™s one f*cking powerful choice for developing web applicationsā€¦ Itā€™s so far ahead of vanilla ASP that itā€™s terrifying. Itā€™s great being able to use another computationally complete language. ASP.NET is so much faster as well.

Shame that it costs a lot to actually roll out anywhere. Your average Windows Server license doesnā€™t come cheap and IIS is pretty much the only way web server that works. Neither are most of the tools cheap. Naturally, the ideal way to develop with .NET is with Visual .NET Studio (megabucks) and use SQL Server (again, megabucks) as the backend.

However, there is an alternative. Actually, thereā€™s 2 ā€“ but I canā€™t get Dreamweaver MX to connect to any databases when coding .NET pages, so Iā€™m discounting that. Besides, the code it generates looks a bit bloated. So ignoring DW MX, the alternative isĀ The Web Matrix Project.

Web Matrix is free. Despite this, it comes from Microsoft. Despite coming from Microsoft, itā€™s actually a well thought out and rather good program. Itā€™s sorta like FrontPage for .NET (donā€™t let that put you off!!). It features WYSIWYG design view ā€“ which I must say that Iā€™ve never used ā€“ that allows you to drag and drop server controls into your page. It also offers code views so you can type everything in directly. Whatā€™s really nifty, is that it has 2 code views ā€“ one for coding the (X)HTML and the other that displays only the server side code. It also comes with a compact personal web server so that you can test stuff locally without shelling out for a Win Server. All in all, itā€™s a dream for those of us that are cheapskates!

So thatā€™s the coding environment sorted out, but what about the backend? Well, youĀ couldĀ use XML, which is treated exactly like any other database. However, I dunno anything about using XML with .NET at the moment, so Iā€™ll skip that. So whatā€™s left? Well, Access is the one that most will tell you to use. But I hate using Access. It comes from having to use it at work. So I went down a route that some said was impossible, and others said was difficult. I say pfft to them, cos it was a piece of pish. So what am I using for my .NET backend? MySQL over OLEDB.

Putting a Microsoft programming technology alongside an open source database solution doesnā€™t quite sit right in the brain. But it works, and works really well I might add. Whatā€™s more, because of the nature of OLEDB in .NET, I can pretty much use any database by only changing the connection string.

So now that I have my development environment, I guess itā€™s time to actually delve deeper into the murky depthsā€¦ I guess thatā€™s my project for the holidays sorted then.

A piece of internet history has been discovered – the first known use of a smiley (emoticon) has been found.

taken from The Register:

The original smiley, or emoticon, invented in 1982 by Scott Fahlman but subsequently lost, has been retrieved through the efforts of Microsoft researcher Mike Jones and facilities staff at Carnegie Mellon University. And isn’t it a blessing to find Microsoft Research staff keeping themselves profitably occupied like this, when they could be posing a threat to world freedom instead?

Jones describes the process of unearthing the smiley here. Fahlman hadn’t kept a copy of his original post, and had assumed it had been lost. But he was able to help narrow down the likely dates, and extensive CMU trawls through old backup tapes finally nailed the posting down to 19th September 1982, so we’re just in time for the 20th anniversary next Thursday.. It has now been restored in all its glory here, and the full thread from whence it came can be viewed here.

Note that Fahlman’s post didn’t come out of the blue – the CMU people had been working hard on a mechanism for signifying jokes for some time, and among the rejected proposals were & and #. Nor did šŸ™‚ win immediate and universal acceptance. On the 20th a poster identified only as Not Sharon Burks mounted a fight-back on behalf of the “gandalf vax” and its favoured emoticon. But ultimately, Fahlman triumphed, and the research team could go back to discussing Star Trek.

use the link below to view the first ever use of a smileyĀ http://research.microsoft.com/~mbj/Smiley/Smiley.html