Netbeans, Subversion and Windows 7 64-bit…

Netbeans, Subversion and Windows 7 64-bit… – hughson.co.uk

Netbeans, Subversion and Windows 7 64-bit…

With the release of Windows 7 this week coinciding with the end of my Open University courses it seemed like a good time to carry out a clean install on my system. After running the Windows 7 Upgrade Advisor it reported that my scanner, a Canon CanonScan LiDE 30 was the only thing which wouldn’t work with a 64-bit install, as I use my scanner roughly every couple of months I decided to go down the 64-bit route.

Theme Like a Professional

Rockable Press » Rockstar WordPress Designer

Theme Like a Professional!

Managing web content has always been tricky, but with WordPress, any web designer can have a flexible, free and powerful CMS to use not just on blogging projects, but on all sorts of websites. In How To Be a Rockstar WordPress Designer you will learn step by step how to take a straight HTML site and power it with WordPress.

During the course of the book you’ll build THREE WordPress themes, a blog, a portfolio site and a general site with menus and submenus. Each theme demonstrates different aspects of WordPress theming and all three are packaged in with the book so you’ll have Photoshop, HTML, CSS and WordPress PHP files to refer to. You can take a look at the three sites online here

how to set different row color in jTable

Jtable retreiving data (Swing / AWT / SWT / JFace forum at JavaRanch)

# table = new JTable( … )
# {
# public Component prepareRenderer( TableCellRenderer renderer, int row, int column)
# {
# Component c = super.prepareRenderer(renderer, row, column);
#
# // Alternate row color
#
# if (!isRowSelected(row))
# c.setBackground(row % 2 == 0 ? getBackground() : Color.LIGHT_GRAY);
#
# return c;
# }
# };

Father of Use Cases Says Agile Needs to Get Smarter

InfoQ: Father of Use Cases Says Agile Needs to Get Smarter

At the Software Education SDC conference in Melbourne, Australia, and Wellington, New Zealand, last week, Ivar Jacobson, author of the original work on Use Cases, the Unified Modeling Language and the Rational Unified Process, said that Agile development needs to “Get Smart”.

He stated that the information technology industry is very fashion conscious, having a tendency to latch onto silver bullets, and listed the following examples: