Stickers: A Fun & Effective Way to Promote Your Blog [Sponsored Review]

If you haven’t heard of this wacky yet effective blog promotional method, then it’s high time that you tried it: stickers! That’s right, using stickers is a foolproof way to spread the word about your URL offline. And it’s damn fun too. There are a few factors to consider when designing stickers as a blog [...]

Continue Reading →

Creating Direction-Aware Hover Effect

Here’s another good CSS3 and jQuery tutorial from awesome web developer Mary Lou. Her creation is a direction-aware hover effect using these two elements. Reminder: This only works on browsers that support CSS transactions. Unordered list for thumbnails and descriptions overlays: <ul id=”da-thumbs” class=”da-thumbs”> <li> <a href=”http://dribbble.com/shots/502538-Natalie-Justin-Cleaning”> <img src=”images/7.jpg” /> <div><span>Natalie & Justin Cleaning by [...]

Continue Reading →

Import And Display RSS Feeds In WordPress Using Fetch_Feed()

Today’s featured WordPress tutorial is a hack made by Dan Gayle, and it enables you to display any RSS feed on your blog. It may have been around for quite a while but it is still as useful now as it was back then. There are a whole lot of tutorials out there that teach [...]

Continue Reading →

How to Create an Illusion of Stacked Elements with CSS3 Pseudo-Elements

Tom Kenny demonstrates how you can create the illusion of simple stacked elements with CSS3 pseudo-elements. HTML <div> <img src=”image1.jpg” /> </div>   CSS .stack { position: relative; z-index: 10; } /* Image styles */ .stack img { max-width: 100%; height: auto; vertical-align: bottom; border: 10px solid #fff; border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: [...]

Continue Reading →

Business Cards: Still Relevant or Not? [Sponsored Post]

Since online business transactions had gained a firm foothold in international industries, some traditional promotional methods have slowly faded into the background. One such method is the use of business cards. But are business cards really obsolete as they say? The answer is no. Business cards are still a highly useful tool for promoting one’s [...]

Continue Reading →

How To Update WordPress Automatically Without Using FTP

In my previous post I featured a tutorial on how you can upgrade your WordPress version using SSH (Secured Shell) protocol. Well, guess what? I found another great alternative for you to consider in updating your WordPress and its plugins to a newer version. What makes this different from the previous one I posted is [...]

Continue Reading →

How to Create Dynamic Stack of Index Cards with CSS3

Here’s a cool CSS3 tutorial from Designlovr and it shows how you can create a dynamic stack of index cards. HTML markup <body> <div id=”wrapper”> <ul id=”index_cards”> <li id=”card-1″> <h3>Card 1</h3> <img src=”images/t9tuqui_trans.png” height=”130″ width=”130″ alt=”Toucan” /> <p>Name: Toucan<br /> Age: 5<br /> Size: 50 cm<br /> Weight: 600 g<br /> Food: Fruit<br /> Toucan [...]

Continue Reading →

Create Bokeh with CSS3 Gradients

Here is a nice background image that might be useful in your design. It’s a bokeh image from Divya Manian, who has created this fabulous decorative background using CSS3. Her reference to the bokeh image’s characteristics are as follows: Circles are close to each other and should be in groups with each group having same [...]

Continue Reading →

How To Customize the WordPress Admin Login Logo

Here’s a great quick tutorial that will let you customize the default administration (wp-admin.php) logo on the login screen. This can be a nice little WordPress trick to know especially if you’d like to impress your client a little bit, because after all, nothing feels quite like having to see your own brand or logo [...]

Continue Reading →

Beginners’ Tips On Printing Services [Sponsored Post]

Utilizing the best printing services plays a vital role in promoting one’s business. Nowadays, there are different companies offering their services be it online or offline, which are easier to produce and much more accessible than before. Because of this, it’s not hard to find a good-quality printing services that are right for your budget. [...]

Continue Reading →

Page 3 of 4«1234»