What’s the difference between categories and tags in Jekyll?

It seems to me that the only important difference is that categories can be used in the post url – a post inside the “beer” and “food” categories, by default, will have this url: /food/beer/2008/09/09/foo-bar.html Instead of this one: /2008/09/09/foo-bar.html See the post tests for details Tags have no influence in the urls, at least … Read more

How to blog code at wordpress.com [closed]

See here: http://en.support.wordpress.com/code/posting-source-code/ Wrap your code in these tags: [sourcecode language=”css”] .. [/sourcecode] (or shorter [code lang=’css’] .. [/code] ) Note that Visual Editor doesn’t interpret the tags, you need to click Preview to see how it works. Available language codes: actionscript3 bash clojure coldfusion cpp csharp css delphi erlang fsharp diff groovy html javascript … Read more

Which HTML5 tag should I use to mark up an author’s name?

Both rel=”author” and <address> are designed for this exact purpose. Both are supported in HTML5. The spec tells us that rel=”author” can be used on <link> <a>, and <area> elements. Google also recommends its usage. Combining use of <address> and rel=”author” seems optimal. HTML5 best affords wrapping <article> headlines and bylines info in a <header> … Read more

Heroku free account limited?

Heroku provides, for free, a 5MB database Heroku provides, for free, 1 dyno. A dyno is an instance of your application running and responding to requests. If each instance of your application can serve each request in 100ms, then you get 600 requests/minute with the free account. Your application code and its assets (the slug) … Read more

Formatting code snippets for blogging on Blogger [closed]

I’ve created a blog post entry which explains how to add code syntax highlighting to blogger using the syntaxhighlighter 2.0 Here’s my blog post: http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html I hope it helps you guys.. I’m quite impressed with what it can do. Above Links stopped working. Try using http://hilite.me/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)