ROBO47.NET
Nav
  • Blog
  • Tools
  • Texte
  • Codeschnipsel
  • Tag-Cloud
  • Archiv
  • Sitemap
  • Suche
  • Datenschutzerklärung
  • Impressum
Blogroll
  • Benjamin Steininger
  • Sebastian Schmitt
  • shuttercount.io
Flattr this
  • Netbeans 6.8 got released

    10.12.2009 19:23
    Tags: Netbeans, PHP 5.3, Symfony

    Tweet this: Netbeans 6.8 got released Dent this: Netbeans 6.8 got released Flattr this

    Netbeans 6.8 got released today, from the PHP-Perspective Netbeans 6.8 now Supports PHP 5.3 and has Integration for the Symfony Framework, Code-Completion seems to be a lot faster and more.

    Complete list for PHP-Part

    • PHP 5.3 support including(syntax highlighting, code completion, code folding, navigator)
    • Symfony Framework support
    • PHPUnit improvements
    • FTP/SFTP improvements
    • Ignored Folders in PHP projects
    • PHP Application from Remote Server
    • PHP syntax coloring in YAML files

    Complete List for Java and other languages: New and Noteworthy Netbeans 6.8

    There too exists a Netbeans Promotion Video on the Sun Channel Homepage and a Symfony Support Screencast on the Netbeans PHP Blog.

    Weiterlesen: Netbeans 6.8 got released
    Kommentare: 0
  • Doctrine 1.2.1 is out

    08.12.2009 03:24
    Tags: Doctrine

    Tweet this: Doctrine 1.2.1 is out Dent this: Doctrine 1.2.1 is out Flattr this

    Doctrine 1.2.1 was released some hours ago, it contains some bugfixes:

    • [r6834] Fixing issue with relationship ordering
    • [r6835] Fixes issue with oracle adapter statement using wrong constant
    • [r6836] Fixing issue with sfYaml autoload not returning true
    • [r6839] Fixes issue with array cache driver and deleting
    • [r6840] Fixed thrown Exceptions to be package-level
    • [r6842] Fixes issue with $length in migrations addColumn
    • [r6859] Fixed misplaced param when parsing join condition
    • [r6883] Added empty init() method implementation to avoid method does not exist error
    • [r6889] Fixing issue with nested set createRoot() method and string root column
    • [r6893] Adding _cleanup() call to start of migrations diff to make sure directory is clean

    Full Changelog: Change Log Doctrine 1.2.1
    Download: Download Doctrine 1.2.1.

    Weiterlesen: Doctrine 1.2.1 is out
    Kommentare: 0
  • My default settings for Netbeans with PHP

    01.12.2009 04:14
    Tags: Netbeans

    Tweet this: My default settings for Netbeans with PHP Dent this: My default settings for Netbeans with PHP Flattr this

    Some default settings I use in Netbeans:

    Hiding and Showing specific Files

    Because I want to see my .htaccess-Files in the Project-View, dont want to see the .git-directory but want to see .gitignore for example I change the Patter used to hide files in the Projects-View.

    Tools -> Options -> Miscellaneous -> Files -> Files Ignored by the IDE -> Ignored Files Pattern

     ^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$
    

    Twilight Theme (Dark Theme) for Netbeans

    Since I prefer dark themes for my OS and my tools, I am using the Twilight-Theme for Netbeans.
    Only the default-font I change back to Monospaced.

    Tools -> Options -> Import -> Netbeans_Twilight_Theme.zip
    Restart Netbeans and go to

    Weiterlesen: My default settings for Netbeans with PHP
    Kommentare: 1
  • Problems with dark themes for you operating system

    01.12.2009 03:29
    Tags: Theme, Dark Theme, GTK, Gnome, Clearlooks Darklime, Murrina-LimeLight

    Tweet this: Problems with dark themes for you operating system Dent this: Problems with dark themes for you operating system Flattr this

    When choosing a dark theme for your operating system, the biggest problem often is to find one which plays nice with all programs and tools and the OS itself. Big problem are often, that Tools use black text on black or dark background which is in most cases unreadable and forces you to select texts to read them (if possible and marked text has a better contrast). Another problem you have to face is that the text-color and background-color of select elements match, which again results in unreadable text. Marked text can get unreadable too if the marked color matches the color of marked text ...
    Something really annoying when using dark themes is that some tools don't use all colors from the theme, for example force white backgrounds for text-based stuff, but that's something you can't really change when it is hardcoded in Programs or you have to look if they offer extra options for their color.

    One thing you will propably start to notice when browsing the web, that browsers like Firefox use the the systems background-as default-css-background-color for webpages and form-elements instead of white and that means some webpages (which forget to set a background-color for html/body) will have the background-color of your theme instead of white. That can look really strange and sometimes really sucks on Forms if you can't even read what you have written.

    On Linux/Gnome I used the Clearlooks Darklime Theme for a long time, it propably is more a semi-dark-theme than a dark theme, but it is nice and didn't have any glitches that disturbed me. I already used it for GTK-Applications (like Pidgin) under Windows XP more than a Year ago and i was happy with it. Currently I am using the Murrina LimeLight Theme, which is darker but also features green.

    Looking for some other dark Themes for Gnome ? Try 20 beautiful dark themes for Gnome and Ubuntu on Cats who Code

    Weiterlesen: Problems with dark themes for you operating system
    Kommentare: 0
  • Netbeans - Features for Netbeans 6.9

    01.12.2009 01:55
    Tags: Netbeans, Features, Git, Zend Framework

    Tweet this: Netbeans - Features for Netbeans 6.9 Dent this: Netbeans - Features for Netbeans 6.9 Flattr this

    The Netbeans PHP Team is currently looking for new features for the next Release of Netbeans

    Looking at the posts Planning Features for Netbeans next, Planning Features for Netbeans next ... Continuation I and Planning Features for Netbeans next ... Continuation II on the Netbeans PHP-Team-Blog shows some interesting ideas like integration of optimizers for css/js (minifying/compression). There are already over 60 comments to the 3 threads.

    I would be really happy if there would an Integration for the Zend Framework like it exists for Symfony already, the issue for Zend Framework-integration currently has more than 100 votes.

    Other features I am waiting for which are not really PHP-features are the integration of my prefered VCS GIT and a better integration for removing trailing spaces. Like I have written in a Comment to Remove Trailing Spaces I am currently using an ANT-Task which uses the unix-command sed to remove all trailing spaces from my php-Files, but that's only a workaround, no solution.

    So if you have any other good ideas from which the PHP-Developers unsing Netbeans would profit -> tell them!

    Weiterlesen: Netbeans - Features for Netbeans 6.9
    Kommentare: 0
  • Doctrine 1.2 stable released

    01.12.2009 01:26
    Tags: Doctrine

    Tweet this: Doctrine 1.2 stable released Dent this: Doctrine 1.2 stable released Flattr this

    Doctrine 1.2 stable was released yesterday.

    It is a LTS-Release (Long Time Support-Release) which will be supported for 18 month until 06/01/2011.

    An overview of the new features can be found here.

    Grab your copy at the download page of Doctrine ORM.

    Weiterlesen: Doctrine 1.2 stable released
    Kommentare: 0
  • PHP Advent Calendar 2009

    29.11.2009 15:27
    Tags: PHP, advent calendar

    Tweet this: PHP Advent Calendar 2009 Dent this: PHP Advent Calendar 2009 Flattr this

    Started by Chris Shiflett and Sean Coates the php-advent calendar offers an articles (not only directly php-related stuff) for each day.

    Last year's (2008) articles were contributed by Chris Cornutt, Matthew Weier O’Phinney, Travis Swicegood, Lorna Mitchell, Cal Evans, Eli White, Keith Casey, Helgi Þormar Þorbjörnsson, Ivo Jansch, Paul Jones, Ed Finkler, Maggie Nelson, Marco Tabini, Ligaya Turmelle, Andrei Zmievski, Scott MacVicar, Elizabeth Smith, Ben Ramsey, Luke Welling, Paul Reinheimer, Derick Rethans, Nate Abele and Terry Chay.

    Let's be prepared for the the 2009 calendar and see what it brings and who will contribute this year.

    You can subscribe to the Feed or you can follow the phpadvent-twitter-account.

    And if you have some time, read the articles from 2008 or 2007.

    Weiterlesen: PHP Advent Calendar 2009
    Kommentare: 0
  • Articles, Snippets and Libraries for using Doctrine with the Zend Framework

    28.11.2009 21:42
    Tags: Doctrine, Zend Framework

    Tweet this: Articles, Snippets and Libraries for using Doctrine with the Zend Framework Dent this: Articles, Snippets and Libraries for using Doctrine with the Zend Framework Flattr this

    Since Doctrine will be integrated into the Zend Framework and Doctrine 2.0 in Zend Framework 2.0 (Both will need PHP 5.3), I thought it would be nice to have have some informations about how you can already use Doctrine in your Zend Framework Applications, what code-snippets exist out there and what you don't need to reinvent.
    There is already a lot of Articles about how to use Doctrine as an ORM System in Zend Framework-Applications, some snippets, even a podcast, a libary and the Doctrine Manual for informations about the usage of Doctrine itself.

    Weiterlesen: Articles, Snippets and Libraries for using Doctrine with the Zend Framework
    Kommentare: 3
  • Technische Artikel in Zukunft in Englisch

    28.11.2009 21:00
    Tags: Inhalte, Englisch

    Tweet this: Technische Artikel in Zukunft in Englisch Dent this: Technische Artikel in Zukunft in Englisch Flattr this

    Nach einer längeren Überlegung bin ich zu dem Schluss gekommen, dass es mehr Sinn macht meine technischen Artikel, Code-Schnipsel und sonstigen Inhalte die sich um Dinge wie Webprogrammierung, Apache, Linux, PHP, Doctrine, Zend Framework oder ähnliches handeln in Englisch zu verfassen.

    Gründe gibt es da viele, zuerst mal gab es schon ein paar Anfragen/Wünsche ob ich Artikel nicht auch in Englisch veröffentlichen könnte, weil die Leser kein Deutsch konnten, ausserdem ergab eine Auswertung der Referrer meiner Seite, dass einige Artikel mehr Aufrufe über Google Translate oder auch ausländische Suchmaschinen haben als normale Aufrufe (auch der ein oder andere Link geht direkt auf Google Translate anstatt auf den Artikel). Das alles hat mir zu denken gegeben und ich bin zu dem Ergebnis gekommen dass ich dadurch auch die Anzahl meiner potentiellen Leser durchaus vergrößern kann, ausserdem ist es für mich gleichzeitig eine gute Übung etwas mehr in Englisch zu schreiben, nachdem schon die meisten Bücher im technischen und teilweise auch privat Bereich die ich lese Englisch sind, tut mir ein wenig mehr Englisch schreiben sicher auch gut.

    Weiterlesen: Technische Artikel in Zukunft in Englisch
    Kommentare: 0
  • Roadmap für Zend Framework 2.0 und Integration von Doctrine

    12.11.2009 13:34
    Tags: Zend Framework, Doctrine, PHP, ORM, Namespaces, LSB, Closures, Goto, XKCD, Zend_Entity

    Tweet this: Roadmap für Zend Framework 2.0 und Integration von Doctrine Dent this: Roadmap für Zend Framework 2.0 und Integration von Doctrine Flattr this

    Matthew Weier O’Phinney hat gestern die Roadmap für das Zend Framework 2.0 im Community-Wiki des Zend Frameworks vorgestellt und in den letzten 2 Wochen hat sich dann auch ergeben, dass Doctrine wohl etwas mehr Unterstützung im Zend Framework bekommen wird.

    Weiterlesen: Roadmap für Zend Framework 2.0 und Integration von Doctrine
    Kommentare: 0
