Archive

Posts Tagged ‘Programming’

Wordpress Beta

May 21st, 2009 Øystein No comments

Here is another big project you can participate in. You have probably heard about Wordpress. Wordpress is a content management system usually used for blogs. This site is one of many sites using Wordpress today. This is from Wordpress’ own introduction:

WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on hundreds of thousands of sites and seen by tens of millions of people every day.

How can you contribute to the huge open source project that is Wordpress?

Read more…

Categories: Projects

Learning Java

May 20th, 2009 Øystein No comments

There are many programming languages available today, and it’s not easy choosing what language to use as the first programming language you learn. What programming language are you using now? Which one did you begin with?

Read more…

Categories: Programming

Eclipse and MyEclipse, IDEs to consider

May 18th, 2009 Øystein No comments

Is NetBeans really the only IDE you need? Or is Eclipse a competitor? Maybe MyEclipse (Eclipse with added plugins) is the way to go? And there is probably several other IDEs aswell! Which one do you use, and why?

Both NetBeans and Eclipse are free to use, while MyEclipse you pay a small yearly fee to use. Is it worth the cost of paying the MyEclipse fee? MyEclipse do come with a 30-day free trial, so I guess it’s a good idea to try it aswell.

If found an Eclipse review at rollerweblogger.org , check it out for more information about Eclipse. If you have used, or currently use, any of these or other IDEs – please feel free to leave a comment! Would love to hear your thoughts about what IDE to choose.

Categories: Software

NetBeans – The only IDE you need!

May 17th, 2009 Øystein No comments

NetBeans claim that it is the only IDE (integrated development environment) you need. And it is open source! I was introduced to this tool by William at Williams Corner. He has used it for programming Java. I downloaded the current beta version (6.7 Beta), and will try to contribute by submitting bugs I might find during my use of NetBeans.

Read more…

Categories: Software