osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Helpful software

This is a discussion on Helpful software within the Member Articles forums, part of the Community category; While reading a post here yesterday I saw Beyond Compare mentioned and I almost chimed in to say how great ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > Community > Member Articles

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Reply

 

LinkBack Thread Tools
  #1  
Old 06-18-2009, 07:23 PM
osCMax Development Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 419
Thanks: 18
Thanked 77 Times in 52 Posts
Rep Power: 11
JohnW is just really niceJohnW is just really niceJohnW is just really niceJohnW is just really nice
Default Helpful software

While reading a post here yesterday I saw Beyond Compare mentioned and I almost chimed in to say how great it is but the post had moved past that part of the discussion so I stayed out of it. Later on last night I thought about some of the different software I've accumulated and how some of it is pretty handy so I thought I'd start a thread on this subject in an area where it will get seen and hopefully help someone. Anyone interested can search these names and easily find them. I thought I'd stick to less expensive ones at least to start.

Beyond Compare:
First, I have to agree with jpf that Beyond Compare is a great piece of software with great support if you ever need it. They have demo version you can you use for 30 days and a $30 and $50 Pro version. I use the Pro version because I need all the help I can get. There is a learning curve to using it to its full capabilities but it's very customizable.

Editpad Pro:
At times I've been frustrated with Dreamweaver's lack of dedication and ease of use for php mysql so I've looked for some other editors and stumbled on Editpad Pro by Jgsoft and it's pretty cool in some of it's flexibility and customization but the company has some other tools that integrate and teach you at the same time.

Regex Buddy
One I recently added by Jgsoft is Regex Buddy and it creates regular expressions, which Beyond Compare will also use and discusses. Now, I haven't used Regex buddy much but say you want to find PHP short open tags and replace them with full opening tag which I just did. If you just search out <? and replace with <?php you'll end up with <?phpphp so that's not good so you want to replace <? when there is a space after it or when there is a return after it but not when php is after it. Here's the expression to do that
Code:
<\? -?|<?\r
and put <?php into the replace.
Well, I was obviously impressed but it can take things very far and it has a lot of tools thought in it that make testing your results easy.

Polystyle $30
I found this while exploring Nusphere PhpED which is also interesting but I haven't gone very far with it. Back to Polystyle it basically formats code to match a layout/indent system so when you get code that's all against the left margin it will reformat it in about 3 seconds and integrates into many editors easily. The "KnR-1TBS-unix-kernel" style which is what I read in the PHP manual is a ready loaded style but you can changes to it as you like.

Well, that's all for now. Anyone else have anything they find very useful? Of course the MySQL people have some free tools that are handy too.
__________________
John

Last edited by JohnW; 06-18-2009 at 07:28 PM. Reason: will not list expression correctly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to JohnW For This Useful Post:
jpf (06-19-2009)
  #2  
Old 11-09-2009, 12:21 AM
met00's Avatar
osCMax Development Team
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 646
Thanks: 12
Thanked 112 Times in 103 Posts
Rep Power: 10
met00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to all
Default Re: Helpful software

May I add one that I lovewhen looking at code to make sure I haven't screwed up my PHP...

Notepad++

any free text editor that comes with 46 "language" helpers ain't bad.

.:: NOTEPAD++ ::.
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 11-09-2009, 02:03 AM
ridexbuilder's Avatar
osCMax Development Team

 
Join Date: Jul 2008
Location: Haggisland
Posts: 1,217
Thanks: 130
Thanked 124 Times in 116 Posts
Rep Power: 9
ridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to all
Default Re: Helpful software

Yep, Met00, glad to see that I'm not such a dinosaur after all. A quick, un-bloated piece of software - a bit buggy when running in Linux, though.
__________________
UK-based hosting plans with installation, configuration, support and maintenance.
(& some ad-hoc jobs).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 11-09-2009, 06:50 AM
met00's Avatar
osCMax Development Team
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 646
Thanks: 12
Thanked 112 Times in 103 Posts
Rep Power: 10
met00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to all
Default Re: Helpful software

