Posts tagged interactive design
Easy Slider – Powerful and Customizable jQuery Slider Plugin
Mar 1st
Recently, I was working on completing my portfolio website. I wanted a slick and impressive way to display my past portfolio work, and I found this little gem known as Easy Slider while surfing the internet.
Easy Slider saved my life. It’s a jQuery image slider that is highly customizable. I recommend it for anyone who needs to create an image gallery or wants to add an interactive element to their website! It was super easy to put up, even for a JavaScript dummy like me. Check out the newer version for added features.
Easy Slider 1.5 – The Easiest jQuery Plugin For Sliding Images and Content
Easy Slider 1.7 – Numeric Navigation jQuery Slider
Check out how I implemented Easy Slider on my portfolio website!
If you liked this post, you might also like…
Top 10 Web Design Resources Every Designer Should Know About
Wana Learn jQuery?
Wordpress?
Super Clean and Easy Writing in the Sand Photoshop Tutorial
Feb 22nd
After searching fruitlessly for a good Photoshop tutorial on creating a “writing in the sand” effect, I ended up making up my own way – and now I’ll share it with all of you!
It creates a very clean and smooth effect and is super easy and fast to complete.
The first step is to find an appropriate font that will look like someone has written in the sand with their finger. For the tutorial, I chose to use Handwriting – Dakota since I like the rough quality to it.
After you’ve found a suitable font, create a new canvas in Photoshop. You can also use an existing one if you already have a design started.
Since there can be no writing in the sand without the sand, let’s create a sand background for behind our text. Fill your canvas with an appropriate sandy colour – I am using #f0ebdf. Now go to the top menubar and go to Filter – Noise – Add Noise… Check the Monochromatic box and set it to Uniform Distribution. You can fiddle with the Amount, but remember, you want it to look like sand, not a bunch of noise! I used 1.75% and was quite happy with the subtle texture. Click OK.
The great thing about this method is it will create a perfect tiling background – you don’t have to worry about seams showing up if you use it as a repeating page background for your web design!
Now we need to add our text. You’ll want to make it a dark brown colour so that it can be read easily against your sand background – I am using #a0894e.
Next, we’re going to use some Blending Options on our text layer to create the illusion of a build-up of sand around our text, and to give our text some depth. In your menubar, go to Layer – Layer Style – Blending Options. To create the sand build-up, let’s add a stroke. The size of the stroke will depend on the size of your text – it should be in proportion to look realistic. Since I have rather large text, I am going to make my stroke 4 pixels. The position should be on the Outside, and change the blend mode to Overlay. Up the Opacity to 100% and change the colour to black (#000000).
If you click OK, your text should now look something like this:
Now, to create some depth, let’s add Bevel and Embossing. We’re going to give our text an Inner Bevel. I changed the depth to 50% and made the size 4 pixels; you can experiment with these values to get your desired effect. The important part is to change the lighting so that the text looks like it is ingrained into the canvas rather than sticking out of it. I changed the Shading Angle to -120 degrees and changed the Altitude to 30 degrees. Change both the Highlight and Shadow Mode to Overlay and lower both Opacity values to 50%. The Highlight colour should be white and the Shadow black. Click OK.
We’re almost done! Your text should now look like it is etched in the sand:
You can stop at this step if you prefer, but I’m going to add the final touch by giving our text a bit more texture. Make sure your text layer is still selected, and again go to your menubar and go to Filter – Noise – Add Noise… Use the same settings as before, but up the Amount a bit: I made mine 3%. Click OK and now you’re done!
The final product should look something like this:
Easy right?
I hope you enjoyed my little tutorial. Comment on this post if you have any issues getting things to work, or if you would like to suggest improvements!
If you liked this post, you might also like…
Pillowed Text Photoshop Tutorial
Awesome Uses of HTML5’s Canvas Tag
Feb 20th
With the development of HTML5 and using the Canvas Tag there are a lot of cool things that can be done. Here I have found some of the coolest things done with the canvas tag.
JSNES
The first one that is pretty impressive is a NES emulator. This was developed by Ben Firshman and is of pretty good quality. The emulator supports a list of games on the website, that can be found here. With a bit of flash there is also support for sound. JSNES is open source and is available on Github. Its best to test the emulator using Google Chrome, but it does run in Safari 4 and Firefox.
Pixastic
Pixastic is an online image editor. It allows you to apply a variety of effects on images and you can save the image to your computer or do whatever you want with it. Pixastic is also a image filter library for JavaScript so the online editor displays the variety of effects you can do with it. You can check out the main page here or play with the image editor here.
Bespin
This is Mozilla’s attempt at an online IDE tool. Bespin allows you to write code for the same platform that made it! (It can be used to write anything I’m pretty sure) You can test it out be registering up on their site using their experimental hosted service and you can even download it and use it own your own website. Bespin is 100% open source. Learn more about Mozilla’s Bespin here.
If you liked this post, you might also like…
HTML5 Local Storage, Session Storage, and Client-Side Database Tutorial
MAC VS PC
Feb 16th
We all know the stereotypes. Apple’s popular commercials have painted the picture in stark terms: There are two types of people, Mac people and PC people. And if the marketing is to be believed, the former is a hip, sport-coat-and-sneakers- wearing type of guy who uses his computer for video chatting, music mash-ups and other cool, creative pursuits that starchy, business-suited PC users could never really appreciate unless they tried them on the slick Apple interface. Then again, Windows PC enthusiasts probably think that Mac guy is a smug slacker with an overpriced toy that can’t do any serious computing anyway. Funny thing is, both stereotypes are wrong. With a 7.5 percent market share, Macs are no longer just the computer choice of artists and unemployed writers. (Apple is, in fact, the fourth largest computer manufacturer in the world.) And now, more than ever, the guts of both platforms are remarkably similar. Both types of machines use Intel proc essors (although some PCs can be configured with processors from AMD). Both buy memory, hard drives and graphics cards from the same small pool of suppliers. The underlying operating systems have distinctly different flavors, but in terms of functionality, Microsoft Windows Vista and Mac OS X Leopard have surprisingly similar built-in multimedia, Internet and… [Read More....]
This article is brought to you by: http://www.popularmechanics.com ![]()
If you liked this post, you might also like…
Interesting and Random Computer Facts!
How to change a textfields alpha in Actionscript 3.0
Feb 15th
I am writing this tutorial for anyone who is having any issues with changing the alpha channel with actionscript. I’m gonna show you how. This might seem pretty straight forward at first, I mean I thought it was, but you actually can’t just start changing the alpha property without first setting its blendMode. This sometimes gets overlooked in tutorials.
First import the BlendMode Class into your document.
import flash.display.BlendMode;
Second you’ll want to set the textfields blendmode to LAYER
var myTextField:TextField = new TextField();
myTextField.blendMode = BlendMode.LAYER;
There it is fellas. Easy Breezy. Now you can change the alpha of the myTextField
If you liked this post, you might also like…
Sublime HTML5 Video Player
Feb 14th

With HTML5 just around the corner many people are excited as to what this new technology will bring us. One of the coolest parts of HTML5 is the ability to watch video without any plugins what so ever! This means no Adobe Flash or DivX to watch movies on your website! HTML5 is still being finalized but the people at Jilion have already hopped on to the band wagon and created their own custom HTML5 Video player. They have created a beautiful interface for the video player and it is currently supported by most HTML5 capable browsers. You can check out the Sublime Video player and full details here. I hope more people will get inspired by this and create their own video players for their own sites. If you haven’t already heard Vimeo and YouTube have already created their own HTML5 video players that you can test out right now!
If you liked this post, you might also like…
HTML5 Local Storage, Session Storage, and Client-Side Database Tutorial
Awesome Uses of HTML5’s Canvas Tag
Top 10 Web Design Resources Every Designer Should Know About
Feb 14th
Where would web designers be without the invaluable resources provided on the web for us? Design inspiration, stock photos, tutorials, fonts, freebies, brushes, textures … the list goes on. Take advantage of the resources and expertise other web designers offer for free! Here are 10 of my absolute favourites, in no particular order:
Design Meltdown (design inspiration)
Browse thousands of cataloged sites to get inspiration for your own web designs – invaluable for finding inspiration on specific design elements, styles, themes, or colours.
Scrnshots (design inspiration)
Browse screenshots of inspirational web design uploaded by other users or upload your own favourite designs. Very useful for finding inspiration about specific elements since you browse by tags and keywords.
Designer’s Toolbox (design resources)
Provides many miscellaneous design and print resources, including PSDs of HTML form and browser elements for realistic design mock-ups.
Stock Xchng (stock photos)
One of the best free stock photo sites; Stock Exchange provides thousands of super high-quality stock photos for FREE for both personal and commercial use.
Smashing Magazine (interactive design blog)
The most well-known web design blog out there, Smashing Magazine provides TONS of information, resources, tutorials, and tips from industry professionals. Try to soak up as much of their expertise as you possibly can.
DaFont (free fonts)
Browse their huge selection of free fonts to spice up your design. They make it easy to find a specific type of font since you can browse by theme, name, or search for keywords!
Blind Text Generator (dummy text)
Generates highly-customizable dummy text (lorem ipsum) for use in the text areas of your design.
Type Tester (css font comparison)
Preview different web-safe fonts to see what they will look like on the screen and customize the different CSS font options.
Color Scheme Designer (colour palettes)
Highly-customize colour palette generator which allows you to also preview what the colour scheme could look like on a web page.
Design Resources Search Engine (design search engine)
This search engine has endless usefulness – it allows you to do a Google search but only on the selected design-related websites. Great for finding tutorials, resources, and blogs.
What are YOUR favourite web design resources? Comment and let us know!
If you liked this post, you might also like…
CSS Custom Font-Face
Feb 11th
On the request of my friends, this post will show you how to simply add your own font face to your website using CSS. This comes in handy when you want to display dynamic text on a webpage when the user does not have the font installed on their system. This is a very old CSS trick that is not used very much and is not even CSS3. It will work in all browsers but Internet Explorer. The reason being is that Internet Explorer uses a different font-face type. For this tutorial we will be using the “True Type” format for our fonts and has the “.ttf” file extension, you can download any True Type font and use it.
Get started on my tutorial by clicking the link below! It literally takes 10mins or less to learn!
GIMP – The FREE Alternative to Photoshop
Feb 8th
Let’s face it: Photoshop is freakin’ EXPENSIVE. At a whopping $700 US for Photoshop CS4, you had better hope your parents decide to spoil you and buy it for you next Christmas. Unfortunately, the high price point makes it difficult for beginners and aspiring web designers to get into the business – you had better be darn sure web design is what you want to do before spending $700 on Photoshop. So what are the alternatives?
GIMP is the best Photoshop alternative out there and it’s completely free. It offers many of the same advanced features as Photoshop – for FREE. While, so far, nothing can replace Photoshop as an industry standard, GIMP is certainly a passable equivalent for beginners.
CNET Download.com reviewed it and gave it 5/5 stars:
“One of the most powerful general-purpose image editors around, the upgrades make the GNU Image Manipulation Program eminently comparable to Photoshop. Older features include channels, layers and masks, filters and effects, tabbed palettes, editable text tools, perspective clone, improved printing, and color operations such as levels. New improvements include GEGL integration for 32-bit color support, dynamic brushes, and more options for the free select tool. It even has regex-based pattern matching for power users.”