<12345678910111213>4/22

Letzte Kommentare

  • rama!: Hi! congratulation from Argentina for the post. I have got running MySQL Workbench from .deb's o...
  • gjerokrsteski: Habe es mal endlich geschafft das Ganze auf GitHub hoch zu laden. https://github.com/gjerokrst...
  • Dieter: Herzlichen Dank u. ein gutes erfolgreiches Neues Jahr MfG Dieter
  • Niko: Genial
  • Bernd: Hallo Benjamin, super Sache mit dem Auslesetool! Vielen Dank! Wünsche Dir einen guten Rutsch! ...

Letze Inhalte

What can go wrong on switching applicati ... 07.03.2012
WYSIWYG Editor for Markdown and reStruct ... 06.03.2012
Extending Heise SocialSharePrivacy to pa ... 07.12.2011
ReflectionException: Method PHPUnit_Fram ... 30.11.2011
Identifier "request_context" is not defi ... 08.11.2011
Netbeans, Symfony, Xdebug and the magica ... 08.11.2011
Automatic pushing to a remote git-reposi ... 08.11.2011
Logging Mails send via Zend_Mail with Ze ... 19.12.2010
Creating hidden dummy files in empty dir ... 19.12.2010
Creating your own git aliases based on y ... 19.12.2010

