Thursday, June 17, 2010

NetBeans IDE 6.9 Now Available for Download!

The NetBeans team announced the availability of NetBeans IDE 6.9!


NetBeans IDE 6.9 introduces the JavaFX Composer, a visual layout tool for building JavaFX GUI applications, similar to the Swing GUI builder for Java SE applications. With the JavaFX Composer, developers can quickly build, visually edit, and debug Rich Internet Applications (RIA) and bind components to various data sources, including Web services.

The NetBeans 6.9 release also features OSGi interoperability for NetBeans Platform applications and support for developing OSGi bundles with Maven. With support for OSGi and Swing standards, the NetBeans Platform now supports the standard UI toolkit and the standard module system, providing a unique combination of standards for modular, rich-client development.

Additional noteworthy features in this release include support for JavaFX SDK 1.3, PHP Zend framework, and Ruby on Rails 3.0; as well as improvements to the Java Editor, Java Debugger, issue tracking, and more.

Thursday, May 27, 2010

VCRedist from VC++ 2008 installs temporary files in system root directory

Recently, I found some files in root of my hard driver d:, it's listed here:


07/11/2007 08:00 17,734 eula.1028.txt
07/11/2007 08:00 17,734 eula.1031.txt
07/11/2007 08:00 10,134 eula.1033.txt
07/11/2007 08:00 17,734 eula.1036.txt
07/11/2007 08:00 17,734 eula.1040.txt
07/11/2007 08:00 118 eula.1041.txt
07/11/2007 08:00 17,734 eula.1042.txt
07/11/2007 08:00 17,734 eula.2052.txt
07/11/2007 08:00 17,734 eula.3082.txt
07/11/2007 08:00 1,110 globdata.ini
07/11/2007 08:03 562,688 install.exe
07/11/2007 08:00 843 install.ini
07/11/2007 08:03 76,304 install.res.1028.dll
07/11/2007 08:03 96,272 install.res.1031.dll
07/11/2007 08:03 91,152 install.res.1033.dll
07/11/2007 08:03 97,296 install.res.1036.dll
07/11/2007 08:03 95,248 install.res.1040.dll
07/11/2007 08:03 81,424 install.res.1041.dll
07/11/2007 08:03 79,888 install.res.1042.dll
07/11/2007 08:03 75,792 install.res.2052.dll
07/11/2007 08:03 96,272 install.res.3082.dll
07/11/2007 08:00 5,686 vcredist.bmp
07/11/2007 08:09 1,442,522 VC_RED.cab
07/11/2007 08:12 232,960 VC_RED.MSI


It's caused by VCRedist from VC++ 2008 erroneously installs temporary files in system root directory instead of the temp directory.

These files are unnecessary and can be safely deleted from the system. The functioning of the runtime library will not be affected by this.
Its a known bug and is planned to be fixed in VS2008 SP1.

Reference: Microsoft Support~ VCRedist from VC++ 2008 installs temporary files in system root directory



Friday, May 21, 2010

How to unblock images from a website in Firefox

If you block images from a website accidentally, it can be un-blocked by:

> Edit > Preferences >

select Content tag

click the button "Exceptions" on the right of Load images automatically, then select the site(s) to un-block.


Wednesday, September 23, 2009

Video Introduction to HTML 5

Are you interested in HTML 5 and what's coming down the pipeline but haven't had time to read any articles yet? We've put together an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard, including:

  • Web vector graphics with the Canvas tag and Scalable Vector Graphics (SVG)
  • The Geolocation API
  • HTML 5 Video
  • The HTML 5 Database and Application Cache
  • Web workers
In the video we also crack open the HTML 5 YouTube Video prototype to show you some of the new HTML 5 tags, such as nav, article, etc. It's chock full of demos and sample source code.



Full Stories>>

Friday, September 4, 2009

Opera 10 with Turbo

Opera 10 showcases a sleek new design coupled with our new Turbo technology, which keeps Web pages loading lightning fast, even if your connection slows down. Download Opera 10 for free and experience the difference.

www.opera.com

Wednesday, August 12, 2009

Eclipse: Early Alpha Release of e4

The e4 project team is pleased to announce the availability of the 0.9 release, an early alpha release of the e4 technology. e4, a project initiated 18 months ago, is focused on building the next generation Eclipse platform. The e4 vision and implementation is led by a community of 53 committers.

details>>

Sunday, August 2, 2009

How to install KDE on ubuntu

The default desktop of Ubuntu is Gnome.If you want KDE, you can install Kubuntu.
Link
Alternatively, you can install Kubuntu on Ubuntu using Synaptic Package Manager.

Here is a step-by-step guide to install KDE on ubuntu.