I use my blog to record and share my knowledge, but also to present to possible employers my skills. I use it like a marketing tool for my persona. For this, I need to make available not only the RSS and twitter account, but also resume profiles like Xing, LinkedIn and Facebook.
Tag: WordPress
How to add SyntaxHilight in a child theme for the Wordpress blog. THis way you'll be able to update your theme without losing the additional scripts that customise it. Or move to another theme while keeping your favorite scripts attached to it.
Few easy steps to add your Silverlight application to your favorite blogging system (mine is Wordpress).
As a Ruby developer, I work quite a lot with their “special” plugins called gems. The nice fact about the gems is that they bring lots of functionality. By example, there’s a gem for paginating a collection who takes just few parameters and not only that finds out how many objects the collection has, but also how to split them, generating the corresponding links and serving to the original container (that used to show the entire collection) only the collection part that is representative in the context of current page and items per page. Before someone new to a specific […]
While working in Uni Bonn, I wanted to add ui-icon to JQuery tabs. This is how I did it: I've added .ui-tabs .ui-tabs-nav li a img into the css style and class="ui-state-error" to the container, thus all users will focus on the important tab. But you can read about the the entire process on my blog.
My "Windows Live Writer" won't upload images to WordPress. Uploading images with LiveWriter to Wordpress can be a painful experience if you don't read the logs! Here I present how I solved this issue on my blog.
In this article I present a script that sets the first image in a post as default image for sharing links in Facebook.
Windows Live Writer is one of the most popular blog authoring tool that I also happen to like and use because of its features – I especially enjoy the Preview tab. But it has a drawback - no Syntax Highlighting of my code! Let me tell you how I solved this issue.
So I applied for Technorati enrollment and they gave me the KNQ3S98TZ58S token for verification. I have to just create a new blog entry and publish in it to verify my domain claim. That’s the price to get into their area. Enjoy!
This weekend fun was adding to my website the cool sliding control from Jérémie Tisseau website. As pretty it was, I immediately started thinking it as a container to my BNR exchange rate page. The coding worked well, with just few modifications.
While working on my webslice, I wanted to add some content to let the users know what’s happening on the website. So I was thinking to provide some random posts from my blog. Most of us know how to use the WordPress default methods to get the posts, to ask for random ones, but how to do it outside the warm WordPress environment? I started digging in MySQL help (soon I should become a guru 😉 ) and find out that it is quite simple if all you want to do is to return some random rows from a table, […]