Here is nifty little keyboard shot cut: In Dreamweaver Code Mode you can put your cursors into any URL/link (no need to select all of it), and if you hit Cntrl (PC)/Cmd (Mac)+D, the link would open in a new tab. That is really useful if you are trying to fix something in the destination link.
Here is how to...
Just as many web designers figured out this whole CSS and Div “thing”, in come the Mobile Web “thing”. Essentially, designers are now asked not only to design and code for a desktop or laptop computer, but to also make a version that would work on smart phones (emphasis on the...
For those who don’t know, Sliding Door(s) is the effect you see when you rollover an image and it moves up, or down or sideways to reveal more information about the image. The additional info can come on top of the existing image, or “below” it (i.e. revealed as an effect).
First, Sliding...
Jquery is awesome! All these visual effects and UI items are an ivaluble asset to both designers and developers alike. That said, it could be intimidating to add snippets of code yourself. Where does everything go so a plugin works?
For designers, understanding where code goes on your page (in order to make...
A recent project got me looking for paper backgrounds and in the process I discovered that there are many choices here. It seems to me that so far as texture backgrounds are concerned there are many more choices then any other material. Maybe I am wrong but here are a few choices for you, most of them are...
You’ve seen this many times. You get to a HTML form, the input area has a label, say “enter your email address here”, and when you click on the text field the label clears and you can write an actual address.
But how is it done?
Well, as it happens to be, its fairly easy, a bit of...