Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Netscape

Submission + - eBay sells Skype to Netscape founder

Julefrokost writes: "Computerworld has a story about eBay selling Skype. Marc Andreessen, co-founder of Netscape along with a group of investors, are reported to have paid $2 Billion for Skype. According to New York Times, Google was also a potential buyer. Also the original founders of Skype are said to have placed a bid, but Marc Andressen & Co was the highest bidder."

Comment Don't know but... (Score 1) 586

At my workplace, where I work as a "web developer", my main job is to write code (PHP as that is what we use there), and administer the databases (MySQL). We also have "web designers", who's job is to create nice graphics (images, flash animations, etc.) and integrate that into static HTML pages, with the occasionally added JavaScript for nice animations and other effects. The problem with those "web designers" is that, although they might have good artistic skills in the field of graphics, they are just Dreamweaver web monkeys, who throw together some junk HTML with a couple of clicks, copy and paste JavaScript from all over the web for the effects without the slightest understanding of what script does what, what is semantic HTML, what is the difference between HTML and XHTML, what does strict or loose mean in the doctype declarations, and why the doctype is necessary at all. When the "web designers" are finished, I get the result of their work and I need to integrate that into the web application. So, by the time I get those "designs", they are filled with at least two JavaScript libraries (Scriptaculous + Prototype, jQuery, Mootools, etc.) and a good amount of non-library utilizing scripts just for fun. And because I am a little bit zealous about markup correctness, and elegant code, I almost have to redo the whole thing, using just one JavaScript library, rewritten markup, and so on. Basically my job now includes PHP coding, database design and administration, (X)HTML markup writer, user interface designer with the added JavaScript (AJAX), CSS writer. I just recently got the job at this company and I already started to educate the designers about the basics of these modern concepts (for them), but it is painful and slow process as hell. It is just my colleagues who I know and can talk about. So, in some situations, even web monkey is a little bit of an exaggeration when it comes to how would I call them.

Comment Dreamweaver isn't bad, it ain't the best either (Score 1) 318

When I got in the web-dev business I started with Dreamweaver. Not because it was all that good, but everybody I knew (and thought was a "pro" web-designer/developer) used it, and loved it. In the beginning I started as an all-in-one web developer, meaning I've done the server side programming, client side HTML and CSS, and the occasional JavaScript.

Couple of years passed away since then, and I now absolutely don't want to use Dreamweaver at all. Why? Because I do not create static sites anyway, PHP support is worth shit (no autocomplete, no outlining, etc.), the HTML autocomplete feature just doesn't cut it for me (it works, sort of, but not the way I like it; it doesn't prevent you from introducing not-valid-for-the-doctype attributes, etc.). The only good things, which I do liked was the integrated FTP support (but no version control support of any kind), and the CSS editing mode (I could edit the CSS rule from the HTML file and the modifications were saved in the external CSS file, linked to the HTML file).

Since then, I use Aptana Studio, and I absolutely love it. It has all I need. It works good with PHP, Ruby, HTML, CSS, JavaScript (actually this is awesome, very good quality). It has FTP, SFTP support. It has version control support (CVS, SVN, GIT, maybe more). And a very big plus: it has support for the most popular JavaScript libraries (autocomplete and all), like: jQuery, Prototype, Scriptaculous, MooTools, EXTjs, Dojo, etc.

And to top it all, it has integrated support for online deployment to the cloud (Aptana Cloud) where you can have a hosting plan and deployment done with a few clicks right from Aptana Studio.

Oh, and did I mention the server-side JavaScript AJAX server, Jaxer?

It beats Dreamweaver hands down any minute.

Comment Re:DRM-Less (Score 2, Informative) 223

It is not about the "uber rez", it is about a game should run on the native resolutions of LCD displays currently available on almost any laptops and LCD monitors. If you are running _anything_ on other than the native resolution on an LCD display it looks pretty awful. So, GP has a good point here.

Comment It's a "feature" ... (Score 1) 559

This "effect" is only present with a compositing window manager. I guess the root of the problem is in X server. It doesn't matter what video chipset do you have. I have an Intel integrated video chipset and I also experience this "feature", but only if compiz is running.

Comment The problem with encyclopedias is (Score 1) 385

that they are somehow less relevant in most of the cases than the up-to-date Wikipedia. Classic encyclopedias fall short on providing up-to-date information, even in their online versions. There is simply no way an organization like Britannica could hire so much editors to cover all the articles what's already covered in Wikipedia.

Comment Re:willingness to relocate (Score 2, Insightful) 494

Now, it's suddenly cheaper to make widget X in another country, so the company moves its operations. By doing this the 50 people lose their jobs, but now the entire country gains the use of widget X for a lower price than before.

Wouldn't it be nice if it were true? Sadly, the truth is that probably the price would stay where it was, and the profit % would increase. Everybody in the company's management happy.

Software

ESA Embraces Open Source With New SAR Toolbox 62

phyr writes "The European Space Agency (ESA) has released its Next ESA SAR Toolbox (NEST) freely as GPL for Linux and Windows. It provides an integrated viewer for reading, calibrating, post-processing and analysis of ESA (ERS 1&2, ENVISAT) and 3rd party (Radarsat2, TerraSarX, Alos Palsar, JERS) SAR level 1 data and higher. ESA has chosen to distribute the software as fully open source to allow the remote sensing community to easily develop new readers/writers and post-processors for SAR data with their NEST Java API. The software provides both a command line interface and GUI for all features including data conversion, graph processing, coregistration, multilooking, filtering, and band arithmetic."

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...