vTip on delicious.com

July 15th, 2009 by dave. No Comments »

vTip (our lightweight tooltip plugin) is on the front page of delicious! Thanks to everyone who has supported us, and watch out for the new improved version 3 coming soon!

vTip Featured on Ajaxline

May 27th, 2009 by dave. No Comments »

vTip has been featured on AjaxLine’s 30 Best jQuery Plugins for May 2009! It’s nice to see people are appreciating and using them across the web.

We’ve just release version 2, which includes a minified version of the code bringing it down to 0.7KB, and 1KB in total with the images and CSS.

vTip on jQuery.com

May 23rd, 2009 by dave. No Comments »

vTip is now available on jQuery.com, have a look and give us a positive vote!

jQuery UI Tooltip Plugin

May 15th, 2009 by dave. 8 Comments »

UPDATE: There is now a dedicated page: jQuery vTip.

We’ve looked around for a nice jQuery tooltip plugin and failed to find one that suited us, and we specifically wanted jQuery UI integration so the styling is done using whatever theme you are rolling.

To use it attach a class of vtip to any element, and give it a title. For example, <a href=”test.html” class=”vtip” title=”This is the tooltip!”>Link</a>.

Here’s the code, feel free to use it and drop us a backlink if you care:

/**
Vertigo Tip by www.vertigo-project.com
Requires (kind of) jQuery UI, and (definately) jQuery
*/

this.vtip = function() {
    xOffset = 5; // x distance from mouse
    yOffset = 20; // y distance from mouse       

    $(".vtip").hover(

        function(e) {
            this.t = this.title;
            this.title = ''; //stop the actual title showing

            $('body').append( '

' + this.t + '

' );
            $('p#vtip').css("display", "none") //hide it
                       .css("position", "absolute").css("opacity", "0.9").css("padding", "10px") //style
                       .css("top", (e.pageY + yOffset) + "px").css("left", (e.pageX + xOffset) + "px") //position
                       .fadeIn("fast"); //show it
        },
        function() {
            this.title = this.t; // set the title back

            $("p#vtip").remove();
        }

    ).mousemove(

        function(e) {
            $("p#vtip").css("top",(e.pageY - xOffset) + "px")
                       .css("left",(e.pageX + yOffset) + "px");
        }

    );            

};

jQuery(document).ready(function($) {
    vtip();
})
Reblog this post [with Zemanta]

Almost April Update

March 27th, 2009 by dave. No Comments »

Long time no speak! We’ve been busy working on Vertigo Rentals – a product we’ll soon be releasing which allows you to run and manage a rental system for apartments!

We hope it have it available some time next month, so stay tuned as the first 50 sales will be getting a discount!

Twilight Series ZA

March 21st, 2009 by darryl. No Comments »

We’re proud to announce the addition of Twilight Series ZA to our network of blogs.

Twilight Series ZA provides an in depth look into the characters, their abilities and relationships. It aims to bring the latest news on the movies, books, actors and more. Visitors can participate in discussions, comment on posts or just enjoy the read.

After having read the books and seen the movie numerous times, I wanted to create a place where other fans of the series would have as much information as possible found at a single source.

Danielle,
Administrator of Twilight Series ZA

Be sure to check it out and bookmark it if you are crazy about the Twilight Series.

Two New Job Boards

February 13th, 2009 by dave. No Comments »

We’re proud to announce the launch of two new free, focussed South African job boards!

The first is an accounting and related jobs and job board designed to help firms and individuals find positions from tax, to clerks, and more. Feel free to have a look: Find South African Acountant Jobs.

The second is similar, but focussed on pharmacy and related jobs. From head pharmacists to students to cashiers you should be able to find anyone or any job you need: Find South African Pharmacist Jobs.

Thanks for your continued support, and remember to keep sending suggestions in on any niche boards you’d like to see!

Reblog this post [with Zemanta]

Entropy Revamped

January 7th, 2009 by dave. No Comments »

We have just recently revamped Entropy, our tech/gaming blog with a brand new theme and a lot of content/plugins etc. Please have a look and let us know what you think!

Reblog this post [with Zemanta]

Call Centre Jobs

December 23rd, 2008 by dave. No Comments »

We’re proud to announce we’ve released our third niche focused South African Jobs site! Call Centre jobs is a South African focused job board to assist both people and companies in making connections.

Please have a look and feel free to leave any suggestions here, Find Call Centre Jobs South Africa.

Reblog this post [with Zemanta]

Google App Engine

December 17th, 2008 by dave. No Comments »
Image representing Google App Engine as depict...
Image via CrunchBase, source unknown

Finally, we have an account for Google App Engine! We’ve been playing around with Amazon, Facebook and more trying to find a flexible and powerful way to move forward with our new project and this might just be perfect.

Have a look at the details if you’re interested (http://appengine.google.com/) – once we’ve done some more investigation we should have some more new up here.

Reblog this post [with Zemanta]
next »

Snapt