40 Free HTML5 and CSS Templates

  Today I’m sharing a bunch of free downloadable templates that were created with HTML5 and CSS3. HTML5 Theme This minimalist template with pink accents comes with an Ajax-powered PHP contact form. OWMX-1 OWMX-1 is a nice two-column template designed with HTML5 and CSS3. DesignStudio This cool grungy design is perfect for personal or music [...]

Continue Reading →

BoxyMenu – A Fast and Simple Link Box Navigation Menu

This is a fairly new plugin from the guys at EGrappler.com. It’s called BoxyMenu and it’s a navigation menu plugin that has a very unique design. Instead of having the usual submenu pop out and slide down below the hovered item, the item itself will scroll upwards, revealing the submenu underneath it. Click on the [...]

Continue Reading →

Sprint NBA 2011-2012 Mobile App

Good news to all NBA fanatics out there! The NBA has teamed up with Sprint and launched its new mobile app for the league’s 2011-2012 season. The app’s main features include League Pass, a live home and away radio broadcasts, live ESPN games broadcast on Sprint TV, best play highlights of the game, schedules, live [...]

Continue Reading →

15 First Quarter Photoshop Brush Packs for 2012

Here are 15 Photoshop brush packs for the first quarter of the year! These all work on Photoshop version CS3 to CS5 and are FREE for download so far (but check with their creators every so often for updates on terms and conditions). If you have a particular brush set you think ought to be [...]

Continue Reading →

jqFancy Transitions: Image Gallery Plugin with Special Transition Effects

Click on the image above to view the tutorial. Front-end engineer Ivan Lazarevic created jqFancy Transition, a multi-format plugin that offers several transition animation effects. Check out both the demo and download!

Continue Reading →

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 →

Page 9 of 284« First...«7891011»...Last »