www.webdeveloper.com

Search:

Type: Posts; User: edatz

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    743

    Thanks Sixtease, not seen anything quite like...

    Thanks Sixtease, not seen anything quite like this before. Interesting.
  2. Replies
    2
    Views
    743

    Printing records in Perl

    Let's say I have a file and there are 8 records in it.
    I would like to print the whole file 3 records at a time.
    The file will never be large (maybe a dozen or so records at most).

    I tried to...
  3. Replies
    5
    Views
    769

    Didn't know that. Thought if anything had any JS...

    Didn't know that. Thought if anything had any JS the bot ignored the div etc.

    Will leave it as is then.

    Thanks.
  4. Replies
    5
    Views
    769

    bit of an understatement ;) I've written my...

    bit of an understatement ;)

    I've written my own blogging software in Perl and so there's just one line for the data I call (in 2 places). I'd forgotten about the noscript tag, so think that's...
  5. Replies
    5
    Views
    769

    Show div when JS Off

    Hi, currently I use the Switch Content script- from Dynamic Drive to handle a couple of drop downs on my blog scripts. While it works fine, it seems an awful lot of code to do the few items I need. ...
  6. Replies
    2
    Views
    619

    That works. I managed to resize the image (by...

    That works. I managed to resize the image (by changing style class) and it works in the browsers I've got - IE, Chrome (Safari), Ffx.

    This is my final:


    @content= split (/\s+/, $bc[2]);
    my...
  7. Replies
    2
    Views
    619

    Perl - Refining content

    How do I get the first image in a record?

    For instance:


    ### the record
    10|My Title|This is my text content<br><br>Another paragraph with lotsa words<br><br>Even more text and images may...
  8. Replies
    2
    Views
    277

    Thanks Sixtease, I'll give that a try. I'm...

    Thanks Sixtease, I'll give that a try.

    I'm trying to keep things small in my blog code and this is for the categories stuff so if I don't have to do something extra, then all well and good.
    ...
  9. Replies
    2
    Views
    277

    Name sub routine from data?

    Is it possible to assign a sub routine a name from a variable?



    sub $variable {something here}


    If this can be done it would save me writing to a whole extra file every time I add something...
  10. Replies
    1
    Views
    214

    Solved it. Wrote whole new search script and used...

    Solved it. Wrote whole new search script and used CGI and params.
  11. Thread: A simple mailer

    by edatz
    Replies
    4
    Views
    362

    Oops. didn't mean to start this reply

    Oops. didn't mean to start this reply
  12. Replies
    1
    Views
    214

    Turn form into link

    I can make what I want to do from a form in Perl, but would much rather use a link.

    How can I make the form a link?

    (Pulls record from FFDB)

    <form action="search.pl" method="post">
    <input...
  13. Thread: A simple mailer

    by edatz
    Replies
    4
    Views
    362

    I think I've done it. It hasn't broken so far ...

    I think I've done it. It hasn't broken so far

    foreach $usr (@ud) {
    ($nm,$em)=split(/\|/,$usr);
    if($usr =~ m/\b$poster\b/) { next; }
    print qq ~$nm, $em<br>~; ## just to see the list
    I...
  14. Thread: A simple mailer

    by edatz
    Replies
    4
    Views
    362

    Hi Sixtease, my host doesn't have those modules...

    Hi Sixtease, my host doesn't have those modules installed.

    At the moment I'm still building it on my localhost, so using the file.

    Once done I'll just use sendmail as usual

    I did try an if...
  15. Thread: A simple mailer

    by edatz
    Replies
    4
    Views
    362

    A simple mailer

    Simple mail from list
    I've written a very simple message board for family and friends that resides in a protected directory. What I need to do is a quick mail out every time a message is posted - to...
  16. Replies
    2
    Views
    131

    I've used my default image upload and did some...

    I've used my default image upload and did some tests. It appears to work okay. Filesize was 2.05mb. It unpacked fine and Photoshop could run the file with no problem.

    Having not done this before,...
  17. Replies
    2
    Views
    131

    File Storage on Server

    Hi, been a while since here.

    I need to be able to upload zipped files to my server while I'm on the road.

    These will primarily be Photoshop PSD files, inside a folder which is then zipped on...
  18. Replies
    4
    Views
    523

    You might check out ASP as Windows uses that...

    You might check out ASP as Windows uses that instead of PHP (very similar to ASP). There are tutorials on the web (I don't know ASP) such as this one,...
  19. Replies
    17
    Views
    1,358

    Thanks War?

    Thanks

    War?
  20. Replies
    17
    Views
    1,358

    I've got two doms on two hosts Scott, one...

    I've got two doms on two hosts Scott, one outstanding the other pretty good 80 bucks a year each, but the pretty good one I'll only use until an old domain expires next May. My main one's on Clook ,...
  21. Replies
    17
    Views
    1,358

    Only tried a few things in Java and found them...

    Only tried a few things in Java and found them very slow. Having said that though, if the server is run by Solaris I would imagine it to be very fast as Java is Sun's baby primarily and it appears to...
  22. Replies
    17
    Views
    1,358

    Scott Looks like I'll have to get XAMPP as I use...

    Scott
    Looks like I'll have to get XAMPP as I use IndigoPerl at the moment. I think Python would install easier on that. Since I don't mess with MYSQL I can set that to not turn on and they have a...
  23. Replies
    17
    Views
    1,358

    Hi Scott, I began on Perl and used it for years....

    Hi Scott, I began on Perl and used it for years. A bit more difficult to learn, but once you get the gist of it you can do a lot. I did a bit of ASP many years ago and when PHP came out, I thought,...
  24. Replies
    17
    Views
    1,358

    It's been over 6 years since I looked at it. Back...

    It's been over 6 years since I looked at it. Back then I tried some stuff and got "wrong version of PHP" type messages. Attended a high level web seminar where I learned it was not backward...
  25. Replies
    17
    Views
    1,358

    OK, thanks Rick

    OK, thanks Rick
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles