How to Open All External Links in a New Window/Tabs by using jquery

Do you ever know the way to open a external link in a new windows or tabs is one of "The Top Ten Web Design Mistakes of 1999"?

Opening up new browser windows is like a vacuum cleaner sales person who starts a visit by emptying an ash tray on the customer's carpet. Don't pollute my screen with any more windows, thanks (particularly since current operating systems have miserable window management).
Designers open new browser windows on the theory that it keeps users on their site. But even disregarding the user-hostile message implied in taking over the user's machine, the strategy is self-defeating since it disables the Back button which is the normal way users return to previous sites.

I discovered right away is that the <a> tag does not allow the target attribute in XHTML Strict (nor does it in HTML Strict).

External Links

Open external links

However, the behavior of <a target="_blank"'> can be replicated in XHTML Strict with semantic markup and scripting.

Continue reading...

Keyboard shortcut for Photoshop CS3 and CS4 Toolbox

Tutorial8 comments

Keyboard shortcuts are typically an alternate means for invoking one or more commands that would otherwise be accessible only through a menu, a pointing device, different levels of a user interface, or via a command console. Keyboard shortcuts generally expedite common operations by reducing input sequences to a few keystrokes, hence the term "shortcut".

Photoshop Keyboard Shortcut Stickers

Photoshop Keyboard Shortcut Stickers

Adobe Photoshop CS3 is a huge program full of buttons and options that can be used for many different purposes. Keyboard shortcuts can improve your efficiency, and in some cases, they can even invoke commands that might not otherwise be available (e.g., zooming while a dialog box is open, or inserting a Select forward layer command into an action). Knowing keyboard shortcuts help you to be more efficient and work faster!

Continue reading...

Mastering Worpress [gallery] shortcode

From WordPress 2.5, the Gallery feature allows the option to add an image gallery to a Post or Page on your WordPress blog.
Upload all your photos and simply type the shortcode [gallery in a post or page to display a thumbnail gallery of images attached to that post or page. Clicking on a thumbnail image will open either the original image or a larger image in a separate Attachment page.

Continue reading...

Display plan text counter of FeedBurner, Delicious and Twitter tricks for your theme

Tutorial1 comment

Feedburner, Delicious and Twitter provided a way to showing you the number of times the URL of the current page has actually appeared on their services. So the visitors accessed to your website can know How many people were Subscribed your feed url, how many people you have bookmarked your website url at Delicious or how many follower of your Twitter account ...

Display plan text counter

Display plan text counter

Simple, their counter buttons are ugly. They don’t match with all the designs, and on most designs they just look ugly. The ability to display the subscriber count gives you a lot of control over styling and make the count work with your design. Therefore in this article we will share a way you can display FeedBurner subscriber, Twitter follwers, Delicious saver count as text in WordPress (it also has the same effect in other blog, cms platform) which allows you can style it and make it look like a part of a design rather than a copy and paste.

Continue reading...

Are you want to create CSS Bar Graphs and Star Rater?

To describe a process operation, or indicated the level achieved, is a very interesting. It can be used in the video, animated images to the viewer can monitor and evaluation; for Web content I can use CSS to create them.

CSS Bar Graphs

CSS Bar Graphs

Continue reading...