Want to know when there are new posts?

SUBSCRIBE VIA EMAIL

SUBSCRIBE VIA RSS

Code

Sep 13th

Clear Text On Input Field On Click

Ever wanted to add text to your input fields and have it disappear when your visitor starts adding their info?

Better still, have it reappear if the visitor adds nothing?

Like this:

Here’s the code:

<input type="text" name="field-name-here" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Enter Email To Get Updates':this.value;" value="Enter Email To Get Updates" />

Replace Enter Email To Get Updates with your own text.

Just a simple technique which works great.

2 Comments Subscribe To RSS Feed

Topics: Code

3DEcovers.com

Amazing Breakthrough In 3-D ECover Actions

If You're An Information Marketer Who Yearns To Transform Your Ecover Graphics From Ho-Hum To HOLY SMOKES, Then You've Got To Read This Story...

Aug 7th

Separate Your Trackbacks From Your Comments

It is amazing how many blogs do not do this. They have the messiest comments section with a zillion comments, trackbacks and pingbacks all jumbled up. And it is almost impossible to make some sense of out of the entire mess. Want to follow the conversation? Try evading the trackbacks and pingbacks along the way.

What’s the solution?

Separate the two, of course.

But How?

That’s a good question. You will find plugins that do this but if you can manage something in the theme design, it is best to do so rather than install plugin upon plugin. Plugins are best used where you cannot achieve your objective without touching the core Wordpress files.

Continue Reading »

Add Comment Subscribe To RSS Feed

Topics: All Things Wordpress Code

MiniSitePacks.com

95% Of Your Minisite Design Done For You--INSTANTLY?

This is a complete solution! We're Talking Full Blown Graphics--From Top To Bottom--At A FRACTION Of What You Would Pay A Designer! Find out more.

Aug 6th

Adding Live Preview For Comments

If you scroll down you will see a live preview option for comments. Just try it out by typing in a comment. Pretty cool, huh!?

A friend asked me why this was useful and why anyone will want to see their comment twice?

My answer: If your comment is pretty long, the textarea will start to scroll and you won’t be able to look at your entire comment in on go. The preview on the other hand shows the comment in its entirety. This way you can see how it looks and proof read with ease before you post.

Continue Reading »

4 Comments Subscribe To RSS Feed

Topics: All Things Wordpress Code

MiniSitePacks.com

95% Of Your Minisite Design Done For You--INSTANTLY?

This is a complete solution! We're Talking Full Blown Graphics--From Top To Bottom--At A FRACTION Of What You Would Pay A Designer! Find out more.

Aug 3rd

CForms II - The All In One Contact Form Solution

Cforms II is a Wordpress plugin which makes it easy for you to add a contact form to your website.

Once you install and activate the plugin, don’t get intimidated by the dozens of options available. It is pretty easy to set up. Click on CForms from your WP admin menu.

Click to view bigger image
Click to view the bigger image
Continue Reading »

12 Comments Subscribe To RSS Feed

Topics: All Things Wordpress Code

3DEcovers.com

Amazing Breakthrough In 3-D ECover Actions

If You're An Information Marketer Who Yearns To Transform Your Ecover Graphics From Ho-Hum To HOLY SMOKES, Then You've Got To Read This Story...

Aug 1st

A Little Hack to Get Your Password Back

This can either be a very useful or a very dangerous trick depending on how it is used or abused.

I found this little tip at: FiddyP (it’s a really cool blog btw).

It only works in Firefix and boy does it work!

If you have a stored password that you can’t remember and all you can see are asteriks, just add this line to the address bar:

javascript:var els = document.getElementsByTagName('input'); for(var x=0; x<els.length; x++){ if(els[x].type.toLowerCase() == 'password' ){ var test = els[x].type = 'text';}}

Press enter and wait to be pleasantly or unpleasantly surprised to see your password staring back at you.

Add Comment Subscribe To RSS Feed

Topics: Code

MiniSitePacks.com

95% Of Your Minisite Design Done For You--INSTANTLY?

This is a complete solution! We're Talking Full Blown Graphics--From Top To Bottom--At A FRACTION Of What You Would Pay A Designer! Find out more.

Jun 29th

Adding Code To Your Wordpress Post

Trying to add code to your wordpress post can be one of the most frustrating experiences. That is if you want the code to appear as code in your post.

Say, something like this:

<ul><li>This would have been a bullet</li></ul>

Had this been added to Wordpress normally, it would have appeared as a bullet. But since I’ve used a really cool plugin called ‘Code Auto Escape’, I can add code as code as long as I add pre and code tags around it.

Now you may never need to show html, xhtml, javacript, php, etc code in yuor posts but just in case you do, this is the plugin to get.

Get the Code Auto Escape Plugin

Add Comment Subscribe To RSS Feed

Topics: All Things Wordpress Code

3DEcovers.com

Amazing Breakthrough In 3-D ECover Actions

If You're An Information Marketer Who Yearns To Transform Your Ecover Graphics From Ho-Hum To HOLY SMOKES, Then You've Got To Read This Story...