Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old July 8th, 2002, 04:49 PM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Keeping track of little scripts

Hello everybody,

I continually come accross little scripts and such that I would like to keep, but I always have to print them out to keep track of them. Does anybody know of a free information storing program that will allow for little (or big) text files?

Thanks,
Corbb
__________________
Sincerely,
Corbb O'Connor, Author at DevArticles

Reply With Quote
  #2  
Old July 8th, 2002, 07:46 PM
mytch mytch is offline
Dev Articles Novice (500 - 999 posts)
 
Join Date: Apr 2002
Location: Sydney, Australia
Posts: 589 mytch User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
I think you could just use a weblog: www.blogger.com. That would do the trick. Just store each one as a new entry

Reply With Quote
  #3  
Old July 8th, 2002, 08:39 PM
DavidM DavidM is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 78 DavidM User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
If you have a few bucks to spend or are lucky enough to get work to pay for it, I find Visual Source Safe 6.0 by Microsoft works very well for managing small, medium, to large size projects.

[no flames please for mentioning a MS product -- they're not all bad!]

I have Assembler, C, C++, and a bunch of batch files from 1992 within my file repository. What makes VSS even better is its ability to retain change history through each version of your scripts. You can easily rollback to a particular version, if needed.

...david

Reply With Quote
  #4  
Old July 8th, 2002, 11:36 PM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Thanks guys.

If anybody else comes up with any other products/services, please post them!

Thank you,
Corbb

Reply With Quote
  #5  
Old July 9th, 2002, 02:42 AM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
heres a suggestion, it wouldnt be that hard to program something your self either in asp or php and connect it to a database, on your local machine! it wouldnt take that long to do. and im sure it would be more satisfying then downloading something from the net.

Reply With Quote
  #6  
Old July 9th, 2002, 09:22 AM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Ben,

What do you mean "connect it to a database on my local machine?" I thought that in order for PHP scripts to work you had to be connected to the Internet?

Thanks,
Corbb

Reply With Quote
  #7  
Old July 9th, 2002, 11:02 AM
FrankieShakes FrankieShakes is offline
Frank The Tank!
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: Jun 2002
Location: Toronto, Canada
Posts: 1,246 FrankieShakes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to FrankieShakes Send a message via MSN to FrankieShakes
WebGuy,

You can install some server software (ie: Apache) on your machine, and run a server locally. This way you can test out your scripts without uploading them to your host's server.

Once you have a server installed on your machine, you can keep your script repository on your own system and keep everything stored locally.

visit www.apache.org to download a copy of the server for your OS (it's free!)
__________________
____________________________________________
Developer Shed Weekly Writer | DevArticles Forum Moderator
Build Your Own KlipFolio Klip With PHP
FrankManno.com - Under Construction
Design Interactive Group - Under Construction

Reply With Quote
  #8  
Old July 9th, 2002, 11:35 AM
Lindset Lindset is offline
weirdomoderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Alta, Norway
Posts: 370 Lindset User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Lindset Send a message via AIM to Lindset
Just a warning, I don't think apache 2.* doesn't work with PHP yet.. so download 1.3.26
__________________
Best Regards,
Håvard Lindset

Reply With Quote
  #9  
Old July 9th, 2002, 07:06 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
in addition to what lindset is saying, its probally easier and uses less bandwidth if you have your own server installed, all you need is apache, php and mysql its not hard to set up and their is plenty of help at our forums, if you get stuck trying to install it.

Reply With Quote
  #10  
Old July 10th, 2002, 04:24 PM
dgibson dgibson is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2002
Location: Urbana, MD, USA
Posts: 66 dgibson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Well for those non PHPers who may use HomeSite or Cold Fusion Studio, there's a nice thing called "snippets", which are made for storing these code snippets (even hot-key assignable) or notes. Plain old Homesite 4.5 or 5 is an excellent product for just about any language (and especially good for Cold Fusion).

Reply With Quote
  #11  
Old July 10th, 2002, 04:55 PM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Doug,

Does HomeSite provide PHP tag highlighting?

Thanks,
Corbb

Reply With Quote
  #12  
Old July 10th, 2002, 05:44 PM
Lindset Lindset is offline
weirdomoderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Alta, Norway
Posts: 370 Lindset User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to Lindset Send a message via AIM to Lindset
Quote:
Originally posted by WebGuy
Doug,

Does HomeSite provide PHP tag highlighting?

Thanks,
Corbb


Yep, it sure does.. It's what I'm using for php and html..

Reply With Quote
  #13  
Old July 10th, 2002, 05:47 PM
WebGuy WebGuy is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 54 WebGuy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Harvard,

Have you ever used UltraEdit? Is HomeSite better? Worse? What do you find is so great about it?

Thanks,
Corbb

Reply With Quote
  #14  
Old July 13th, 2002, 08:12 AM
zkot zkot is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Posts: 1 zkot User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
cvs

Guys,

I think that whatever you programm you have to use some version control system. I'm using cvs, both on unix, and windows and I must say it's really rock! URL

zkot

Reply With Quote
  #15  
Old July 13th, 2002, 10:00 AM
FrankieShakes FrankieShakes is offline
Frank The Tank!
Dev Articles Beginner (1000 - 1499 posts)
 
Join Date: Jun 2002
Location: Toronto, Canada
Posts: 1,246 FrankieShakes User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to FrankieShakes Send a message via MSN to FrankieShakes
zkot,

I agree with you... I'm using FreeCVS myself. I'm working on a CRM system and it's been an invaluble tool! It's saved me a couple of times!

How do you find the software from CVSHome?

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Keeping track of little scripts


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |