I had the opportunity to attend the 1st Swiss New Finance Conference at the UniS in Bern, Switzerland. It is amazing to see the spirit in the start-up scene around New Finance, Next Finance or Finance 2.0. Crowdfunding and peer-to-peer…
Think about two objects. One of them we want to call Income and the other one Spending. Both of them share the very same properties: They have an amount They are based on a currency Probably they also have a…
First we want to initialize a new repository on our local machine and then commit the source.
1 2 3 4 5 |
$ git init $ git add . $ git commit -m 'Initial commit of the blog.' [master (root-commit) 87f3b95] Initial commit of the blog. 1034 files changed, 262684 insertions(+), 0 deletions(-) |
After that we create a so called bare repository to be able to copy it to our server.
1 2 3 4 |
$ cd .. $ git clone blog blog.git --bare Cloning into bare repository blog.git... done. |
Let’s make a…
You want to add some texture to your site? Visit Subtle Patterns! They offer nice textures for free. Example White Leather Check it out. There are many more!
Bootstrap is beautifully designed HTML5 / CSS front-end toolkit with awesome features, using LESS and adding responsive behaviour. It has been initially developed by two guys from Twitter. http://twitter.github.com/bootstrap/
A friend of mine put it like this: It’s hard to make a blog out of TYPO3 as it is hard to make WordPress a CMS This pretty much nails it ;) There are many extensions out there like T3BLOG,…