Entries for month / September 2011

Sep 17 / Read and process hash tag URL
Tags / JavaScript, / Tips & Tricks
View count: 17398

Using hash tag links is a popular practice between AJAX calls based websites as hash tag URL extension can be easily changed without reloading the page. This post will show you how to read the part of URL after the hash tag and process it to the specified function. Read inside to see how it really works.

[ Read more ]

Sep 14 / External hash tag link and Internet Explorer bug
Tags / JavaScript, / Tips & Tricks
View count: 18668

If you are jQuery fan and building a web site with some animations you will (most likely) end up using hash tag links. But if you ever try to open them using external souce link you may bump into a very unpleasant surprise. Using the 'notorious' Internet Explorer such links, once opened will automatically refresh the page at your very first click.

Look inside for a very simple workaround to this little, but quite annoying bug.

[ Read more ]

Sep 07 / New partner - Intelligent Clout inc.
Tags / News
View count: 6764

kartogram and intelligent clout

Let us introduce you to our new partner - Intelligent Clout Inc. These guys are all about online presence and marketing and with their expertise in a reach we are now able to offer even wider range of services!

[ Read more ]

Sep 05 / jQuery Custom Content Scroller custom scroll
Tags / jQuery
View count: 13535

If ever an idea of custom styled scrollbar crossed your mind you have probably heard of jQuery Custom Content Scroller plugin already. It works a treat in bringing your design to new heights. And in appreciation of this amazing plugin below you will find some code which will add that little bit extra of the missing functionality.

Scrolling to the custom parts of the page using combination of links and anchors.

[ Read more ]