Javascript is brand new to me. I can't tidy up the code until I know what I'm doing. Right now I just need it to work.
Anyone know whats wrong with it?
I have a chat box that is able to be dragged and dropped and hidden. It functions fine when the page first loads. I can drag and drop it anywhere and chat with it. Once I hide then show the box it becomes transparent and the div it's in stretches across the screen. I've added a width to...
When I run your script through php it just displays "hello world" (which i placed after "print "@output\n"). If I run it in terminal i get the following error:dyld: Library not loaded: /usr/X11R6/lib/libdpstk.1.dylib
Referenced from: /usr/local/bin/convert
Reason: no suitable image found. Did...
I can run the following script from the web it won't convert but it does display "hello world".
test1.pl
#!/usr/bin/perl
exec "convert image.pdf image.jpg";
print "hello world";
If I'm on the server I can type "perl test1.pl" and it will convert and display hello world.
you guys rock!!!!
I opened it with golive
[code]{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww9000\viewh8400\viewkind0...
XServe with perl5.8.6
I can run perl -v and it tells me I have perl5.8.6.
In terminal I type perl test1.pl
test1.pl:
#!/usr/bin/perl
print "Hello World.";
I then get this output:
perl test1.pl
Backslash found where operator expected at test1.pl line 1, near "rtf1\"
Backslash found where...
i'm still a noob. I was finaly able to get it to sort put only the first column.
<style>
table.sortable thead {
background-color:#eee;
color:#666666;
font-weight: bold;
cursor: default;
cursor: hand;
}
</style>
<script language="javascript" src="sorttable.js">
function...
This is the sample table from the sorttable.js site.
<table class="sortable">
<tr>
<th>Name</th><th>Salary</th><th>Extension</th><th>Start date</th>
<th>Start date (American)</th>
</tr>
<tr><td>Bloggs, Fred</td><td>$12000.00</td>...
I'm using MySQL - 5.0.24 and phpMyAdmin - 2.8.1.
I need to send my users an email every 15 days that tells them what information of theirs is missing from our database. I have absolutly no idea how to do that. :confused:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.