Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

September 29, 2009

Turning Text Into Graphics

How do you turn text into graphics? Easy. I’m using a small PHP script which converts any text into a graphic image. This article goes through the step-by-step process on how to turn your titles into graphic images in your WordPress Themes or on any HTML page that you like.


http://ulyssesonline.com/files/titles.php?letters=piangpha.blogspot.com

http://ulyssesonline.com/2006/12/05/turning-text-into-graphics/

Code:

http://ulyssesonline.com/files/titles.phps

September 28, 2009

How to disable right click in Firefox

This javascript is to disable right click in Firefox, IE and Safari


var message="";

function clickIE()

{if (document.all)
{(message);return false;}}

function clickNS(e) {
if
(document.layers||(document.getElementById&&!document.all))
{
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document. onmousedown=clickNS;}
else
{document.onmouseup=clickNS;document.oncontextmenu =clickIE;}

document.oncontextmenu=new Function("return false")

Credit: Psycho77

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Macys Printable Coupons