public marks

PUBLIC MARKS from solrac with tags "web 2.0" & eclipse

14 April 2009

Using Eclipse to maximize SketchUp performance

SketchUp, with its script interpreter, takes the pain out of 3-D modeling. and allows you to automate the design process with Ruby scripts. But although SketchUp provides the script interpreter, it doesn't provide an editor; that's where Eclipse comes in. Learn how to configure SketchUp and Eclipse so you can edit scripts in Eclipse and automatically execute them in SketchUp.

12 March 2009

Extend WordPress with Eclipse PDT built plug-ins

WordPress is a Web publishing platform written in PHP, using MySQL for storage. It provides extensibility by building plug-ins that add filters and actions. The Eclipse PHP Development Tools (PDT) V2.0 project allows you to use Eclipse to build PHP applications. Learn how to extend WordPress by using PDT to build plug-ins that demonstrates the adding of a filter and another example for adding an action.

27 February 2009

Building an AIM-enabled application in Eclipse and Java

This article demonstrates how you can build a Java™ application that uses the client software development kit (SDK) libraries from AOL to get commands from users. Your application will be able to process the commands and respond to the users with results.