WordPress Subscribe-to-Comments Plugin

Category: Code & Design
Comment On This Post

I’m sincerely grateful and thankful for everyone who’s taken an interest in reading my blog and leaving friendly comments every now and then. Until today, I was unaware that commenters on my blog didn’t receive any type of notification that I had responded to their comments. Those of you who’s left questions and remarks are probably feeling a bit ignored due to this oversight. My blog is a work-in-progress and I’m a real newbie when it comes to blogging with WordPress.

So I found and installed a plugin that will now allow commenters the ability to subscribe to the blog entries they are interested in receiving email notifications. This way, commenters will receive my responses as well as future comments by other visitors.

For all you WordPress bloggers, check out this essential plugin:
Subscribe-to-Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!

To download and install for your WordPress blog, visit Tempus Fugit by Mark Jaquith.








Abstract Watercolor in Adobe Photoshop

Category: Code & Design
1 Comment | Add Yours

This is my interpretation of a tutorial I came across on the Internet. Using Adobe Photoshop, you can create this abstract watercolor effect with any photo using layers, masks and splatter brushes. You can find parchment paper texture from Bashcorpo and download free splatter brushes from Brusheezy.

Open Photoshop and create a new document. I’m using 1920×1200.

Copy and paste your photo onto the canvas. Even though the photo I’m using here has small resolution, it won’t matter since I will be using filters that will remove any sort of pixelation.

Use transform and scale it to fit our canvas by going to Edit → Transform → Scale. Hold down the Shift-Key to keep the original aspect ratio of the photo.

Go to Image → Adjustments → Brightness/Contrast to add more brightness and contrast.

Turn the photo into grayscale by going to Image → Adjustments → Desaturate, then duplicate the layer. Name the original layer “Watercolor” and the duplicate layer “Threshold

Apply Watercolor filter to the “Watercolor” layer by going to Filter → Artistic → Watercolor. Use 12 for Brush Detail, 1 for Shadow Intensity, and 2 for Texture.

Select the “Threshold” layer and go to Image → Adjustments → Threshold. Move the threshold level to anywhere between 160 and 180.

Set the blending mode of the “Threshold” layer to Multiply. Merge the “Threshold” layer to the “Watercolor” layer by going to Layer → Merge Down. Rename this merged layer to “Photo

Now it’s time for some painting! Create a new layer called “Brush” and select some splatter brushes and start painting over your photo.

When you’re done painting, select and copy the “Photo” layer. Go to the “Brush” layer and add a Layer Mask. Alt+Click on the layer mask and you will see the canvas is now white.

Paste the image copied from the “Photo” layer.

Go to Image → Adjustments → Invert. This will hide the blacks in the layer mask to reveal the whites of the photo.

Click out of the layer mask and delete or hide the “Photo” layer. We can see our image is now in abstract watercolor!

Add a nice parchment paper texture and place it on top of the other layers. Set the blending mode to Linear Burn.

Finally, add some more watercolor splashes and a fancy text and you have your abstract watercolor design. Have fun!

For more information about the Abstract Watercolor Effect, check out Tutorial Magazine.








Digital Bokeh Effect in Adobe Photoshop

Category: Code & Design
Comment On This Post

This my interpretation of a tutorial I came across on the Internet. The process is very easy if you’re patient and follow the steps carefully. We will be using one of the coolest things in Photoshop: the super powerful Brush Engine.

First, open Adobe Photoshop and create a new document. I’m using 1920×1200.

Step 1: Creating the Bokeh brush

Select the Ellipse Tool (U) and create a circle. You can create a proportional circle if you go to Ellipse Options and select Proportional 1:1.

Use black for the color, and go to Layer → Layer Style → Blending Options. Change the Fill Opacity to 50%. Select Stroke and use 10 pixels for the size, Inside for the Position and Black for the color.

Go to Edit → Define Brush. Name it “Bokeh” and now we have a new brush! You can hide or delete the layer with the Ellipse because we only needed that shape to create the brush.

Now let’s define the brush. Go to Window → Brushes (F5). The first thing to do in the Brush Engine is to select our new Bokeh brush. The size won’t matter because you will change that when you use it. The Spacing, however, is very important. Change the value to 100%.

Select Shape Dynamics. Change the value of Size Jitter to 100% and Minimum Diameter to 50%.

Select Scattering. Change the value to 1000%. Also, increase the Count to 5 and lower the Count Jitter to 1%.

