AloneAndContent.com
Monday March 30th 2009, at 12:04 am

About one year ago I embarked on a very special journey, by accepting what was an exceptionally important project. A project driven by someone I am happy to be acquainted with, who is nothing less than stellar.

Gwenn Voelckers, visionary of AloneAndContent.com, along with her sister Anne Palumbo and graphic designer Kevin Siebert, shared in my excitement today as we celebrated the completion of Gwenn’s site — complete with some bubbly! It is not often that I am privileged to build a site that exhibits true heart and soul . In a world filled with commercialism and consumerism, it is really an oasis to work with a person like Gwenn, dedicated to her masterpiece, Alone and Content — a wonderful canvas of expression and color.

If you have a moment, please visit AloneAndContent.com.

Enjoy.

TwitterFacebookDiggStumbleUponDelicious
Tags: , ,
Posted in Uncategorized | No Comments »


RochesterSubway.com
Wednesday February 25th 2009, at 2:08 am

Check out http://www.rochestersubway.com, for those of you who live in Rochester. It’s always captured my imagination that Rochester used to have a subway, and it makes me ask a lot of “what ifs”. I have the poster too, and it’s awesome.

TwitterFacebookDiggStumbleUponDelicious
Tags: ,
Posted in Uncategorized | No Comments »


jQuery slideToggle() animation jumping and flickering issues
Tuesday January 27th 2009, at 5:29 pm

jQuery’s slideToggle() method is great for creating things like accordions. Unfortunately it seems I am not alone when I say it’s buggy. The sliding animation can flicker and/or appear to jump, depending on the browser and version of jQuery.

After much trial and error, I realized that this problem can be solved by applying an explicit width (with CSS) on the element being animated. The below code is tested and working in IE6, IE7, and FF3. With jQuery 1.2.1, 1.2.3, and 1.3.1.

I hope this saves someone else a few hours.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
<script type="text/javascript" src="jquery-1.2.3.pack.js"></script>

<style type="text/css">
/* Expanders */
.expander-group {
    width: 440px;
}
.expander .expander-title {
    cursor: pointer;
    font-size: 20px;
    padding: 5px 0 5px 10px;
}
.expander {
    border-bottom: 1px solid #75736F;
}
.expander-content {
    width: 440px;
    display: none;
}
.expander-inner {
    padding: 6px 0 6px 15px;
}
/* */
</style>

<script type="text/javascript">
    jQuery(document).ready(function($) {
        $(’.expander > .expander-title’).click(function(e) {
            var content = $(this).siblings(’.expander-content’);
            content.slideToggle("normal");
        });
    });
</script>

</head>
<body>
    
<div class="expander-group">
    <div class="expander">
        <div class="expander-title">A title here</div>
        <div class="expander-content"><div class="expander-inner">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas placerat elit sed pede. Donec ut elit. Curabitur massa sem, auctor non, malesuada nec, pretium a, diam. Proin libero. Vestibulum condimentum mauris id leo. Vivamus in mauris eget ante molestie tincidunt. Suspendisse risus. Vivamus mattis sagittis diam.</div></div>
    </div>
    <div class="expander">
        <div class="expander-title">Some title here again</div>
        <div class="expander-content"><div class="expander-inner">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas placerat elit sed pede. Donec ut elit. Curabitur massa sem, auctor non, malesuada nec, pretium a, diam. Proin libero. Vestibulum condimentum mauris id leo. Vivamus in mauris eget ante molestie tincidunt. Suspendisse risus. Vivamus mattis sagittis diam.</div></div>
    </div>
</div>

</body>
</html>

TwitterFacebookDiggStumbleUponDelicious
Tags: ,
Posted in Uncategorized | 2 Comments »


Two New Websites Up!
Thursday October 16th 2008, at 8:52 am

The first I forgot to mention when it went up. Cook’s Champagne.

The second is a great wine, Paso Creek.

Drink and be merry :)

TwitterFacebookDiggStumbleUponDelicious
Tags: ,
Posted in Uncategorized | 3 Comments »


Web Developer’s Checklist
Thursday October 9th 2008, at 3:56 pm

First I thought about writing one of my own, then I thought, “I’m sure someone else has already done this, and done it well.” And indeed they have. Check out this web developer’s checklist. Serves as a helpful reminder to novices and experts alike.

TwitterFacebookDiggStumbleUponDelicious
Tags:
Posted in Uncategorized | No Comments »




MYFAVS
web development • software engineering • digital strategy • social media • interaction design



CURRENTPLAY
Lead Web Developer



EXPRESSEDWITH
PHP · Joomla · MySQL



work n.
exertion; labor; toil.


play n.
activity for amusement or recreation.




copyright © vince cardillo 2012