Eclipse Gets a Facelift
Grok Headline matches for Eclipse Gets a Facelift
MSN Gets a Facelift
MSN Gets a Facelift
07/06/2004 06:44 PMSource: iMedia Connection - The new MSN search page is perfect for our
light and lean, low-carb, crazy society with a less cluttered
appearance, fewer ads and a fresh approach to search....
Facelift
Facelift
12/30/2003 01:33 AMtook a dive into TypePad's style and layout management tools tonight.
hope you like the new color scheme. :)...
Better SCM's Facelift
Better SCM's Facelift
06/05/2005 11:13 PM
The Better SCM Site has
seen
a major revamp in the last days. It now features a better look and
feel,
extra and updated content, and better internals.
A
page was
set up which summarizes the recent modifications. Especially of
note, is
the fact it was updated to reflect the recent dis-continuation of the
gratis
BitKeeper licensing.
"Better SCM" is a site for advocacy and information on Version Control
and
Source Configuration Management (SCM) systems.
Microsoft.com Gets a Facelift
Microsoft.com Gets a Facelift
08/27/2004 02:11 PMMicrosoft has unveiled the revamped Microsoft.com home page. It's
definitely going to take some getting used to (at least for us).
Introstat.co.za gets a facelift
Introstat.co.za gets a facelift
07/12/2004 10:48 PMSunday Times South Africa Jul 13 2004 3:07AM GMT
NYC Subway Gets Computer Facelift
NYC Subway Gets Computer Facelift
04/10/2005 09:52 PMWired News Apr 11 2005 1:42AM GMT
NYC Subway Gets a Computerized Facelift
(AP)
NYC Subway Gets a Computerized Facelift
(AP)
04/10/2005 05:37 PMAP - A subway train rattles halfway into Union Square station in
Manhattan and shudders to a halt. Over a crackle of static, a voice on
the PA system announces congestion ahead and says it will be several
minutes before service resumes. Trapped commuters sigh and glance at
their watches impatiently. Some simply close their eyes in
resignation. This sort of thing and much worse has been
happening quite a lot lately. So it's no surprise that transit
snafu-weary New Yorkers are greeting with ambivalence this month's
launch of fully computer-automated trains on a 22-mile line that
intersects Manhattan and Brooklyn.
Toshiba tablet PC gets facelift
Toshiba tablet PC gets facelift
01/05/2004 01:31 PMZDNet UK Jan 5 2004 12:15PM ET
Facelift for Hotmail Goes Live
Facelift for Hotmail Goes Live
12/04/2003 02:42 AMExtreme Tech Dec 4 2003 1:47AM ET
Yahoo Messenger to get facelift
Yahoo Messenger to get facelift
05/24/2004 12:06 AMZDNet May 24 2004 4:46AM GMT
Yahoo unveils IM facelift
Yahoo unveils IM facelift
05/24/2004 07:42 AMZDNet UK May 24 2004 12:12PM GMT
NYC Subway Gets a Computerized Facelift
NYC Subway Gets a Computerized Facelift
04/10/2005 09:52 PMABCNEWS.com Apr 11 2005 1:56AM GMT
Update 1: NYC Subway Gets a Computerized
Facelift
Update 1: NYC Subway Gets a Computerized
Facelift
04/10/2005 09:52 PMForbes Apr 11 2005 1:52AM GMT
Community News: EvilWalrus Gets a
Facelift & More
Community News: EvilWalrus Gets a
Facelift & More
01/02/2004 11:59 AMOne of our sister sites in the
PHPDN has launched their new
look/functionality this morning -
EvilWalrus.com
Giving a Flex Facelift to ColdFusion
Interfaces
Giving a Flex Facelift to ColdFusion
Interfaces
06/05/2005 10:49 PMIn this Macrochat, learn how to upgrade your ColdFusion apps with Flex
controls and increase interactivity.
New York City subway gets a computerized
facelift
New York City subway gets a computerized
facelift
04/11/2005 03:51 AMHouston Chronicle Apr 11 2005 7:24AM GMT
Cisco gives router family a VoIP
facelift
Cisco gives router family a VoIP
facelift
09/15/2004 12:25 AMsilicon.com Sep 15 2004 4:20AM GMT
Puzzle game circa 1980's gets a facelift
Puzzle game circa 1980's gets a facelift
08/03/2004 03:45 AMJoshua Coventry has announced the availability of Puzzle 1.0, a clone
of Apple's original Puzzle found as a desktop accessory on older
Macintosh Systems created by Andy Hertzfeld dating from the 1980's...
Opera offers Explorer facelift to woo
users
Opera offers Explorer facelift to woo
users
07/13/2004 10:09 AMComputer Buyer Jul 13 2004 1:52PM GMT
Macdonald's Gives Fast Food a Facelift
(Reuters)
Macdonald's Gives Fast Food a Facelift
(Reuters)
02/10/2004 09:13 AMReuters - McDonald's fast food chain, renowned for
cheap hamburgers and plastic decor, has given one of its London
restaurants an upmarket makeover to lure in the ladies who
lunch.
More on Eclipse RCP
More on Eclipse RCP
07/11/2004 06:25 PM
I had problem building a working RCP application, so I put together
the RCP Text
Editor Example to see how to configure a RCP app. If you
want to build it
yourself, instructions from the main
RCP page at Eclipse site is below. The page is
actually a view into
CVS, so I expect/hope the real main page will appear in the near
future.
-
Download the RCP Runtime build from the Downloads page,
and extract it to a folder such as c:\texteditor-example.
-
Download the RCP
text editing component zip and extract it to the
eclipse/plugins subfolder.
-
Download the texteditor
plugin zip and extract it to the eclipse/plugins subfolder.
-
Replace the eclipse/configuration/config.ini file with the
appropriate config file
from the texteditor plugin. For example, on Windows, copy
config_win32.ini file from
org.eclipse.ui.examples.rcp.texteditor_1.0.0 plugin to
eclipse/configuration and rename
it to config.ini.
-
Run the eclipse executable: For example, on Windows, run
eclipse.exe.
Step #4 is the key step while the rest are just downloading and
expanding files.
After step #5, you should see a barebone text editor. On
Win32, the RCP text
editor has disk footprint of 6MB and memory footprint of
28MB. In
comparison, NotePad2 has disk
footprint of 540K and memory footprint of 4MB. SWT apps I
built before had substantially
smaller footprints than the RCP app, but still significantly larger
than native apps.
So what do we get for roughly ten times the footprints?
Plugins! You can
put together a fancy standalone IDE for Perl, Python, or PHP by
packaging plugins
from the EPIC, PyDev,
or PHPEclipse
projects with
RCP. You'll need to pour some sweats to glue things together
because those
projects are probably not fully RCP ready yet.
If you are not building an IDE, don't need IDE like level of
extensibility, or there
aren't many plugins useful to your product, you are probably better
off skipping RCP
and building on top of just SWT instead.

