반응형
반응형

Proty — Responsive, interactive wireframes

proty

 

반응형
반응형

Twittstrap — Powerful front-end framework based on Bootstrap

twittstrap

 

반응형
반응형

MobileHTML5

HTML5 compatibility on mobile and tablet browsers with testing on real devices

 

http://mobilehtml5.org/

 

 

 

 

 

 

 

반응형
반응형

 

http://www.daftlogic.com/projects-text-to-image.htm

 

PHP Text to Image

Change the settings and the click Create

Text The text to display
Rotation 0=normal 90=sideways
Font Size Points
Font
Padding Space around the image
Transparent
Fore Colour R G B (0-255)
Back Colour R G B (0-255)
(pop-up window)


Description

This script is a means to convert a string of text into an image. This has some simple uses such as displaying text such as email address that cannot be programmatically found. This can help to reduce the possibility of your email address being picked up by web crawlers and used for junk mail.

How To Use

To use the example interface above, simply modify or insert the string of text. You can edit any of the other settings, but this is optional.

Further Uses and Ideas:

How it Works:

The PHP Script

contact us for more information

Further Help

For anyone finding problems using this...

(1) Please test this example to ensure imagecreate works on your server...

<?php
header("Content-type: image/png");
$im = @imagecreate(110, 20)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 0, 0, 0);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng($im);
imagedestroy($im);
?>

(2) Make sure to use the example at the top of this page by sending POST variables from your form. For example msg,font,size ...

Relevant Links

반응형
반응형

YARD: Yay! A Ruby Documentation Tool

Homepage: http://yardoc.org
IRC: irc.freenode.net / #yard
Git: http://github.com/lsegal/yard
Author: Loren Segal
Contributors: See Contributors section below
Copyright: 2007-2013
License: MIT License
Latest Version: 0.8.6.2
Release Date: June 27th 2013

Synopsis

YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below is a summary of some of YARD's notable features.

 

YARD allows you to preview your code as you write your documentation for your Ruby app. It has easy-to-customize templates, supports your own DSL, and already has a number of great extensions, with more added each day.

yard

반응형
반응형

Ql.io — A data-retrieval and aggregation gateway

ql.io

 

반응형

+ Recent posts