
Roman Diaz is an origami artist from Uruguay whose blog I came across a few days ago. Not only is his work somewhat fun and engaging, on his blog he posts instructions and step-by-step guides for making some of his creations (I attempted his fractal; however, it ended up looking more like..not a fractal. You [...]

When most people think of art involving paper, they think of drawing, sketching, or maybe painting. However, there are very talented people out there that create art from paper in more unusual ways. I’m talking about paper art that involves creative forms of cutting, folding, and carving. Materials for this type of art can vary, ranging from ordinary paper to whole books. To inspire you and let you see what other things artists are doing with paper, we’ve collected some pretty amazing works for you to enjoy.
To learn more about each work and the artist, just click on the image.

Hello everyone,
I've been working on a form where pple can edit infos regarding pets (i.e changing their name, description and so on), this form is built from 4 pages
Update_Pets1.asp
Lists all the animals in a table, and againts each one there's an Edit button that contains the following code:
ASP Code:
<%session("id")=oUserList.Fields("FileID").Value%>
<td><a href="UpdatePets2.asp?update=<%=session("id")%>"><font size="2" color="#FF0000"><u>Edit</u></font></a>
Update_pets2.asp
has a table with all infos editable for the selected pet
Update_Pets3.asp
verifying that all the infos is ok,

Given these arrays, and echoes, must rand somehow have an associated number to bind with like the second alphanumeric example below?
Code:
$lets= array("A", "B", "C", "D", "E", "F", "G");
echo $lets[rand(0,7)]; // brings blank results here and there
$letters= array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z");

Hello,
Im working on a web that has a contact form made with ajax. This form is in a div. Its works on ie8 but doesn´t work with firefox and the others. Why doesn´t work?
Here is the html code :
<div id="c2" style="display:none" align="center">
<div id="formContenedor">
<form id="formulario" class="wufoo">
<div id="transparencia">
<div id="transparenciaMensaje">a</div>
</div>
<table>
<tbody>
<tr>
<td class="label">Nombre</td>