Tag Archives: web design
Sally Kolar Photography
Sally, a great photographer in the Augusta, GA area wanted help putting up a website that was easy to maintain and looked professional. I helped her out and set her up with a wordpress install, some essential plugins and a few themes! She is ecstatic!
Check out the site here: http://sallykolar.com/ and book her if you’re [...]
Interactive Image Viewer v1 @ FlashDen
I’ve re-purposed an old project of mine, the interactive pog portfolio viewer, to FlashDen. I call it the pog portfolio because each work is represented by a circle, or pog, and you play ith it in the “bay” with different interactive physics configurations. When you click a pog you can view a close up image [...]
Posted in portfolio Also tagged abstract, actionscript, analytics, animation, as2, circle cube, color, download, experiment, flash, flashDen, game, interactive, open source, physics, portfolio, review, work, xml Leave a comment
APB Speakers Website
Website designed and implemented for American Program Bureau. Integartes flash content and video with html, all styled with css. Mock-up designed and approved with photoshop; built and implemented with dreamweaver (html/css) and flash. Visit the live site at American Program Bureau.
Posted in portfolio Also tagged actionscript, css, dreamweaver, drupal, graphic design, html, interactive, photoshop, portfolio, website, work Leave a comment
APB Website | Before and After
APB are the guys who organize public speakers, whoever you saw speaking at the last graduation or other ceremony was probably done through the American Program Bureau. They have connections! Many many people, from movie stars, to famous writers, to nobel peace prize winers! So for your next party, give them a try. They had [...]
Posted in portfolio Also tagged actionscript, as2, blog, css, dreamweaver, drupal, flash, html, interactive, video, website, xml Leave a comment
SuperBookMarker Web App Design
Social Bookmarking master site built for StomerNet SMARTS (Social Marketing Traffic Secrets) members for easy social bookmarking. Minimalist design for clear presentation of organized sortable data. Implemented javascript (jquery) libraries for sorting and paging tables, javascript used to control visibility of elements on the page. Very simple and organized design, but still contain loads of [...]
Posted in portfolio Also tagged css, dreamweaver, html, interactive, javascript, jquery, php, portfolio, stompernet, website Leave a comment
StomperNet’s Stomper Universe | Interactive Flash Site Map
StomperNet now has a site map. Only it’s much bigger than just a site map, we’re calling it Stomper Universe! It contains all the pieces parts that make up StomperNet. It links to different sites, video series, tools, and more by giving a 3D interactive space to inspect the thumbnails and click through to the [...]
Posted in portfolio, work Also tagged 3D, abstract, actionscript, animation, as3, flash, interactive, stompernet, website 2 Comments
Using CSS Attribute Selectors to Stylize HTML | Style outbound links | Tutorial
Intro to CSS
We use css to apply styles to certain elements on the page, we can target any div like this:
HTML
1<div>Text</div>
CSS
123div {
css-property: value;
}
Any class selector <div class=”divClass”> like this:
HTML
1<div class="divClass">Text</div>
with this:
CSS
1234567div.divClass {
css-property: value;
}
<!-- or simply -->
.divClass {
css-property: value;
}
or any id selector, <div id=”divID”> like this:
HTML
1<div id="divID">Text</div>
with this:
CSS
1234567div#divID {
css-property: value;
}
<!-- or simply -->
#divID {
css-property: value;
}
These are [...]






















Circlecube Freshens Up … for you!