Posts Tagged ‘tag’

Array Click client code com Creating css css3 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 Stylesheet tag text theme time use version way web website WordPress Wp
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

6 comments

Apr
28
2010
gradientbutton

Gradient Buttons with CSS3

I have been having a lot of fun messing around with CSS3 and received a lot of emails since I posted my tutorial for Creating Shadows with CSS3. I...

Read More

15 comments

Jan
21
2010
cookies

Making Cookies with PHP

I’ve been going nuts over the past month trying to complete a project for a large retail store and it seems like every new request they make requires me...

Read More

5 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

Sep
03
2009
PHP-Elephant-Logo

Turn Plain Text URLs into Active Links using PHP

I was putting together a bit of code to pull in a Twitter feed, similar to what you see in the footer of bavotasan.com. I got everything working properly...

Read More

8 comments

Site5 Affiliate Link

Sep
01
2009
cssglow

Clearing the <hr /> Tag with CSS That Works in IE

There is nothing more annoying than Internet Explorer. Every time you build a site you usually need to add a few CSS hacks just to make sure it works...

Read More

2 comments

Jun
22
2009
wordpress_plugins

A Settings Link for Your WordPress Plugins

If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...

Read More

8 comments

May
25
2009
weirdimage

Turn Text into an Image using the PHP GD Library

While developing a site for a client, I needed to figure out a way to convert certain text elements into images. I had no clue how to do this...

Read More

9 comments

May
04
2009
forms

Processing Multiple Forms on One Page with PHP

I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...

Read More

30 comments

Apr
23
2009
pretag

How to Wrap Text within the <pre> Tag Using CSS

I just came across an issue where I needed to make sure that the text within a <pre> tag wrapped. The default for this tag it to just let...

Read More

5 comments