Search results

  1. M

    Books on FTP Servers

    I think you'll have to abbriviate a bit on what you mean there mate.
  2. M

    FTP Client Software

    WinSCP for the win! Supports both SFTP and FTP
  3. M

    The best software design platform for an online store

    I think you should read up alittle on HTML, PHP and ASP. HTML: Static pages, you'll have to write everything. PHP/ASP: is server code. It means you can have databases with your products and have your server render pages. Include search functions and such. When you choose between PHP and...
  4. M

    CSS Help

    Both ways are fine and should work. I'd go with jnjc though, instead of id, go for class. That way you can re-use it at another place.
  5. M

    <base> Element in CSS

    No, you can't put html into a CSS document. Though, if you're using php (like most people do) you can create an external document named like iframe.php (or whatever) then use: <?php include($_SERVER["DOCUMENT_ROOT"].'/iframe.php'); ?> This will include iframe.php wherever you put it on...
  6. M

    need replacement for front page

    I strongly recommend Dreamweaver CS4.
  7. M

    Floating div in IE6

    IE6 interperts CSS like a donkey on speed. Have you tried tried it in Mozilla?
  8. M

    I smell cheese!!

    That was a great example conor, that really is a great example of an "art"-site. Though, i've been looking in to what Chucky described aswell and i think wetgravy put it in a great way when he talks about "what people expect to see". When it comes to user friendlyness and souch, there is...
  9. M

    Constructive critisim for my fashion site

    Great work on the site mate. As already said; it's user friendly, alittle minimalistic touch but still "stylish". I think it goes completly in-line with the contents of it. :) Though, the topic where it says "mode &style online shop" and then "Designermode & labels from any country" the last...
  10. M

    Rollover Colour Problems

    I'm just curious, i'm using DWCS3 aswell, did DW set up a Javascript for it? Since DW (earlier versions atleast) almost always solved everything with js:s for dynamic changes :)
  11. M

    Advice on Website

    A personal apperance is always good to keep people comming back to your site. Offcourse the content is crucial to the amount of visitors actually reading it. Check out frisörska.se, a friend of mines blogg she has over 1000 daily visitors and rising everyday :)
  12. M

    Help Please!!! Very new to Web Designing...

    Hehe, hang in there mate, we're always here and so is google ;)
  13. M

    problems with different css values

    cause explorer takes about everything for granted if attributes are lackin and firefox and safari doesn't :)
  14. M

    problems with different css values

    Try: #flags { position:absolute; margin: 0px 0px 10px 10px; display:inline-block; list-style-type:none; margin-left:90px; margin-bottom:30px; margin-top: 0px; margin-right:5px; width: 130px; height:15px; padding: 0px; background-color:#FFF; z-index: 5; }
  15. M

    Webdesigner

    Hi, I'm a fairly new webdesigner who is currently looking for portfolio projects so i can build a base for my continuation within the business. As it is now i don't have that much to present to costumers so they can see what i've done earlier. Anyway, as said, i'm looking for portfolio...
  16. M

    Add to MSN/AIM/etc

    As far as i know there isn't as loong as you're using the standard clients. There are som linux apps that handle those kind of exceptions though.
  17. M

    Help Please! Some problems with layers

    No work on the address mate. Though, prehaps you could post some code so we can se what you've done? you should think over your choice of html editor ;)
  18. M

    problems with different css values

    Are you prehaps using ID's instead of classes? ID's only applys to 1, classes are different and can be used for many tags.
  19. M

    Help Please!!! Very new to Web Designing...

    Everything looks like crap in IE, Firefox is the correct way to code. Most commonly for big websites is that you use 2 CSS's, the normal one works for everything, then you have the other for IE. You can have the server identify what browser your viewer is using and automaticly change between...
  20. M

    Layer Question

    I've found tables rather irregular to use in different browsers. Since their widht and height attributes are interpreted differently from browser to browser and depending on the users screen resolution. Maby you should try going for div's for the whole site?
Top