Problem Eclipse 3.5 With Blackberry Plugin

I Have experienced, when using eclipse 3.5(Galileo)  
Something similiar like this
"Cannot complete the install because of a conflicting dependency.
  Software being installed: BlackBerry Web Development Plug-in 1.0.0.200907241249-33 (net.rim.browser.tools.feature.feature.group 1.0.0.200907241249-33)
  Software currently installed: Eclipse Web Developer Tools 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy (org.eclipse.wst.web_ui.feature.feature.group 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy)
  Only one of the following can be installed at once:
    OSGi System Bundle 3.4.3.R34x_v20081215-1030 (org.eclipse.osgi 3.4.3.R34x_v20081215-1030)
    OSGi System Bundle 3.5.0.v20090520 (org.eclipse.osgi 3.5.0.v20090520)
  Cannot satisfy dependency:
    From: BlackBerry Web Development Plug-in 1.0.0.200907241249-33 (net.rim.browser.tools.feature.feature.group 1.0.0.200907241249-33)
    To: org.eclipse.osgi [3.4.0,3.5.0)
  Cannot satisfy dependency:
    From: Equinox Provisioning Repository 1.0.0.v20090601-1921 (org.eclipse.equinox.p2.repository 1.0.0.v20090601-1921)
    To: package org.osgi.framework 1.5.0
  Cannot satisfy dependency:
    From: org.eclipse.wst.server.discovery 1.0.0.v20090602
    To: bundle org.eclipse.equinox.p2.repository 1.0.0
  Cannot satisfy dependency:
    From: WST Server UI 3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256 (org.eclipse.wst.server_ui.feature.feature.group 3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256)
    To: org.eclipse.wst.server.discovery [1.0.0.v20090602]
  Cannot satisfy dependency:
    From: Eclipse Web Developer Tools 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy (org.eclipse.wst.web_ui.feature.feature.group 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy)
    To: org.eclipse.wst.server_ui.feature.feature.group [3.1.0.v200901260254-7B3DLAtJZNyxfIUbDVOO4256]".


So the solution was just using the older version of eclipse 3.4(Ganymede), and keep in mind that you can safely install multiple versions of Eclipse into separate directories on your computer.

Hope this post was useful ! ^^

Growing Gains - 6 Jobs With High-Rising Numbers


In a competitive job market, maximizing the potential of your education could hinge on a question of numbers: How many workers might be hired in a given field?
Since crystal balls aren't exactly what one might call reliable, the U.S. Department of Labor has done some projecting of its own when it comes to employment outlook.
Here's a closer look at six of the fastest growing occupations, in terms of numbers hired, through 2016.

MELACAK HANDPHONE ANDA JIKA HILANG

Semakin berkembangnya zaman teknologi akhir-akhir ini, sangat membantu kehidupan kita sebagai manusia entah itu yang bersifat langsung maupun tak langsung. Disini kami akan membahas mengenai program aplikasi software yang bisa untuk melacak keberadaan handphone kita, entah karena hilang tercuri maling maupun karena lupa saat kita menaruh hp kita.

Dataset Problem

I got the error when trying to configure my dataset "The Connection string could not be found in application settings, or the data provider associated with the
connection string could not be loaded"


The Solution

- Dataset, or tableadapter would always check the configuration in web.config, especially on the connection section, so this was cause by not well formed tag in the web.config file.