Friday, June 5, 2009

Free Brushes, Backgrounds and more.

Graphics-Illistrations.com | Photoshop brushes & design tools, swirls, tatoo, grunge, paisley and many more, free downloads and tutorials



Technorati tags:






code post | Subscribe to RSS Feed


Saturday, April 11, 2009

Learn GIMP - Part 1

I just came across some great Gimp sites, includes several video tutorials to learn Gimp in a flash. If your still learning, these tutorials will be extremely useful for teaching the more advanced Gimp functions. I'll be watching the video's ... more on this in Learn GIMP - Part 2

Download a copy of GIMP

Learn Gimp Fast!
- Gimp Tutorials -
Step by Step Gimp Training

Here's a couple of great BRUSH tutorials!

HOW-TO Create Your Own Brush and Add to Gimp Brushes


GIMP TUTORIALS




Technorati tags:





code post | Subscribe to RSS Feed  


Friday, March 20, 2009

50 Freebies Every WebDev Needs

Just found this great resource for webdev'ers. Lot's of graphics such as icon sets, brushes, even fonts - take a peek ;-)

@DesiznTech
http://desizntech.info/2009/03/50-freebies-you-should-have/

-Thanks DesiznTech for these excellent resources!
I'm sure I will be using some of them in the very near future.





Link to this post:



Technorati Tags: ,



♥ Post This! ♥ Help Raise Awareness of CdLS <> Join iGive!

<< CODEPOST | RSS | CONTACT | URLAGE    


Monday, March 2, 2009

Scripts to Protect Your Images

How to Protect Your Images from Bandwidth Thieves

Author, Christopher Heng, describes a PHP (CHImageGuard PHP Script) and .htaccess scripts for protecting your images and bandwidth from theft. Extremely helpful information with a complete tutorial for each... must read!



<< code post | Subscribe to RSS Feed  


Saturday, December 27, 2008

Best Wishes for a Great NEW YEAR!

Watch this Amusing JibJab Holiday Movie:
IT'S A WONDERFUL LIFE - Sendable eCard
Try JibJab Sendables® eCards today!

I'm a JibJab star!

<< code post | Subscribe to RSS Feed

Tuesday, December 16, 2008

I believe in Santa!



Brandon with Santa
(my youngest grandson)
from CODE POST


Print and Send a letter from Santa
http://blog.urlage.com/#santaletters


DECEMBER Holiday Deals
http://blog.urlage.com/2008/12/december-holiday-deals.html




<< code post | Subscribe to RSS Feed

Thursday, November 13, 2008

Tutorial: FORM TRICKS

TABINDEX, Focus onLoad and Lose the VALUE Text
Article by Joe Burns

This article is online:
http://www.htmlgoodies.com/tutorials/forms/article.php/11895_3479201_2


Lose the VALUE Text

You'll note up above that I have placed text inside the text boxes in the example form. I see this done a lot. You get that text by adding the attribute VALUE="some text" to the input tag.

Have you ever been to a form that had text in a box you were supposed to write in? The problem is that you click on the text box and the text remains. You need to highlight and erase all that text before you can put in your own text.

Well, erase no more. Click in the text box below... 


Ta da! Text is gone! 

Here's what the code looks like:

<FORM> <INPUT TYPE="text" VALUE="This is text in a text box" SIZE="45" onFocus="this.value=''"> </FORM>

It's a little blip of JavaScript that does the trick. I have it in bold above. When focus is brought on the box (onFocus), the value of the box (this.value) is set to nothing. Note the empty quotes at the end of the code. Make a point of having the quotation marks right up next to one another like I do. If you have space between them, then that space will appear in the form element.

These great tricks will add usability to your pages. 

TABINDEX - The Command in Action

Focus onLoad

Lose the VALUE Text


Get PLUMB - Blink - In My Arms Plumb - Blink - In My Arms

  Listen to or visit PLUMB at MySpace.com/plumb








<< code post Subscribe to RSS Feed
^Top

Some work on this page is licensed under a
Creative Commons License
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.


 ||