Hey, I only go to Notepad++ after I have screwed it up in vi and have wasted 30 or 40 minutes looking for the missing } .
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 11-09-2009, 06:59 AM
osCMax Development Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 419
Thanks: 18
Thanked 77 Times in 52 Posts
Rep Power: 11
JohnW is just really niceJohnW is just really niceJohnW is just really niceJohnW is just really nice
Default Re: Helpful software

Well, basically I need all the help I can get so color coding and everything else I can get I'll take.

I've been using a copy of PHPeD by Nusphere because I'm past most of the learning curve but it's a paid software and I don't think I'd recommend it over some of the free IDE packs. The debugger and profile functions are pretty cool.

Netbeans and Eclipse both deserve a look and Eclipse has a strong following in some PHP groups. I set it up but haven't done much yet.

Beyond Compare is by far the software I use most.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 11-09-2009, 07:40 AM
ridexbuilder's Avatar
osCMax Development Team

 
Join Date: Jul 2008
Location: Haggisland
Posts: 1,217
Thanks: 130
Thanked 124 Times in 116 Posts
Rep Power: 9
ridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to allridexbuilder is a name known to all
Default Re: Helpful software

Keeping with freebies, Diffuse Merge Tool is a pretty good graphical compare tool.
__________________
UK-based hosting plans with installation, configuration, support and maintenance.
(& some ad-hoc jobs).


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 11-15-2009, 10:46 AM
New Member
 
Join Date: Sep 2009
Location: Reno, NV
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
laydback is on a distinguished road
Default Re: Helpful software

When I'm not working in a linux workstation enviroment which has the ability to integrate remote filesystems into your nautilus (Explorer) interface. A must have for me is ExpanDrive which does the same. You can connect to your server or servers via SCP and it will map it to a drive letter on your Windows Explorer. A must have for me.


ExpanDrive for Windows: Ridiculously simple SFTP drive access on your PC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 11-15-2009, 02:16 PM
osCMax Development Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 419
Thanks: 18
Thanked 77 Times in 52 Posts
Rep Power: 11
JohnW is just really niceJohnW is just really niceJohnW is just really niceJohnW is just really nice
Default Re: Helpful software

Expandrive does look pretty cool. Can you use a certificate to connect with instead of a password and can you use it to su to root? I use Putty with Pageant for that but I'm somewhat step and fetch with it.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 11-15-2009, 03:36 PM
New Member
 
Join Date: Sep 2009
Location: Reno, NV
Posts: 15
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
laydback is on a distinguished road
Default Re: Helpful software

It supports SSH key-auth, as far as su/sudo, no dice. But since it's ssh, you can disable password auth for root and use just keys. I use mod_suphp for all my sites anyways so I use separate l/p for each site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 11-15-2009, 06:03 PM
osCMax Development Team
 
Join Date: Nov 2002
Location: Orlando
Posts: 419
Thanks: 18
Thanked 77 Times in 52 Posts
Rep Power: 11
JohnW is just really niceJohnW is just really niceJohnW is just really niceJohnW is just really nice
Default Re: Helpful software

I connect to my sites using sftp and I'm running mod_suphp with separate ip for each also, but root login is dissabled and I use a wheel user that can su to root. No domains are wheel users so I have my wheel user separate wiht different software. BC3 uses sftp with keys as well as my IDE's.
__________________
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Quantity Discounts by That Software Guy michael_s New osCommerce Contributions 0 06-14-2009 09:00 AM
Quantity Discounts by That Software Guy michael_s New osCommerce Contributions 0 06-08-2009 01:51 PM
Quantity Discounts by That Software Guy michael_s New osCommerce Contributions 0 05-16-2009 01:00 PM
Best Blogging Software markw10 Introduce yourself! 1 11-08-2008 06:27 AM
file diff software chrismole Off topic & Chit Chat 4 01-15-2007 08:58 PM


All times are GMT -8. The time now is 02:10 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design