Jump to content

fortnox007

Members
  • Posts

    783
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Female
  • Location
    Monkeyland

fortnox007's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. I guess yes. But if you are showing the numbers you like in a form and not what they supply keep in mind you don't use the post data from the forms since that is not what you want. If the above is unclear. please make your question more precise and/or give an example, but as far as i understand your question yes this is possible.
  2. ouch that's a hard one. I think the only way is by using some sort of discount system. Where the customer get's a discount ones he uses a special ID of yours. But than again, the seller, can trick you in to selling stuff with discount, but leaving no traces of your number. So i think you should give customers the possibility to get discount ones they checked in the invoice at your place. But really this is albout atrusting the other party i think, because all the customer wants is buy stuff as fast and easy as possible. Maybe you should let them buy stuf via your site instead of redirecting them to the other store.
  3. haha little brother is getting ahead of me
  4. Hi nightslyer, Although i don't use photoshop, (I ones did but switched to free Gimp, and inkscape for vector design, which is alot of fun) i can really recommend this website: http://www.yourinspirationweb.com/en/category/design/ every now and than they have a theme like "restaurent website" or "urban" "grudge" etc, and explain what to look for how to achieve et cetera. It's great to give you an idea, and if i am correct they explain alot on tools and stuff. I must say Gimp has a great community that has a lot of tutorials. And if you want to try out inkscape (vector graphics I use that for most buttons /logo's and stuff 90% of my websites grafics) have a look here: http://screencasters.heathenx.org/ awesome detailed videos. Hopefully you appreciate this although it's not photoshop. And the best thing it's free, and it seems you arent that bound to photoshop yet -but i can really recommend those 2 above, easy to find tutorials, and inkscape will be a new addiction ones you get the hang of it and great for making sprites
  5. IOK i fixet it i went to config inc and i saw the following: $cfg['Servers'][$i]['password'] = ''; //i filled the ' ' with my password Cheers this one is solved wamp sure looks cool ty!
  6. I just installed it and it looks awesome. One thing i did though was change the password for root, but now phpmyadmin doesn't allow access lols. I tried to change it back to empty, but that had no effect. anyone an idea? or how to allow a newly created user to it's own phpmyadmin? or how to use a password. the link it uses goed directly to http://localhost/phpmyadmin/ and results in an error log in. no inputfields or anything for phpmyadmin Any help is welcome
  7. Thanks for the help guys. Good to hear it is easy Its only for local testing no big plans for running a hosting company CHeers!
  8. Hi all, i am used to xampp, since it is very easy to install, but i thought lets test something new so i thought i give wamp a try. Anyone have thought about that? (also because pretty much every forum someone says xampp sucks) Would love to hear from you guys
  9. HA thanks Rknjak, IE tester sure loves to crashcertain tabs. But it was the first one i found that could show how some people view websites I'll certainly have a look at that other piece of software. Thanks!!
  10. Hi all, I was wondering if anyone had a quick fix for this. Sometimes when i select text on a website the text moves a bit. I must say this occurs in IE-tester. so it could be maybe be IE tester. but i have no idea. I am not sure if anyoneknows a good fix, of if you want to see my markup, but this is what i got. body { text-align: justify; } p, strong { line-height: 1.5em; margin: 0 0 1.3em; }
  11. That's the best i can give, just use pen and pencil and watch it as if it were a lecture, footagee is a bit oldschool, but the ideas are still the same
  12. Hi kcotter, i don't think you will end up having something that works as good as you want if you have complety no idea about the logic of a relational database. If you like i can look up some videos for you and link it, it's a complete lecture on how to setup a good database structure. Right now you will just make tables not knowing what it will bring in the end. -Edit: here you are, after you have seen these, get a pen and pencil and write down the relationships:
  13. I am not sure if you mean this but pregmatch could do the job. edit: oh no i am incorrect you want additional stuff sorry
  14. if it's an integer i am pretty sure you don't need those " " around it either. if ($x == 1) { echo 'x is 1'; }
  15. woohoo i just made something awesome i think and it works. is this the right way? i put this in the <head></head> <style type="text/css"> #wrapper{display:none;} </style> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#wrapper").fadeIn("slow"); }); </script> <noscript><style type="text/css">#wrapper{display:block;}</style></noscript>
×
×
  • 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.