Eclipse 1.0
Eclipse 1.0
09/20/2004 09:26 PMA simple and elegant theme.
Eclipse + VS.NET
Eclipse + VS.NET
06/22/2005 02:59 AM
Visual Eclipse.NET is
a skin that makes Eclipse look like Visual Studio .NET IDE UI. Not
bad.

A Look at the Eclipse IDE
A Look at the Eclipse IDE
11/16/2003 10:43 PMEclipse is an open source integrated development environment. It is
primarily developed by OTI (Object Technology International Inc.), an
IBM company. OTI, founded by Dave Thomas, is a famous name in this
industry. OTI is something like the Pixar of the object-oriented
world: a legendary company still at the forefront of the technology
and releasing hit after hit. No wonder that some at IBM consider the
OTI acquisition to be the best technology acquisition ever made by
IBM.
Eclipse 2.0
Eclipse 2.0
09/26/2004 11:31 AMA simple and elegant theme.
Eclipse 3.0
Eclipse 3.0
06/21/2004 03:37 PMOK - so get ready for this.
IBM now has it's own Java client side GUI technology - called SWT. There's a battle going on over two different approaches to Java
client sides GUIs (between IBM and Sun/BEA) and IBM is using Eclipse for getting their's
adopted. Now Oracle is getting involved. :-)
Even better - is all the other tsuff that come along with Eclipse -
basically creating a client-side 'middleware' layer.
I've already met one major social networking play that's planning
on building their free, open P2P system with SWT. Watch for even
sexier deep linking new standards for all this stuff.
Thank you to IBM for sticking to their guns. The customer is
always right. It's one thing IBM understands.
SDE for Eclipse 1.1 b
SDE for Eclipse 1.1 b
04/26/2004 02:13 AMA UML plugin for the Eclipse IDE.
Eclipse OS
Eclipse OS
04/10/2004 02:05 PMFirst Version Released
Eclipse
Eclipse
06/14/2004 12:48 AMStill Alive
Eclipse 3.0 RC2
Eclipse 3.0 RC2
06/12/2004 08:35 PM
I had been using Eclipse 3.0 RC1 for the past week but it was
sluggish and I ran into
a few hangups, so when I saw that Eclipse
3.0 RC2 was available, I got right on it. Definitely
better.
Startup is faster and shutdown takes only a second.
Nice. I think I'll
stick with this one until the final release is out which is due end
of this month. Eclipse
bug count looks healthy although Platform UI and SWT team seems
to be struggling
a bit.
Downloading Eclipse took forever btw. They have mirrors but
mirrors are troublesome
to use because it forces the user to find the package among the
mirrors to download.
They should use BitTorrent IMHO and turn the mirrors into
seeds. BitTorrent
needs to be more location-aware (actually route-aware) though.

