Jump to content

cmgmyr

Members
  • Posts

    1,278
  • Joined

  • Last visited

    Never

Everything posted by cmgmyr

  1. I think that you should be fine with 1 gig
  2. try using auto incriment in your table, and not inserting a product id in your php script. also if you post the code, it would help too :-) -Chris
  3. If you have phpMyAdmin it gives you a breakdown of each table and how much space is taken up and a total on the bottom for everything combined. The amount of space depends on what you are holding in the database. What kind of information are you holding? But I think 1 gig should be enough. -Chris
  4. Yeah, I like using it. There are a lot of cool things that you can do with it. -Chris
  5. I agree with everyone's comments so far. I do like the layout and the design. BUT your site is a techy site, why don't you make it more techy looking? More modern looking. Right now it looks fine, but it's looks like a design site, not a techy site. -Chris
  6. Well it's a lot better then the first one. You should make the tabs rolloevers of some sort. Also you should narrow your white content section to match the width of your navigation. Also make a footer so the page doesn't just hit the bottom. -Chris
  7. On your laptop you would have to go into phpMyAdmin (install it if you haven't) go to export and make sure you get data and structure. Open up phpMyAdmin in 1and1 make a new database, go to sql and import your saved sql from your laptop. Update your config file with the information that 1and1 gives you for their database and you should be all set -Chris
  8. I think if you try to tone down the green it would be a little better, it's kinda "in your face" right now.
  9. They are like cookies...but not. Cookies are stored on the user's computer and sessions are on the server. So if you have information getting checked all of the time from 2 different sources you shouldn't have anything to worry about.
  10. Why don't you combine sessions and cookies. Then you shouldn't have anything to worry about. -Chris
  11. Hey, Thanks guys. I knew that paypal had the IPN system, but I never really worked with it before. I saw that zend tutorial, but I was looking for something a little simpler. I signed up as a paypal developer so that I can have sandbox accounts. I guess I just have to jump in right? Do you guys have any advise in what works and what doesn't? Thanks again, -Chris
  12. Hey all, I've been all over online looking for some good paypal/php tutorials and couldn't really what I was looking for. Here is what I want to do: -User comes into the system and has to make a donation -Makes a donation through paypal -Completes the payment through paypal -Script updates my database with the amount I know I can do this my making a success script, but that only works if the user clicks "return to merchant" which if you close your browser out, it will not update the database. I know that you can do it, but I haven't found any real good references. Any ideas or help? Thanks, -Chris
  13. Here is a great tutorial http://apachemysqlphp.com/ -Chris
  14. awesome, no problem! -Chris
  15. This is something like you want http://www.tjkdesign.com/articles/dropdown/default.asp -Chris
  16. cmgmyr

    Can I?

    You can also check out Sweet Titles at http://www.dustindiaz.com/download/ it basically takes whatever you have in the title atribute of a link or image and displays a nice little box. -Chris
  17. I think you should try and convert all over to CSS. If you do it like you gave examples for, you are going to have a lot of problems. -Chris
  18. Dreamweaver doesn't allow you to see the content of the iframe in design view. You would have to preview it in a browser, that's the only thing you can do. -Chris
  19. Also what i've noticed is that IE doesn't like it when you drop the </div> down to the next line. It treats this like a space or a line break in some cases. Try changing it to this:[code]<div style="width: 180px; padding-left: 5px;"> <div style="float:left; background-image: url('images/menu-title-left.gif'); background-repeat: no-repeat; width: 14px; height: 25px;"></div> <div style="float:right; background-image: url('images/menu-title-right.gif'); background-repeat: no-repeat; width: 14px; height: 25px;"></div> <div style="background-image: url('images/menu-title-repeat.gif'); background-repeat: repeat-x; margin:0; padding: 0; padding-top: 8px; font-weight: bold; font-size: 11pt; color: #fff; height: 17px;"> Main Menu</div> <div style="clear:both; border: 1px solid #999; background-color: #ddd;">   <ul class="leftmenu"> <li><a href="">Home</a></li> <li><a href="">About</a></li> <li><a href="">Guestbook</a></li>   </ul></div> </div>[/code] I don't know why it does that, but it does. I had the same problem a while ago and I tried that and it worked. If it doesn't work for you, then just make the top all one image like what moberemk said. -Chris
  20. I like the site. Very crisp and clean. I really like the ajax animations too. Maybe when you get done with this version you can make just a standard html - no ajax version so that those 5% of people can view your page. Looks good. -Chris
  21. What do you need done? You can PM me too. -Chris
  22. I have olm.net, 1and1.com, and servage.net they all seem to be pretty good. I have different sites on each one that need different things. You just need to find something that works for  you. -Chris
  23. can't go wrong with photoshop
  24. why don't you just download the database so you can work on it locally?
×
×
  • 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.