Mcloide's resources library

All about PHP, Javascript, concepts and development

Posts Tagged ‘generator’

Web 2.0 Color generator

Posted by mcloide on May 11, 2009

A great tool and resource. I have tried with one design that I did recently and the color scheme generated was pretty good when fully used.

Check it out: http://www.colortoy.net/

Posted in Design | Tagged: , , , , | 2 Comments »

Stripe Generator

Posted by mcloide on October 6, 2008

I’m not the best with design and every time that I can find a good tool to help me out with this, I save it. This time I found one great tool to help with the web 2.0 elements, a stripe generator.

Check it out, it’s pretty cool: http://www.stripegenerator.com/

Update: If you are wondering how to add your created stripe to Photoshop, here is a great article: http://www.hongkiat.com/blog/creating-custom-pattern-in-photoshop/

Posted in Design | Tagged: , , , , | Leave a Comment »

Vcard Generator

Posted by mcloide on September 17, 2008

You can always create a Vcard on your own or you can use an generator.

Creating a Vcard is not hard, you will only need to replace the following code with your information and save it into a .vcf file (text file, change extension).

BEGIN:VCARD
   FN:Mr. John P. Smith, Jr.
   TITLE:General Manager
   ORG:XYZ Corp.;North American Division;Manufacturing
   ADR;POSTAL;WORK:;;P.O. Box 10010;AnyCity;AnyState;00000;U.S.A.
   LABEL;POSTAL;WORK;ENCODING=QUOTED-PRINTABLE:P.O. Box 10010=0D=0A=
    Anywhere, TN  37849=0D=0A=
    U.S.A.
   ADR;PARCEL;WORK:;133 Anywhere St.;Suite 360;AnyCity;AnyState;00000;U.S.A.
   LABEL;POSTAL;WORK;ENCODING=QUOTED-PRINTABLE:133 Anywhere St.=0D=0A=
    Anywhere, TN  37849=0D=0A=
    U.S.A.
   TEL;Work;VOICE;MESG;PREF:+1-234-456-7891 x56473
   TEL;Home:+1-234-456-7891
   TEL;Pager:+1-234-456-7891
   TEL;Cell:+1-234-456-7891
   TEL;Modem;FAX:+1-234-456-7891,,*3
   EMAIL;Internet:webmaster@anywhere.com
   URL:http://www.anywhere.com/mrh.vcf
   UID:http://www.anywhere.com/mrh.vcf
   TZ:-0500
   BDAY:1997-11-29
   REV:20080917T102319
   VERSION:2.1
END:VCARD

Or you can use a Vcard generator and there inst no other one betther than this one: http://www.vicintl.com/vcf/

I use a lot of Vcards to send to friends, clients, fellow developers, etc. It’s easier and saves automaticly on email clients like Outlook.

Have fun.

Posted in development, resources | Tagged: , | 7 Comments »