Jump to content

mgm_03

Members
  • Posts

    49
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling
  • Location
    Fort Worth, TX

mgm_03's Achievements

Member

Member (2/5)

0

Reputation

  1. [URL=http://"http://bearcabinrecording.com/?p=3"][b]Example[/b][/URL] I am seeking a WordPress plugin that lets me control the size of the image in a post. Or something that comes close to this. In order to make the example above work as desired, I couldn't use WP's normal image upload feature.
  2. I need a query that will retrieve rows based on the first letter of the product name. The user will choose from A-G, H-P, or R-Z (maybe the ranges will be more granular) and I need to return all the products whose name begins with a letter in one of those ranges. I am guessing that a regex is needed but after that I'm clueless. Any advice is appreciated and if there's an explanation somewhere on the web, pls point me there. I'm not sure what to google for. **RESOLVED *** select * from products where name regexp '^[a-g|A-G]'
  3. I need a very basic shopping cart for ~300 products (tangible)..no fancy features. We need it to allow the user to checkout and enter credit card data but allow for the transaction to be processed offline. Any recommendations (php/mysql preferred) are appreciated. Non-hosted solution is better.
  4. thanks for all of the comments. the reason i had to use inline styling is because putting it in the css was not working (for both bgcolor and margin)... at least in firefox. Someone visiting the site will not be stumbling upon it but more likely referred to it by word of mouth or from another similar site. The page titles indicate "Pastel Society of America" which means something to the people who would be visiting. It's an artist's website and i believe that home page makes that very apparent. So, in this case, the images are the content. Artist and photographer websites tend to focus on images vs text. Lastly, the navigation is very simple and clear even at a glance. It quickly reveals what to expect inside the site which is just a few pages.
  5. I would like to know if anyone here sees room for improvement in the areas that I do. My client is pleased with the site. Thanks... [a href=\"http://judypelt.com\" target=\"_blank\"]Judy Pelt[/a]
  6. Cheating? Games? .....hardly. Don't have any interest or time.
  7. Thanks for responding. I think the Yahoo maps may not be a good example on my part. This is a site on which I'd like to automatically pre-populate the form instead of copy/paste. [a href=\"http://www.tad.org/Datasearch/re_location_search.cfm\" target=\"_blank\"]link[/a] And ideally, to be more sophisticated ...extract the data that results once the form is submitted
  8. This is a generic question but I'll use Yahoo! maps as an example. Suppose I have a database of property addresses. I want to create a link that, when clicked, sends the street address, city, state to a 3rd party site (like Yahoo maps) to pre-populate the HTML form. There are other sites I'd like to do this with. Even better, I'd like to be able to automatically submit the form. Where would I learn to do this?
  9. Thanks for the suggestion. In this instance, it's cost-prohibitive. Would you consider using OScommerce for digital downloads? I've just installed it but for my simple needs, I see a great deal of hacking to get rid of many unnecessary features.
  10. My client wants to sell mp3 audio files on his website. I know that there are many solutions around the web - particularly on hotscripts.com. There are many PayPal variations. I am interested to know if anyone has opinions or experience with a particular solution or implementation ...good or bad.
  11. Don't know if I am the only one who stores code snippets in DWMX, but I'd like to export them (or at least retrieve the folders in which they're stored). I'm on Mac OS X but I wouldn't mind hearing from Windows users as well. TIA...
  12. I\'m tryin to upload a text file into PMA but when I choose a file from my computer and select the various options for uploading and Submit, it returns \"You should select file which you want to insert\" (good grammar) No matter what options I change, it just doesn\'t want to recognize the file (it\'s a csv file of zip code, latitude, longitude) 70,000 rows. Any ideas ?? I\'m on MacOSX Jaguar.
  13. I appreciate the help and would be willing to offer a donation if you have Paypal. Alot of people on this board are very generous with their expertise but this particular solution solves a huge puzzle for me. My database directory is for finding machine shops. In addition to offering many services, they also work with many types of materials. So, again, I have a situation of Cats (metals)(plastics)(etc) and Subcats(steel, copper, brass, etc.) ( ) ( ) It appears to be an identical table setup as we just reviewed. To retrieve all the Services and Materials a company offers, my initial thought is to concatenate both query statements with an \'AND\'. Or, just have 2 distinct queries. Thanks, Mark P.S. -------------------- If you can write a script that can remove G.Bush from the White House, you\'d be doing Planet Earth a huge favor!!!
  14. hey man! thanks...I would\'ve never thought to do this in a jillion years. I can\'t honestly say I understand it (being a dumbass noobie and all) but I\'ll read up on MySQL to understand the relations you defined in the query. I don\'t suppose this query would also accomodate situations in which a category has no subcategory at all? I wonder if in those instances, I could just make a table for a category and subcategory with one entry in each table. thanks again!!
×
×
  • 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.