How To Reverse Text with CSS

Flip over your text as web design elements with CSS! This first code flips each letter horizontally making them face towards the left while retaining their original positions and sequence. CSS .one {-webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg); -ms-transform:rotateY(180deg); transform:rotateY(180deg); unicode-bidi:bidi-override; direction:rtl;} HTML <span >Test number one.</span> The second code flips the letters’ direction, position, AND sequence. What [...]

Continue Reading →

15+ Stylish Green-Themed Business Cards

The color green implies nature, tranquility, and — you guessed it — money. So here we’ve compiled a useful list of both stylish and quirky green-themed business card designs from awesome designers! Graphic Designer Taste of Ink CreativeWitty Pixel Design David Crow Plant Raisers Badbon Mona Vie Ordered List Uncle Spence Vive Tile Cuckoo Story [...]

Continue Reading →

Filters - A jQuery Animated Image Filter Plugin

This amazing jQuery plugin is sure to be an asset to photo or image gallery website owners! Aptly called Filters, it’s created by web developer Marcin Dziewulski from Poland. Click on the image to grab the plugin! This plugin allows the user to view a set of images in a group or collection via predetermined [...]

Continue Reading →

10 Cool jQuery Slider Tutorials

jQuery is essential in creating a wide range of apps, plugins, and programs designed to help maximize your website design. When used in making sliders, jQuery helps produce lightweight yet extensive and highly useful applications. Here are 10 tutorial sites on creating highly useful jQuery sliders that can amp up your WordPress blog. Click on [...]

Continue Reading →

Tracking Post Views Without Plugins for WordPress

Kevin Chard‘s nifty hack allows you to track post views without using any plugin in WordPress. Instead, it uses post meta, inserting a code in the functions.php, and a couple of other steps. Insert this code inside your functions.php file: function getPostViews($postID){ $count_key = ‘post_views_count’; $count = get_post_meta($postID, $count_key, true); if($count==”){ delete_post_meta($postID, $count_key); add_post_meta($postID, $count_key, [...]

Continue Reading →

jQuery Scrolling Deck Plugin

John Polacek’s jQuery Scrolling Deck is a plugin that makes your scrolling presentation easy.   Here’s a rundown of the code:   $(document).ready(function() { var deck = new $.scrolldeck(); });   You can modify the settings $(document).ready(function() { var deck = new $.scrolldeck({ buttons: ‘.nav-button’, slides: ‘.slide’, duration: 600, easing: [...]

Continue Reading →

How to Create Unicode Icons With CSS

These Unicode icons are a neat an alternative to using images (i.e. gifs) as symbols for your website. CSS a[href^="mailto:"]:before { content: “\2709″; } .phone:before { content: “\2706″; } .important:before { content: “\27BD”; } blockquote:before { content: “\275D”; } blockquote:after { content: “\275E”; } .alert:before { content: “\26A0″; } :before, :after { color: purple; } [...]

Continue Reading →

15 WordPress Business Themes

For the first quarter of 2012, Templatemonster features 15 new WordPress themes for your corporate websites, which are highly recommended for small and medium-scale businesses. Amp up your business site with these sleek and professional themes now!   Dual Color Scheme Business Clean Style   Business WP Theme with Featured Image Slider on Front Page [...]

Continue Reading →

Incredible CSS Transitioning ShareBar

This cool animated share button transforms from one single element into four elements each representing a link to a social site! This Sharebar uses the following pseudo classes: :first-child:before :nth-child :last-child :hover And some CSS, namely: box-shadow, transitions, border-radius, transform, and gradient background. Click on the image to view the transitioning demo. You can also [...]

Continue Reading →

20 Beautiful New Photoshop Brushes for Your Design

Here are 20 beautiful and fresh Photoshop brushes that you can add to your creative arsenal. Light Flares Set 1 Photoshop Brushes Tree   4 Corners Swirls   Abstract Brush Flare and Streaks Texture Pack   Ninja Brushes 05 and Fractal   Light Ray Brushes   Smoke Brush Pack Abstract Brushes   Dragon Writing   [...]

Continue Reading →

Page 4 of 5«12345»