Latest Other stories

A Basic Guide to Building Chrome Extensions(deanhume.com)

submitted by deanomachinodeanomachino(764) 7 days, 4 hours ago

Google Chrome has come a long way since it's early days. I am a big fan of the Chrome Developer tools and use it in my day to day development. There are also loads of great tools and extensions that are on offer at the Chrome store, and most are available to download for free. Depending on your requirements, creating a Chrome extension is really quick and easy - all it requires is a little knowledge of JavaScript and HTML. In this post, I am going to run through a tutorial that shows you how to create a small Chrome extension that allows you to display the top 5 posts on this blog from the RSS feed in a popup. It is a pretty basic example, but will give you a good understanding of Chrome extension development. read more...

add a comment |category: |Views: 89

tags: another

Ten features I like about Coffeescript(openmymind.net)

submitted by dpetersondpeterson(4397) 11 days, 23 hours ago

Karl Seguin shares ten features he likes in Coffeescript. A great list for anyone learning Coffeescript, or anyone who isn't yet familiar with Coffeescript. read more...

1 comment |category: |Views: 200

tags: another

Setting up a CI server using Jenkins, MSBuild and GitHub on a Windows (mahdi.mp)

submitted by sharplifesharplife(4570) 19 days, 18 hours ago

In this post I've described how to use Jenkins, GirHub and MSBuild to setupa CI server on Windows Server. read more...

add a comment |category: |Views: 10

tags: another

Agile is a Sham(williamedwardscoder.tumblr.com)

submitted by pwhe23pwhe23(972) 1 month, 28 days ago

Agile is a Sham. Thats SCRUM and TDD and all the rest; it is all those new ways of managing development projects and being super-productive and modern and buzzword-compliant; all the sprints, scrums, playing cards crass commercial nonsense. read more...

12 comments |category: |Views: 448

tags: another

Token Based Asynchronous Socket Server On .NET 4(mbrnd.net)

submitted by mabovykinmabovykin(50) 2 months, 7 days ago

An asynchronous token based socket server, which means that server and client will use token exchange as a handshake to confirm that all of the messages were correctly delivered. read more...

add a comment |category: |Views: 121

tags: another

HTML5 Native Video Streaming With WebRTC(a.shinynew.me)

submitted by burkehollandburkeholland(48) 3 months, 25 days ago

A short introduction to using the getUserMedia API in the newest builds of Chrome Dev channel and Canary. read more...

add a comment |category: |Views: 103

tags: another

Kinect for Windows Now Available(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 3 months, 26 days ago

On January 9th, Steve Ballmer announced at CES that Microsoft would be shipping Kinect for Windows on February 1st. Today version 1.0 of the SDK and runtime were made available for download, and distribution partners in twelve launch countries are starting to ship Kinect for Windows hardware. read more...

1 comment |category: |Views: 110

tags: another

How To Build a Modern Website in 2011(blog.tommilway.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why read more...

2 comments |category: |Views: 777

tags: another

Hostile code bases(tatiyants.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

I don't like calling code bases legacy. The word "legacy" makes people think of Ivy League schools, vintage leather couches, and Dad's old bottle of Scotch. It rarely elicits the kind of feeling of pain and despair one normally gets when dealing with old code. So instead, I prefer to call crusty old code Hostile. read more...

2 comments |category: |Views: 152

tags: another

8 Things clients need to learn about software development(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 26 days ago

Software developers always have to do everything they can to deliver good software, lot's of books have been written on the subjects of quality assurance, requirements management, agile, etc. Something that deserves its own book however are the rules you as a client should obey when starting a new software project. The biggest problems are the fact that most customers want their software to be as cheap as possible, the ever changing requirements and the lack of communication. read more...

2 comments |category: |Views: 314

tags: another

Windows PowerShell: Meet the New Shell(technet.microsoft.com)

submitted by pwhe23pwhe23(972) 5 months, 7 days ago

The new Windows PowerShell is coming. Actually, Microsoft has just launched a Community Technology Preview (CTP) of Windows PowerShell version 3, although the final version 3 probably won’t ship until it comes out with Windows 8. It also will be available for Windows 7 and Windows Server 2008 R2. read more...

add a comment |category: |Views: 162

tags: another

Better Git with PowerShell(haacked.com)

submitted by pwhe23pwhe23(972) 5 months, 6 days ago

If you do any work with Git on Windows, you owe it to yourself to check out Posh-Git. In fact, there's also Posh-HG for mercurial users and even Posh-Svn for those so inclined. Once you have Posh-Git loaded up, your PowerShell window lights up with extra information and features when you are in a directory with a git repository. read more...

add a comment |category: |Views: 23

tags: another

The rise and rise of JavaScript(dannorth.net)

submitted by mcnamaragiomcnamaragio(283) 5 months, 7 days ago

I’ve been using JavaScript for a while now, but only really programming in anger with it during the last year. I’ve found it in turns frustrating and enlightening, ridiculous and brilliant. I have never felt so empowered by a language and its ecosystem, so I thought I’d take some time to write about why that is. I’m starting with a ramble through the history of JavaScript, or rather my undoubtedly inaccurate understanding of it, to provide some context for where and how I’ve been using it. read more...

2 comments |category: |Views: 210

tags: another

Duke Nukem, unhappy marriages, and the Anna Karenina principle(lostechies.com)

submitted by pwhe23pwhe23(972) 5 months, 6 days ago

Successful projects all have common reasons for success; failed projects each fail in their own unique, spectacular way. read more...

2 comments |category: |Views: 126

tags: another

Confused about Microsoft's online branding?(liveside.net)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

Chris at LiveSide pulls together a series of posts that try to put people straight on the whole MSN/Live branding thing that's going on at the moment. read more...

add a comment |category: |Views: 1

tags: another

Joost's Dev Blog: The lamest bug we ever encountered(joostdevblog.blogspot.com)

submitted by pwhe23pwhe23(972) 5 months, 16 days ago

Yesterday we resolved by far the lamest 'bug' I have ever encountered. We spent almost two whole days with the entire programming team (5 coders) trying to find it, and once we discovered what was happening, it felt so incredibly lame, that I figured it would be a nice story to share. So here's what happened! read more...

1 comment |category: |Views: 371

tags: another