Posts Tagged ‘way’

admin adobe Array Click client code com Creating css div download everything file free Function google idea Images jquery line link Lt magazine name page Php piece plugin post search Sidebar site solution something Style tag text theme time use version way web WordPress Wp
Aug
09
2010
jQuery

Use jQuery to Replace a Word with a Link

If you use a word multiple times on your site and you don’t feel like going through all your posts to replace every instance of it, you can use...

Read More

0 comments

Aug
05
2010
Vertically Align Text

A Simple CSS Trick to Vertically Align Text

I was trying to vertically align text within a div container and it just wasn’t working for me. You would think that using vertical-align in your CSS would accomplish...

Read More

3 comments

Aug
02
2010
Ajax and WordPress

Using Ajax with WordPress

A little while back, I updated Magazine Basic and added the Ajax save function. When I uploaded it to WordPress to await approval, I received some feedback on how...

Read More

2 comments

Jul
27
2010
fonts

Great Font Resources for Web Development

Ever since I wrote Embedding Fonts in your Web Site with CSS and @font-face many people have been emailing me with questions about adding new fonts to their sites....

Read More

1 comment

Jul
13
2010
Speed Up jQuery

6 Tips to Speed Up jQuery

As it stands, jQuery is an amazingly efficient JavaScript framework, but there are a few things that you can do when creating your code that will end up slowing...

Read More

2 comments


Jun
28
2010
jquery-logo-310x233

Creating a Scrolling Back to Top Button with jQuery

If you take a look way, way, way down at the bottom of this page, you will see a Back to Top button that scrolls the whole page until...

Read More

4 comments

Mar
22
2010
blog-tables

Tables and Borders

I have had a few people ask me, “How come when I create a table and set the border parameter to 1 it doesn’t actually display any borders?” Well,...

Read More

0 comments

Dec
29
2009
email

A Clever and Safe Way to Display your Email Address

There are many reason why you shouldn’t place your email address on a Web page; the number one being spambots. There are tons a spambots running around the Web...

Read More

10 comments

Dec
01
2009
php

Using PHP to Remove an HTML Tag from a String

There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags()...

Read More

2 comments

Nov
20
2009
wpwood

Check if a Page is a Child of Another Page in WordPress

WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific functions on specific pages. Strange enough though, there is no way...

Read More

3 comments