Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

Updates

$
0
0
I have managed to update my web page and I've added one nice feature to this blog.

Web page:

http://bartlomiejfilipek.pl/
I have some space on the using 1&1 hosting provider. There I have my portfolio, docs and resources for my classes. I look for some alternatives, though. For instance building such home page using only Blogger and using dropbox for file server. Or maybe add github pages as  my site for classes/lectures resources. That way I could resign from paid web hosting solution.
  • In Portfolio section you can find my old projects from even high school and studies.
  • In Teaching sector there are resources for my classes (most of them are in Polish only)
  • In Docs page there are some articles and presentation that I've made over the years. My Master's thesis is located there for instance.
I tried to improve the layout of the page. I went to minimalistic style and I tried to mimic the style of my Blog. Fortunately in couple of minutes it could be done by just changing the CSS,

Blog update

I've simply added SyntaxHighlighter to the blog and that way I can put code in nice layout and style. For instance:
Instead of:
#include < iostream >

using namespace std;

int main()
{
cout << "Hello World!" << endl;
return 0;
}

I can have:
#include < iostream >

using namespace std;

int main()
{
cout << "Hello World!" << endl;
return 0;
}

It looks much better :)
If you want to have similar feature, go to the page: http://alexgorbatchev.com/SyntaxHighlighter/

icon from: openclipart.org

Viewing all articles
Browse latest Browse all 325

Trending Articles