Jump to content

fortnox007

Members
  • Posts

    783
  • Joined

  • Last visited

    Never

Posts posted by fortnox007

  1. 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.

  2. 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

  3. 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.

    Access denied for user 'root'@'localhost' (using password: NO)

    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 :D

  4. 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 :)

     

     

  5. 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;
    }
    

     

     

  6. Yeah, I just started researching this tonight.  If you have time to post up some links that would be cool.  Over the next few days/weeks I plan on getting a crash course in mysql.  I'm pretty green right now, but I know way more than I did 6 hours ago.  thanks for the reply!

     

    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

  7. 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:

  8. 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>
    

     

  9. no not those annoying things, pretty much like google does, all white and than fades in pretty fast. It's just that i really don't like pages as if it is being build up, certainly in a browser like opera it looks like it consists of bricks. So it's no reall splash page, but just a small effect to show all at the same time. (preferable with a little fade in like 0.4 ms)

     

    I just stumbled upon jquery,  can you recommend that?

  10. Hi all, i was wondering if there is a good/ better way to show the website, when it is fully loaded.

    I read this article: http://javascript.about.com/library/blanim02.htm

     

    and they come with 2 methods: wrap some object in a div with an id and set it to display:none in css.

    after that they differ:

    method 1does:

    <body onload="setObjVis('myobj','visible');">
    

    second one does

    function start() {
    setObjVis('myobj','visible');
    }
    window.onload = start;
    
    since the article is fairly old i was wondering if these methods are still good or if there is a better method of doing this. What i thought was wrap everything in a wrapper div and apply the above.
    
    Love to hear from some expert 
    

  11. Have you read the manual for both?  It appears that they act the same for printable characters, but that call to filter_var() will also do this: "and characters with ASCII value less than 32, optionally strip or encode other special characters."  The "optionally" part is controlled by additional flags.

     

    Yeah i have read the manual, that's where i discovered this. But i thought without using the optional part they would be pretty much the same, but it seems i missed the word 'and'

  12. the stuff htmlspecialchars() does you can only see  in the source of the page, not when actually looking at it in the browser. So people can use < > etc but it wouldn't do any harm

     

    Test it out and look in your source.

    the above exactly.  except for the word would, that should be wouldn't

  13. No problem Pikachu,

    I am allready extremly thankfull for you help.

    I added the folowing to surpress this, but it's not extremly nice looking:

    $query = htmlentities(preg_replace("/^[(][0-9]+[)]$/", "", $_POST['query']), ENT_QUOTES);

     

    Damn wind Ho's! ::)

     

    Thanks alot for the help really appreciate it

     

    P.s. ill test this on a unix machine see what happens :D

     

    Yep it must be my windows machine maybe in combination with php version. Just tested it on a linux system and all was good.

     

    Thanks again Pikachu!

     

    rests me to throw my windows comp out of the window ::)

×
×
  • 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.