royonwheels.com
Welcome to MDA Chat
http://www.royonwheels.com/phpfreechat
Login to the Chat! Register a nick click Register Now! If password click recover password page. Pfc-Login System created exclusibly for phpfreechat, designed by Neumann Valle.
xosofox.de
symfony | Real-Time-Web, symfony and the rest
https://www.xosofox.de/tag/symfony
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Symfony Day 2011 in Cologne. Symfony Day was amazing! I love the community and it was great fun to see all the guys I already met during the last years and this year’s Symfony Live in Paris. Again, a big THANK YOU to all organisers and of course all the people that make Symfony2 happen! Basically, they are just some reminders for me of stuff that I wanted to check out. And SPL in general.
xosofox.de
APE | Real-Time-Web, symfony and the rest
https://www.xosofox.de/category/ape
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. How to trace down a memory leak in APE with valgrind. How to trace down a memory leak in APE with valgrind. You already have a working/compiled APE server running and you still have the sources. Rebuild (don’t use build.sh) with the following steps. Enter your APE source code directory and then do. Configure - enable-debug - enable-valgrind. Thanks to Anthony @paraboul. Having been struggel...
xosofox.de
symfony | Real-Time-Web, symfony and the rest
https://www.xosofox.de/category/symfony
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Symfony2 and me let’s be friends Part 3. So far, I have a base project with Propel as my ORM, connected to an exisitng DB, re-engineered the schema and could start to do something with it, now. My next goal is to create a user authentication. After a lot of thoughts on if/yes/no I decided to use the FOSUserBundle. Step 7: Add FOSUserBundle. I’m following the steps in the docs. Well, no, it ...
xosofox.de
Real-Time-Web, symfony and the rest | Coz U need a blog, U know? | Page 2
https://www.xosofox.de/page/2
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Newer posts →. JS Performance: Numbered Array vs Associative Array. In JS, you sometimtes have to keep track of lists. Usernames, sessions, available Pictures ,…. And often, you have to add and delete some of them. So, how do you handle these lists? There are basically two options:. A) Good old numbered Array. B) Associative Array, key/value store. Users[‘Bob’]=”Bob”. To add a value:. Since...
xosofox.de
propel | Real-Time-Web, symfony and the rest
https://www.xosofox.de/tag/propel
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Symfony Day 2011 in Cologne. Symfony Day was amazing! I love the community and it was great fun to see all the guys I already met during the last years and this year’s Symfony Live in Paris. Again, a big THANK YOU to all organisers and of course all the people that make Symfony2 happen! Basically, they are just some reminders for me of stuff that I wanted to check out. And SPL in general.
xosofox.de
Uncategorized | Real-Time-Web, symfony and the rest
https://www.xosofox.de/category/uncategorized
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Some quick notes on docker volumes. I’m a docker n00b. And working through the different manuals and tutorials, I came to take notes on these basic conclusions (might be obvious for the experienced whale rider). If you start a container without volumes and change files, the changes will be kept within that container. If you stop and restart, the changes will still be there. Docker run -v /v...
xosofox.de
Xosofox | Real-Time-Web, symfony and the rest
https://www.xosofox.de/author/admin
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Some quick notes on docker volumes. I’m a docker n00b. And working through the different manuals and tutorials, I came to take notes on these basic conclusions (might be obvious for the experienced whale rider). If you start a container without volumes and change files, the changes will be kept within that container. If you stop and restart, the changes will still be there. Docker run -v /v...
xosofox.de
JavaScript | Real-Time-Web, symfony and the rest
https://www.xosofox.de/category/javascript
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. A TURTED based real-time thing that I’m proud of…. I recently finished a nice little example of how to use real-time data for an exciting and equally relaxing view:. Blocker Champ Real Time. Http:/ reloaded.karopapier.de/blocker. It shows a list of players and the number of games where it is their turn. As soon as they make a move, they are moved to the new position with a nice animation.
xosofox.de
propel | Real-Time-Web, symfony and the rest
https://www.xosofox.de/category/propel
Real-Time-Web, symfony and the rest. Coz U need a blog, U know? Skip to primary content. Skip to secondary content. Symfony2 and me – let’s be friends – Part 2. I have a running, blank symfony2 project now, with Propel instead of Doctrine – but no DB or bundle yet. Step 5: Gimme a bundle. I know there is this bundle generator, so let’s see it:. I chose my namespace and hit some [Return]s – and I’m good to go – WOW, yes it’s there! Not much in there, yet, but I’ll check later. Step 6: The database. For th...