Loading...
You are here:  Home  >  'Tools'
Latest

AccuRev Announces New Source Code Management Version

By   /  July 27, 2011  /  General, Technology, Web  /  No Comments

One of the leading providers of source code management tools, AccuRev, has announced today version 5.2 of their Enterprise Edition. Regardless of the version number, if you are in the SCM market or looking to upgrade, this might merit a closer look.
Sp…

Read More →
Latest

Go for Google App Engine Reaches General Availability

By   /  July 22, 2011  /  General, Technology, Web  /  No Comments

Google’s Go programming language is now supported in Google App Engine for all users. Google made the Go SDK available during I/O this year, but most developers have not been able to take advantage of it yet. You can get started here.

Go was created …

Read More →
Latest

ClojureScript: A Clojure to JavaScript Compiler

By   /  July 21, 2011  /  General, Technology, Web  /  No Comments

Scott Hanselman’s follow-up to his JavaScript is Assembly Language for the Web post from earlier this month has been circulating this week. Hanselman talks about both the minification and obfuscation of code, and the use of JavaScript as a target lang…

Read More →
Latest

WebPutty: Browser Based CSS Editing Made Easy

By   /  July 21, 2011  /  General, Technology, Web  /  No Comments

WebPutty is a hosted, browser-based CSS editor. It displays a preview of your site in one pane and your CSS in the other. As you make changes, you can see how they look in the preview pane with no need to save or refresh your CSS work.

Additionally, …

Read More →
Latest

Bringing Scala to .Net and Mono

By   /  July 20, 2011  /  General, Technology, Web  /  No Comments

Microsoft is funding a project to make Scala available within the .Net and Mono. The Scala website is running an interview with Miguel Garcia, the developer behind the project.

According to Garcia, you can already use Scala with .Net. There are some …

Read More →
Latest

TameJs: A JavaScript Extension for Making Event Programming Easier

By   /  July 19, 2011  /  General, Technology, Web  /  No Comments

TameJs is an extension to JavaScript created by the OK Cupid team. Its purpose is to make event programming “easier to write, read, and edit.” It can be used with Node.js or other V8 projects. According to the site: “Tame is not an attempt to dumb do…

Read More →
Latest

Atlassian’s New Software Testing Product Comes Out of Beta

By   /  July 13, 2011  /  General, Technology, Web  /  No Comments

Atlassian, the company behind the bug tracker JIRA and the wiki Confluence, announced that its newest product, Bonfire, is leaving beta.

Bonfire is a plugin for JIRA and a browser plugin for testing Web applications. You can use it to file bug report…

Read More →
Latest

Finally: Java 7 Release Candidate Available for Download

By   /  July 8, 2011  /  General, Technology, Web  /  No Comments

Well, here it is: the official Java Development Kit (JDK) 7 release candidate. It’s the first new version of Java in five years, and the first since Oracle took over Sun. It feels like more of a stop-gap release while Oracle readies Java 8, but it’s s…

Read More →
Latest

New Set-Based Programming Language: Bandicoot

By   /  July 2, 2011  /  General, Technology, Web  /  No Comments

Bandicoot is a new set-based programming language. According to the project site: “The language is similar to general purpose programming languages where you write functions/methods and access data through variables. Though, in Bandicoot, you always m…

Read More →
Latest

dotjs: A GreaseMonkey Alternative for Power Users

By   /  June 29, 2011  /  General, Technology, Web  /  No Comments

dotjs is an OSX-only Chrome extension that lets you execute locally stored JavaScript files when you navigate to particular websites. You store a .js file in ~/.js and give it a name like google.com.js, and when you navigate to google.com, the script …

Read More →