Archive for the ‘Programming’ Category

Amazon EC2 Running Windows Server

Wednesday, October 1st, 2008

I just came across this link a few minutes ago. http://aws.amazon.com/windows/ From Amazon, Starting later this Fall, Amazon Elastic Compute Cloud (Amazon EC2) will offer you the ability to run Microsoft Windows Server or Microsoft SQL Server. Today, you can choose from a variety of Unix-based operating systems, and soon you will be ...

Microsoft and Nokia adopt jQuery

Monday, September 29th, 2008

he jQuery blog today announced that 'Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform.  So the open-source javascript framework will be shipped with Visual Studio and ASP.NET MVC. This is kickass news because JQuery is just.. kickass

101 Photoshop Tips in 5 Minutes

Thursday, July 3rd, 2008

Very cool video, if your looking for any quick tips about photoshop it's definitly in here.

Oracle Aquires Skywire Software

Monday, June 23rd, 2008

Big news today from one of the biggest name in software development. Oracle has made official today the acquisition of Skywire Software a leading provider of insurance and document management business applications. Now if Oracle can confirm the pending acquisition of AdminServer, Oracle could really solidify its place as the most ...

The Hello World Collection

Tuesday, June 3rd, 2008

As a developer what was the first application you've ever coded ? I know mine and every developer at tekee was an Hello World. I think my first language was in VB 6. What was yours ? PHP int main(){ write("Hello World!\n"); } Here's a site with 366 ...