Posts Tagged ‘Function’

Array Click client code com Creating css css3 download everything file free Function google idea image Images jquery line link Lt magazine name page Php piece plugin post search site solution something Style Stylesheet tag text theme time use version way web website WordPress Wp
Sep
04
2009
uploadifysml

10 Great jQuery Plugins for Web Developers

I started working with Javascript quite a few years ago and have always had a love/hate relationship with it. Sure, you can do a lot of cool things with...

Read More

9 comments

Aug
05
2009
jquerylogo

Creating a Mouseover Fade Effect with jQuery

My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and...

Read More

200 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

Jun
13
2009
wordpressshirt

Remove wp_list_pages() Links for Parent Pages

Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...

Read More

40 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

Site5 Affiliate Link

Apr
22
2009
clock

Add Time to the Date Function in PHP

I just needed to do this for a client’s site to set an expiration date for a user and I thought it might be something that other programmers might...

Read More

5 comments

Mar
20
2009
search

Show Your Search Query in WordPress

Wouldn’t you like to be able to display the actual search term entered by your user on the search results’ page? Good thing there is a very simple way...

Read More

5 comments

Mar
11
2009
wordpress-plugins

Simple Image Grabber WordPress Plugin

I created a plugin for the function I talked about in my post Retrieve and Display Images from a WordPress Post just in case there is anyone out there...

Read More

145 comments

Mar
11
2009
backslash

Removing Extraneous Backslashes with PHP

This is something that most people who use PHP already know. I still think it is useful to mention it because some less experienced PHP coders might not have...

Read More

2 comments

Mar
11
2009
wordpress_icons

Remove the Title Attribute from WordPress Category and Page Lists

I was creating a drop down menu for the categories in my Magazine Basic theme and I came across something that started to annoy me a bit. When you...

Read More

50 comments