Home » tag » PHP

Opera Mini für das iPhone, lässt Apple die Konkurrenz zu? – Preisgenau News


oe24.at
Opera Mini für das iPhone, lässt Apple die Konkurrenz zu?
Preisgenau News
Auf nahezu jedem aktuellen Handy ist der Java-Browser lauffähig. Das App für das iPhone ist nun auch fertig und wird in Kürze präsentiert.
Opera Mini: iPhone-Variante des mobilen BrowserMobilfunk-Talk.de – News
Opera Mini soll aufs iPhone kommenChip Online
Der Opera Mini auf 50 Millionen HandysPocketbrain
wBlog – Internet News (Blog) -Golem.de -AreaMobile
Alle 103 Artikel »

Getting things done: Wenn .NET, Oracle und Java alt aussehen

Wenn es darum geht produktiv zu sein, ist PHP immer eine Überlegung wert. Geht es hingegen darum, Manpower zu verblasen, sind Sprachen wie .NET oder Java.

mehere php variablen in java.. – Javascript-Forum JSwelt

Hallo ich hab ein etwas “kompliziertes” problem.. Ich weiß nicht, und bin momentan ein bisschen verwirrt, vielleicht könnt ihr mir weiter.

Sony Ericsson Satio und Vivaz auf dem Vormarsch? – Iphone Magazine


Preisgenau News
Sony Ericsson Satio und Vivaz auf dem Vormarsch?
Iphone Magazine
Von nun an war man nicht mehr auf die vorinstallierten und die kleinen Java-Programme beschränkt, sondern hatte eine vollwertige Auswahl – auch an Spielen,
Rally Master Pro App für iPhone und Co.RacingOnline.de
Sony Ericsson Vivaz: Mit 8 MP Kamera und Symbian gegen das iPhonePreisgenau News
Sony Ericsson Satio: Foto-Handy mit 12,1 Megapixeln im TestPressrelations (Pressemitteilung)

Alle 5 Artikel »

Ian Skerrett: Wanted: More EclipseRT Awards Nominations

We are in the midst of judging the product categories for the Eclipse Community Awards.  It turns out we received only two nominations for the EclipseRT Application category.   The judges have decided they would like to see more nominees, so we have re-opened nominations in this category until February 17 at 5pmET.

This is a new category for the Eclipse Awards so some clarification might be in order.   If you are building an internal application, commercial product or open source project that uses any of the EclipseRT technology you can send in a nomination.   For example, if you have built a killer web application using RAP or a great server application using Equinox, Jetty and EclipseLink or a SOA application using Swordfish or your using SMILA or ….

I know there are a lot of applications and products using EclipseRT technology.  The nomination process is pretty easy and this is your opportunity to garner the fame and prestige of an Eclipse Community Award winner.  Feel free to contact me if you have any questions.

Gesucht: PHP/Java/XHTML Programmierer zur Erweiterung von Webshop

Was wir uns von dir wünschen: – Updates innerhalb des CMS vornehmen – Korrekturen des PHP Codes – Neuimplementierung von Funktionen und Features -

Java Treff: Stammtisch am 10.2. » Java User Group Münster

Am 10.2. gibt es wieder den offenen Stammtisch der Java User Group Münster! Für alle an Java, Softwareentwicklung und aktuellen Trends interessierte Personen – auch PHP, Ruby on Rails Entwickler sind natürlich willkommen! …

Java-Sprache – PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

Also, ich weiss, dass Java Plattformunabhänig ist, aber inwifern unterscheidet sich Javasprache von c++? Ich kann nämlich schon ansatzweise ein wenig.

IT-Projekte: Guter Start ins Neue Jahr für Freiberufler – Dailynet (Pressemitteilung)


Dailynet (Pressemitteilung)
IT-Projekte: Guter Start ins Neue Jahr für Freiberufler
Dailynet (Pressemitteilung)
Besonders auffällig ist die Zunahme der SAP- und J2EE/Java-Projekte auf projektwerk.de zum Jahresanfang. Im Vergleich zum Vormonat stiegen die Zahlen um 37

und weitere »

Fabian Steeg: Diagrams in wiki markup with Mylyn WikiText, DOT, and Zest

I’m continuing on my ancient quest for Graphviz DOT support in Eclipse: after implementing initial support for rendering DOT with Zest in Eclipse through dot4zest and some early tinkering with dynamically drawing DOT embedded in wiki markup with Zest, I have now started to approach the next step: integrating the Graphviz export into the Mylyn WikiText editor.