Feeds

  • Inhalte Feed (Alle Artikel)
  • Kommentar Feed

Statistik

  • Blogeinträge: 215
  • Kommentare: 440
  • Texte: 43
  • Tools: 11
  • Tags: 651
  • Codeschnipsel: 32
mehr Statistiken
Lizenzen:
Soweit nicht anders angegeben:
  • Codeschnipsel: New BSD license
  • Texte, Blogeinträge: CC BY-NC-SA
  • Photos / Bilder: Soweit nicht angegeben unter keine freien Lizenz!

Über den Author:

Photo Benjamin Steininger Benjamin Steininger ist Webentwickler auf der Suche nach einem neuen Job und photographiert sehr gerne. Er beschäftigt sich viel mit dem Internet, PHP, Symfony, Testing und hat einen Wunschzettel bei Amazon.
Profile: Ohloh, Github
, Coderwall

mehr Informationen über mich

Powered by

Zend Framework 1.10 / Doctrine 1.2 / ezComponents 2009.1.2 / Webalizer Extended / Piwik / Apache 2.2 / Lighttpd 1.4 / php 5.2 / mysql 5.1 / Debian / JQuery 1.4 / Syntaxhighlighter 2.1 / Blueprint CSS Framework / HTML Purifier 4 / ...
mehr Informationen zur Technik

Kontaktmöglichkeiten

  • Jabber: robo47@blub-blub.net
  • OTR: 9262263C 3024C0D5 B4EEA269 CFEDF021 D28CB980
  • Email: robo47@robo47.net
  • Skype: robo47
  • Twitter: robo47
  • Identi.ca: robo47
  • Kontaktformular