Jump to content

BradleyBrokers

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.BradleyBrokers.com

Profile Information

  • Gender
    Male
  • Location
    Chicago Illinois --Your local restaurant or tavern

BradleyBrokers's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi NRG Alpha, Thanks for the feedback... I have used the BradleyBrokers website with success for approx 5 years. The differences in layout style preferences -- "I-like-this-I-don't-like-that" -- for the intro flash, color, and menu placement are, perhaps, correct. Stlye stuff is imporatnt and at the same time can drive anyone crazy if they ponder too long. Yet, as you indicate, I am not a B2C but rather a B2B. I am not a seller of food. The better website comparison might be to others who are also business brokers of food and beverage businesses? I say that in part b/c I think my site (art-style-wise) kicks the competition's butt. While I could template-update or DIY-tweek the art-style-picture stuff, what I am more concerned with is making life easier for my customers and helpers. Am I providing teh best website experience and integrating it well for this business application? I am nearing the point where I want to be able to teach someone quickly who has no programming skills how to update my listings without messing-up the website. I also think I might be missing the boat in CRM by not using auto-responces and automated followups to requests. Could I be databasing with sql to make life easier or would that be just another pain-in-the-neck process and/or annoy my customers with a "spam-like" feel? If sql, databasing, and autoresponders are the answer, should I rely on templates ---if so which ones are good? Should I hire a programmer? If so, how much should I expect to pay? Or, should I try to DIY? Or, perhaps, changing nothing is better than alternatives? Any opinions would be helpful. TJB
  2. Howdy, the site: www.BradleyBrokers.com How would you make the site easier to use for the Administrator and/or Customer? What would you suggest to make the site more profitable? -Currently, nothing is being done in sql. Updates to listings are done in PHP. -No CAPTUCHA. Sometimes I shift/add/change entry fields when email spam gets too annoying. -Email replies for "More Information" are not automated. If you were to change any of those things, or anything else, how would you suggest doing it? Thanks! TJB
  3. OOooops I was wrong.... It was the short hand version problem. The long hand version works. Yes! Yes! Thanks You Thanks YOU Thank YOU!!!!!
  4. There is code above and below this section: </TD></TR><TR><TD> Please enter only one "Listing Code"<br><br> </TD></TR><TR><TD> <INPUT TYPE="TEXT" NAME="Listing Code" SIZE="30" CLASS="shadeform" value="<?PHP=$_GET['code']?>"> <B>Listing Code*</B><BR><BR> </TD></TR><TR><TD> The parse error is this: Parse error: parse error in /home/www/bradleybrokers/missing.php on line 121 I gave <?PHP and <? both a try.
  5. Thanks... I'll give it a try now and see what happens. I will report back eitehr way in 10 minutes.
  6. Scott (or anyone) it is not working. I get a Parse error with this script: <INPUT TYPE="TEXT" NAME="Listing Code" SIZE="30" CLASS="shadeform" value="<?=$_GET['code']?>"> <B>Listing Code*</B><BR><BR> www.BradleyBroekrs.com/clients.php to the form at www.bradleybrokers.com/missing.php Any fixes?
  7. Hi Scott, So I understand, for each $Status (listings on the first webpage which triggers the form) I would change each $Status to look like this: $Status[1]="<br><br><br>STATUS: Available<br> LISTING CODE: CousLincoln<br><span class='title'> <a href=missing.php?code=Commessary>MORE INFORMATION</a></span><img src='picts/arrow.gif' HEIGHT=15 WIDTH=15 alt='beer drinking'><br></div><div style='padding: 5px 0px 5px 15px; float:left; width:250px'></div>"; and then add this to missing.php: <INPUT TYPE="TEXT" NAME="Listing Code" SIZE="30" CLASS="shadeform" value="<?=$_GET['code']?>"> <B>Listing Code*</B><BR><BR> Do I have it correct? ???
  8. A little help? I would like to make life a little easier for my website users. When a user clicks the "More Information" tab (see www.BradleyBrokers.com/clients.php ), I want the "Listing Code" to be automatically inserted into the form (see www.BradleyBrokers.com/missing.php ) so that a user does not have to remember the "Listing Code". This is a snipit from the submit "More Information" webpage: $Status[1]="<br><br><br>STATUS: Available<br> LISTING CODE: CousLincoln<br><span class='title'><a href=missing.html>MORE INFORMATION</a></span><img src='picts/arrow.gif' HEIGHT=15 WIDTH=15 alt='beer drinking'><br></div><div style='padding: 5px 0px 5px 15px; float:left; width:250px'></div>"; And, for example, I would like the LISTING CODE: CousLincoln to be inserted into the webform here: <INPUT TYPE="TEXT" NAME="Listing Code" SIZE="30" CLASS="shadeform"> <B>Listing Code*</B><BR><BR> I typically have 20-40 Listing Codes which change postion and get deleted with new ones added. Nothing static. I have put them into arrays for database use, but I cannot figure-out how to pass the info into the form. Any suggestions???
  9. If I have arrays that look like this: <Code> <?PHP $intro[0]="dog has paws"; $intro[1]="cat has tail"; $intro[2]="Fish has fin"; $intro[3]="bird has wing"; $body[0]="red is hot"; $body[1]="black is dark"; $body[2]="green is good"; $body[3]="yellow is mellow"; $final[0]="hand grabs"; $final[1]="foot walks"; $final[2]="arm rests"; $final[3]="knee bends"; ?> </code> 1) How do I express and echo, "Fish has fin, green is good, arm rests" i.e. the [2] of $intro, $body, $final ? 2) How do I display these arrays together in array groupings? i.e. how do I create the correct array of arrays: First array, $intro[0] $body[0] $final[0] second array, $intro[1] $body[1] $final[1] third array, $intro[2] $body[2] $final[2]
  10. For yahoo email only, you will need to download "Ypops" in order to use pop3.
  11. It is difficult to measure my own comfort level with programming. I am not a "youngster" and my college programming days --back in the horse-and-buggy--- were in languages that most here may never have seen. However, I am a quick learn. I did pick-up many PHP skills rather fast. HTML, a little Flash, and a hodge-podge of this-andthat. I have a couple of handy-dandy ref. books at my side which I use as a crutch. I have also read cover-to-cover Michael Schrenk's Webbots, Spiders,..., but found that many of his cURL snipits are too thin to help. So, to answer your question, I am somewhere in zombi-land with skills: Very much among the undead.
  12. Thanks for the reply... here is a quick flow-chart...Tom [attachment deleted by admin]
  13. IMHO the developers of www.Postlets.com have accomplished a very cool and useful php application: In short, a user completes a "universal form" and then the host has been scripted to post the info from the "universal form" to various websites using webforms. In the end, classified ads are posted at multiple websites with just one form being completed. Several months back, I hired a freelancer who said that he could write a this script for me which would be tailored for admin. use on my website, www.BradleyBrokers.com with my target websites being bizbuysell.com, loopnet.com, MBBI.org and a couple of other sites... The freelancer was a waste of time and money. I answered tons of his questions, but did not receive a line of code in return in over three months! Uuhg. Well, I want to get back-up on the horse and start the proccess myself. I know that there are many, many, different methods to frame the scripting-scope of the project. I know I am in for some pulling-out my own hair... But if anyone could advise on a way to start, I would be thankful for the direction. Cheers!
  14. Looks good, but may I suggest: (1) There is not enough contrast between background colors and some of the text on the home page. (2) The images in the gallery should be consistently the same hight x width & without distortion. (3) There is too much text information at the opening of the home page. It should be clear to a guest what the website is about within 2 seconds of the load. You may wish to emphasize a single headline or a headline with a subheadline. (4) The text is too small in portions of the website. ...That is my humble non-tech opinion. Otherwise it looks great! Tom
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.