Say we are editing embedded DOT in wiki markup with the Mylyn WikiText editor and have an open dot4zest Zest graph view, which displays a Zest representation of the DOT graph (powered by the EMF model visualizer and Xtextvote Xtext!):

Mylyn Wikitext editor and Zest Graph View

Now upon saving, dot4zest asks if we want to add a reference to the Graphviz image export to our wiki markup file (requires a local Graphviz installation, for which we are prompted the first time the export happens):

Dialog

If we say yes, dot4zest puts a reference to the exported image file into our plain text wiki markup file. This adds an image representation of the Zest graph displayed in the view to output generated from the plain text – like HTML export or the preview tab of the Mylyn WikiText editor:

WikiText editor including exported image

Being sort of pre-incubation, this is all still fairly restricted and experimental, e.g. it currently supports only a single graph per file and only Textile markup. I’ve added these latest changes to the update site, so if you want to check it out update your existing dot4zest installation or install it from the update site at http://quui.de/updates (category Zest -> feature dot4zest).

Java-Sprache – PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

Also, ich weiss, dass Java Plattformunabhänig ist, aber inwifern unterscheidet sich Javasprache von c++? Ich kann nämlich schon ansatzweise ein wenig.

Hunde finden Dung vom seltensten Großsäugetier der Welt – Proplanta – Das Informationszentrum für die Landwirtschaft


Proplanta – Das Informationszentrum für die Landwirtschaft
Hunde finden Dung vom seltensten Großsäugetier der Welt
Proplanta – Das Informationszentrum für die Landwirtschaft
Mit speziell ausgebildeten amerikanischen Spürhunden bewies der WWF, dass das Annamitische Java-Nashorn noch nicht ausgestorben ist und stellt mit

Dave Orme: E4: A First Look

I’ve finally got some cycles to catch up on E4 a bit. The first thing I notice is that in E4, you wind up with a lot of code that looks something like this: (from http://www.vogella.de/articles/EclipseE4/article.html)

public class View1 {
	@Inject
	public View1(Composite parent) {
		Label label = new Label(parent, SWT.NONE);
		label.setText("E4 is new");
		Text text = new Text(parent, SWT.NONE);
		text.setText("and different");
	}
}

The first thing I notice is the dependency injection: there’s no explicit dependency on Eclipse anywhere to be seen.

I haven’t worked out all the implications of that @Inject annotation, but at first blush this sort of thing would seem to make E4 *much* more testable than previous versions of Eclipse were.

If I’m right, this is pretty huge. It’s not exactly a killer feature, but it’s very important.

Thoughts?


Read or add comments to this article

Ekkehard Gentz: redview – first snapshot online

This week we published a first snapshot of redView – so if you want to take a look, here it is: http://sourceforge.net/projects/redview/

We have added much documentation to http://redview.org and there are many example projects to import into your workspace to see how redView works. But there’s also much work to do: we want to provide detailed documentation and screencasts for each example and the installation process isn’t user-friendly at the moment: P2 Update sites are missing. So it’s much work until march…

…to present at EclipseCon a Tutorial how to “Create a RCP Application with Navigation and Dynamic UI Components“: three hours hands-on with redView and red-open Software Manufactory. It’s on Monday from 9am – 12am – perhaps a good idea how to start your conference ;-)

Next week we’ll also publish a first snapshot of red-open Software Manufactory.

Using red-open you can generate the Ecore View models for redView. There are also defaults available to generate SWT Views with dynamic redView – Components or you generate a complete Protoype Application from your domain model.

red-open provides defaults how to generate the view and how to decide which UI element should be choosen for a specific data type.- so its easy to start.

Recently we also added a Mockup data generator, so you can test the Views already filled with random data:

To get this View model (.redview) generated from an UML model, you only need to execute this M2M transformation from your Xtend workflow component:

List[elements::RBase] umlToRedview(uml::Model model) :
    model.allOwnedElements().typeSelect(uml::Class)
        .defaultTransformationOfClassToRedview() ->
    transformedRBaseList();

To get SWT Views generated together with Beans, Mockup-Data, plugin.xml with Extensions to eclipse.ui.views / redView viewstore / Riena imagestore, even correctly named icons etc you only need to execute from your Xpand Generator workflow component:

