Jump to content

Recommended Posts

Posted

I just went ahead and did what I wanted to do since a long time. 

Yesterday at this time there was nothing. Now there's this:

http://soma.urlich.ch/

My old portfolio, taking dust, is gone for good! Now I have new shiny blog. Starting with zero, this took a couple hours to setup a complete custom blog. I'm still working out details here and there and adding new stuff I still want to. But what I need and wanted is there now roughly.

Some things used in this ProcessWire site:

- ModulesManager (of course) :)

- Hanna Code

- Repeaters (for the inline code snippets added to content by some Hanna code)

- Rainbow JS for the highlighting (http://craig.is/making/rainbows/)

- PW Comments Core module

- RSS Feed Core module

- Markup Twitter Feed (http://modules.processwire.com/modules/markup-twitter-feed/)

- Pocketgrid (there's no good grid system other than this http://arnaudleray.github.io/pocketgrid/)

- FontAwesome Icon Font

No frameworks used except PW.

I hope I'll find time to write some things about web dev in general and ProcessWire. Hope you step by now and then.

  • Like 20
Posted

Hi Soma,

I like your blog. Good job :)

If you add a feature to follow your blog posts/ PW tutorials I'll be there ;)

 - Pocketgrid (there's no good grid system other than this http://arnaudleray.g....io/pocketgrid/)

Searching a long time for a good grid solution, but already after a first look at PocketGrid... awesome!  :biggrin:

Many thanks!

  • Like 1
Posted

Thanks guys.

@martijn, yes I added some more links :)

@xeto, just added a RSS feed. Let me know if it works out for you. :)

Posted

Looking great Soma! Can't wait to start reading your posts. I hope they will be many :)

Completely personal preference, but I think that with .block-group{margin-top:-15px} and .masthead{padding-bottom:5px} the blog would look even better.

  • Like 1
Posted

great. seems as everybody is blogging these days. how do you get the spare time for this? anyway, looking forward to interesting posts. right the first one about file downloads has helped me a lot. thanks for it!

  • Like 2
Posted

Greetings,

Looking good!

You have so much material here on the forum and elsewhere that you should have no trouble making this blog a full experince very soon!

Will definitely watch your progress.

Thanks for sharing,

Matthew

  • Like 1
Posted

you're right... Tested in latest Chrome and Safari - no problem.

Only in actual Firefox and Firefox beta I have this behaviour. A bug?

Posted

nice, already subscribed via rss.

maybe use overflow: auto for the <pre>?

attachicon.gifsoma.jpg

What Browser?

This is handled by the Rainbow JS CSS with word-wrap: break-word; which will wrap long lines.

Posted

I added overflow: auto for the poor ones , jk :D

Not sure what's better, but will let it for now.

Posted

Thanks guys for all the great feedback.

I've been adding some new stuff and working on many details. I updated my first post with what is used.

I've also added a fix for the overflow issue in pre code boxes:

white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word;

Thanks for those who decided to follow my blog already, so I just need to write something interesting. But that makes it more fun when you know people are watching.

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...