Create a CSS3 Table with jQuery Hover Effect

Tables are essential in representing organized data yet somehow they’re relatively left behind in the design department. That’s why it is always a welcome treat to come across tutorials like this one from Catalin Rosu. Sample screenshot of end product In this tutorial we’re going to use CSS3 to design the table and jQuery to [...]

Continue Reading →

Display Your Photos with Ultimate Photo Widget!

Ultimate Photo Widget allows you to display photos from your Flickr, Tumblr, and Pinterest accounts. And why the ‘ultimate’ monicker? Pretty much the same answer — because it allows you to display photos from your Flickr, Tumblr, and Pinterest accounts in three different styles: vertical, tiles, and slideshow, and that’s saying a lot! Hit this [...]

Continue Reading →

Sausage: A Cool jQuery Add-on For Infinite Pagination

Here’s a cool feature for everyone who’s using the infinite scrolling feature on their website. It is a jQuery widget created by Christopher Cliff and it is called Sausage. What it does is that it adds a series of graphical elements on the right side of the browser window next to the scroll bar that [...]

Continue Reading →

Meebo Me! Instant Messaging Widget For WordPress

Interact with your blog readers in real time with meebo me, a widget that will place an IM window or chatbox in your website where you can chat with your visitors using your favorite IM networks like MSN, Yahoo!, GoogleTalk, AIM, jabber, etc. Creating and customizing the look of your Meebo Me widget is a [...]

Continue Reading →

30 Impressive and Innovative Business Card Designs

A business card is an important element of your business identity and a great way to make an impression on potential clients and partners. Aside from convenience, there are virtually no set rules for making creative card designs. Enjoy the following designs we compiled for the first quarter of 2012! Incoming search terms for the [...]

Continue Reading →

Display A Pinterest RSS Widget In WordPress

Share your Pinterest activities to your WordPress blog readers the easy way with the Unofficial Pinterest RSS widget! This plugin places an RSS widget on your sidebar, displaying images, captions, and links from your latest Pinterest activity both in WordPress AND Pinterest. Click on the image for more info on the widget. Customization features include [...]

Continue Reading →

How to Make CSS Tabs with Rounded Corners

Designing menu tabs with rounded corners without using images isn’t as easy as it appears, but web developer Menno van Slooten has come up with a really good tutorial on this. Click on the image to view the demo, then download the file. In this tutorial, we’ll using CSS :before and :after pseudo elements to [...]

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 →

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 →

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 →

Page 14 of 20« First...«1213141516»...Last »