// we get a list of RBase, where each RBase represents a redview View model
// we generate Beans, Mockups, Enums, Views, IDs, plugin.xml
«DEFINE Root (uml::Model model) FOR List[elements::RBase]»
	«EXPAND DefaultGenerateViewsAndBeansFromUML::Root (model) FOR this»
«ENDDEFINE»

red-open’s cartridges provide an easy way to start, but you’re free to overwrite or extend them or to use AOP. …or to ask for consulting ;-)

If something’s ‘rough’ at the moment, please have in mind the work was done from me besides my job as independent software architect and from Flo in his spare time besides his regular job. As we started the work two years ago we couldn’t imagine that our vision of a dynamic generated UI would become such a complex project published as Open Source (EPL). Originally Flo only wanted to help me with a Customer project.
…have fun with redViews snapshots – we’ll publish new snapshots each week. at the moment we provide plug-ins with source – in some weeks you’ll also get access to the sourcecode repository.

ekke

Filed under: Eclipse, openArchitectureWare, redview

Chris Aniszczyk: Eclipse Rich Ajax Platform (RAP) 1.3 M5 Released by Chris Aniszczyk

The RAP team just announced the availability of RAP 1.3 M5!

If you’re interested in single-sourcing Eclipse-based applications, please give it a try.

Maildemo Design Eclipse Rich Ajax Platform (RAP) 1.3 M5 Released

In the 1.3 M5 release, the RAP team added more SWT API to make single sourcing existing applications easier:

  • Composite#layout( Control[], int )
  • MouseEvent#stateMask
  • Widget#reskin( int ) and SWT.Skin event
  • ImageData
  • ImageLoader
  • ImageLoaderEvent

The team also added IApplication support which simply translates into one less extension point you have to use to create a RAP application. In the past, RAP had its own entrypoint extension point which performed a similar role to what the application support does in Equinox already.  This should make RAP even easier for RCP developers to get into.

RAP is also taking advantage of the Equinox extension registry is able to handle multiple locales.

So please give RAP a try if you’re interested in bringing your RCP application to the web.

Suche kleine- mittlere PHP Aufträge (php.de)

