
raphaelstolt.blogspot.com
<raphael.on.php/>The blog covers topics about web development with PHP in general and the Zend Framework since version 0.8.
http://raphaelstolt.blogspot.com/
The blog covers topics about web development with PHP in general and the Zend Framework since version 0.8.
http://raphaelstolt.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.3 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
51
SITE IP
173.194.123.44
LOAD TIME
0.269 sec
SCORE
6.2
<raphael.on.php/> | raphaelstolt.blogspot.com Reviews
https://raphaelstolt.blogspot.com
The blog covers topics about web development with PHP in general and the Zend Framework since version 0.8.
<raphael.on.php/>: Hooking a Growl publisher plugin into Xinc
http://raphaelstolt.blogspot.com/2008/04/hooking-growl-publisher-plugin-into.html
PHP web development blog by Raphael Stolt. Thursday, 17 April 2008. Hooking a Growl publisher plugin into Xinc. This week I finally had the time to setup Xinc. PHP's shiny new Continuous Integration(CI) server, on my MacBook. And started to fiddle with it's publisher plugins and plugin architecture. While still down with 'tool envy' influenza I recently came across some nice and inspiring blog posts from the Ruby/Rails camp. Showing how to employ Growl. Building the Growl publisher plugin. Require once '...
<raphael.on.php/>: Measuring & displaying Phing build times with buildhawk
http://raphaelstolt.blogspot.com/2010/11/measuring-displaying-phing-build-times.html
PHP web development blog by Raphael Stolt. Saturday, 20 November 2010. Measuring and displaying Phing build times with buildhawk. Recently I installed a Ruby gem called buildhawk. Which allows to measure and display the build times of Rake. Driven builds. As I like the idea behind this tool a lot but mostly use Phing. S) and how to put the interplay between those two tools to work. Method of the extended DefaultLogger. Class, transforms it into a buildhawk specific format and finally adds it as a git note.
<raphael.on.php/>: Enforcing target descriptions within build files with a Git hook
http://raphaelstolt.blogspot.com/2011/04/enforcing-target-descriptions-within.html
PHP web development blog by Raphael Stolt. Friday, 22 April 2011. Enforcing target descriptions within build files with a Git hook. When automating mundane tasks of a project or development environment with a build tool like Phing. To get a better picture of the problem at hand imagine a project poorly covered with tests and your personal attitude towards extending it or just take a peek at the screenshot below showing a very poorly documented build file. Posted by Raphael Stolt. Lake Constance, Germany.
<raphael.on.php/>: Closing and reopening GitHub issues via PHPUnit tests
http://raphaelstolt.blogspot.com/2010/01/closing-and-reopening-github-issues-via.html
PHP web development blog by Raphael Stolt. Tuesday, 19 January 2010. Closing and reopening GitHub issues via PHPUnit tests. 340 a new extension point for interacting with issue tracking systems (TTS) based on the test results has been added to PHP's first choice xUnit. As it's still the used TTS for the framework itself. As I start to become more and more accustomed to use GitHub. Annotating tests with ticket meta data. Require once 'PHPUnit/Framework.php';. Peeking at the GitHub TicketListener implement...
<raphael.on.php/>: Growling PHPUnit's test status
http://raphaelstolt.blogspot.com/2010/06/growling-phpunits-test-status.html
PHP web development blog by Raphael Stolt. Thursday, 3 June 2010. Growling PHPUnit's test status. Two years ago I blogged. Each build status for any via Xinc continuously integrated project. Since I'm using PHPUnit. What's the motivation, yo? While doing story or feature sprints embedded in a continuous testing approach I first used a combination of stakeout.rb. Implementing the Growl test listener. Similar to the ticket listener plugin mechanism I blogged about earlier. To customize the test feedback an...
TOTAL PAGES IN THIS WEBSITE
8
How to use the new Zend_Ldap functionality | <?php
https://sgehrig.wordpress.com/2008/12/07/how-to-use-the-new-zend_ldap-functionality
How to use the new Zend Ldap functionality. December 7, 2008 at 20:57. The following post should demonstrate some of the new features that come along with the extended Zend Ldap. Component that is now available. In the Zend Framework Standard Incubator. Connecting to a LDAP server. There is no change from the old Zend Ldap provide the options to connect to the server and call bind(). Retrieving a single entry. To retrieve a single entry from the server you use the getEntry() method. Filter=Zend Ldap Filt...
JavaScript: Retrieve and paginate JSON-encoded data | Federico Cargnelutti
https://blog.fedecarg.com/2011/10/09/javascript-retrieve-and-paginate-json-encoded-data
Simple is better than complex. Complex is better than complicated. JavaScript: Retrieve and paginate JSON-encoded data. October 9, 2011. I’ve created a jQuery plugin. That allows you to retrieve a large data set in JSON format from a server script and load the data into a list or table with client side pagination enabled. To use this plugin you need to:. Include jquery.min.js and jquery.paginate.min.js in your document:. Include a small css to skin the navigation links:. Script type="text/javascript" $(d...
Dead_Thinker's Blog ¬¬: Fevereiro 2011
http://arianmaykon.blogspot.com/2011_02_01_archive.html
Dead Thinker's Blog ¬¬. Pensamentos, devaneios e reflexões de um ser humano "normal", que escolheu por conta própria entrar na loucura da vida de desenvolvedor web. 3 de fev de 2011. Dica rápida, se você pretende implementar um singleton para ser extendido, conforme o normalmente utilizado:. Abstract class App Model Abstract {. Protected static $ instance = null;. Protected function construct() {. Public static function getInstance() {. If (self: $ instance = = null) {. Self: $ instance = new self();.
Go is gaining momentum | Federico Cargnelutti
https://blog.fedecarg.com/2013/08/17/go-is-gaining-momentum
Simple is better than complex. Complex is better than complicated. Go is gaining momentum. August 17, 2013. The Go language is gaining momentum among software engineers and PaaS/IaaS vendors. I think they all see potential in a simple, reliable, efficient and native-compiling language with a solid baseline API. Http:/ tour.golang.org/. This entry was posted in Open-source. Installing multiple versions of Ruby using RVM →. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
Check whether your web server is correctly configured | Federico Cargnelutti
https://blog.fedecarg.com/2011/12/11/web-server-configuration-security-scanner
Simple is better than complex. Complex is better than complicated. Check whether your web server is correctly configured. December 11, 2011. Reported a record number of 1.5 million websites defacements. 1 million of those websites where running Apache. You can check whether your web server is correctly configured by using Nikto. A great open source vulnerability scanners that is able to scan for quite a large number of web server vulnerabilities. From their site:. Http:/ www.cirt.net/nikto2. You are comm...
Database Replication Adapter for Zend Framework Applications | Federico Cargnelutti
https://blog.fedecarg.com/2009/10/02/database-replication-adapter-for-zend-framework-applications
Simple is better than complex. Complex is better than complicated. Database Replication Adapter for Zend Framework Applications. October 2, 2009. Last updated: 21 Feb, 2010. The problem with monolithic database designs. Is a Zend Framework Replication Adapter class flexible enough to support the most commonly used replication scenarios:. In the simplest replication scenario, the master copy of directory data is held in a single read-write replica on one server called the supplier server. The supplier...
Web Services | Federico Cargnelutti
https://blog.fedecarg.com/category/web-services
Simple is better than complex. Complex is better than complicated. Category Archives: Web Services. July 17, 2013. Organizations who are paying attention already know they need to have an open web API, and many already have under development or in the wild. Make sure you haven’t been caught by the pitfalls of many early API releases. Multiple points of failure. Back-end systems: db servers/caches, hardware failures, etc. Interconnections: router failures, bad cables, etc. Plan for future versions. That a...
TDD: Checking the return value of a Stub | Federico Cargnelutti
https://blog.fedecarg.com/2014/04/15/checking-the-return-value-of-a-stub
Simple is better than complex. Complex is better than complicated. TDD: Checking the return value of a Stub. April 15, 2014. State verification is used to ensure that after a method is run, the returned value of the SUT is as expected. Of course, you may need to use Stubs on a test double or a real object to tell the object to return a value in response to a given message. Developer (A) creates 2 classes, Presenter and Collaborator:. Then writes a test case:. Class Collaborator { public function getStori...
Intercepting class method invocations using metaclass programming in Python | Federico Cargnelutti
https://blog.fedecarg.com/2012/01/22/intercepting-class-method-invocations-using-metaclass-programming-in-python
Simple is better than complex. Complex is better than complicated. Intercepting class method invocations using metaclass programming in Python. January 22, 2012. In Ruby, objects have a handy method called method missing which allows one to handle method calls for methods that have not been defined. Most examples out there explain how to implement this in Python using getattr , however, none of them (honestly, none) explain how to intercept class method (@classmethod) invocations using metaclass . Leave ...
Federico | Federico Cargnelutti
https://blog.fedecarg.com/author/phpimpact
Simple is better than complex. Complex is better than complicated. TDD: Checking the return value of a Stub. April 15, 2014. State verification is used to ensure that after a method is run, the returned value of the SUT is as expected. Of course, you may need to use Stubs on a test double or a real object to tell the object to return a value in response to a given message. Developer (A) creates 2 classes, Presenter and Collaborator:. Then writes a test case:. Class Collaborator { public function getStori...
TOTAL LINKS TO THIS WEBSITE
51
raphaelsterck's blog - Blog de raphaelsterck - Skyrock.com
26/08/2010 at 8:44 AM. 15/09/2011 at 10:02 AM. Subscribe to my blog! Océ océ tu compte écormément jtd tes pour moi ma meilleurs amie. The author of this blog only accepts comments from friends. You haven't logged in. Click here to post a comment using your Skyrock username. And a link to your blog, as well as your photo, will be automatically added to your comment. Posted on Saturday, 28 August 2010 at 1:04 PM. Edited on Sunday, 29 August 2010 at 11:11 AM. Mais je t'aime encore je t'oublirai jamais.
Raphaëlstichting | Antroposofische zorg
De Raphaëlstichting biedt zorg aan mensen met een verstandelijke beperking. Zij is daarnaast actief in de psychiatrie en verpleeghuiszorg. Er werken 1500 medewerkers op diverse locaties in Noord- en Zuid-Holland voor 1200 cliënten van alle leeftijden. Klik op een plaatsnaam voor meer informatie. Heeft u vragen over veranderingen in de zorg,. Kijk dan ook op www.hoeverandertmijnzorg.nl. Rudolf Steiner Zorg, Den Haag. De Appelboom, Tuitjenhorn. Croon en Bergh, Burgerbrug. Oosterheem, Broek op Langedijk.
Home
Skip to main content. Working With POS Framing. Right Tools For The Job. For those looking to offer their clients the utmost in. Our collection of accents, enhancements, and production capabilities are an indispensable ingredient of the design process. Things You Can Buy From Raphael's. Fabric (Silks, Linens, Cottons, Suedes, Satins and more, chosen especially for their use in Framing, Sold by the Yard or In Discounted Rolls. Custom Wrapped 4-ply and 8-ply Mats. Primed and Canvas-Wrapped Artists Panels.
Schulkrempel
Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.
<raphael.on.php/>
PHP web development blog by Raphael Stolt. Friday, 22 April 2011. Enforcing target descriptions within build files with a Git hook. When automating mundane tasks of a project or development environment with a build tool like Phing. To get a better picture of the problem at hand imagine a project poorly covered with tests and your personal attitude towards extending it or just take a peek at the screenshot below showing a very poorly documented build file. Posted by Raphael Stolt. As mentioned above the b...
Weinbau - Raphael STR | Blog zum Schulprojekt
Weinbau – Raphael STR. Ich möchte gleich zu Anfang darauf hinweisen, dass ich hier an dieser Stelle niemanden kritisieren möchte. Ich will viel mehr ein paar Tipps geben, wie man Kritik, ob konstruktiv oder unangemessen, am besten aufnimmt und mit ihr umgeht. Den Rest des Beitrags lesen ». Kommentare : 2 Comments. Kategorien : Projekt: Weinbau. P2: Vom Weinstock zur Flasche. Nachdem wir unseren zweiten Praktikumstag verbracht haben – eine Besichtigung des Weinkellers der Auggener WG. Dieser Post soll kei...
Raphael Stradiotto
Willkommen auf raphaelstrotz.com - Hosting by hostfactory.ch
Willkommen auf raphaelstrotz.com. Hier entsteht in Kürze eine neue interessante Webseite! Hosting, Webhosting, PHP, MySQL, ASP, .NET, Virtual Server by hostfactory.ch. Sind Sie Der Besitzer dieser Webseite? Sollten Sie Ihr Web bereits veröffentlicht haben und weiterhin diese Seite sehen, löschen Sie bitte die index.html Datei in Ihrem httpdocs Verzeichnis. Are you the owner of this website?
arkitektur
Hier erhalten Sie einen ersten Überblick über mein Büro, danach freue ich mich, Sie persönlich beraten zu dürfen: Kontakt aufnehmen. Architektur: Planung und Ausführung. Lassen Sie ihre Träume wahr werden - lesen Sie, worauf es beim Bauen ankommt. mehr. Ob bereits Hauseigentümer oder noch Kaufinteressent erfahren Sie mehr über Chancen und Risiken von Liegenschaften. mehr. Rechtzeitiger Rat ist nicht teuer! Lassen Sie sich durch einen unabhängigen Fachmann beraten auch stundenweise!
SOCIAL ENGAGEMENT