Select Other Dynamics. Change the values of Opacity Jitter and Flow Jitter to 50%.

Now that the Bokeh brush is ready, you will need to set the stage for your canvas.

Step 2: Creating the Canvas

Create a new layer and fill it with a very dark gray (#262626), not black. If you fill it with black the effect won’t work.

Go to Layer → Layer Style → Blending Options. Select Gradient Overlay. Change the Blend Mode to Overlay and Angle to 45º.

Change the gradient colors by clicking on the color box to open the Gradient Editor. The colors I used are: Yellow (#FFF799), Cyan (#1BDAEB), Purple (#9B3B81), and Orange (#D27E34).

Step 3: Paint!

Now that the stage is ready, we’re ready for the fun part, let’s paint! Create a new Folder in the Layer Palette. Rename the folder to Bokehs and change the Blend Mode to Color Dodge.

Create a new layer inside the Bokeh Folder. Choose white for the color and select the Brush Tool (B). Start painting some ellipses with our custom brush. For this first layer use a big size, like 500-600px.

Go to Filter → Blur → Gaussian Blur. For this first layer use 20 pixels for the Radius.

Create another layer and paint more brushes. This time use a smaller size for the brush, like 350-400px. Again blur the layer by going to Filter → Blur → Gaussian Blur. Use 4 pixels for the Radius.

Create another layer and repeat the previous step, this time use a much smaller brush, like 200-275px. Apply the Gaussian Blur to this layer as well, but use only 1 pixel for the Radius.

You can try different shapes for this effect, like hexagons or hearts for example. Play around with the blurs to add more depth to the final design. It’s entirely up to you! Have fun creating your digital bokeh wallpaper!

For more information about the Digital Bokeh Effect, check out Abduzeedo’s Tutorial.








Web Browser Compatibility Check

Category: Code & Design
Comment On This Post

I’ve been designing webpages for as long as I can remember. One of the recurring issues I run into is the ability to display the same webpage across all browsers and platforms. The number of browsers we need to check with are enormous: Safari 3,0, 3.2, and 4.0, Internet Explorer (IE) 7, 6, 5.5 and 5.0, Firefox 2.0 and 1.5, Opera 9 and 8, and so on. And then there are the different platforms: Macintosh (Mac), Windows, Linux, etc.

More often than not, its the Internet browsers that are inconsistent on delivery. It takes a lot of patience to smooth out the frustration. Here are some helpful links that you should definitely check out when working with webpages.

W3C Validation Service – This validator checks the markup validity of Web documents in HTML, XHTML, SMIL, MathML, etc. You can also validate specific content such as RSS/Atom feeds or CSS stylesheets, MobileOK content, or find broken links. I always run my pages through this validator before publishing or going live.

IE NetRenderer – Internet Explorer is the default browser for most PC users so getting your webpage checked for compatibility across all versions is vital. This site allows you to check how a website is rendered by Internet Explorer 7, 6, and 5.5. Just type in a URL and test it out – it’s free!

Browsershots – A popular free service that will provide screen shots of a page from just about any browser from all of the common operating systems. All you have to do is enter your URL and select the browsers and operating systems that you want to test. Paid users have priority in getting their screen shots first. When the service is busy it can take a while to get the free screen shots, but you can pay $15 per month for priority processing.

iPhoney – Technology has opened the doors for mobile phones with Internet capability so you need to develop your website to be smart phone friendly! iPhoney gives you a pixel-accurate web browsing environment—powered by Safari—that you can use when developing web sites for iPhone. It’s the perfect 320 by 480-pixel canvas for your iPhone development. And it’s free.

The Site Wizard – Check out this site if you want to be very thorough by learning how to check with multiple browsers on a single computer.








Photo Mosaics

Category: Code & Design
Comment On This Post

Photo mosaics are pictures made from hundreds and thousands of tiny images. The small tile images can be seen close up, but at a distance, an entirely different image can be seen.

Robert Silvers is the creator of Photomosaic™ software technology. His company produces many of the famous photo mosaics you see in magazines, ads and posters today.

You can take just about any ordinary image and make a photo mosaic. Make sure you have a folder full of images, at least 100 or so, somewhere on your hard drive. These are the images you’ll use to build the photo mosaic. You may need more or less than 100 images for your mosaic but after you build one you can always add or remove images to get the best results.

Here are a few applications that you can use to make your own photo mosaic:

For more information on photo mosaics, check out Engadget.