
dasprids.de
Home - DASPRiD'sLatest stuff about me and my project
http://www.dasprids.de/
Latest stuff about me and my project
http://www.dasprids.de/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
1.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
14
SSL
EXTERNAL LINKS
65
SITE IP
46.4.80.198
LOAD TIME
1.332 sec
SCORE
6.2
Home - DASPRiD's | dasprids.de Reviews
https://dasprids.de
Latest stuff about me and my project
Bacon
Universal ZF2 modules for the masses. In the process of creating a project, there are a lot of things which will repeat over many of your projects. Mostly those will be very basic, like an abstract data mapper, string manipulations and so on. The Bacon projects tries to support you with all those things which would usually just eat up your own time. An asset loader optimized for both development and production. It supports filters for assets as well as a build-tool for your deployment process. An experim...
Posts from 2006 - Blog - DASPRiD's
https://dasprids.de/blog/archive/2006
Friday, December 22, 2006. So, after setting up my second pc, my webcam is ru. Nightly builds from SVN. Thursday, December 7, 2006. I just added an automated process for nightly buil. WebSVN frontend for SVN. Monday, December 4, 2006. For all of you, who want a quick access to my repo. Saturday, December 2, 2006. After I had really much trouble with this, I manag. Vote for DASPRiD's! Friday, December 1, 2006. And again I participiate at the User Award. If you. 2000 - 2016 Ben Scholzen 'DASPRiD'.
Green Zend Framework Elephpants - Blog - DASPRiD's
https://dasprids.de/blog/2011/11/05/green-zend-framework-elephpants
Green Zend Framework Elephpants. Since I was asked a few times about the green ZF elephpants, I'm clarifying this now. I'm in the process of creating ZF branded elephpants and everything is ready for now. The only thing missing is a total purchase quantity of at least 1000 small ones. The large elephpants have no minimum quantity after that. With a quantity of 1000 small elephpants, their price will be 7 . I'm now taking pre-orders, which have to contain at least 50 small elephpants.
Slides for my internationalization talk - Blog - DASPRiD's
https://dasprids.de/blog/2012/10/24/slides-for-my-internationalization-talk
Slides for my internationalization talk. I just uploaded my slides for my internationalization talk at ZendCon. Again, please rate the talk on joind.in if you attended. Http:/ stuff.dasprids.de/slides/zendcon2012/internationalization-in-zend-framework-2/presentation.html. Wednesday, October 24, 2012. 2000 - 2016 Ben Scholzen 'DASPRiD'.
Ooshirt review - Blog - DASPRiD's
https://dasprids.de/blog/2012/01/04/ooshirt-review
A few weeks ago, I received an offer for a sponsorship by Ooshirt. For two custom t-shirts. Funnily, their e-mail looked liked spam for me in the first moment, but I contacted them and it showed up as not being spam but a real offer. As they are based in the USA and I'm in Germany, the shipping took a while to arrive here, but that is kinda normal. Eventually the t-shirts arrived today and the quality of both the shirts and the print look very well:. Wednesday, January 4, 2012.
Feeding Zend\I18n\Translator from a database - Blog - DASPRiD's
https://dasprids.de/blog/2012/08/23/feeding-zend-i18n-translator-from-a-database
Feeding Zend I18n Translator from a database. Sometimes you need to get translation messages from a database, for instance when you want your clients to be able to add or edit translations. By default, this is not possible with the translator, but its extendibility allows you to easily integrate it. Let's get started with the table layout. To get full support for all features, you will need two tables:. This loader is a little bit tricky, as we are abusing the $filename parameter to pass in the text doma...
TOTAL PAGES IN THIS WEBSITE
14
Clean Code Archives - Programming PHP
http://programming-php.net/category/clean-code
Es ist einfach so zu programmieren, dass ein Computer damit etwas anfangen kann. Viel schwieriger ist es, es auch anderen Menschen zugänglich zu machen. Das erweiterte Specification Pattern. If ($user- isModerator() $user- isAdmin() ) { / Zugriff gestattet }. Diese Konstrukte funktionieren natürlich erstmals. Aber dann ändern sich unsere Anforderungen. Neben den Administratoren und den Moderatoren sollen jetzt auch Stamm-User Zugriff auf den Bereich haben:. Auf diese Art und Weise bleiben unsere Spezifik...
ZF2-Kurztipp: Environment mit ZFTool testen - Programming PHP
http://programming-php.net/zf2/zf2-kurztipp-environment-mit-zftool-testen
ZF2-Kurztipp: Environment mit ZFTool testen. Während sich das Zend Tool im Zend Framework 1 noch hauptsächlich darauf beschränkt hat, Controller und andere Klassen anzulegen, bringt sein Nachfolger, das ZFTool. Modul, für das Zend Framework 2 auch die Möglichkeit mit, seine Environment automatisch zu überprüfen. Das ganze nennt sich Diagnostics und funktioniert wahlweise über die Kommandozeile oder das Webinterface. In der Anleitung. Zend Framework 2 Ressourcen. Verschiedene Environments mit dem ZF2.
Zugriff auf die Konfiguration im Zend Framework 2
http://programming-php.net/zf2/zugriff-auf-die-konfiguration
Zugriff auf die Konfiguration. Die Konfiguration im Zend Framework 2 zu füllen, ist nicht schwierig. Wie aber kann man auf die Konfiguration zugreifen? Quick and dirty geht das ganz einfach:. Namespace MyModule; class Module { public function getConfig() { return array( 'my-module' = array( 'foo' = 'bar' ) ); } }. Zugriff z.B. im Controller: $config = $this- getServiceLocator()- get('Config'); echo $config['my-module']['foo']; / gibt 'bar' aus. Besitzt. Warum erweitern wir dafür. Dort ist ein Konstruktor...
Links – NeonPulse
http://neonpulse.net/links
Fear the duck holding a Zapper. Gone with the Blastwave. Nothing Nice to Say. Where a couple of my friends with Hiptops post their blogs). NOT FREEWARE, more of abandonware/demo). 74 IH Scout II. Proudly powered by WordPress.
blog.phpdancer.in: October 2011
http://phpdancer.blogspot.com/2011_10_01_archive.html
Php, javascript, ajax and web. Sunday, 23 October 2011. There is a Critical Cross site XSS Vulnerability in Interactive YouTube API Demo Beta, Discovered by various sources. One of the White Hat Hacker " Vansh Sharma. Inform us about this XSS Vulnerability with proof of concept. Proof Of Concept :. Open http:/ gdata.youtube.com/. Enter script img src=" img src=search"/onerror=alert("xss")/ ". In the keyword area. Posted by Ashy Saini. Some new google apps Google Apps. And subscribe to the series. - Ed.
ZF2 Kurztipp: Modulspezifische Layouts - Programming PHP
http://programming-php.net/zf2/zf2-kurztipp-modulspezifische-layouts
ZF2 Kurztipp: Modulspezifische Layouts. Eine häufige Frage beim Einsatz des Zend Framework 2 ist: Wie kann ich für ein bestimmtes Modul ein anderes Layout nutzen. Rob Allen. Hat genau dafür ein Modul. Geschrieben, das ihr bequem über Composer. Nun müsst ihr das Modul nur noch aktivieren, indem ihr in der. Return array( 'modules' = array( 'EpdModuleLayouts', / eure anderen Module ), / [] );. Jetzt steht euch das Modul zur Verfügung und ihr könnt z.B. in einer. Oder auch in eurer. Yet another php blog.
zftool Archives - Programming PHP
http://programming-php.net/tag/zftool
ZF2-Kurztipp: Environment mit ZFTool testen. Während sich das Zend Tool im Zend Framework 1 noch hauptsächlich darauf beschränkt hat, Controller und andere Klassen anzulegen, bringt sein Nachfolger, das ZFTool. Modul, für das Zend Framework 2 auch die Möglichkeit mit, seine Environment automatisch zu überprüfen. Das ganze nennt sich Diagnostics und funktioniert wahlweise über die Kommandozeile oder das Webinterface. In der Anleitung. Yet another php blog. The web hates me. Phly, boy, phly.
robinsk.net: Migrating to blogger.com
http://blog.robinsk.net/2009/08/migrating-to-bloggercom.html
Software, programming, etc. Wednesday, August 19, 2009. Migrating to blogger.com. Due to an uncertain future for my own server, I am migrating my blog to blogger.com/blogspot.com. Once I'm able to extract posts from the old blog, I'll hack them into this blog. I chose blogger/blogspot over wordpress.com, because Wordpress wants money to use a custom domain. Subscribe to: Post Comments (Atom). A twenty-something software engineer, originally from the arctic town of Harstad in Northern Norway.
TOTAL LINKS TO THIS WEBSITE
65
Pressebüro Päge – Pressearbeit im Kohlenpott – Texte und Bilder vom Profi für Profis
Texte und Bilder vom Profi für Profis. Professionalität für die B2B-Zielgruppe. Wenn ich einen Auftrag annehme, kann der Kunde sicher sein, dass er das Ergebnis spätestens zum Wunschtermin bekommt. Dank guter Organisation und strukturierten Arbeitens erledige ich auch Aufträge schnell, die kurzfristig bei mir eintreffen. Ich orientiere mich bei jedem Auftrag am Medium und frage mich, für welche Zielgruppe Text und Fotos erstellt werden sollen. Hier habe ich meine Erfahrungen zusammengefasst. Erstellung v...
DAS PRESSHAUS - Neugeboren in Hebammenhand
Alojamiento - Catálogo
DAS PREVENCION ,S.L. Fabricantes y distribuidores de ropa técnica laboral, e.p.i.s, y material de seguridad laboral. INDUMENTARIA LABORAL - EPIS. DAS PREVENCION,S.L. - Jordi Rubio y Balaguer s/n - 08020 Barcelona - Tel 93 3133404 - Fax 93 3138090.
DASPREZ FASHION
dasprid (Ben Scholzen) | DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Digital Art / Hobbyist. Inkscape For Pony Artists! Deviant for 14 Years. This deviant's full pageview. January 25, 1986. Inkscape For Pony Artists! Last Visit: 6 days ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. Twilight...
Home - DASPRiD's
Welcome to the website of Ben Scholzen alias DASPRiD. This is the place where I post about development topics, like recent open source projects or best practices, on my blog. And present a few information about myself. 2000 - 2016 Ben Scholzen 'DASPRiD'.
Dasprima Communicatie
Welcome to the home of peoples-media.nl. To change this page, upload your website into the public html directory. Date Created: Thu Nov 4 11:39:54 2010.
LEARNING THEORY AND DESIGN OF EDUCATIONAL TECHNOLGY
LEARNING THEORY AND DESIGN OF EDUCATIONAL TECHNOLGY. Tuesday, February 25, 2014. Learning in a Digital World. Learning in a Digital World. Christensen, C. M., Horn, M. B., and Johnson, C. W. (2008). Disrupting Class: How disruptive innovation will change the way the world learns. New York. McGraw-Hill. The Partnership for 21st Century Skills. (2009). Http:/ www.21stcenturyskills.org. Siemens, G. (2008, January 27). Learning and knowing in networks: Changing roles for educators and designers. Satisfaction...
DaSprinkles (Trash) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 4 Months. This deviant's full pageview. Last Visit: 17 hours ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?
David A. Smith Printing
David A. Smith Printing, Inc : 742 South 22nd St. Harrisburg, PA 17104 : 717.564.3719 : fax 717.564.9389 :.
SOCIAL ENGAGEMENT