Slashdot Mirror


User: acreman

acreman's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Replacement on (Useful) Stupid Vim Tricks? · · Score: 1

    In addition to %s/FROM/TO/g you can do X,Ys/FROM/TO/g This will do the same but only between line number X and line number Y.

  2. Re:AP Mac Tracking on Man Arrested for Wireless Piggybacking · · Score: 1

    And I missed the "!" on the guys post. Sue me!

  3. Re:AP Mac Tracking on Man Arrested for Wireless Piggybacking · · Score: 1

    MAC Spoofing is not impossible. I did it all the time in college so I could use my personal laptop on the wired LAN in some of the classes. The program to do it is free and can be found at http://www.gorlani.com/publicprj/macmakeup/macmake up.asp. Do some research before you post.

  4. Owner of previous edition on Beginning PHP and MySQL 5.0 · · Score: 4, Informative

    I personally bought the previous edition of this book. It dealt with PHP 5 and MySQL 4. I learned quite a bit in only a short time. This book helped me finish my capstone project for my engineering degrees. I recommend this book to anyone who is starting off in programming web material and anyone who wants to learn PHP 5 relatively fast. As for MySQL it covers mainly how to connect to a MySQL database using PHP and does not cover in detail how to perform SQL queries.