Programming and Development Directory

Add URL to programming and development web directory and Internet marketing center. Browse and suggest quality programming and development sites and resources in the spam free web directory.

Regular Listings

Dzone.com -

A free link-sharing community for developers. Placements of links are determined by member votes. Browse, search and comment on submitted links.

Pastebin -

A collaborative debugging tool that allows one to share and discuss code snippets on IRC, IM or a message board.

InnovaSafe -

An intellectual property risk management firm that provides customized solutions that assist licensors manage and protect their intellectual property while complying...

Vision.To -

Provides freelance web design and custom web applications for customers. Specializes in e-commerce solutions, advanced content management systems, payment processors...

Acutest.co.uk -

Acutest supplies outsourced software testing and quality assurance services for all phases of the application development lifecycle. These range from requirements...

Latest Posts from Romow Computer Hardware & Software Blog » Programming & Development

Software Developers Steering Clear of Vista in favor of XP, Linux and Mac

While it is common knowledge that Microsoft Vista has had its share of problems, a new report by Evans Data shows that less than 10% of major software developers are creating applications for Microsoft’s Vista operating system this year. To make matters even worse, the report demonstrates [...]

How to Use MySQL with Java

Before we start the tutorial, we assume you know a little bit about java, like what Java classes are, and how to create methods etc. Prerequesites: You need a MySQL database that you can connect to. JDBC driver for java that can be found here: http://dev.mysql.com/usingmysql/java/ Java SDK (1.5+) [...]