10 reasons of why I love Drupal :)
5 Dec, 2011
I'm in love with Drupal and it's getting kinda serious. We live together, we spend much time together, we know a lot about each other. We respect each other and we're building wonderful common ground :) I hope you enjoy my explanation of my affection for Drupal my friends :)
Synapse Launcher - Drupal module
29 Okt, 2011
After a while I decided to share another wonderful piece of work I've done :) I've been very busy lately, lot of stuff going on, but it's time to fix this hehe. So today I have a great Drupal module for you guys, it's called Synapse Launcher.
23 Júl, 2011
While working with drupal I discovered I could use some simple navigation tool, or helper to find what I want quickly. This was caused by somewhat messy (in terms of complexity) navigation admin menu present, but there was also complexity growing with each module and I just thought these things could be done easier. I'm not saying drupal is messy, I love drupal :D But I'm a wicked dreamer and passionate developer and so I decided to make an awesome tool for this.
5 Mar, 2011
Another cool jQuery plugin i made to spice up the content :) It shows cool info bubbles around the desired area with many settings providing flexible customization options. Check it out ...
25 Dec, 2010
Editing data is usually done using forms but you'll somethimes find yourself in a situation where you need really just a simple edititation, where a form or perhaps another section in your admin just seems not right for the job. This plugin may help you with that.
24 Dec, 2010
Very simple jQuery plugin for displaying informations (tooltips) in a neat and easy way. It's very small and efficient. Read on for more info ...
8 Dec, 2010
This is an extremely simple jQuery plugin ... It's something you think about while coding from time to time, but you never get to actually doing it. Here's the fix for you, enjoy :D
14 Jún, 2010
In this article i will talk about coding standards and code hygiene in general. This is a highly underestimated theme even though it's a great way to increasy both code effectiveness and understandability - especially when other people have to deal with our code.
Sound Blaster Audigy on Windows 7
3 Feb, 2010
As I described in my previous article I had a tough time getting my Sound Blaster Audigy to work correctly (Drivers, Control center and everything). If you're interested in how I solved these problems read on ...
15 Jan, 2010
My first Windows 7 experience. How did the installation go, what surprised me in a good way, what disappointed me, what problems I faced and how I solved them ... And how do I feel about my new Windows 7 Ultimate ? Read on :)
2 Jan, 2010
jQuery plugin for displaying image thumbnails in a neat way. I developed it for my pages, since I wanted such an effect. Like all stuff here it's free to use for everyone.
31 Dec, 2009
Last week I was working on my CMS and I found out I need to implement a tree structure menu. I thought there will be a lot of such plugins for jQuery already. Well, there were some, there were not much, but what's really important, none of them did fit my expectations right.
4 Okt, 2009
Today I launched my subdomain - apps.prokvk.com. For some info about this step read on :)
4 Okt, 2009
Creating an overlay element over a page is quite simple, but since I use it on many different places I decided to generalize this ...
Code syntax highlighting on your pages
29 Sep, 2009
Since I am a web developer I knew I'll need to public some code samples in my articles. But there's of course a difference between code and code with syntax highlighting. Highlighted syntax is just fancy and I definately wanted that on my pages. So I started to search for a solution and here it is.
19 Sep, 2009
As i was applying new layout on my pages I had to face a problem. Ineeded to make footer stick to the bottom of the page at all times.Since that wasn't that easy as I expected I decided to share mysolution.
24 Apr, 2009
I am using TinyMCE as my default WYSIWYG editor in my CMS for some time, but I was facing problems with implementation custom link list in dialogs every now and then so I finally put together working solution.
18 Mar, 2009
I was implementing a XLS file PHP generator recently and I stumbled upon a problem with the XLS file charset, which I needed to be UTF-8. Here is how I solved this problem ...
1 Mar, 2009
JavaScript form validation will never replace the server side validations, but can be really useful and even helpful for the users. I'm not talking just about validation itself, it can be really interactive.
26 Feb, 2009
Did you ever need HTML Elements absolute position / coordinates ? I coded one function for this purpose a while ago and I consider it very useful and handy.
11 Feb, 2009
Today I stood before a decision - how to make table sort fast (dirty or not). Yes, AJAX is always an option, but I was kinda lazy to go that way today. Google > tablesorter jQuery plugin. Let's see, yes, pretty neat. I was sceptical though - will this work with default EN chars or will this work generally. Well, it didn't, but since it was considered quite easy I decided to make this right.
21 Jan, 2009
Using jQuery with other libraries ? You can find a whole article about this directly on the jQuery page. RTFM is what I always say. Well, sometimes it's just not good enough.
18 Jan, 2009
Browsing through jQuery plugins gave me an idea to use accordion, neat JavaScript effect to toggle content. There are many accordion plugins or standalone solutions, but not one of them fitted my needs. So I created my own accordion like effect.
5 Jan, 2009
I was working with JavaScript for quite some time till I stumbled upon a simple problem. The question was: How can I extend default JavaScript objects? I'm quite surprised this problem didn't show up earlier, but anyway, I had to face it recently. I knew that objects can be prototyped, just never did it myself till then.
Writing JavaScript ? Think jQuery
5 Jan, 2009
This one will be really short. I just want to share my recent fantastic discovery. I can help the fact that this will sound like a jQuery commercial, but I have to say:Writing JavaScript ? Think jQuery.