Ich beschäftige mich beruflich seit einigen Jahren mit PHP, JAva Script , VB, C++ . Da ich ständig am Wochenende und abends Zeit habe (manchmal…

Programmer's Heaven – Ruby, .NET, C#, C++, PHP, Python, Java

NET, C#, C++, PHP, Python, Java – It’s all here! Resources for developers in C, C++, C#, .Net, Visual Basic, Java, Ruby, PHP, Perl, Python and more. Featuring forums, tens of thousands of resources, blogs, jobs and more! …

Scott Lewis: Goodness through OSGi Standards

ECF recently announced full support for OSGi 4.2’s remote services standard with our upcoming 3.2 release.

Today, I learned that a community member has successfully used Spring dm, along with ECF’s remote services implementation to do declaratively-specified remote services. They have agreed to contribute the example to ECF, and so expect to see it as part of ECF soon.

People have also used ECF remote services with OSGi declarative services.

And, of course, one can use remote services programmatically as well.

Among other things, this allows a wide variety of existing tooling to be used to construct, use, and debug remote services…all made possible by having an open standard for distributing an OSGi service.

Mike Milinkovich: EPL Growth: The Symbian Foundation Goes Fully Open

It’s not too surprising that the Eclipse Foundation thinks that the Eclipse Public License is a darn fine open source license. It is arguably the most commercially-friendly of the copyleft licenses, and one which is particularly well suited for fostering a community building a software platform.

So in June of 2008 we were thrilled with the announcement concerning the formation of the Symbian Foundation and their selection of the EPL as their community’s license. It was a huge endorsement of the EPL which immediately shattered a couple of misconceptions about it. (I’m thinking of things like “the EPL is a Java license”, “the EPL is only for Eclipse projects” and the like.) But of course migrating a large and mature code base to open source takes a lot of work to do, so the original announcement was basically a promise of good things to come.

Today is the day that promise becomes a reality. The Symbian Foundation is releasing its entire code base under the EPL to the world. This is a major accomplishment for that community, and one which they accomplished months earlier than originally planned. Please join me in congratulating the Symbian Foundation in achieving an important milestone in their voyage to becoming a truly open source and open development community.

Software und Support Media kauft sich bei Deutsche Kongress ein – iBusiness (Registrierung)

Software und Support Media kauft sich bei Deutsche Kongress ein
iBusiness (Registrierung)
Der unter anderem mit PHP-, Ruby- und Java-Magazinen und Kongressen aktive Software- und Support Verlag kauft sich beim Veranstalter von Onlinekongressen

Informatik Infoveranstaltung 3.3.10 (EB Zürich)

Anwendungen am Arbeitsplatz Kurs «ECDL»-Start Kurs «Informatik-Anwender/in I SIZ» und «ECDL-Start» Kurs «Informatik-Anwender/in II SIZ» Bildungsgang «ICT Power-User SIZ» Publishing und Digitale Medien Bildungsgang «Web-Publisher EB Zürich» Bildungsgang «3D-Visualisierung und Animation» Programmieren und Systeme Bildungsgang «WebProgrammer PHP» 2.0 Bildungsgang «Java (Sun Certified Java Programmer)

Alex Blewitt: Eclipse-Brazil-Luiscm should be removed from PlanetEclipse

I noted recently that http:eclipse-brazil-luiscm.blogspot.com
is nicking content wholesale and then reposting them. Planet Eclipse should not be including such spam content.

  • http:eclipse-brazil-luiscm.blogspot.com/2010/02/eclipse-36m5-released_03.html has taken the content from my write-up at http://www.infoq.com/news/2010/02/eclipse-36M5-released, which clearly states Copyright (c) © InfoQ.
  • http:eclipse-brazil-luiscm.blogspot.com/2009/12/eclipse-rcp.html clearly took all of its content from the 2006 post at http://tclsoftware.blogspot.com/2006/09/eclipse-rcp.html
  • Almost every post in January 2010 is merely a pointer to another post, often completely randomly, with no additional content.
    • Martin Heller elaborates further on how he sees 2010 as the year of AJAX and REST services
      http://www.javaworld.com/javaworld/jw-01-2010/100106-rest-cloud-ajax.html
    • But SpringSource, developer of the Spring Framework, is not backing the effort
      http://www.javaworld.com/javaworld/jw-01-2010/100112-spring-genuitec.html
    • http://www.eclipse.org/rap/buzz.php#articles
    • JavaScript Object Notation is increasingly being considered as an alternative to XML

      Link http://soa.sys-con.com/node/1250088

    • http://www.ibm.com/developerworks/opensource/library/os-eclipse-facebook/
    • http://www.excelsior-usa.com/protect-eclipse-rcp-applications.html?gclid=CIT2uaP8p58CFVw55QodcEOw1Q
    • http://leepoint.net/notes-java/GUI/layouts/nulllayout.html
    • http://adtmag.com/articles/2010/01/13/springsource-offers-dm-server-to-eclipse.aspx
    • http://adtmag.com/articles/2009/12/01/springsource-oracle-eclipse-modular-java-gemini.aspx
    • Link http://java.sys-con.com/node/1230460
  • Ironically, probably the only post that was written by the author was the one that got it added into PlanetEclipse in the first place: http:eclipse-brazil-luiscm.blogspot.com/2010/01/i-thank-people-below.html

    Lynn Gayowski, Wayne Beaton, Chris Aniszczyk,
    Rüdiger Herrmann and Benjamin Muskalla.

    On the other note, I would like to welcome everyone at Eclipse Planet. It’s a pleasure to be here.

We don’t need this kind of plagiarism on PlanetEclipse. I’ve raised bug 301747 to track this.

Mike Milinkovich: 2010 Elections: Candidates Posted

The candidates for the 2010 Eclipse Foundation Board of Directors are now posted. There are five nominees for Committer Rep and five nominees for Sustaining Member Rep, each group competing for three available seats.

We will have the candidates full bios and positions up by February 8th. Voting opens on February 22nd. You can find a full description of all of the key dates here.

I hope to see lots of community members getting involved in the discussions!

Ian Skerrett: Top Marks for PDT

Congratulations to the Eclipse PDT team for their top score on the recent InfoWorld review of PHP IDE’s.  Out of 8 PHP IDE’s reviewed, PDT tied for top marks.    The other top IDE was  Zend Studio, of course based on Eclipse.

The PDT project team and Zend have done a fabulous job creating a world-class IDE for PHP developers.  Eclipse is clearly doing well in the PHP developer community thanks to their work.

Senior Softwareentwickler (m/w) Java/PHP (Leonberg, Württemberg

Senior Softwareentwickler (m/w) Java/PHP, Dexina AG, Leonberg: Unternehmensberatung.