Eclipse 3.0 RC1
Eclipse 3.0 RC1
06/04/2004 12:34 PMWill Sun get behind Eclipse?
Will Sun get behind Eclipse?
07/15/2004 03:15 PMPersonal Computer World Jul 15 2004 7:37PM GMT
Eclipse RSS Reader
Eclipse RSS Reader
01/09/2004 09:54 PMEclipse RSS Reader: Publishing web-based news of all kinds via a
summary format (RSS) is becoming increasingly popular. The
applications include regular headline news (Yahoo! News), web logs
(Slashdot.org), professional bulletins (IBM developerWorks), and
project updates (SourceForge.net). A variety of RSS formats currently
exist, which increases application complexity. Often, a reader capable
of understanding one format cannot handle another....
Novell se une a Eclipse
Novell se une a Eclipse
02/16/2004 10:34 PMEclipse Tools
Eclipse Tools
05/07/2004 09:02 AMMulti Project Transfer plugin (v0.9.4 for 2.1.x) released
New Era Under Way at Eclipse Foundation
New Era Under Way at Eclipse Foundation
06/07/2004 01:11 AMThe open-source organization gains a new director, Oracle veteran Mike
Milinkovich, as it prepares to expand its membership.
Z80 plugin for eclipse
Z80 plugin for eclipse
06/29/2004 12:11 PMReleased first version
Eclipse XML based SRS
Eclipse XML based SRS
06/16/2004 02:52 PMDocBook Generated SRS Help Plugin available!
SVG Eclipse Plugin
SVG Eclipse Plugin
04/29/2004 07:42 AMInitial Public Release
Grok Description matches for Eclipse Gets a Facelift
GrokA matches for Eclipse Gets a Facelift
TestNG-Eclipse 1.0 (Default branch)
TestNG-Eclipse 1.0 (Default branch)
03/29/2005 09:16 AMTestNG-Eclipse provides an Eclipse plug-in for TestNG with
features similar to the JUnit plug-in but also covering the
advanced functionalities of TestNG, such as groups,
dependencies, etc.
Eclipse Gets a Facelift