RSS Feed
2012/02/04

thank gawd it’s online #3

admin, 2011/10/21 04:35

… aaaand these are the links:

Dynamic “responsive” Texts:
http://worrydream.com/Tangle/guide.html
via (codediesel)

When to use Silex or not!?  …incl. some nice discussions in the comments:
http://test.ical.ly/2011/10/11/is-there-a-specific-situation-when-to-use-a-php-micro-framework-like-silex/ » read more

no comments yet

[Symfony 2][Twig] – Enabling (native) Twig Extensions

Johannes Heinen, 2011/10/19 13:39

Twig Extensions is a tiny official repository for extensions to the Twig templating markup language, the default templating engine in each Symfony 2 (Standard Ed.) project. This short article shows how to purposeful enable them per-environment for your projects.

» read more

no comments yet

Symfony 2 – Set Default Locale On Form Login #2

Johannes Heinen, 2011/10/13 18:14

A small update/correction out of sequence:

A few weeks ago i described how to hook into the form login process in order to change the user session´s locale.

In the meantime a non backwards compatible code modification has been introduced that outdated this article. From now on (Symfony 2.0.4) the locale and default locale settings are maintained within the request object (and not as used to be in the session).

So, here is a little update – under reserve – because the locale setting´s logic will probably change again in the future.

» read more

1 comment

Silex, Twig und HTML5 BoilerPlate

Ivo Bathke, 2011/10/12 07:31

Alright, there is a bundle for H5BP for symfony2 and there is Assetic, you can probably use both with Silex and thats just fine.
But in case you want to keep your Silex project lean (since its micro) you can use Twig and H5BP only and build / deploy your app from the outside.
Boilerplate-300x158 in Silex, Twig und HTML5 BoilerPlate
With a little tuning of the H5BP build, of course / unfortunatly. (Ok thats the caveat)

So i have a structure like so:
web/
(this is the webroot, here is js/css/images, all that asset stuff and the index, here we use the recommended H5BP stuff’n'structure)
views/
(this is outside of webroot and here are all of the *.twig)
» read more

1 comment

thank gawd it’s online #2

admin, 2011/10/07 04:20

it has been a nice week
and those are the links:

today some node.js resources: » read more

no comments yet

nodejs plugin for netbeans

Ivo Bathke, 2011/10/05 07:45

Over the weekend i looked for a plugin for node.js in netbeans and ended up tryin this one:
http://timboudreau.com/blog/read/NetBeans_Tools_for_Node_js

Actually its all said on the post itself: installation, features and restrictions.
So go and read it.

Its still a bit early stage and only runs on a nightly-build netbeans but it already has some helpful features.
» read more

1 comment

how to not cache the footer in magento

Max Girkens, 2011/10/04 05:10

With some advanced scheduled-post-voodoo i successfully managed to publish this post already yesterday with some completely unrelated queries and no text. this was not intended – please accept my apologies :P

Anyway: In the footer of my magento shop we might have a summary of the shopping cart,
which i simply put in the footer.phtml template file:
» read more

no comments yet

thank gawd it’s online #1

admin, 2011/09/30 04:35

Welcome to the first episode of our weekly link-list, which will appear every friday most likely on fridays. » read more

no comments yet

2 ways to your offline wikipedia

Ivo Bathke, 2011/09/28 10:05

… for whatever reason you might need that ;)

For both ways you will need the dumps, you get them here:
http://dumps.wikimedia.org/dewiki/latest/
The main dump is the pages-articles.xml.bz2 if you want the categories as well, you need the
category.sql.gz and categorylinks.sql.gz too.
The pages file is quite huge and will take you probably about 4 hours to download, depending on your connection.

You will also need a fresh and running installation of the mediawiki software.
Install it and here we go:
» read more

no comments yet

set up magento in multiple environments

Max Girkens, 2011/09/27 05:29

I just started digging in the shop software magento for a project and set up the following development environment.

In this scenario development is done on two local machines while products and pages beeing already edited on the “Live”-Web-Server.
Git is used for version control and deployment. Also FTP SSH. » read more

1 comment